From e51dfb661a170f8e291cf67f6d3d4a84ba704398 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Mon, 18 Sep 2017 09:32:01 -0700 Subject: [PATCH] Regenerate with latest tree-sitter --- package.json | 2 +- src/parser.c | 54456 ++++++++++++++----------------------- src/tree_sitter/parser.h | 30 +- 3 files changed, 20627 insertions(+), 33861 deletions(-) diff --git a/package.json b/package.json index e97fccd..1898d58 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "nan": "^2.4.0" }, "devDependencies": { - "tree-sitter-cli": "^0.6.6-0" + "tree-sitter-cli": "^0.7.1" }, "scripts": { "build": "tree-sitter generate && node-gyp build", diff --git a/src/parser.c b/src/parser.c index 9765aaa..2f23648 100644 --- a/src/parser.c +++ b/src/parser.c @@ -1,10 +1,12 @@ #include +#if defined(__GNUC__) || defined(__clang__) #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wmissing-field-initializers" +#endif -#define LANGUAGE_VERSION 3 -#define STATE_COUNT 1466 +#define LANGUAGE_VERSION 4 +#define STATE_COUNT 1109 #define SYMBOL_COUNT 115 #define ALIAS_COUNT 1 #define TOKEN_COUNT 73 @@ -252,698 +254,466 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { [sym__simple_heredoc] = { .visible = false, .named = true, - .structural = true, - .extra = false, }, [sym__heredoc_beginning] = { .visible = false, .named = true, - .structural = true, - .extra = false, }, [sym__heredoc_middle] = { .visible = false, .named = true, - .structural = true, - .extra = false, }, [sym__heredoc_end] = { .visible = false, .named = true, - .structural = true, - .extra = false, }, [sym_file_descriptor] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym__empty_value] = { .visible = false, .named = true, - .structural = true, - .extra = false, }, [sym__concat] = { .visible = false, .named = true, - .structural = true, - .extra = false, }, [sym_variable_name] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [ts_builtin_sym_end] = { .visible = false, .named = true, - .structural = true, - .extra = false, }, [anon_sym_for] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_in] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_while] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_do] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_done] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_if] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_then] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_fi] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_elif] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_else] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_case] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_esac] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_PIPE] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_RPAREN] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_SEMI_SEMI] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_function] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_LPAREN] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_LBRACE] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_RBRACE] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_PIPE_AMP] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_AMP_AMP] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_PIPE_PIPE] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_LBRACK] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_RBRACK] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_LBRACK_LBRACK] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_RBRACK_RBRACK] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_EQ] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_LT] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_GT] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_GT_GT] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_AMP_GT] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_AMP_GT_GT] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_LT_AMP] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_GT_AMP] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_LT_LT] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_LT_LT_DASH] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_DQUOTE] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = { .visible = false, .named = false, - .structural = true, - .extra = false, }, [sym_raw_string] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [anon_sym_DOLLAR] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_DOLLAR_LBRACE] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_POUND] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_AT] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_COLON] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_COLON_QMARK] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_COLON_DASH] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_PERCENT] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_SLASH] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_DOLLAR_LPAREN] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_BQUOTE] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_LT_LPAREN] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_GT_LPAREN] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [sym_word] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_comment] = { .visible = true, .named = true, - .structural = false, - .extra = true, }, [sym_simple_variable_name] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [anon_sym_STAR] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_QMARK] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_DASH] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_BANG] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_0] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym__] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_SEMI] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_LF] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_AMP] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [sym_program] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym__terminated_statement] = { .visible = false, .named = true, - .structural = true, - .extra = false, }, [sym_for_statement] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_while_statement] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_do_group] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_if_statement] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_elif_clause] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_else_clause] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_case_statement] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_case_item] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_function_definition] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_compound_statement] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_subshell] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_pipeline] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_list] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_bracket_command] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_command] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_command_name] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_environment_variable_assignment] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_subscript] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_file_redirect] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_heredoc_redirect] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_heredoc] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_concatenation] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_string] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_array] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_simple_expansion] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_expansion] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_command_substitution] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_process_substitution] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_special_variable_name] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [aux_sym_program_repeat1] = { .visible = false, .named = false, - .structural = true, - .extra = false, }, [aux_sym_for_statement_repeat1] = { .visible = false, .named = false, - .structural = true, - .extra = false, }, [aux_sym_if_statement_repeat1] = { .visible = false, .named = false, - .structural = true, - .extra = false, }, [aux_sym_case_statement_repeat1] = { .visible = false, .named = false, - .structural = true, - .extra = false, }, [aux_sym_case_item_repeat1] = { .visible = false, .named = false, - .structural = true, - .extra = false, }, [aux_sym_command_repeat1] = { .visible = false, .named = false, - .structural = true, - .extra = false, }, [aux_sym_command_repeat2] = { .visible = false, .named = false, - .structural = true, - .extra = false, }, [aux_sym_heredoc_repeat1] = { .visible = false, .named = false, - .structural = true, - .extra = false, }, [aux_sym_concatenation_repeat1] = { .visible = false, .named = false, - .structural = true, - .extra = false, }, [aux_sym_string_repeat1] = { .visible = false, .named = false, - .structural = true, - .extra = false, }, [aux_sym_array_repeat1] = { .visible = false, .named = false, - .structural = true, - .extra = false, }, [alias_sym_variable_name] = { .visible = true, .named = true, - .structural = true, - .extra = true, }, }; @@ -971,72 +741,61 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '$') ADVANCE(5); if (lookahead == '%') - ADVANCE(6); - if (lookahead == '&') - ADVANCE(7); - if (lookahead == '\'') ADVANCE(8); - if (lookahead == '(') - ADVANCE(10); - if (lookahead == ')') - ADVANCE(11); - if (lookahead == '*') - ADVANCE(12); - if (lookahead == '-') + if (lookahead == '&') + ADVANCE(9); + if (lookahead == '\'') ADVANCE(13); - if (lookahead == '/') - ADVANCE(14); - if (lookahead == '0') + if (lookahead == '(') ADVANCE(15); - if (lookahead == ':') + if (lookahead == ')') ADVANCE(16); - if (lookahead == ';') + if (lookahead == '*') + ADVANCE(17); + if (lookahead == '-') + ADVANCE(18); + if (lookahead == '/') ADVANCE(19); - if (lookahead == '<') + if (lookahead == '0') ADVANCE(20); + if (lookahead == ':') + ADVANCE(22); + if (lookahead == ';') + ADVANCE(25); + if (lookahead == '<') + ADVANCE(27); if (lookahead == '=') - ADVANCE(23); - if (lookahead == '>') - ADVANCE(24); - if (lookahead == '?') - ADVANCE(28); - if (lookahead == '@') - ADVANCE(29); - if (lookahead == '[') - ADVANCE(30); - if (lookahead == '\\') - SKIP(31); - if (lookahead == ']') ADVANCE(32); + if (lookahead == '>') + ADVANCE(33); + if (lookahead == '?') + ADVANCE(37); + if (lookahead == '@') + ADVANCE(38); + if (lookahead == '[') + ADVANCE(39); + if (lookahead == '\\') + SKIP(41); + if (lookahead == ']') + ADVANCE(42); if (lookahead == '_') - ADVANCE(34); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == 'c') - ADVANCE(36); - if (lookahead == 'd') - ADVANCE(40); - if (lookahead == 'e') ADVANCE(44); - if (lookahead == 'f') - ADVANCE(53); - if (lookahead == 'i') - ADVANCE(64); - if (lookahead == 't') - ADVANCE(67); - if (lookahead == 'w') - ADVANCE(71); + if (lookahead == '`') + ADVANCE(45); if (lookahead == '{') - ADVANCE(76); + ADVANCE(46); if (lookahead == '|') - ADVANCE(77); + ADVANCE(47); if (lookahead == '}') - ADVANCE(78); + ADVANCE(50); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(0); + if (('1' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) + ADVANCE(21); END_STATE(); case 1: ACCEPT_TOKEN(ts_builtin_sym_end); @@ -1052,367 +811,267 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 5: ACCEPT_TOKEN(anon_sym_DOLLAR); + if (lookahead == '(') + ADVANCE(6); + if (lookahead == '{') + ADVANCE(7); END_STATE(); case 6: - ACCEPT_TOKEN(anon_sym_PERCENT); + ACCEPT_TOKEN(anon_sym_DOLLAR_LPAREN); END_STATE(); case 7: - ACCEPT_TOKEN(anon_sym_AMP); + ACCEPT_TOKEN(anon_sym_DOLLAR_LBRACE); END_STATE(); case 8: - if (lookahead == '\'') - ADVANCE(9); - if (lookahead != 0) - ADVANCE(8); + ACCEPT_TOKEN(anon_sym_PERCENT); END_STATE(); case 9: - ACCEPT_TOKEN(sym_raw_string); + ACCEPT_TOKEN(anon_sym_AMP); + if (lookahead == '&') + ADVANCE(10); + if (lookahead == '>') + ADVANCE(11); END_STATE(); case 10: - ACCEPT_TOKEN(anon_sym_LPAREN); + ACCEPT_TOKEN(anon_sym_AMP_AMP); END_STATE(); case 11: - ACCEPT_TOKEN(anon_sym_RPAREN); + ACCEPT_TOKEN(anon_sym_AMP_GT); + if (lookahead == '>') + ADVANCE(12); END_STATE(); case 12: - ACCEPT_TOKEN(anon_sym_STAR); + ACCEPT_TOKEN(anon_sym_AMP_GT_GT); END_STATE(); case 13: - ACCEPT_TOKEN(anon_sym_DASH); + if (lookahead == '\'') + ADVANCE(14); + if (lookahead != 0) + ADVANCE(13); END_STATE(); case 14: - ACCEPT_TOKEN(anon_sym_SLASH); + ACCEPT_TOKEN(sym_raw_string); END_STATE(); case 15: - ACCEPT_TOKEN(anon_sym_0); + ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); case 16: - ACCEPT_TOKEN(anon_sym_COLON); - if (lookahead == '-') - ADVANCE(17); - if (lookahead == '?') - ADVANCE(18); + ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); case 17: - ACCEPT_TOKEN(anon_sym_COLON_DASH); + ACCEPT_TOKEN(anon_sym_STAR); END_STATE(); case 18: - ACCEPT_TOKEN(anon_sym_COLON_QMARK); + ACCEPT_TOKEN(anon_sym_DASH); END_STATE(); case 19: - ACCEPT_TOKEN(anon_sym_SEMI); + ACCEPT_TOKEN(anon_sym_SLASH); END_STATE(); case 20: - ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '&') + ACCEPT_TOKEN(anon_sym_0); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(21); - if (lookahead == '(') - ADVANCE(22); END_STATE(); case 21: - ACCEPT_TOKEN(anon_sym_LT_AMP); + ACCEPT_TOKEN(sym_simple_variable_name); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) + ADVANCE(21); END_STATE(); case 22: - ACCEPT_TOKEN(anon_sym_LT_LPAREN); + ACCEPT_TOKEN(anon_sym_COLON); + if (lookahead == '-') + ADVANCE(23); + if (lookahead == '?') + ADVANCE(24); END_STATE(); case 23: - ACCEPT_TOKEN(anon_sym_EQ); + ACCEPT_TOKEN(anon_sym_COLON_DASH); END_STATE(); case 24: - ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '&') - ADVANCE(25); - if (lookahead == '(') - ADVANCE(26); - if (lookahead == '>') - ADVANCE(27); + ACCEPT_TOKEN(anon_sym_COLON_QMARK); END_STATE(); case 25: - ACCEPT_TOKEN(anon_sym_GT_AMP); + ACCEPT_TOKEN(anon_sym_SEMI); + if (lookahead == ';') + ADVANCE(26); END_STATE(); case 26: - ACCEPT_TOKEN(anon_sym_GT_LPAREN); + ACCEPT_TOKEN(anon_sym_SEMI_SEMI); END_STATE(); case 27: - ACCEPT_TOKEN(anon_sym_GT_GT); + ACCEPT_TOKEN(anon_sym_LT); + if (lookahead == '&') + ADVANCE(28); + if (lookahead == '(') + ADVANCE(29); + if (lookahead == '<') + ADVANCE(30); END_STATE(); case 28: - ACCEPT_TOKEN(anon_sym_QMARK); + ACCEPT_TOKEN(anon_sym_LT_AMP); END_STATE(); case 29: - ACCEPT_TOKEN(anon_sym_AT); + ACCEPT_TOKEN(anon_sym_LT_LPAREN); END_STATE(); case 30: - ACCEPT_TOKEN(anon_sym_LBRACK); + ACCEPT_TOKEN(anon_sym_LT_LT); + if (lookahead == '-') + ADVANCE(31); END_STATE(); case 31: + ACCEPT_TOKEN(anon_sym_LT_LT_DASH); + END_STATE(); + case 32: + ACCEPT_TOKEN(anon_sym_EQ); + END_STATE(); + case 33: + ACCEPT_TOKEN(anon_sym_GT); + if (lookahead == '&') + ADVANCE(34); + if (lookahead == '(') + ADVANCE(35); + if (lookahead == '>') + ADVANCE(36); + END_STATE(); + case 34: + ACCEPT_TOKEN(anon_sym_GT_AMP); + END_STATE(); + case 35: + ACCEPT_TOKEN(anon_sym_GT_LPAREN); + END_STATE(); + case 36: + ACCEPT_TOKEN(anon_sym_GT_GT); + END_STATE(); + case 37: + ACCEPT_TOKEN(anon_sym_QMARK); + END_STATE(); + case 38: + ACCEPT_TOKEN(anon_sym_AT); + END_STATE(); + case 39: + ACCEPT_TOKEN(anon_sym_LBRACK); + if (lookahead == '[') + ADVANCE(40); + END_STATE(); + case 40: + ACCEPT_TOKEN(anon_sym_LBRACK_LBRACK); + END_STATE(); + case 41: if (lookahead == '\n') SKIP(0); END_STATE(); - case 32: + case 42: ACCEPT_TOKEN(anon_sym_RBRACK); if (lookahead == ']') - ADVANCE(33); - END_STATE(); - case 33: - ACCEPT_TOKEN(anon_sym_RBRACK_RBRACK); - END_STATE(); - case 34: - ACCEPT_TOKEN(anon_sym__); - END_STATE(); - case 35: - ACCEPT_TOKEN(anon_sym_BQUOTE); - END_STATE(); - case 36: - if (lookahead == 'a') - ADVANCE(37); - END_STATE(); - case 37: - if (lookahead == 's') - ADVANCE(38); - END_STATE(); - case 38: - if (lookahead == 'e') - ADVANCE(39); - END_STATE(); - case 39: - ACCEPT_TOKEN(anon_sym_case); - END_STATE(); - case 40: - if (lookahead == 'o') - ADVANCE(41); - END_STATE(); - case 41: - ACCEPT_TOKEN(anon_sym_do); - if (lookahead == 'n') - ADVANCE(42); - END_STATE(); - case 42: - if (lookahead == 'e') ADVANCE(43); END_STATE(); case 43: - ACCEPT_TOKEN(anon_sym_done); + ACCEPT_TOKEN(anon_sym_RBRACK_RBRACK); END_STATE(); case 44: - if (lookahead == 'l') - ADVANCE(45); - if (lookahead == 's') - ADVANCE(50); + ACCEPT_TOKEN(anon_sym__); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) + ADVANCE(21); END_STATE(); case 45: - if (lookahead == 'i') - ADVANCE(46); - if (lookahead == 's') - ADVANCE(48); + ACCEPT_TOKEN(anon_sym_BQUOTE); END_STATE(); case 46: - if (lookahead == 'f') - ADVANCE(47); - END_STATE(); - case 47: - ACCEPT_TOKEN(anon_sym_elif); - END_STATE(); - case 48: - if (lookahead == 'e') - ADVANCE(49); - END_STATE(); - case 49: - ACCEPT_TOKEN(anon_sym_else); - END_STATE(); - case 50: - if (lookahead == 'a') - ADVANCE(51); - END_STATE(); - case 51: - if (lookahead == 'c') - ADVANCE(52); - END_STATE(); - case 52: - ACCEPT_TOKEN(anon_sym_esac); - END_STATE(); - case 53: - if (lookahead == 'i') - ADVANCE(54); - if (lookahead == 'o') - ADVANCE(55); - if (lookahead == 'u') - ADVANCE(57); - END_STATE(); - case 54: - ACCEPT_TOKEN(anon_sym_fi); - END_STATE(); - case 55: - if (lookahead == 'r') - ADVANCE(56); - END_STATE(); - case 56: - ACCEPT_TOKEN(anon_sym_for); - END_STATE(); - case 57: - if (lookahead == 'n') - ADVANCE(58); - END_STATE(); - case 58: - if (lookahead == 'c') - ADVANCE(59); - END_STATE(); - case 59: - if (lookahead == 't') - ADVANCE(60); - END_STATE(); - case 60: - if (lookahead == 'i') - ADVANCE(61); - END_STATE(); - case 61: - if (lookahead == 'o') - ADVANCE(62); - END_STATE(); - case 62: - if (lookahead == 'n') - ADVANCE(63); - END_STATE(); - case 63: - ACCEPT_TOKEN(anon_sym_function); - END_STATE(); - case 64: - if (lookahead == 'f') - ADVANCE(65); - if (lookahead == 'n') - ADVANCE(66); - END_STATE(); - case 65: - ACCEPT_TOKEN(anon_sym_if); - END_STATE(); - case 66: - ACCEPT_TOKEN(anon_sym_in); - END_STATE(); - case 67: - if (lookahead == 'h') - ADVANCE(68); - END_STATE(); - case 68: - if (lookahead == 'e') - ADVANCE(69); - END_STATE(); - case 69: - if (lookahead == 'n') - ADVANCE(70); - END_STATE(); - case 70: - ACCEPT_TOKEN(anon_sym_then); - END_STATE(); - case 71: - if (lookahead == 'h') - ADVANCE(72); - END_STATE(); - case 72: - if (lookahead == 'i') - ADVANCE(73); - END_STATE(); - case 73: - if (lookahead == 'l') - ADVANCE(74); - END_STATE(); - case 74: - if (lookahead == 'e') - ADVANCE(75); - END_STATE(); - case 75: - ACCEPT_TOKEN(anon_sym_while); - END_STATE(); - case 76: ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); - case 77: + case 47: ACCEPT_TOKEN(anon_sym_PIPE); + if (lookahead == '&') + ADVANCE(48); + if (lookahead == '|') + ADVANCE(49); END_STATE(); - case 78: + case 48: + ACCEPT_TOKEN(anon_sym_PIPE_AMP); + END_STATE(); + case 49: + ACCEPT_TOKEN(anon_sym_PIPE_PIPE); + END_STATE(); + case 50: ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); - case 79: + case 51: if (lookahead == 0) ADVANCE(1); if (lookahead == '\"') ADVANCE(3); if (lookahead == '#') - ADVANCE(80); + ADVANCE(52); if (lookahead == '$') - ADVANCE(81); + ADVANCE(5); if (lookahead == '&') - ADVANCE(84); + ADVANCE(53); if (lookahead == '\'') - ADVANCE(8); + ADVANCE(13); if (lookahead == '(') - ADVANCE(10); + ADVANCE(15); if (lookahead == '<') - ADVANCE(20); + ADVANCE(54); if (lookahead == '>') - ADVANCE(24); + ADVANCE(33); if (lookahead == '[') - ADVANCE(87); + ADVANCE(55); if (lookahead == '\\') - ADVANCE(91); + ADVANCE(59); if (lookahead == '`') - ADVANCE(35); + ADVANCE(45); if (lookahead == 'c') - ADVANCE(92); + ADVANCE(60); if (lookahead == 'f') - ADVANCE(96); + ADVANCE(64); if (lookahead == 'i') - ADVANCE(106); + ADVANCE(74); if (lookahead == 'w') - ADVANCE(108); + ADVANCE(76); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(79); + SKIP(51); if ((lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '{' && lookahead != '}') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 80: + case 52: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && lookahead != '\n') - ADVANCE(80); + ADVANCE(52); END_STATE(); - case 81: - ACCEPT_TOKEN(anon_sym_DOLLAR); + case 53: + if (lookahead == '>') + ADVANCE(11); + END_STATE(); + case 54: + ACCEPT_TOKEN(anon_sym_LT); + if (lookahead == '&') + ADVANCE(28); if (lookahead == '(') - ADVANCE(82); - if (lookahead == '{') - ADVANCE(83); + ADVANCE(29); END_STATE(); - case 82: - ACCEPT_TOKEN(anon_sym_DOLLAR_LPAREN); - END_STATE(); - case 83: - ACCEPT_TOKEN(anon_sym_DOLLAR_LBRACE); - END_STATE(); - case 84: - if (lookahead == '>') - ADVANCE(85); - END_STATE(); - case 85: - ACCEPT_TOKEN(anon_sym_AMP_GT); - if (lookahead == '>') - ADVANCE(86); - END_STATE(); - case 86: - ACCEPT_TOKEN(anon_sym_AMP_GT_GT); - END_STATE(); - case 87: + case 55: ACCEPT_TOKEN(anon_sym_LBRACK); if (lookahead == '[') - ADVANCE(88); + ADVANCE(56); if (lookahead == '\\') - ADVANCE(89); + ADVANCE(57); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && @@ -1426,12 +1085,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '`' && lookahead != '{' && lookahead != '}') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 88: + case 56: ACCEPT_TOKEN(anon_sym_LBRACK_LBRACK); if (lookahead == '\\') - ADVANCE(89); + ADVANCE(57); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && @@ -1445,20 +1104,20 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '`' && lookahead != '{' && lookahead != '}') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 89: + case 57: if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 90: + case 58: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') - ADVANCE(89); + ADVANCE(57); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && @@ -1472,24 +1131,24 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '`' && lookahead != '{' && lookahead != '}') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 91: + case 59: if (lookahead == '\n') - SKIP(79); + SKIP(51); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 92: + case 60: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') - ADVANCE(89); + ADVANCE(57); if (lookahead == 'a') - ADVANCE(93); + ADVANCE(61); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && @@ -1504,14 +1163,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != 'a' && lookahead != '{' && lookahead != '}') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 93: + case 61: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') - ADVANCE(89); + ADVANCE(57); if (lookahead == 's') - ADVANCE(94); + ADVANCE(62); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && @@ -1525,14 +1184,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '`' && lookahead != '{' && lookahead != '}') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 94: + case 62: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') - ADVANCE(89); + ADVANCE(57); if (lookahead == 'e') - ADVANCE(95); + ADVANCE(63); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && @@ -1546,12 +1205,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '`' && lookahead != '{' && lookahead != '}') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 95: + case 63: ACCEPT_TOKEN(anon_sym_case); if (lookahead == '\\') - ADVANCE(89); + ADVANCE(57); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && @@ -1565,16 +1224,16 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '`' && lookahead != '{' && lookahead != '}') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 96: + case 64: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') - ADVANCE(89); + ADVANCE(57); if (lookahead == 'o') - ADVANCE(97); + ADVANCE(65); if (lookahead == 'u') - ADVANCE(99); + ADVANCE(67); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && @@ -1588,14 +1247,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '`' && lookahead != '{' && lookahead != '}') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 97: + case 65: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') - ADVANCE(89); + ADVANCE(57); if (lookahead == 'r') - ADVANCE(98); + ADVANCE(66); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && @@ -1609,12 +1268,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '`' && lookahead != '{' && lookahead != '}') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 98: + case 66: ACCEPT_TOKEN(anon_sym_for); if (lookahead == '\\') - ADVANCE(89); + ADVANCE(57); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && @@ -1628,14 +1287,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '`' && lookahead != '{' && lookahead != '}') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 99: + case 67: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') - ADVANCE(89); + ADVANCE(57); if (lookahead == 'n') - ADVANCE(100); + ADVANCE(68); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && @@ -1649,14 +1308,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '`' && lookahead != '{' && lookahead != '}') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 100: + case 68: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') - ADVANCE(89); + ADVANCE(57); if (lookahead == 'c') - ADVANCE(101); + ADVANCE(69); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && @@ -1670,14 +1329,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '`' && lookahead != '{' && lookahead != '}') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 101: + case 69: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') - ADVANCE(89); + ADVANCE(57); if (lookahead == 't') - ADVANCE(102); + ADVANCE(70); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && @@ -1691,14 +1350,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '`' && lookahead != '{' && lookahead != '}') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 102: + case 70: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') - ADVANCE(89); + ADVANCE(57); if (lookahead == 'i') - ADVANCE(103); + ADVANCE(71); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && @@ -1712,14 +1371,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '`' && lookahead != '{' && lookahead != '}') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 103: + case 71: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') - ADVANCE(89); + ADVANCE(57); if (lookahead == 'o') - ADVANCE(104); + ADVANCE(72); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && @@ -1733,14 +1392,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '`' && lookahead != '{' && lookahead != '}') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 104: + case 72: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') - ADVANCE(89); + ADVANCE(57); if (lookahead == 'n') - ADVANCE(105); + ADVANCE(73); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && @@ -1754,12 +1413,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '`' && lookahead != '{' && lookahead != '}') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 105: + case 73: ACCEPT_TOKEN(anon_sym_function); if (lookahead == '\\') - ADVANCE(89); + ADVANCE(57); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && @@ -1773,14 +1432,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '`' && lookahead != '{' && lookahead != '}') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 106: + case 74: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') - ADVANCE(89); + ADVANCE(57); if (lookahead == 'f') - ADVANCE(107); + ADVANCE(75); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && @@ -1794,12 +1453,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '`' && lookahead != '{' && lookahead != '}') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 107: + case 75: ACCEPT_TOKEN(anon_sym_if); if (lookahead == '\\') - ADVANCE(89); + ADVANCE(57); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && @@ -1813,14 +1472,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '`' && lookahead != '{' && lookahead != '}') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 108: + case 76: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') - ADVANCE(89); + ADVANCE(57); if (lookahead == 'h') - ADVANCE(109); + ADVANCE(77); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && @@ -1834,14 +1493,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '`' && lookahead != '{' && lookahead != '}') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 109: + case 77: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') - ADVANCE(89); + ADVANCE(57); if (lookahead == 'i') - ADVANCE(110); + ADVANCE(78); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && @@ -1855,14 +1514,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '`' && lookahead != '{' && lookahead != '}') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 110: + case 78: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') - ADVANCE(89); + ADVANCE(57); if (lookahead == 'l') - ADVANCE(111); + ADVANCE(79); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && @@ -1876,14 +1535,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '`' && lookahead != '{' && lookahead != '}') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 111: + case 79: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') - ADVANCE(89); + ADVANCE(57); if (lookahead == 'e') - ADVANCE(112); + ADVANCE(80); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && @@ -1897,12 +1556,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '`' && lookahead != '{' && lookahead != '}') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 112: + case 80: ACCEPT_TOKEN(anon_sym_while); if (lookahead == '\\') - ADVANCE(89); + ADVANCE(57); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && @@ -1916,348 +1575,291 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '`' && lookahead != '{' && lookahead != '}') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 113: + case 81: if (lookahead == '#') - ADVANCE(80); - if (lookahead == '&') - ADVANCE(84); - if (lookahead == '<') - ADVANCE(114); - if (lookahead == '>') - ADVANCE(115); - if (lookahead == '\\') - SKIP(116); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(113); - END_STATE(); - case 114: - ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '&') - ADVANCE(21); - END_STATE(); - case 115: - ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '&') - ADVANCE(25); - if (lookahead == '>') - ADVANCE(27); - END_STATE(); - case 116: - if (lookahead == '\n') - SKIP(113); - END_STATE(); - case 117: - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '=') - ADVANCE(23); - if (lookahead == '[') - ADVANCE(30); - if (lookahead == '\\') - SKIP(118); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(117); - END_STATE(); - case 118: - if (lookahead == '\n') - SKIP(117); - END_STATE(); - case 119: - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '\\') - ADVANCE(120); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(119); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - (lookahead < '&' || lookahead > ')') && - lookahead != ';' && - lookahead != '<' && - lookahead != '>' && - lookahead != '`' && - lookahead != '{' && - lookahead != '}') - ADVANCE(90); - END_STATE(); - case 120: - if (lookahead == '\n') - SKIP(119); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ') - ADVANCE(90); - END_STATE(); - case 121: - if (lookahead == '\"') - ADVANCE(3); - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '$') - ADVANCE(81); - if (lookahead == '&') - ADVANCE(84); - if (lookahead == '\'') + ADVANCE(52); + if (lookahead == '%') ADVANCE(8); - if (lookahead == '(') - ADVANCE(10); - if (lookahead == '<') - ADVANCE(20); - if (lookahead == '>') - ADVANCE(24); - if (lookahead == '[') - ADVANCE(87); - if (lookahead == '\\') - ADVANCE(122); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == 'c') - ADVANCE(92); - if (lookahead == 'f') - ADVANCE(96); - if (lookahead == 'i') - ADVANCE(106); - if (lookahead == 'w') - ADVANCE(108); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(121); - if (lookahead != 0 && - (lookahead < '&' || lookahead > ')') && - lookahead != ';' && - lookahead != '<' && - lookahead != '{' && - lookahead != '}') - ADVANCE(90); - END_STATE(); - case 122: - if (lookahead == '\n') - SKIP(121); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ') - ADVANCE(90); - END_STATE(); - case 123: - if (lookahead == '\"') - ADVANCE(3); - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '$') - ADVANCE(81); - if (lookahead == '\'') - ADVANCE(8); - if (lookahead == '<') - ADVANCE(124); - if (lookahead == '>') - ADVANCE(125); - if (lookahead == '\\') - ADVANCE(126); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(123); - if (lookahead != 0 && - (lookahead < '&' || lookahead > ')') && - lookahead != ';' && - lookahead != '<' && - lookahead != '{' && - lookahead != '}') - ADVANCE(90); - END_STATE(); - case 124: - if (lookahead == '(') - ADVANCE(22); - END_STATE(); - case 125: - if (lookahead == '(') - ADVANCE(26); - END_STATE(); - case 126: - if (lookahead == '\n') - SKIP(123); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ') - ADVANCE(90); - END_STATE(); - case 127: - if (lookahead == '\"') - ADVANCE(3); - if (lookahead == '#') - ADVANCE(128); - if (lookahead == '$') - ADVANCE(81); - if (lookahead == '\\') - ADVANCE(130); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - ADVANCE(131); - if (lookahead != 0) - ADVANCE(129); - END_STATE(); - case 128: - ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH); - if (lookahead == '\n') - ADVANCE(129); - if (lookahead != 0 && - lookahead != '\"' && - lookahead != '$' && - lookahead != '`') - ADVANCE(128); - END_STATE(); - case 129: - ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH); - if (lookahead != 0 && - lookahead != '\"' && - lookahead != '$' && - lookahead != '`') - ADVANCE(129); - END_STATE(); - case 130: - ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH); - if (lookahead == '\n') - ADVANCE(131); - if (lookahead != 0 && - lookahead != '\"' && - lookahead != '$' && - lookahead != '`') - ADVANCE(129); - END_STATE(); - case 131: - ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH); - if (lookahead == '#') - ADVANCE(128); - if (lookahead == '\\') - ADVANCE(130); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - ADVANCE(131); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(129); - END_STATE(); - case 132: - if (lookahead == '\n') - ADVANCE(133); - if (lookahead == '\"') - ADVANCE(3); - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '$') - ADVANCE(81); if (lookahead == '&') - ADVANCE(134); - if (lookahead == '\'') - ADVANCE(8); + ADVANCE(82); if (lookahead == ')') - ADVANCE(11); - if (lookahead == ';') - ADVANCE(136); - if (lookahead == '<') - ADVANCE(138); - if (lookahead == '>') - ADVANCE(24); + ADVANCE(16); + if (lookahead == '/') + ADVANCE(19); + if (lookahead == ':') + ADVANCE(22); + if (lookahead == '=') + ADVANCE(32); + if (lookahead == '@') + ADVANCE(38); + if (lookahead == '[') + ADVANCE(83); if (lookahead == '\\') - ADVANCE(141); + SKIP(84); + if (lookahead == ']') + ADVANCE(85); if (lookahead == '`') - ADVANCE(35); + ADVANCE(45); + if (lookahead == 'd') + ADVANCE(86); + if (lookahead == 'e') + ADVANCE(88); + if (lookahead == 'f') + ADVANCE(94); + if (lookahead == 'i') + ADVANCE(96); + if (lookahead == 't') + ADVANCE(98); + if (lookahead == '{') + ADVANCE(46); if (lookahead == '|') - ADVANCE(142); + ADVANCE(47); + if (lookahead == '}') + ADVANCE(50); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') + SKIP(81); + END_STATE(); + case 82: + if (lookahead == '&') + ADVANCE(10); + END_STATE(); + case 83: + ACCEPT_TOKEN(anon_sym_LBRACK); + END_STATE(); + case 84: + if (lookahead == '\n') + SKIP(81); + END_STATE(); + case 85: + ACCEPT_TOKEN(anon_sym_RBRACK); + END_STATE(); + case 86: + if (lookahead == 'o') + ADVANCE(87); + END_STATE(); + case 87: + ACCEPT_TOKEN(anon_sym_do); + END_STATE(); + case 88: + if (lookahead == 'l') + ADVANCE(89); + END_STATE(); + case 89: + if (lookahead == 'i') + ADVANCE(90); + if (lookahead == 's') + ADVANCE(92); + END_STATE(); + case 90: + if (lookahead == 'f') + ADVANCE(91); + END_STATE(); + case 91: + ACCEPT_TOKEN(anon_sym_elif); + END_STATE(); + case 92: + if (lookahead == 'e') + ADVANCE(93); + END_STATE(); + case 93: + ACCEPT_TOKEN(anon_sym_else); + END_STATE(); + case 94: + if (lookahead == 'i') + ADVANCE(95); + END_STATE(); + case 95: + ACCEPT_TOKEN(anon_sym_fi); + END_STATE(); + case 96: + if (lookahead == 'n') + ADVANCE(97); + END_STATE(); + case 97: + ACCEPT_TOKEN(anon_sym_in); + END_STATE(); + case 98: + if (lookahead == 'h') + ADVANCE(99); + END_STATE(); + case 99: + if (lookahead == 'e') + ADVANCE(100); + END_STATE(); + case 100: + if (lookahead == 'n') + ADVANCE(101); + END_STATE(); + case 101: + ACCEPT_TOKEN(anon_sym_then); + END_STATE(); + case 102: + if (lookahead == '\"') + ADVANCE(3); + if (lookahead == '#') + ADVANCE(52); + if (lookahead == '$') + ADVANCE(5); + if (lookahead == '&') + ADVANCE(53); + if (lookahead == '\'') + ADVANCE(13); + if (lookahead == '<') + ADVANCE(54); + if (lookahead == '>') + ADVANCE(33); + if (lookahead == '\\') + ADVANCE(103); + if (lookahead == '`') + ADVANCE(45); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') + SKIP(102); + if (lookahead != 0 && + (lookahead < '&' || lookahead > ')') && + lookahead != ';' && + lookahead != '<' && + lookahead != '{' && + lookahead != '}') + ADVANCE(58); + END_STATE(); + case 103: + if (lookahead == '\n') + SKIP(102); + if (lookahead != 0 && + lookahead != '\t' && + lookahead != '\n' && + lookahead != '\r' && + lookahead != ' ') + ADVANCE(58); + END_STATE(); + case 104: + if (lookahead == '\"') + ADVANCE(3); + if (lookahead == '#') + ADVANCE(105); + if (lookahead == '$') + ADVANCE(5); + if (lookahead == '\\') + ADVANCE(107); + if (lookahead == '`') + ADVANCE(45); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') + ADVANCE(108); + if (lookahead != 0) + ADVANCE(106); + END_STATE(); + case 105: + ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH); + if (lookahead == '\n') + ADVANCE(106); + if (lookahead != 0 && + lookahead != '\"' && + lookahead != '$' && + lookahead != '`') + ADVANCE(105); + END_STATE(); + case 106: + ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH); + if (lookahead != 0 && + lookahead != '\"' && + lookahead != '$' && + lookahead != '`') + ADVANCE(106); + END_STATE(); + case 107: + ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH); + if (lookahead == '\n') + ADVANCE(108); + if (lookahead != 0 && + lookahead != '\"' && + lookahead != '$' && + lookahead != '`') + ADVANCE(106); + END_STATE(); + case 108: + ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH); + if (lookahead == '#') + ADVANCE(105); + if (lookahead == '\\') + ADVANCE(107); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') + ADVANCE(108); + if (lookahead != 0 && + (lookahead < '\"' || lookahead > '$') && + lookahead != '`') + ADVANCE(106); + END_STATE(); + case 109: + if (lookahead == '\n') + ADVANCE(110); + if (lookahead == '\"') + ADVANCE(3); + if (lookahead == '#') + ADVANCE(52); + if (lookahead == '$') + ADVANCE(5); + if (lookahead == '&') + ADVANCE(9); + if (lookahead == '\'') + ADVANCE(13); + if (lookahead == ')') + ADVANCE(16); + if (lookahead == ';') + ADVANCE(25); + if (lookahead == '<') + ADVANCE(27); + if (lookahead == '>') + ADVANCE(33); + if (lookahead == '\\') + ADVANCE(111); + if (lookahead == '`') + ADVANCE(45); + if (lookahead == '|') + ADVANCE(112); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') - SKIP(132); + SKIP(109); if (lookahead != 0 && (lookahead < '&' || lookahead > ')') && (lookahead < '{' || lookahead > '}')) - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 133: + case 110: ACCEPT_TOKEN(anon_sym_LF); END_STATE(); - case 134: - ACCEPT_TOKEN(anon_sym_AMP); - if (lookahead == '&') - ADVANCE(135); - if (lookahead == '>') - ADVANCE(85); - END_STATE(); - case 135: - ACCEPT_TOKEN(anon_sym_AMP_AMP); - END_STATE(); - case 136: - ACCEPT_TOKEN(anon_sym_SEMI); - if (lookahead == ';') - ADVANCE(137); - END_STATE(); - case 137: - ACCEPT_TOKEN(anon_sym_SEMI_SEMI); - END_STATE(); - case 138: - ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '&') - ADVANCE(21); - if (lookahead == '(') - ADVANCE(22); - if (lookahead == '<') - ADVANCE(139); - END_STATE(); - case 139: - ACCEPT_TOKEN(anon_sym_LT_LT); - if (lookahead == '-') - ADVANCE(140); - END_STATE(); - case 140: - ACCEPT_TOKEN(anon_sym_LT_LT_DASH); - END_STATE(); - case 141: + case 111: if (lookahead == '\n') - SKIP(132); + SKIP(109); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 142: + case 112: ACCEPT_TOKEN(anon_sym_PIPE); if (lookahead == '&') - ADVANCE(143); + ADVANCE(48); if (lookahead == '\\') - ADVANCE(89); + ADVANCE(57); if (lookahead == '|') - ADVANCE(144); + ADVANCE(113); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && @@ -2270,15 +1872,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '>' && lookahead != '`' && (lookahead < '{' || lookahead > '}')) - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 143: - ACCEPT_TOKEN(anon_sym_PIPE_AMP); - END_STATE(); - case 144: + case 113: ACCEPT_TOKEN(anon_sym_PIPE_PIPE); if (lookahead == '\\') - ADVANCE(89); + ADVANCE(57); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && @@ -2292,103 +1891,676 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '`' && lookahead != '{' && lookahead != '}') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 145: + case 114: if (lookahead == '!') ADVANCE(2); if (lookahead == '#') ADVANCE(4); if (lookahead == '$') - ADVANCE(5); + ADVANCE(115); + if (lookahead == '%') + ADVANCE(8); if (lookahead == '*') - ADVANCE(12); + ADVANCE(17); if (lookahead == '-') - ADVANCE(13); + ADVANCE(18); + if (lookahead == '/') + ADVANCE(19); if (lookahead == '0') - ADVANCE(146); + ADVANCE(20); + if (lookahead == ':') + ADVANCE(22); + if (lookahead == '=') + ADVANCE(32); if (lookahead == '?') - ADVANCE(28); + ADVANCE(37); if (lookahead == '@') - ADVANCE(29); + ADVANCE(38); + if (lookahead == '[') + ADVANCE(83); if (lookahead == '\\') - SKIP(148); + SKIP(116); if (lookahead == '_') - ADVANCE(149); + ADVANCE(44); + if (lookahead == '}') + ADVANCE(50); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(145); + SKIP(114); if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(147); + ADVANCE(21); END_STATE(); - case 146: - ACCEPT_TOKEN(anon_sym_0); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(147); + case 115: + ACCEPT_TOKEN(anon_sym_DOLLAR); END_STATE(); - case 147: - ACCEPT_TOKEN(sym_simple_variable_name); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(147); - END_STATE(); - case 148: + case 116: if (lookahead == '\n') - SKIP(145); + SKIP(114); END_STATE(); - case 149: - ACCEPT_TOKEN(anon_sym__); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(147); - END_STATE(); - case 150: + case 117: if (lookahead == '\n') - ADVANCE(133); + ADVANCE(110); if (lookahead == '\"') ADVANCE(3); if (lookahead == '#') - ADVANCE(80); + ADVANCE(52); if (lookahead == '$') - ADVANCE(81); + ADVANCE(5); if (lookahead == '&') - ADVANCE(134); + ADVANCE(9); if (lookahead == '\'') - ADVANCE(8); + ADVANCE(13); if (lookahead == '(') - ADVANCE(10); + ADVANCE(15); if (lookahead == ')') - ADVANCE(11); + ADVANCE(16); if (lookahead == ';') - ADVANCE(136); + ADVANCE(25); if (lookahead == '<') - ADVANCE(138); + ADVANCE(27); if (lookahead == '>') - ADVANCE(24); + ADVANCE(33); + if (lookahead == '\\') + ADVANCE(118); + if (lookahead == '`') + ADVANCE(45); + if (lookahead == '|') + ADVANCE(112); + if (lookahead == '\t' || + lookahead == '\r' || + lookahead == ' ') + SKIP(117); + if (lookahead != 0 && + (lookahead < '{' || lookahead > '}')) + ADVANCE(58); + END_STATE(); + case 118: + if (lookahead == '\n') + SKIP(117); + if (lookahead != 0 && + lookahead != '\t' && + lookahead != '\n' && + lookahead != '\r' && + lookahead != ' ') + ADVANCE(58); + END_STATE(); + case 119: + if (lookahead == 0) + ADVANCE(1); + if (lookahead == '\"') + ADVANCE(3); + if (lookahead == '#') + ADVANCE(52); + if (lookahead == '$') + ADVANCE(5); + if (lookahead == '&') + ADVANCE(53); + if (lookahead == '\'') + ADVANCE(13); + if (lookahead == '(') + ADVANCE(15); + if (lookahead == ';') + ADVANCE(120); + if (lookahead == '<') + ADVANCE(54); + if (lookahead == '>') + ADVANCE(33); + if (lookahead == '[') + ADVANCE(55); + if (lookahead == '\\') + ADVANCE(121); + if (lookahead == '`') + ADVANCE(45); + if (lookahead == 'c') + ADVANCE(60); + if (lookahead == 'f') + ADVANCE(64); + if (lookahead == 'i') + ADVANCE(74); + if (lookahead == 'w') + ADVANCE(76); + if (lookahead == '}') + ADVANCE(50); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') + SKIP(119); + if ((lookahead < '&' || lookahead > ')') && + lookahead != '{') + ADVANCE(58); + END_STATE(); + case 120: + if (lookahead == ';') + ADVANCE(26); + END_STATE(); + case 121: + if (lookahead == '\n') + SKIP(119); + if (lookahead != 0 && + lookahead != '\t' && + lookahead != '\n' && + lookahead != '\r' && + lookahead != ' ') + ADVANCE(58); + END_STATE(); + case 122: + if (lookahead == '\n') + ADVANCE(110); + if (lookahead == '#') + ADVANCE(52); + if (lookahead == '&') + ADVANCE(123); + if (lookahead == ')') + ADVANCE(16); + if (lookahead == ';') + ADVANCE(25); + if (lookahead == '\\') + SKIP(124); + if (lookahead == '|') + ADVANCE(47); + if (lookahead == '\t' || + lookahead == '\r' || + lookahead == ' ') + SKIP(122); + END_STATE(); + case 123: + ACCEPT_TOKEN(anon_sym_AMP); + if (lookahead == '&') + ADVANCE(10); + END_STATE(); + case 124: + if (lookahead == '\n') + SKIP(122); + END_STATE(); + case 125: + if (lookahead == '\n') + ADVANCE(110); + if (lookahead == '\"') + ADVANCE(3); + if (lookahead == '#') + ADVANCE(52); + if (lookahead == '$') + ADVANCE(5); + if (lookahead == '&') + ADVANCE(9); + if (lookahead == '\'') + ADVANCE(13); + if (lookahead == ';') + ADVANCE(25); + if (lookahead == '<') + ADVANCE(54); + if (lookahead == '>') + ADVANCE(33); + if (lookahead == '\\') + ADVANCE(126); + if (lookahead == '`') + ADVANCE(45); + if (lookahead == '|') + ADVANCE(112); + if (lookahead == '\t' || + lookahead == '\r' || + lookahead == ' ') + SKIP(125); + if (lookahead != 0 && + (lookahead < '&' || lookahead > ')') && + (lookahead < '{' || lookahead > '}')) + ADVANCE(58); + END_STATE(); + case 126: + if (lookahead == '\n') + SKIP(125); + if (lookahead != 0 && + lookahead != '\t' && + lookahead != '\n' && + lookahead != '\r' && + lookahead != ' ') + ADVANCE(58); + END_STATE(); + case 127: + if (lookahead == '\"') + ADVANCE(3); + if (lookahead == '#') + ADVANCE(52); + if (lookahead == '$') + ADVANCE(5); + if (lookahead == '\'') + ADVANCE(13); + if (lookahead == '(') + ADVANCE(15); + if (lookahead == '<') + ADVANCE(128); + if (lookahead == '>') + ADVANCE(129); + if (lookahead == '\\') + ADVANCE(130); + if (lookahead == '`') + ADVANCE(45); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') + SKIP(127); + if (lookahead != 0 && + (lookahead < '&' || lookahead > ')') && + lookahead != ';' && + lookahead != '<' && + lookahead != '{' && + lookahead != '}') + ADVANCE(58); + END_STATE(); + case 128: + if (lookahead == '(') + ADVANCE(29); + END_STATE(); + case 129: + if (lookahead == '(') + ADVANCE(35); + END_STATE(); + case 130: + if (lookahead == '\n') + SKIP(127); + if (lookahead != 0 && + lookahead != '\t' && + lookahead != '\n' && + lookahead != '\r' && + lookahead != ' ') + ADVANCE(58); + END_STATE(); + case 131: + if (lookahead == '\n') + ADVANCE(110); + if (lookahead == '#') + ADVANCE(52); + if (lookahead == '&') + ADVANCE(132); + if (lookahead == ';') + ADVANCE(25); + if (lookahead == '\\') + SKIP(133); + if (lookahead == 'i') + ADVANCE(96); + if (lookahead == '\t' || + lookahead == '\r' || + lookahead == ' ') + SKIP(131); + END_STATE(); + case 132: + ACCEPT_TOKEN(anon_sym_AMP); + END_STATE(); + case 133: + if (lookahead == '\n') + SKIP(131); + END_STATE(); + case 134: + if (lookahead == '\n') + ADVANCE(110); + if (lookahead == '\"') + ADVANCE(3); + if (lookahead == '#') + ADVANCE(52); + if (lookahead == '$') + ADVANCE(5); + if (lookahead == '&') + ADVANCE(9); + if (lookahead == '\'') + ADVANCE(13); + if (lookahead == ')') + ADVANCE(16); + if (lookahead == ';') + ADVANCE(25); + if (lookahead == '<') + ADVANCE(54); + if (lookahead == '>') + ADVANCE(33); + if (lookahead == '\\') + ADVANCE(135); + if (lookahead == '`') + ADVANCE(45); + if (lookahead == '|') + ADVANCE(112); + if (lookahead == '\t' || + lookahead == '\r' || + lookahead == ' ') + SKIP(134); + if (lookahead != 0 && + (lookahead < '&' || lookahead > ')') && + (lookahead < '{' || lookahead > '}')) + ADVANCE(58); + END_STATE(); + case 135: + if (lookahead == '\n') + SKIP(134); + if (lookahead != 0 && + lookahead != '\t' && + lookahead != '\n' && + lookahead != '\r' && + lookahead != ' ') + ADVANCE(58); + END_STATE(); + case 136: + if (lookahead == '\"') + ADVANCE(3); + if (lookahead == '#') + ADVANCE(52); + if (lookahead == '$') + ADVANCE(5); + if (lookahead == '\'') + ADVANCE(13); + if (lookahead == '<') + ADVANCE(128); + if (lookahead == '>') + ADVANCE(129); + if (lookahead == '\\') + ADVANCE(137); + if (lookahead == ']') + ADVANCE(138); + if (lookahead == '`') + ADVANCE(45); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') + SKIP(136); + if (lookahead != 0 && + (lookahead < '&' || lookahead > ')') && + lookahead != ';' && + lookahead != '<' && + lookahead != '{' && + lookahead != '}') + ADVANCE(58); + END_STATE(); + case 137: + if (lookahead == '\n') + SKIP(136); + if (lookahead != 0 && + lookahead != '\t' && + lookahead != '\n' && + lookahead != '\r' && + lookahead != ' ') + ADVANCE(58); + END_STATE(); + case 138: + ACCEPT_TOKEN(anon_sym_RBRACK); + if (lookahead == '\\') + ADVANCE(57); + if (lookahead != 0 && + lookahead != '\t' && + lookahead != '\n' && + lookahead != '\r' && + lookahead != ' ' && + (lookahead < '\"' || lookahead > '$') && + (lookahead < '&' || lookahead > ')') && + lookahead != ';' && + lookahead != '<' && + lookahead != '>' && + lookahead != '`' && + lookahead != '{' && + lookahead != '}') + ADVANCE(58); + END_STATE(); + case 139: + if (lookahead == '\"') + ADVANCE(3); + if (lookahead == '#') + ADVANCE(52); + if (lookahead == '$') + ADVANCE(5); + if (lookahead == '\'') + ADVANCE(13); + if (lookahead == '<') + ADVANCE(128); + if (lookahead == '>') + ADVANCE(129); + if (lookahead == '\\') + ADVANCE(140); + if (lookahead == ']') + ADVANCE(141); + if (lookahead == '`') + ADVANCE(45); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') + SKIP(139); + if (lookahead != 0 && + (lookahead < '&' || lookahead > ')') && + lookahead != ';' && + lookahead != '<' && + lookahead != '{' && + lookahead != '}') + ADVANCE(58); + END_STATE(); + case 140: + if (lookahead == '\n') + SKIP(139); + if (lookahead != 0 && + lookahead != '\t' && + lookahead != '\n' && + lookahead != '\r' && + lookahead != ' ') + ADVANCE(58); + END_STATE(); + case 141: + ACCEPT_TOKEN(sym_word); + if (lookahead == '\\') + ADVANCE(57); + if (lookahead == ']') + ADVANCE(142); + if (lookahead != 0 && + lookahead != '\t' && + lookahead != '\n' && + lookahead != '\r' && + lookahead != ' ' && + (lookahead < '\"' || lookahead > '$') && + (lookahead < '&' || lookahead > ')') && + lookahead != ';' && + lookahead != '<' && + lookahead != '>' && + lookahead != '`' && + lookahead != '{' && + lookahead != '}') + ADVANCE(58); + END_STATE(); + case 142: + ACCEPT_TOKEN(anon_sym_RBRACK_RBRACK); + if (lookahead == '\\') + ADVANCE(57); + if (lookahead != 0 && + lookahead != '\t' && + lookahead != '\n' && + lookahead != '\r' && + lookahead != ' ' && + (lookahead < '\"' || lookahead > '$') && + (lookahead < '&' || lookahead > ')') && + lookahead != ';' && + lookahead != '<' && + lookahead != '>' && + lookahead != '`' && + lookahead != '{' && + lookahead != '}') + ADVANCE(58); + END_STATE(); + case 143: + if (lookahead == '\"') + ADVANCE(3); + if (lookahead == '#') + ADVANCE(52); + if (lookahead == '$') + ADVANCE(5); + if (lookahead == '&') + ADVANCE(144); + if (lookahead == '\'') + ADVANCE(13); + if (lookahead == ')') + ADVANCE(16); + if (lookahead == '<') + ADVANCE(27); + if (lookahead == '>') + ADVANCE(33); + if (lookahead == '\\') + ADVANCE(145); + if (lookahead == '`') + ADVANCE(45); + if (lookahead == '|') + ADVANCE(112); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') + SKIP(143); + if (lookahead != 0 && + (lookahead < '&' || lookahead > ')') && + lookahead != ';' && + lookahead != '<' && + (lookahead < '{' || lookahead > '}')) + ADVANCE(58); + END_STATE(); + case 144: + if (lookahead == '&') + ADVANCE(10); + if (lookahead == '>') + ADVANCE(11); + END_STATE(); + case 145: + if (lookahead == '\n') + SKIP(143); + if (lookahead != 0 && + lookahead != '\t' && + lookahead != '\n' && + lookahead != '\r' && + lookahead != ' ') + ADVANCE(58); + END_STATE(); + case 146: + if (lookahead == '\"') + ADVANCE(3); + if (lookahead == '#') + ADVANCE(52); + if (lookahead == '$') + ADVANCE(5); + if (lookahead == '&') + ADVANCE(144); + if (lookahead == '\'') + ADVANCE(13); + if (lookahead == '(') + ADVANCE(15); + if (lookahead == ')') + ADVANCE(16); + if (lookahead == '<') + ADVANCE(27); + if (lookahead == '>') + ADVANCE(33); + if (lookahead == '\\') + ADVANCE(147); + if (lookahead == '`') + ADVANCE(45); + if (lookahead == '|') + ADVANCE(112); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') + SKIP(146); + if (lookahead != 0 && + lookahead != ';' && + lookahead != '<' && + (lookahead < '{' || lookahead > '}')) + ADVANCE(58); + END_STATE(); + case 147: + if (lookahead == '\n') + SKIP(146); + if (lookahead != 0 && + lookahead != '\t' && + lookahead != '\n' && + lookahead != '\r' && + lookahead != ' ') + ADVANCE(58); + END_STATE(); + case 148: + if (lookahead == '\"') + ADVANCE(3); + if (lookahead == '#') + ADVANCE(52); + if (lookahead == '$') + ADVANCE(5); + if (lookahead == '&') + ADVANCE(144); + if (lookahead == '\'') + ADVANCE(13); + if (lookahead == ')') + ADVANCE(16); + if (lookahead == '<') + ADVANCE(54); + if (lookahead == '>') + ADVANCE(33); + if (lookahead == '\\') + ADVANCE(149); + if (lookahead == '`') + ADVANCE(45); + if (lookahead == '|') + ADVANCE(112); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') + SKIP(148); + if (lookahead != 0 && + (lookahead < '&' || lookahead > ')') && + lookahead != ';' && + lookahead != '<' && + (lookahead < '{' || lookahead > '}')) + ADVANCE(58); + END_STATE(); + case 149: + if (lookahead == '\n') + SKIP(148); + if (lookahead != 0 && + lookahead != '\t' && + lookahead != '\n' && + lookahead != '\r' && + lookahead != ' ') + ADVANCE(58); + END_STATE(); + case 150: + if (lookahead == '\"') + ADVANCE(3); + if (lookahead == '#') + ADVANCE(52); + if (lookahead == '$') + ADVANCE(5); + if (lookahead == '&') + ADVANCE(144); + if (lookahead == '\'') + ADVANCE(13); + if (lookahead == '<') + ADVANCE(27); + if (lookahead == '>') + ADVANCE(33); if (lookahead == '\\') ADVANCE(151); if (lookahead == '`') - ADVANCE(35); + ADVANCE(45); if (lookahead == '|') - ADVANCE(142); + ADVANCE(112); if (lookahead == '\t' || + lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(150); if (lookahead != 0 && + (lookahead < '&' || lookahead > ')') && + lookahead != ';' && + lookahead != '<' && (lookahead < '{' || lookahead > '}')) - ADVANCE(90); + ADVANCE(58); END_STATE(); case 151: if (lookahead == '\n') @@ -2398,205 +2570,138 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '\n' && lookahead != '\r' && lookahead != ' ') - ADVANCE(90); + ADVANCE(58); END_STATE(); case 152: - if (lookahead == 0) - ADVANCE(1); + if (lookahead == '\"') + ADVANCE(3); if (lookahead == '#') - ADVANCE(80); + ADVANCE(52); + if (lookahead == '$') + ADVANCE(5); + if (lookahead == '&') + ADVANCE(144); + if (lookahead == '\'') + ADVANCE(13); + if (lookahead == '<') + ADVANCE(54); + if (lookahead == '>') + ADVANCE(33); if (lookahead == '\\') - SKIP(153); + ADVANCE(153); + if (lookahead == '`') + ADVANCE(45); + if (lookahead == '|') + ADVANCE(112); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(152); + if (lookahead != 0 && + (lookahead < '&' || lookahead > ')') && + lookahead != ';' && + lookahead != '<' && + (lookahead < '{' || lookahead > '}')) + ADVANCE(58); END_STATE(); case 153: if (lookahead == '\n') SKIP(152); - END_STATE(); - case 154: - if (lookahead == 0) - ADVANCE(1); - if (lookahead == '\"') - ADVANCE(3); - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '$') - ADVANCE(81); - if (lookahead == '&') - ADVANCE(84); - if (lookahead == '\'') - ADVANCE(8); - if (lookahead == '(') - ADVANCE(10); - if (lookahead == ';') - ADVANCE(155); - if (lookahead == '<') - ADVANCE(20); - if (lookahead == '>') - ADVANCE(24); - if (lookahead == '[') - ADVANCE(87); - if (lookahead == '\\') - ADVANCE(156); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == 'c') - ADVANCE(92); - if (lookahead == 'd') - ADVANCE(157); - if (lookahead == 'e') - ADVANCE(161); - if (lookahead == 'f') - ADVANCE(167); - if (lookahead == 'i') - ADVANCE(106); - if (lookahead == 'w') - ADVANCE(108); - if (lookahead == '}') - ADVANCE(78); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(154); - if ((lookahead < '&' || lookahead > ')') && - lookahead != '{') - ADVANCE(90); - END_STATE(); - case 155: - if (lookahead == ';') - ADVANCE(137); - END_STATE(); - case 156: - if (lookahead == '\n') - SKIP(154); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') - ADVANCE(90); + ADVANCE(58); + END_STATE(); + case 154: + if (lookahead == '#') + ADVANCE(52); + if (lookahead == '\\') + SKIP(155); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') + SKIP(154); + END_STATE(); + case 155: + if (lookahead == '\n') + SKIP(154); + END_STATE(); + case 156: + if (lookahead == '\n') + ADVANCE(110); + if (lookahead == '#') + ADVANCE(52); + if (lookahead == '&') + ADVANCE(9); + if (lookahead == ')') + ADVANCE(16); + if (lookahead == ';') + ADVANCE(25); + if (lookahead == '<') + ADVANCE(157); + if (lookahead == '>') + ADVANCE(158); + if (lookahead == '\\') + SKIP(159); + if (lookahead == '|') + ADVANCE(47); + if (lookahead == '\t' || + lookahead == '\r' || + lookahead == ' ') + SKIP(156); END_STATE(); case 157: - ACCEPT_TOKEN(sym_word); - if (lookahead == '\\') - ADVANCE(89); - if (lookahead == 'o') - ADVANCE(158); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ' && - (lookahead < '\"' || lookahead > '$') && - (lookahead < '&' || lookahead > ')') && - lookahead != ';' && - lookahead != '<' && - lookahead != '>' && - lookahead != '`' && - lookahead != '{' && - lookahead != '}') - ADVANCE(90); + ACCEPT_TOKEN(anon_sym_LT); + if (lookahead == '&') + ADVANCE(28); + if (lookahead == '<') + ADVANCE(30); END_STATE(); case 158: - ACCEPT_TOKEN(sym_word); - if (lookahead == '\\') - ADVANCE(89); - if (lookahead == 'n') - ADVANCE(159); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ' && - (lookahead < '\"' || lookahead > '$') && - (lookahead < '&' || lookahead > ')') && - lookahead != ';' && - lookahead != '<' && - lookahead != '>' && - lookahead != '`' && - lookahead != '{' && - lookahead != '}') - ADVANCE(90); + ACCEPT_TOKEN(anon_sym_GT); + if (lookahead == '&') + ADVANCE(34); + if (lookahead == '>') + ADVANCE(36); END_STATE(); case 159: - ACCEPT_TOKEN(sym_word); - if (lookahead == '\\') - ADVANCE(89); - if (lookahead == 'e') - ADVANCE(160); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ' && - (lookahead < '\"' || lookahead > '$') && - (lookahead < '&' || lookahead > ')') && - lookahead != ';' && - lookahead != '<' && - lookahead != '>' && - lookahead != '`' && - lookahead != '{' && - lookahead != '}') - ADVANCE(90); + if (lookahead == '\n') + SKIP(156); END_STATE(); case 160: - ACCEPT_TOKEN(anon_sym_done); + if (lookahead == '#') + ADVANCE(52); if (lookahead == '\\') - ADVANCE(89); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ' && - (lookahead < '\"' || lookahead > '$') && - (lookahead < '&' || lookahead > ')') && - lookahead != ';' && - lookahead != '<' && - lookahead != '>' && - lookahead != '`' && - lookahead != '{' && - lookahead != '}') - ADVANCE(90); + SKIP(161); + if (lookahead == ']') + ADVANCE(85); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') + SKIP(160); END_STATE(); case 161: - ACCEPT_TOKEN(sym_word); - if (lookahead == '\\') - ADVANCE(89); - if (lookahead == 'l') - ADVANCE(162); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ' && - (lookahead < '\"' || lookahead > '$') && - (lookahead < '&' || lookahead > ')') && - lookahead != ';' && - lookahead != '<' && - lookahead != '>' && - lookahead != '`' && - lookahead != '{' && - lookahead != '}') - ADVANCE(90); + if (lookahead == '\n') + SKIP(160); END_STATE(); case 162: - ACCEPT_TOKEN(sym_word); + if (lookahead == '#') + ADVANCE(52); + if (lookahead == ')') + ADVANCE(16); if (lookahead == '\\') - ADVANCE(89); - if (lookahead == 'i') ADVANCE(163); - if (lookahead == 's') - ADVANCE(165); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') + SKIP(162); if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && @@ -2605,73 +2710,80 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '`' && lookahead != '{' && lookahead != '}') - ADVANCE(90); + ADVANCE(58); END_STATE(); case 163: - ACCEPT_TOKEN(sym_word); - if (lookahead == '\\') - ADVANCE(89); - if (lookahead == 'f') - ADVANCE(164); + if (lookahead == '\n') + SKIP(162); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && - lookahead != ' ' && - (lookahead < '\"' || lookahead > '$') && - (lookahead < '&' || lookahead > ')') && - lookahead != ';' && - lookahead != '<' && - lookahead != '>' && - lookahead != '`' && - lookahead != '{' && - lookahead != '}') - ADVANCE(90); + lookahead != ' ') + ADVANCE(58); END_STATE(); case 164: - ACCEPT_TOKEN(anon_sym_elif); + if (lookahead == '\"') + ADVANCE(3); + if (lookahead == '#') + ADVANCE(52); + if (lookahead == '$') + ADVANCE(5); + if (lookahead == '&') + ADVANCE(53); + if (lookahead == '\'') + ADVANCE(13); + if (lookahead == '(') + ADVANCE(15); + if (lookahead == '<') + ADVANCE(54); + if (lookahead == '>') + ADVANCE(33); + if (lookahead == '[') + ADVANCE(55); if (lookahead == '\\') - ADVANCE(89); + ADVANCE(165); + if (lookahead == '`') + ADVANCE(45); + if (lookahead == 'c') + ADVANCE(60); + if (lookahead == 'd') + ADVANCE(166); + if (lookahead == 'f') + ADVANCE(64); + if (lookahead == 'i') + ADVANCE(74); + if (lookahead == 'w') + ADVANCE(76); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') + SKIP(164); if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ' && - (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && - lookahead != '>' && - lookahead != '`' && lookahead != '{' && lookahead != '}') - ADVANCE(90); + ADVANCE(58); END_STATE(); case 165: - ACCEPT_TOKEN(sym_word); - if (lookahead == '\\') - ADVANCE(89); - if (lookahead == 'e') - ADVANCE(166); + if (lookahead == '\n') + SKIP(164); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && - lookahead != ' ' && - (lookahead < '\"' || lookahead > '$') && - (lookahead < '&' || lookahead > ')') && - lookahead != ';' && - lookahead != '<' && - lookahead != '>' && - lookahead != '`' && - lookahead != '{' && - lookahead != '}') - ADVANCE(90); + lookahead != ' ') + ADVANCE(58); END_STATE(); case 166: - ACCEPT_TOKEN(anon_sym_else); + ACCEPT_TOKEN(sym_word); if (lookahead == '\\') - ADVANCE(89); + ADVANCE(57); + if (lookahead == 'o') + ADVANCE(167); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && @@ -2685,18 +2797,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '`' && lookahead != '{' && lookahead != '}') - ADVANCE(90); + ADVANCE(58); END_STATE(); case 167: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') - ADVANCE(89); - if (lookahead == 'i') + ADVANCE(57); + if (lookahead == 'n') ADVANCE(168); - if (lookahead == 'o') - ADVANCE(97); - if (lookahead == 'u') - ADVANCE(99); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && @@ -2710,12 +2818,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '`' && lookahead != '{' && lookahead != '}') - ADVANCE(90); + ADVANCE(58); END_STATE(); case 168: - ACCEPT_TOKEN(anon_sym_fi); + ACCEPT_TOKEN(sym_word); if (lookahead == '\\') - ADVANCE(89); + ADVANCE(57); + if (lookahead == 'e') + ADVANCE(169); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && @@ -2729,179 +2839,295 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '`' && lookahead != '{' && lookahead != '}') - ADVANCE(90); + ADVANCE(58); END_STATE(); case 169: - if (lookahead == '\n') - ADVANCE(133); - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '&') - ADVANCE(170); - if (lookahead == ';') - ADVANCE(136); + ACCEPT_TOKEN(anon_sym_done); if (lookahead == '\\') - SKIP(171); - if (lookahead == '|') - ADVANCE(172); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - SKIP(169); + ADVANCE(57); + if (lookahead != 0 && + lookahead != '\t' && + lookahead != '\n' && + lookahead != '\r' && + lookahead != ' ' && + (lookahead < '\"' || lookahead > '$') && + (lookahead < '&' || lookahead > ')') && + lookahead != ';' && + lookahead != '<' && + lookahead != '>' && + lookahead != '`' && + lookahead != '{' && + lookahead != '}') + ADVANCE(58); END_STATE(); case 170: - ACCEPT_TOKEN(anon_sym_AMP); + if (lookahead == '\"') + ADVANCE(3); + if (lookahead == '#') + ADVANCE(52); + if (lookahead == '$') + ADVANCE(5); if (lookahead == '&') - ADVANCE(135); + ADVANCE(53); + if (lookahead == '\'') + ADVANCE(13); + if (lookahead == '(') + ADVANCE(15); + if (lookahead == '<') + ADVANCE(54); + if (lookahead == '>') + ADVANCE(33); + if (lookahead == '[') + ADVANCE(55); + if (lookahead == '\\') + ADVANCE(171); + if (lookahead == '`') + ADVANCE(45); + if (lookahead == 'c') + ADVANCE(60); + if (lookahead == 'e') + ADVANCE(172); + if (lookahead == 'f') + ADVANCE(178); + if (lookahead == 'i') + ADVANCE(74); + if (lookahead == 'w') + ADVANCE(76); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') + SKIP(170); + if (lookahead != 0 && + (lookahead < '&' || lookahead > ')') && + lookahead != ';' && + lookahead != '<' && + lookahead != '{' && + lookahead != '}') + ADVANCE(58); END_STATE(); case 171: if (lookahead == '\n') - SKIP(169); - END_STATE(); - case 172: - ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '&') - ADVANCE(143); - if (lookahead == '|') - ADVANCE(173); - END_STATE(); - case 173: - ACCEPT_TOKEN(anon_sym_PIPE_PIPE); - END_STATE(); - case 174: - if (lookahead == '\n') - ADVANCE(133); - if (lookahead == '\"') - ADVANCE(3); - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '$') - ADVANCE(81); - if (lookahead == '&') - ADVANCE(134); - if (lookahead == '\'') - ADVANCE(8); - if (lookahead == ';') - ADVANCE(136); - if (lookahead == '<') - ADVANCE(20); - if (lookahead == '>') - ADVANCE(24); - if (lookahead == '\\') - ADVANCE(175); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == '|') - ADVANCE(142); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - SKIP(174); - if (lookahead != 0 && - (lookahead < '&' || lookahead > ')') && - (lookahead < '{' || lookahead > '}')) - ADVANCE(90); - END_STATE(); - case 175: - if (lookahead == '\n') - SKIP(174); + SKIP(170); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 176: - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '=') - ADVANCE(23); + case 172: + ACCEPT_TOKEN(sym_word); if (lookahead == '\\') - SKIP(177); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(176); - END_STATE(); - case 177: - if (lookahead == '\n') - SKIP(176); - END_STATE(); - case 178: - if (lookahead == '\"') - ADVANCE(3); - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '$') - ADVANCE(81); - if (lookahead == '&') - ADVANCE(84); - if (lookahead == '\'') - ADVANCE(8); - if (lookahead == '<') - ADVANCE(20); - if (lookahead == '>') - ADVANCE(24); - if (lookahead == '\\') - ADVANCE(179); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(178); + ADVANCE(57); + if (lookahead == 'l') + ADVANCE(173); if (lookahead != 0 && + lookahead != '\t' && + lookahead != '\n' && + lookahead != '\r' && + lookahead != ' ' && + (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && + lookahead != '>' && + lookahead != '`' && lookahead != '{' && lookahead != '}') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 179: - if (lookahead == '\n') - SKIP(178); + case 173: + ACCEPT_TOKEN(sym_word); + if (lookahead == '\\') + ADVANCE(57); + if (lookahead == 'i') + ADVANCE(174); + if (lookahead == 's') + ADVANCE(176); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && - lookahead != ' ') - ADVANCE(90); + lookahead != ' ' && + (lookahead < '\"' || lookahead > '$') && + (lookahead < '&' || lookahead > ')') && + lookahead != ';' && + lookahead != '<' && + lookahead != '>' && + lookahead != '`' && + lookahead != '{' && + lookahead != '}') + ADVANCE(58); + END_STATE(); + case 174: + ACCEPT_TOKEN(sym_word); + if (lookahead == '\\') + ADVANCE(57); + if (lookahead == 'f') + ADVANCE(175); + if (lookahead != 0 && + lookahead != '\t' && + lookahead != '\n' && + lookahead != '\r' && + lookahead != ' ' && + (lookahead < '\"' || lookahead > '$') && + (lookahead < '&' || lookahead > ')') && + lookahead != ';' && + lookahead != '<' && + lookahead != '>' && + lookahead != '`' && + lookahead != '{' && + lookahead != '}') + ADVANCE(58); + END_STATE(); + case 175: + ACCEPT_TOKEN(anon_sym_elif); + if (lookahead == '\\') + ADVANCE(57); + if (lookahead != 0 && + lookahead != '\t' && + lookahead != '\n' && + lookahead != '\r' && + lookahead != ' ' && + (lookahead < '\"' || lookahead > '$') && + (lookahead < '&' || lookahead > ')') && + lookahead != ';' && + lookahead != '<' && + lookahead != '>' && + lookahead != '`' && + lookahead != '{' && + lookahead != '}') + ADVANCE(58); + END_STATE(); + case 176: + ACCEPT_TOKEN(sym_word); + if (lookahead == '\\') + ADVANCE(57); + if (lookahead == 'e') + ADVANCE(177); + if (lookahead != 0 && + lookahead != '\t' && + lookahead != '\n' && + lookahead != '\r' && + lookahead != ' ' && + (lookahead < '\"' || lookahead > '$') && + (lookahead < '&' || lookahead > ')') && + lookahead != ';' && + lookahead != '<' && + lookahead != '>' && + lookahead != '`' && + lookahead != '{' && + lookahead != '}') + ADVANCE(58); + END_STATE(); + case 177: + ACCEPT_TOKEN(anon_sym_else); + if (lookahead == '\\') + ADVANCE(57); + if (lookahead != 0 && + lookahead != '\t' && + lookahead != '\n' && + lookahead != '\r' && + lookahead != ' ' && + (lookahead < '\"' || lookahead > '$') && + (lookahead < '&' || lookahead > ')') && + lookahead != ';' && + lookahead != '<' && + lookahead != '>' && + lookahead != '`' && + lookahead != '{' && + lookahead != '}') + ADVANCE(58); + END_STATE(); + case 178: + ACCEPT_TOKEN(sym_word); + if (lookahead == '\\') + ADVANCE(57); + if (lookahead == 'i') + ADVANCE(179); + if (lookahead == 'o') + ADVANCE(65); + if (lookahead == 'u') + ADVANCE(67); + if (lookahead != 0 && + lookahead != '\t' && + lookahead != '\n' && + lookahead != '\r' && + lookahead != ' ' && + (lookahead < '\"' || lookahead > '$') && + (lookahead < '&' || lookahead > ')') && + lookahead != ';' && + lookahead != '<' && + lookahead != '>' && + lookahead != '`' && + lookahead != '{' && + lookahead != '}') + ADVANCE(58); + END_STATE(); + case 179: + ACCEPT_TOKEN(anon_sym_fi); + if (lookahead == '\\') + ADVANCE(57); + if (lookahead != 0 && + lookahead != '\t' && + lookahead != '\n' && + lookahead != '\r' && + lookahead != ' ' && + (lookahead < '\"' || lookahead > '$') && + (lookahead < '&' || lookahead > ')') && + lookahead != ';' && + lookahead != '<' && + lookahead != '>' && + lookahead != '`' && + lookahead != '{' && + lookahead != '}') + ADVANCE(58); END_STATE(); case 180: if (lookahead == '\"') ADVANCE(3); if (lookahead == '#') - ADVANCE(80); + ADVANCE(52); if (lookahead == '$') - ADVANCE(81); + ADVANCE(5); + if (lookahead == '&') + ADVANCE(53); if (lookahead == '\'') - ADVANCE(8); + ADVANCE(13); if (lookahead == '(') - ADVANCE(10); + ADVANCE(15); + if (lookahead == ')') + ADVANCE(16); if (lookahead == '<') - ADVANCE(124); + ADVANCE(54); if (lookahead == '>') - ADVANCE(125); + ADVANCE(33); + if (lookahead == '[') + ADVANCE(55); if (lookahead == '\\') ADVANCE(181); if (lookahead == '`') - ADVANCE(35); + ADVANCE(45); + if (lookahead == 'c') + ADVANCE(60); + if (lookahead == 'f') + ADVANCE(64); + if (lookahead == 'i') + ADVANCE(74); + if (lookahead == 'w') + ADVANCE(76); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(180); if (lookahead != 0 && - (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '{' && lookahead != '}') - ADVANCE(90); + ADVANCE(58); END_STATE(); case 181: if (lookahead == '\n') @@ -2911,60 +3137,111 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '\n' && lookahead != '\r' && lookahead != ' ') - ADVANCE(90); + ADVANCE(58); END_STATE(); case 182: + if (lookahead == '\"') + ADVANCE(3); if (lookahead == '#') - ADVANCE(80); + ADVANCE(52); + if (lookahead == '$') + ADVANCE(5); + if (lookahead == '\'') + ADVANCE(13); + if (lookahead == '<') + ADVANCE(128); + if (lookahead == '>') + ADVANCE(129); if (lookahead == '\\') - SKIP(183); - if (lookahead == 'i') - ADVANCE(184); + ADVANCE(183); + if (lookahead == ']') + ADVANCE(138); + if (lookahead == '`') + ADVANCE(45); + if (lookahead == '}') + ADVANCE(50); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(182); + if (lookahead != 0 && + (lookahead < '&' || lookahead > ')') && + lookahead != ';' && + lookahead != '<' && + lookahead != '{') + ADVANCE(58); END_STATE(); case 183: if (lookahead == '\n') SKIP(182); + if (lookahead != 0 && + lookahead != '\t' && + lookahead != '\n' && + lookahead != '\r' && + lookahead != ' ') + ADVANCE(58); END_STATE(); case 184: - if (lookahead == 'n') - ADVANCE(66); - END_STATE(); - case 185: if (lookahead == '#') - ADVANCE(80); + ADVANCE(52); + if (lookahead == '&') + ADVANCE(144); + if (lookahead == ')') + ADVANCE(16); + if (lookahead == '<') + ADVANCE(157); + if (lookahead == '>') + ADVANCE(158); if (lookahead == '\\') - SKIP(186); - if (lookahead == 'd') - ADVANCE(187); + SKIP(185); + if (lookahead == '`') + ADVANCE(45); + if (lookahead == '|') + ADVANCE(47); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(185); + SKIP(184); + END_STATE(); + case 185: + if (lookahead == '\n') + SKIP(184); END_STATE(); case 186: - if (lookahead == '\n') - SKIP(185); + if (lookahead == '#') + ADVANCE(52); + if (lookahead == '$') + ADVANCE(187); + if (lookahead == '\\') + SKIP(188); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') + SKIP(186); END_STATE(); case 187: - if (lookahead == 'o') - ADVANCE(188); + ACCEPT_TOKEN(anon_sym_DOLLAR); + if (lookahead == '{') + ADVANCE(7); END_STATE(); case 188: - ACCEPT_TOKEN(anon_sym_do); + if (lookahead == '\n') + SKIP(186); END_STATE(); case 189: if (lookahead == '#') - ADVANCE(80); + ADVANCE(52); + if (lookahead == ')') + ADVANCE(16); if (lookahead == '\\') SKIP(190); - if (lookahead == 't') - ADVANCE(67); + if (lookahead == ']') + ADVANCE(85); + if (lookahead == '|') + ADVANCE(191); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || @@ -2976,1349 +3253,153 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { SKIP(189); END_STATE(); case 191: - if (lookahead == '\n') - ADVANCE(133); - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '&') - ADVANCE(7); - if (lookahead == ';') - ADVANCE(136); - if (lookahead == '\\') - SKIP(192); - if (lookahead == 'i') - ADVANCE(184); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - SKIP(191); + ACCEPT_TOKEN(anon_sym_PIPE); END_STATE(); case 192: if (lookahead == '\n') - SKIP(191); - END_STATE(); - case 193: - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '(') - ADVANCE(10); - if (lookahead == '\\') - SKIP(194); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(193); - END_STATE(); - case 194: - if (lookahead == '\n') - SKIP(193); - END_STATE(); - case 195: - if (lookahead == '\n') - ADVANCE(133); - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '&') - ADVANCE(170); - if (lookahead == ')') - ADVANCE(11); - if (lookahead == ';') - ADVANCE(136); - if (lookahead == '\\') - SKIP(196); - if (lookahead == '|') - ADVANCE(172); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - SKIP(195); - END_STATE(); - case 196: - if (lookahead == '\n') - SKIP(195); - END_STATE(); - case 197: - if (lookahead == '\n') - ADVANCE(133); + ADVANCE(110); if (lookahead == '\"') ADVANCE(3); if (lookahead == '#') - ADVANCE(80); - if (lookahead == '$') - ADVANCE(81); - if (lookahead == '&') - ADVANCE(134); - if (lookahead == '\'') - ADVANCE(8); - if (lookahead == ')') - ADVANCE(11); - if (lookahead == ';') - ADVANCE(136); - if (lookahead == '<') - ADVANCE(20); - if (lookahead == '>') - ADVANCE(24); - if (lookahead == '\\') - ADVANCE(198); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == '|') - ADVANCE(142); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - SKIP(197); - if (lookahead != 0 && - (lookahead < '&' || lookahead > ')') && - (lookahead < '{' || lookahead > '}')) - ADVANCE(90); - END_STATE(); - case 198: - if (lookahead == '\n') - SKIP(197); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ') - ADVANCE(90); - END_STATE(); - case 199: - if (lookahead == '\"') - ADVANCE(3); - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '$') - ADVANCE(81); - if (lookahead == '\'') - ADVANCE(8); - if (lookahead == '<') - ADVANCE(124); - if (lookahead == '>') - ADVANCE(125); - if (lookahead == '\\') - ADVANCE(200); - if (lookahead == ']') - ADVANCE(201); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(199); - if (lookahead != 0 && - (lookahead < '&' || lookahead > ')') && - lookahead != ';' && - lookahead != '<' && - lookahead != '{' && - lookahead != '}') - ADVANCE(90); - END_STATE(); - case 200: - if (lookahead == '\n') - SKIP(199); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ') - ADVANCE(90); - END_STATE(); - case 201: - ACCEPT_TOKEN(anon_sym_RBRACK); - if (lookahead == '\\') - ADVANCE(89); - if (lookahead == ']') - ADVANCE(202); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ' && - (lookahead < '\"' || lookahead > '$') && - (lookahead < '&' || lookahead > ')') && - lookahead != ';' && - lookahead != '<' && - lookahead != '>' && - lookahead != '`' && - lookahead != '{' && - lookahead != '}') - ADVANCE(90); - END_STATE(); - case 202: - ACCEPT_TOKEN(anon_sym_RBRACK_RBRACK); - if (lookahead == '\\') - ADVANCE(89); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ' && - (lookahead < '\"' || lookahead > '$') && - (lookahead < '&' || lookahead > ')') && - lookahead != ';' && - lookahead != '<' && - lookahead != '>' && - lookahead != '`' && - lookahead != '{' && - lookahead != '}') - ADVANCE(90); - END_STATE(); - case 203: - if (lookahead == '\"') - ADVANCE(3); - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '$') - ADVANCE(81); - if (lookahead == '\'') - ADVANCE(8); - if (lookahead == '<') - ADVANCE(124); - if (lookahead == '>') - ADVANCE(125); - if (lookahead == '\\') - ADVANCE(204); - if (lookahead == ']') - ADVANCE(205); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(203); - if (lookahead != 0 && - (lookahead < '&' || lookahead > ')') && - lookahead != ';' && - lookahead != '<' && - lookahead != '{' && - lookahead != '}') - ADVANCE(90); - END_STATE(); - case 204: - if (lookahead == '\n') - SKIP(203); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ') - ADVANCE(90); - END_STATE(); - case 205: - ACCEPT_TOKEN(anon_sym_RBRACK); - if (lookahead == '\\') - ADVANCE(89); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ' && - (lookahead < '\"' || lookahead > '$') && - (lookahead < '&' || lookahead > ')') && - lookahead != ';' && - lookahead != '<' && - lookahead != '>' && - lookahead != '`' && - lookahead != '{' && - lookahead != '}') - ADVANCE(90); - END_STATE(); - case 206: - if (lookahead == '\"') - ADVANCE(3); - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '$') - ADVANCE(81); - if (lookahead == '\'') - ADVANCE(8); - if (lookahead == '<') - ADVANCE(124); - if (lookahead == '>') - ADVANCE(125); - if (lookahead == '\\') - ADVANCE(207); - if (lookahead == ']') - ADVANCE(208); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(206); - if (lookahead != 0 && - (lookahead < '&' || lookahead > ')') && - lookahead != ';' && - lookahead != '<' && - lookahead != '{' && - lookahead != '}') - ADVANCE(90); - END_STATE(); - case 207: - if (lookahead == '\n') - SKIP(206); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ') - ADVANCE(90); - END_STATE(); - case 208: - ACCEPT_TOKEN(sym_word); - if (lookahead == '\\') - ADVANCE(89); - if (lookahead == ']') - ADVANCE(202); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ' && - (lookahead < '\"' || lookahead > '$') && - (lookahead < '&' || lookahead > ')') && - lookahead != ';' && - lookahead != '<' && - lookahead != '>' && - lookahead != '`' && - lookahead != '{' && - lookahead != '}') - ADVANCE(90); - END_STATE(); - case 209: - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '%') - ADVANCE(6); - if (lookahead == '/') - ADVANCE(14); - if (lookahead == ':') - ADVANCE(16); - if (lookahead == '=') - ADVANCE(23); - if (lookahead == '[') - ADVANCE(30); - if (lookahead == '\\') - SKIP(210); - if (lookahead == '}') - ADVANCE(78); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(209); - END_STATE(); - case 210: - if (lookahead == '\n') - SKIP(209); - END_STATE(); - case 211: - if (lookahead == '!') - ADVANCE(2); - if (lookahead == '#') - ADVANCE(4); + ADVANCE(52); if (lookahead == '$') ADVANCE(5); - if (lookahead == '%') - ADVANCE(6); - if (lookahead == '*') - ADVANCE(12); - if (lookahead == '-') + if (lookahead == '&') + ADVANCE(132); + if (lookahead == '\'') ADVANCE(13); - if (lookahead == '/') - ADVANCE(14); - if (lookahead == '0') - ADVANCE(146); - if (lookahead == ':') - ADVANCE(16); - if (lookahead == '=') - ADVANCE(23); - if (lookahead == '?') - ADVANCE(28); - if (lookahead == '@') - ADVANCE(29); - if (lookahead == '[') - ADVANCE(30); - if (lookahead == '\\') - SKIP(212); - if (lookahead == '_') - ADVANCE(149); - if (lookahead == '}') - ADVANCE(78); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(211); - if (('1' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(147); - END_STATE(); - case 212: - if (lookahead == '\n') - SKIP(211); - END_STATE(); - case 213: - if (lookahead == '\"') - ADVANCE(3); - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '$') - ADVANCE(81); - if (lookahead == '&') - ADVANCE(214); - if (lookahead == '\'') - ADVANCE(8); - if (lookahead == ')') - ADVANCE(11); - if (lookahead == '<') - ADVANCE(138); - if (lookahead == '>') - ADVANCE(24); - if (lookahead == '\\') - ADVANCE(215); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == '|') - ADVANCE(142); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(213); - if (lookahead != 0 && - (lookahead < '&' || lookahead > ')') && - lookahead != ';' && - lookahead != '<' && - (lookahead < '{' || lookahead > '}')) - ADVANCE(90); - END_STATE(); - case 214: - if (lookahead == '&') - ADVANCE(135); - if (lookahead == '>') - ADVANCE(85); - END_STATE(); - case 215: - if (lookahead == '\n') - SKIP(213); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ') - ADVANCE(90); - END_STATE(); - case 216: - if (lookahead == '\"') - ADVANCE(3); - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '$') - ADVANCE(81); - if (lookahead == '&') - ADVANCE(214); - if (lookahead == '\'') - ADVANCE(8); - if (lookahead == '(') - ADVANCE(10); - if (lookahead == ')') - ADVANCE(11); - if (lookahead == '<') - ADVANCE(138); - if (lookahead == '>') - ADVANCE(24); - if (lookahead == '\\') - ADVANCE(217); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == '|') - ADVANCE(142); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(216); - if (lookahead != 0 && - lookahead != ';' && - lookahead != '<' && - (lookahead < '{' || lookahead > '}')) - ADVANCE(90); - END_STATE(); - case 217: - if (lookahead == '\n') - SKIP(216); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ') - ADVANCE(90); - END_STATE(); - case 218: - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '&') - ADVANCE(219); - if (lookahead == ')') - ADVANCE(11); - if (lookahead == '\\') - SKIP(220); - if (lookahead == '|') - ADVANCE(172); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(218); - END_STATE(); - case 219: - if (lookahead == '&') - ADVANCE(135); - END_STATE(); - case 220: - if (lookahead == '\n') - SKIP(218); - END_STATE(); - case 221: - if (lookahead == '\"') - ADVANCE(3); - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '$') - ADVANCE(81); - if (lookahead == '&') - ADVANCE(214); - if (lookahead == '\'') - ADVANCE(8); - if (lookahead == ')') - ADVANCE(11); - if (lookahead == '<') - ADVANCE(20); - if (lookahead == '>') - ADVANCE(24); - if (lookahead == '\\') - ADVANCE(222); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == '|') - ADVANCE(142); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(221); - if (lookahead != 0 && - (lookahead < '&' || lookahead > ')') && - lookahead != ';' && - lookahead != '<' && - (lookahead < '{' || lookahead > '}')) - ADVANCE(90); - END_STATE(); - case 222: - if (lookahead == '\n') - SKIP(221); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ') - ADVANCE(90); - END_STATE(); - case 223: - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '&') - ADVANCE(219); - if (lookahead == '\\') - SKIP(224); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == '|') - ADVANCE(172); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(223); - END_STATE(); - case 224: - if (lookahead == '\n') - SKIP(223); - END_STATE(); - case 225: - if (lookahead == '\"') - ADVANCE(3); - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '$') - ADVANCE(81); - if (lookahead == '&') - ADVANCE(214); - if (lookahead == '\'') - ADVANCE(8); - if (lookahead == '<') - ADVANCE(138); - if (lookahead == '>') - ADVANCE(24); - if (lookahead == '\\') - ADVANCE(226); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == '|') - ADVANCE(142); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(225); - if (lookahead != 0 && - (lookahead < '&' || lookahead > ')') && - lookahead != ';' && - lookahead != '<' && - (lookahead < '{' || lookahead > '}')) - ADVANCE(90); - END_STATE(); - case 226: - if (lookahead == '\n') - SKIP(225); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ') - ADVANCE(90); - END_STATE(); - case 227: - if (lookahead == '\"') - ADVANCE(3); - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '$') - ADVANCE(81); - if (lookahead == '&') - ADVANCE(214); - if (lookahead == '\'') - ADVANCE(8); - if (lookahead == '<') - ADVANCE(20); - if (lookahead == '>') - ADVANCE(24); - if (lookahead == '\\') - ADVANCE(228); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == '|') - ADVANCE(142); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(227); - if (lookahead != 0 && - (lookahead < '&' || lookahead > ')') && - lookahead != ';' && - lookahead != '<' && - (lookahead < '{' || lookahead > '}')) - ADVANCE(90); - END_STATE(); - case 228: - if (lookahead == '\n') - SKIP(227); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ') - ADVANCE(90); - END_STATE(); - case 229: - if (lookahead == '#') - ADVANCE(80); - if (lookahead == ')') - ADVANCE(11); - if (lookahead == '\\') - SKIP(230); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(229); - END_STATE(); - case 230: - if (lookahead == '\n') - SKIP(229); - END_STATE(); - case 231: - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '\\') - SKIP(232); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(231); - END_STATE(); - case 232: - if (lookahead == '\n') - SKIP(231); - END_STATE(); - case 233: - if (lookahead == '\n') - ADVANCE(133); - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '&') - ADVANCE(134); - if (lookahead == ')') - ADVANCE(11); if (lookahead == ';') - ADVANCE(136); + ADVANCE(25); if (lookahead == '<') - ADVANCE(234); + ADVANCE(128); if (lookahead == '>') - ADVANCE(115); + ADVANCE(129); if (lookahead == '\\') - SKIP(235); - if (lookahead == '|') - ADVANCE(172); + ADVANCE(193); + if (lookahead == '`') + ADVANCE(45); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') - SKIP(233); - END_STATE(); - case 234: - ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '&') - ADVANCE(21); - if (lookahead == '<') - ADVANCE(139); - END_STATE(); - case 235: - if (lookahead == '\n') - SKIP(233); - END_STATE(); - case 236: - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '\\') - SKIP(237); - if (lookahead == ']') - ADVANCE(238); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(236); - END_STATE(); - case 237: - if (lookahead == '\n') - SKIP(236); - END_STATE(); - case 238: - ACCEPT_TOKEN(anon_sym_RBRACK); - END_STATE(); - case 239: - if (lookahead == '#') - ADVANCE(80); - if (lookahead == ')') - ADVANCE(11); - if (lookahead == '\\') - ADVANCE(240); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(239); + SKIP(192); if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && - lookahead != ';' && - lookahead != '<' && - lookahead != '>' && - lookahead != '`' && lookahead != '{' && lookahead != '}') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 240: + case 193: if (lookahead == '\n') - SKIP(239); + SKIP(192); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 241: + case 194: if (lookahead == '\"') ADVANCE(3); if (lookahead == '#') - ADVANCE(80); + ADVANCE(52); if (lookahead == '$') - ADVANCE(81); + ADVANCE(5); if (lookahead == '&') - ADVANCE(84); + ADVANCE(53); if (lookahead == '\'') - ADVANCE(8); + ADVANCE(13); if (lookahead == '(') - ADVANCE(10); + ADVANCE(15); if (lookahead == '<') - ADVANCE(20); + ADVANCE(54); if (lookahead == '>') - ADVANCE(24); + ADVANCE(33); if (lookahead == '[') - ADVANCE(87); + ADVANCE(55); if (lookahead == '\\') - ADVANCE(242); + ADVANCE(195); if (lookahead == '`') - ADVANCE(35); + ADVANCE(45); if (lookahead == 'c') - ADVANCE(92); - if (lookahead == 'd') - ADVANCE(157); + ADVANCE(60); if (lookahead == 'f') - ADVANCE(96); + ADVANCE(178); if (lookahead == 'i') - ADVANCE(106); + ADVANCE(74); if (lookahead == 'w') - ADVANCE(108); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(241); - if (lookahead != 0 && - (lookahead < '&' || lookahead > ')') && - lookahead != ';' && - lookahead != '<' && - lookahead != '{' && - lookahead != '}') - ADVANCE(90); - END_STATE(); - case 242: - if (lookahead == '\n') - SKIP(241); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ') - ADVANCE(90); - END_STATE(); - case 243: - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '\\') - SKIP(244); - if (lookahead == 'd') - ADVANCE(187); - if (lookahead == 't') - ADVANCE(67); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(243); - END_STATE(); - case 244: - if (lookahead == '\n') - SKIP(243); - END_STATE(); - case 245: - if (lookahead == '\"') - ADVANCE(3); - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '$') - ADVANCE(81); - if (lookahead == '&') - ADVANCE(84); - if (lookahead == '\'') - ADVANCE(8); - if (lookahead == '(') - ADVANCE(10); - if (lookahead == '<') - ADVANCE(20); - if (lookahead == '>') - ADVANCE(24); - if (lookahead == '[') - ADVANCE(87); - if (lookahead == '\\') - ADVANCE(246); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == 'c') - ADVANCE(92); - if (lookahead == 'e') - ADVANCE(161); - if (lookahead == 'f') - ADVANCE(167); - if (lookahead == 'i') - ADVANCE(106); - if (lookahead == 'w') - ADVANCE(108); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(245); - if (lookahead != 0 && - (lookahead < '&' || lookahead > ')') && - lookahead != ';' && - lookahead != '<' && - lookahead != '{' && - lookahead != '}') - ADVANCE(90); - END_STATE(); - case 246: - if (lookahead == '\n') - SKIP(245); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ') - ADVANCE(90); - END_STATE(); - case 247: - if (lookahead == '\n') - ADVANCE(133); - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '&') - ADVANCE(7); - if (lookahead == ';') - ADVANCE(136); - if (lookahead == '\\') - SKIP(248); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - SKIP(247); - END_STATE(); - case 248: - if (lookahead == '\n') - SKIP(247); - END_STATE(); - case 249: - if (lookahead == '\"') - ADVANCE(3); - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '$') - ADVANCE(81); - if (lookahead == '&') - ADVANCE(84); - if (lookahead == '\'') - ADVANCE(8); - if (lookahead == '(') - ADVANCE(10); - if (lookahead == ')') - ADVANCE(11); - if (lookahead == '<') - ADVANCE(20); - if (lookahead == '>') - ADVANCE(24); - if (lookahead == '[') - ADVANCE(87); - if (lookahead == '\\') - ADVANCE(250); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == 'c') - ADVANCE(92); - if (lookahead == 'f') - ADVANCE(96); - if (lookahead == 'i') - ADVANCE(106); - if (lookahead == 'w') - ADVANCE(108); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(249); - if (lookahead != 0 && - lookahead != ';' && - lookahead != '<' && - lookahead != '{' && - lookahead != '}') - ADVANCE(90); - END_STATE(); - case 250: - if (lookahead == '\n') - SKIP(249); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ') - ADVANCE(90); - END_STATE(); - case 251: - if (lookahead == '\"') - ADVANCE(3); - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '$') - ADVANCE(81); - if (lookahead == '\'') - ADVANCE(8); - if (lookahead == '<') - ADVANCE(124); - if (lookahead == '>') - ADVANCE(125); - if (lookahead == '\\') - ADVANCE(252); - if (lookahead == ']') - ADVANCE(201); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == '}') - ADVANCE(78); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(251); - if (lookahead != 0 && - (lookahead < '&' || lookahead > ')') && - lookahead != ';' && - lookahead != '<' && - lookahead != '{') - ADVANCE(90); - END_STATE(); - case 252: - if (lookahead == '\n') - SKIP(251); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ') - ADVANCE(90); - END_STATE(); - case 253: - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '[') - ADVANCE(30); - if (lookahead == '\\') - SKIP(254); - if (lookahead == '}') - ADVANCE(78); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(253); - END_STATE(); - case 254: - if (lookahead == '\n') - SKIP(253); - END_STATE(); - case 255: - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '@') - ADVANCE(29); - if (lookahead == '\\') - SKIP(256); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(255); - END_STATE(); - case 256: - if (lookahead == '\n') - SKIP(255); - END_STATE(); - case 257: - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '&') - ADVANCE(214); - if (lookahead == ')') - ADVANCE(11); - if (lookahead == '<') - ADVANCE(234); - if (lookahead == '>') - ADVANCE(115); - if (lookahead == '\\') - SKIP(258); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == '|') - ADVANCE(172); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(257); - END_STATE(); - case 258: - if (lookahead == '\n') - SKIP(257); - END_STATE(); - case 259: - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '\\') - SKIP(260); - if (lookahead == '{') ADVANCE(76); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(259); - END_STATE(); - case 260: - if (lookahead == '\n') - SKIP(259); - END_STATE(); - case 261: - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '$') - ADVANCE(262); - if (lookahead == '\\') - SKIP(263); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(261); - END_STATE(); - case 262: - ACCEPT_TOKEN(anon_sym_DOLLAR); - if (lookahead == '{') - ADVANCE(83); - END_STATE(); - case 263: - if (lookahead == '\n') - SKIP(261); - END_STATE(); - case 264: - if (lookahead == '#') - ADVANCE(80); - if (lookahead == ')') - ADVANCE(11); - if (lookahead == '\\') - SKIP(265); - if (lookahead == ']') - ADVANCE(238); - if (lookahead == '|') - ADVANCE(77); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(264); - END_STATE(); - case 265: - if (lookahead == '\n') - SKIP(264); - END_STATE(); - case 266: - if (lookahead == '\n') - ADVANCE(133); - if (lookahead == '\"') - ADVANCE(3); - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '$') - ADVANCE(81); - if (lookahead == '&') - ADVANCE(7); - if (lookahead == '\'') - ADVANCE(8); - if (lookahead == ';') - ADVANCE(136); - if (lookahead == '<') - ADVANCE(124); - if (lookahead == '>') - ADVANCE(125); - if (lookahead == '\\') - ADVANCE(267); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - SKIP(266); - if (lookahead != 0 && - (lookahead < '&' || lookahead > ')') && - lookahead != '{' && - lookahead != '}') - ADVANCE(90); - END_STATE(); - case 267: - if (lookahead == '\n') - SKIP(266); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ') - ADVANCE(90); - END_STATE(); - case 268: - if (lookahead == '\"') - ADVANCE(3); - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '$') - ADVANCE(81); - if (lookahead == '&') - ADVANCE(84); - if (lookahead == '\'') - ADVANCE(8); - if (lookahead == '(') - ADVANCE(10); - if (lookahead == '<') - ADVANCE(20); - if (lookahead == '>') - ADVANCE(24); - if (lookahead == '[') - ADVANCE(87); - if (lookahead == '\\') - ADVANCE(269); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == 'c') - ADVANCE(92); - if (lookahead == 'f') - ADVANCE(167); - if (lookahead == 'i') - ADVANCE(106); - if (lookahead == 'w') - ADVANCE(108); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(268); + SKIP(194); if (lookahead != 0 && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '{' && lookahead != '}') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 269: + case 195: if (lookahead == '\n') - SKIP(268); + SKIP(194); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 270: + case 196: + if (lookahead == '\"') + ADVANCE(3); if (lookahead == '#') - ADVANCE(80); + ADVANCE(52); + if (lookahead == '$') + ADVANCE(5); + if (lookahead == '\'') + ADVANCE(13); + if (lookahead == '<') + ADVANCE(128); + if (lookahead == '>') + ADVANCE(129); if (lookahead == '\\') - SKIP(271); - if (lookahead == 'e') - ADVANCE(272); - if (lookahead == 'f') - ADVANCE(273); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(270); - END_STATE(); - case 271: - if (lookahead == '\n') - SKIP(270); - END_STATE(); - case 272: - if (lookahead == 'l') + ADVANCE(197); + if (lookahead == '`') ADVANCE(45); - END_STATE(); - case 273: - if (lookahead == 'i') - ADVANCE(54); - END_STATE(); - case 274: - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '\\') - SKIP(275); - if (lookahead == 'f') - ADVANCE(273); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(274); - END_STATE(); - case 275: - if (lookahead == '\n') - SKIP(274); - END_STATE(); - case 276: - if (lookahead == '\"') - ADVANCE(3); - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '$') - ADVANCE(81); - if (lookahead == '\'') - ADVANCE(8); - if (lookahead == '<') - ADVANCE(124); - if (lookahead == '>') - ADVANCE(125); - if (lookahead == '\\') - ADVANCE(277); - if (lookahead == '`') - ADVANCE(35); if (lookahead == 'e') - ADVANCE(278); + ADVANCE(198); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(276); + SKIP(196); if (lookahead != 0 && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '{' && lookahead != '}') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 277: + case 197: if (lookahead == '\n') - SKIP(276); + SKIP(196); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 278: + case 198: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') - ADVANCE(89); + ADVANCE(57); if (lookahead == 's') - ADVANCE(279); + ADVANCE(199); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && @@ -4332,14 +3413,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '`' && lookahead != '{' && lookahead != '}') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 279: + case 199: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') - ADVANCE(89); + ADVANCE(57); if (lookahead == 'a') - ADVANCE(280); + ADVANCE(200); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && @@ -4354,14 +3435,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != 'a' && lookahead != '{' && lookahead != '}') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 280: + case 200: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') - ADVANCE(89); + ADVANCE(57); if (lookahead == 'c') - ADVANCE(281); + ADVANCE(201); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && @@ -4375,12 +3456,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '`' && lookahead != '{' && lookahead != '}') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 281: + case 201: ACCEPT_TOKEN(anon_sym_esac); if (lookahead == '\\') - ADVANCE(89); + ADVANCE(57); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && @@ -4394,3113 +3475,152 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '`' && lookahead != '{' && lookahead != '}') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 282: + case 202: if (lookahead == '#') - ADVANCE(80); + ADVANCE(52); if (lookahead == '\\') - SKIP(283); + SKIP(203); if (lookahead == '}') - ADVANCE(78); + ADVANCE(50); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(282); + SKIP(202); END_STATE(); - case 283: + case 203: if (lookahead == '\n') - SKIP(282); + SKIP(202); END_STATE(); - case 284: - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '&') - ADVANCE(219); - if (lookahead == ')') - ADVANCE(11); - if (lookahead == '\\') - SKIP(285); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == '|') - ADVANCE(172); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(284); - END_STATE(); - case 285: - if (lookahead == '\n') - SKIP(284); - END_STATE(); - case 286: + case 204: if (lookahead == '\"') ADVANCE(3); if (lookahead == '#') - ADVANCE(80); + ADVANCE(52); if (lookahead == '$') - ADVANCE(81); + ADVANCE(5); if (lookahead == '&') - ADVANCE(84); + ADVANCE(53); if (lookahead == '\'') - ADVANCE(8); + ADVANCE(13); if (lookahead == '(') - ADVANCE(10); + ADVANCE(15); if (lookahead == '<') - ADVANCE(20); + ADVANCE(54); if (lookahead == '>') - ADVANCE(24); + ADVANCE(33); if (lookahead == '[') - ADVANCE(87); + ADVANCE(55); if (lookahead == '\\') - ADVANCE(287); + ADVANCE(205); if (lookahead == '`') - ADVANCE(35); + ADVANCE(45); if (lookahead == 'c') - ADVANCE(92); + ADVANCE(60); if (lookahead == 'f') - ADVANCE(96); + ADVANCE(64); if (lookahead == 'i') - ADVANCE(106); + ADVANCE(74); if (lookahead == 'w') - ADVANCE(108); - if (lookahead == '}') - ADVANCE(78); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(286); - if (lookahead != 0 && - (lookahead < '&' || lookahead > ')') && - lookahead != ';' && - lookahead != '<' && - lookahead != '{') - ADVANCE(90); - END_STATE(); - case 287: - if (lookahead == '\n') - SKIP(286); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ') - ADVANCE(90); - END_STATE(); - case 288: - if (lookahead == '#') - ADVANCE(80); - if (lookahead == ')') - ADVANCE(11); - if (lookahead == '\\') - SKIP(289); - if (lookahead == '|') - ADVANCE(77); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(288); - END_STATE(); - case 289: - if (lookahead == '\n') - SKIP(288); - END_STATE(); - case 290: - if (lookahead == '\"') - ADVANCE(3); - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '$') - ADVANCE(81); - if (lookahead == '&') - ADVANCE(84); - if (lookahead == '\'') - ADVANCE(8); - if (lookahead == '(') - ADVANCE(10); - if (lookahead == ';') - ADVANCE(155); - if (lookahead == '<') - ADVANCE(20); - if (lookahead == '>') - ADVANCE(24); - if (lookahead == '[') - ADVANCE(87); - if (lookahead == '\\') - ADVANCE(291); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == 'c') - ADVANCE(92); - if (lookahead == 'f') - ADVANCE(96); - if (lookahead == 'i') - ADVANCE(106); - if (lookahead == 'w') - ADVANCE(108); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(290); - if (lookahead != 0 && - (lookahead < '&' || lookahead > ')') && - lookahead != '{' && - lookahead != '}') - ADVANCE(90); - END_STATE(); - case 291: - if (lookahead == '\n') - SKIP(290); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ') - ADVANCE(90); - END_STATE(); - case 292: - if (lookahead == '\n') - ADVANCE(133); - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '&') - ADVANCE(170); - if (lookahead == ')') - ADVANCE(11); - if (lookahead == ';') - ADVANCE(136); - if (lookahead == '\\') - SKIP(293); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == '|') - ADVANCE(172); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - SKIP(292); - END_STATE(); - case 293: - if (lookahead == '\n') - SKIP(292); - END_STATE(); - case 294: - if (lookahead == '\n') - ADVANCE(295); - if (lookahead == '\"') - ADVANCE(3); - if (lookahead == '#') - ADVANCE(128); - if (lookahead == '$') - ADVANCE(81); - if (lookahead == '&') - ADVANCE(296); - if (lookahead == '\'') - ADVANCE(300); - if (lookahead == '(') - ADVANCE(301); - if (lookahead == ')') - ADVANCE(302); - if (lookahead == ';') - ADVANCE(303); - if (lookahead == '<') - ADVANCE(305); - if (lookahead == '>') - ADVANCE(310); - if (lookahead == '[') - ADVANCE(314); - if (lookahead == '\\') - ADVANCE(318); - if (lookahead == ']') - ADVANCE(320); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == 'c') - ADVANCE(322); - if (lookahead == 'f') - ADVANCE(326); - if (lookahead == 'i') - ADVANCE(336); - if (lookahead == 'w') - ADVANCE(339); - if (lookahead == '{') - ADVANCE(344); - if (lookahead == '|') - ADVANCE(345); - if (lookahead == '}') - ADVANCE(348); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - ADVANCE(319); - if (lookahead != 0) - ADVANCE(317); - END_STATE(); - case 295: - ACCEPT_TOKEN(anon_sym_LF); - if (lookahead == '\n') - ADVANCE(295); - if (lookahead == '#') - ADVANCE(128); - if (lookahead == '&') - ADVANCE(296); - if (lookahead == '\'') - ADVANCE(300); - if (lookahead == '(') - ADVANCE(301); - if (lookahead == ')') - ADVANCE(302); - if (lookahead == ';') - ADVANCE(303); - if (lookahead == '<') - ADVANCE(305); - if (lookahead == '>') - ADVANCE(310); - if (lookahead == '[') - ADVANCE(314); - if (lookahead == '\\') - ADVANCE(318); - if (lookahead == ']') - ADVANCE(320); - if (lookahead == 'c') - ADVANCE(322); - if (lookahead == 'f') - ADVANCE(326); - if (lookahead == 'i') - ADVANCE(336); - if (lookahead == 'w') - ADVANCE(339); - if (lookahead == '{') - ADVANCE(344); - if (lookahead == '|') - ADVANCE(345); - if (lookahead == '}') - ADVANCE(348); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - ADVANCE(319); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 296: - ACCEPT_TOKEN(anon_sym_AMP); - if (lookahead == '&') - ADVANCE(297); - if (lookahead == '>') - ADVANCE(298); - if (lookahead != 0 && - lookahead != '\"' && - lookahead != '$' && - lookahead != '`') - ADVANCE(129); - END_STATE(); - case 297: - ACCEPT_TOKEN(anon_sym_AMP_AMP); - if (lookahead != 0 && - lookahead != '\"' && - lookahead != '$' && - lookahead != '`') - ADVANCE(129); - END_STATE(); - case 298: - ACCEPT_TOKEN(anon_sym_AMP_GT); - if (lookahead == '>') - ADVANCE(299); - if (lookahead != 0 && - lookahead != '\"' && - lookahead != '$' && - lookahead != '`') - ADVANCE(129); - END_STATE(); - case 299: - ACCEPT_TOKEN(anon_sym_AMP_GT_GT); - if (lookahead != 0 && - lookahead != '\"' && - lookahead != '$' && - lookahead != '`') - ADVANCE(129); - END_STATE(); - case 300: - ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH); - if (lookahead == '\'') - ADVANCE(129); - if (lookahead == '\"' || - lookahead == '$' || - lookahead == '`') - ADVANCE(8); - if (lookahead != 0) - ADVANCE(300); - END_STATE(); - case 301: - ACCEPT_TOKEN(anon_sym_LPAREN); - if (lookahead != 0 && - lookahead != '\"' && - lookahead != '$' && - lookahead != '`') - ADVANCE(129); - END_STATE(); - case 302: - ACCEPT_TOKEN(anon_sym_RPAREN); - if (lookahead != 0 && - lookahead != '\"' && - lookahead != '$' && - lookahead != '`') - ADVANCE(129); - END_STATE(); - case 303: - ACCEPT_TOKEN(anon_sym_SEMI); - if (lookahead == ';') - ADVANCE(304); - if (lookahead != 0 && - lookahead != '\"' && - lookahead != '$' && - lookahead != '`') - ADVANCE(129); - END_STATE(); - case 304: - ACCEPT_TOKEN(anon_sym_SEMI_SEMI); - if (lookahead != 0 && - lookahead != '\"' && - lookahead != '$' && - lookahead != '`') - ADVANCE(129); - END_STATE(); - case 305: - ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '&') - ADVANCE(306); - if (lookahead == '(') - ADVANCE(307); - if (lookahead == '<') - ADVANCE(308); - if (lookahead != 0 && - lookahead != '\"' && - lookahead != '$' && - lookahead != '`') - ADVANCE(129); - END_STATE(); - case 306: - ACCEPT_TOKEN(anon_sym_LT_AMP); - if (lookahead != 0 && - lookahead != '\"' && - lookahead != '$' && - lookahead != '`') - ADVANCE(129); - END_STATE(); - case 307: - ACCEPT_TOKEN(anon_sym_LT_LPAREN); - if (lookahead != 0 && - lookahead != '\"' && - lookahead != '$' && - lookahead != '`') - ADVANCE(129); - END_STATE(); - case 308: - ACCEPT_TOKEN(anon_sym_LT_LT); - if (lookahead == '-') - ADVANCE(309); - if (lookahead != 0 && - lookahead != '\"' && - lookahead != '$' && - lookahead != '`') - ADVANCE(129); - END_STATE(); - case 309: - ACCEPT_TOKEN(anon_sym_LT_LT_DASH); - if (lookahead != 0 && - lookahead != '\"' && - lookahead != '$' && - lookahead != '`') - ADVANCE(129); - END_STATE(); - case 310: - ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '&') - ADVANCE(311); - if (lookahead == '(') - ADVANCE(312); - if (lookahead == '>') - ADVANCE(313); - if (lookahead != 0 && - lookahead != '\"' && - lookahead != '$' && - lookahead != '`') - ADVANCE(129); - END_STATE(); - case 311: - ACCEPT_TOKEN(anon_sym_GT_AMP); - if (lookahead != 0 && - lookahead != '\"' && - lookahead != '$' && - lookahead != '`') - ADVANCE(129); - END_STATE(); - case 312: - ACCEPT_TOKEN(anon_sym_GT_LPAREN); - if (lookahead != 0 && - lookahead != '\"' && - lookahead != '$' && - lookahead != '`') - ADVANCE(129); - END_STATE(); - case 313: - ACCEPT_TOKEN(anon_sym_GT_GT); - if (lookahead != 0 && - lookahead != '\"' && - lookahead != '$' && - lookahead != '`') - ADVANCE(129); - END_STATE(); - case 314: - ACCEPT_TOKEN(anon_sym_LBRACK); - if (lookahead == '[') - ADVANCE(315); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 315: - ACCEPT_TOKEN(anon_sym_LBRACK_LBRACK); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 316: - ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH); - if (lookahead == '\"' || - lookahead == '$' || - lookahead == '`') - ADVANCE(90); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - ADVANCE(129); - if (lookahead != 0) - ADVANCE(317); - END_STATE(); - case 317: - ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 318: - ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH); - if (lookahead == '\n') - ADVANCE(319); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - ADVANCE(129); - if (lookahead == '\"' || - lookahead == '$' || - lookahead == '`') - ADVANCE(90); - if (lookahead != 0) - ADVANCE(317); - END_STATE(); - case 319: - ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH); - if (lookahead == '\n') - ADVANCE(295); - if (lookahead == '#') - ADVANCE(128); - if (lookahead == '&') - ADVANCE(296); - if (lookahead == '\'') - ADVANCE(300); - if (lookahead == '(') - ADVANCE(301); - if (lookahead == ')') - ADVANCE(302); - if (lookahead == ';') - ADVANCE(303); - if (lookahead == '<') - ADVANCE(305); - if (lookahead == '>') - ADVANCE(310); - if (lookahead == '[') - ADVANCE(314); - if (lookahead == '\\') - ADVANCE(318); - if (lookahead == ']') - ADVANCE(320); - if (lookahead == 'c') - ADVANCE(322); - if (lookahead == 'f') - ADVANCE(326); - if (lookahead == 'i') - ADVANCE(336); - if (lookahead == 'w') - ADVANCE(339); - if (lookahead == '{') - ADVANCE(344); - if (lookahead == '|') - ADVANCE(345); - if (lookahead == '}') - ADVANCE(348); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - ADVANCE(319); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 320: - ACCEPT_TOKEN(anon_sym_RBRACK); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == ']') - ADVANCE(321); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 321: - ACCEPT_TOKEN(anon_sym_RBRACK_RBRACK); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 322: - ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == 'a') - ADVANCE(323); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`' && - lookahead != 'a') - ADVANCE(317); - END_STATE(); - case 323: - ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == 's') - ADVANCE(324); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 324: - ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == 'e') - ADVANCE(325); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 325: - ACCEPT_TOKEN(anon_sym_case); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 326: - ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == 'o') - ADVANCE(327); - if (lookahead == 'u') - ADVANCE(329); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 327: - ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == 'r') - ADVANCE(328); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 328: - ACCEPT_TOKEN(anon_sym_for); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 329: - ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == 'n') - ADVANCE(330); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 330: - ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == 'c') - ADVANCE(331); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 331: - ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == 't') - ADVANCE(332); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 332: - ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == 'i') - ADVANCE(333); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 333: - ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == 'o') - ADVANCE(334); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 334: - ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == 'n') - ADVANCE(335); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 335: - ACCEPT_TOKEN(anon_sym_function); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 336: - ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == 'f') - ADVANCE(337); - if (lookahead == 'n') - ADVANCE(338); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 337: - ACCEPT_TOKEN(anon_sym_if); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 338: - ACCEPT_TOKEN(anon_sym_in); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 339: - ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == 'h') - ADVANCE(340); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 340: - ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == 'i') - ADVANCE(341); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 341: - ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == 'l') - ADVANCE(342); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 342: - ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == 'e') - ADVANCE(343); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 343: - ACCEPT_TOKEN(anon_sym_while); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 344: - ACCEPT_TOKEN(anon_sym_LBRACE); - if (lookahead != 0 && - lookahead != '\"' && - lookahead != '$' && - lookahead != '`') - ADVANCE(129); - END_STATE(); - case 345: - ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '&') - ADVANCE(346); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == '|') - ADVANCE(347); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('\'' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - ('{' <= lookahead && lookahead <= '}')) - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 346: - ACCEPT_TOKEN(anon_sym_PIPE_AMP); - if (lookahead != 0 && - lookahead != '\"' && - lookahead != '$' && - lookahead != '`') - ADVANCE(129); - END_STATE(); - case 347: - ACCEPT_TOKEN(anon_sym_PIPE_PIPE); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 348: - ACCEPT_TOKEN(anon_sym_RBRACE); - if (lookahead != 0 && - lookahead != '\"' && - lookahead != '$' && - lookahead != '`') - ADVANCE(129); - END_STATE(); - case 349: - if (lookahead == '\n') - ADVANCE(350); - if (lookahead == '\"') - ADVANCE(3); - if (lookahead == '#') - ADVANCE(128); - if (lookahead == '$') - ADVANCE(81); - if (lookahead == '&') - ADVANCE(296); - if (lookahead == '\'') - ADVANCE(300); - if (lookahead == ')') - ADVANCE(302); - if (lookahead == ';') - ADVANCE(303); - if (lookahead == '<') - ADVANCE(305); - if (lookahead == '>') - ADVANCE(310); - if (lookahead == '\\') - ADVANCE(351); - if (lookahead == ']') - ADVANCE(320); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == 'i') - ADVANCE(353); - if (lookahead == '|') - ADVANCE(345); - if (lookahead == '}') - ADVANCE(348); - if (lookahead == '(' || - lookahead == '{') - ADVANCE(129); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - ADVANCE(352); - if (lookahead != 0) - ADVANCE(317); - END_STATE(); - case 350: - ACCEPT_TOKEN(anon_sym_LF); - if (lookahead == '\n') - ADVANCE(350); - if (lookahead == '#') - ADVANCE(128); - if (lookahead == '&') - ADVANCE(296); - if (lookahead == '\'') - ADVANCE(300); - if (lookahead == ')') - ADVANCE(302); - if (lookahead == ';') - ADVANCE(303); - if (lookahead == '<') - ADVANCE(305); - if (lookahead == '>') - ADVANCE(310); - if (lookahead == '\\') - ADVANCE(351); - if (lookahead == ']') - ADVANCE(320); - if (lookahead == 'i') - ADVANCE(353); - if (lookahead == '|') - ADVANCE(345); - if (lookahead == '}') - ADVANCE(348); - if (lookahead == '(' || - lookahead == '{') - ADVANCE(129); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - ADVANCE(352); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 351: - ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH); - if (lookahead == '\n') - ADVANCE(352); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - ADVANCE(129); - if (lookahead == '\"' || - lookahead == '$' || - lookahead == '`') - ADVANCE(90); - if (lookahead != 0) - ADVANCE(317); - END_STATE(); - case 352: - ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH); - if (lookahead == '\n') - ADVANCE(350); - if (lookahead == '#') - ADVANCE(128); - if (lookahead == '&') - ADVANCE(296); - if (lookahead == '\'') - ADVANCE(300); - if (lookahead == ')') - ADVANCE(302); - if (lookahead == ';') - ADVANCE(303); - if (lookahead == '<') - ADVANCE(305); - if (lookahead == '>') - ADVANCE(310); - if (lookahead == '\\') - ADVANCE(351); - if (lookahead == ']') - ADVANCE(320); - if (lookahead == 'i') - ADVANCE(353); - if (lookahead == '|') - ADVANCE(345); - if (lookahead == '}') - ADVANCE(348); - if (lookahead == '(' || - lookahead == '{') - ADVANCE(129); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - ADVANCE(352); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 353: - ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == 'n') - ADVANCE(338); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 354: - if (lookahead == '\"') - ADVANCE(3); - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '$') - ADVANCE(81); - if (lookahead == '\'') - ADVANCE(8); - if (lookahead == '<') - ADVANCE(124); - if (lookahead == '>') - ADVANCE(125); - if (lookahead == '@') - ADVANCE(355); - if (lookahead == '\\') - ADVANCE(356); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(354); - if (lookahead != 0 && - (lookahead < '&' || lookahead > ')') && - lookahead != ';' && - lookahead != '<' && - lookahead != '{' && - lookahead != '}') - ADVANCE(90); - END_STATE(); - case 355: - ACCEPT_TOKEN(anon_sym_AT); - if (lookahead == '\\') - ADVANCE(89); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ' && - (lookahead < '\"' || lookahead > '$') && - (lookahead < '&' || lookahead > ')') && - lookahead != ';' && - lookahead != '<' && - lookahead != '>' && - lookahead != '`' && - lookahead != '{' && - lookahead != '}') - ADVANCE(90); - END_STATE(); - case 356: - if (lookahead == '\n') - SKIP(354); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ') - ADVANCE(90); - END_STATE(); - case 357: - if (lookahead == '\n') - ADVANCE(133); - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '&') - ADVANCE(170); - if (lookahead == ')') - ADVANCE(11); - if (lookahead == ';') - ADVANCE(136); - if (lookahead == '=') - ADVANCE(23); - if (lookahead == '\\') - SKIP(358); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == '|') - ADVANCE(172); - if (lookahead == '}') - ADVANCE(78); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - SKIP(357); - END_STATE(); - case 358: - if (lookahead == '\n') - SKIP(357); - END_STATE(); - case 359: - if (lookahead == '\n') - ADVANCE(133); - if (lookahead == '\"') - ADVANCE(3); - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '$') - ADVANCE(81); - if (lookahead == '&') - ADVANCE(134); - if (lookahead == '\'') - ADVANCE(8); - if (lookahead == ')') - ADVANCE(11); - if (lookahead == ';') - ADVANCE(136); - if (lookahead == '<') - ADVANCE(138); - if (lookahead == '>') - ADVANCE(24); - if (lookahead == '\\') - ADVANCE(360); - if (lookahead == ']') - ADVANCE(201); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == 'i') - ADVANCE(361); - if (lookahead == '|') - ADVANCE(142); - if (lookahead == '}') - ADVANCE(78); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - SKIP(359); - if (lookahead != 0 && - (lookahead < '&' || lookahead > ')') && - (lookahead < '{' || lookahead > '}')) - ADVANCE(90); - END_STATE(); - case 360: - if (lookahead == '\n') - SKIP(359); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ') - ADVANCE(90); - END_STATE(); - case 361: - ACCEPT_TOKEN(sym_word); - if (lookahead == '\\') - ADVANCE(89); - if (lookahead == 'n') - ADVANCE(362); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ' && - (lookahead < '\"' || lookahead > '$') && - (lookahead < '&' || lookahead > ')') && - lookahead != ';' && - lookahead != '<' && - lookahead != '>' && - lookahead != '`' && - lookahead != '{' && - lookahead != '}') - ADVANCE(90); - END_STATE(); - case 362: - ACCEPT_TOKEN(anon_sym_in); - if (lookahead == '\\') - ADVANCE(89); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ' && - (lookahead < '\"' || lookahead > '$') && - (lookahead < '&' || lookahead > ')') && - lookahead != ';' && - lookahead != '<' && - lookahead != '>' && - lookahead != '`' && - lookahead != '{' && - lookahead != '}') - ADVANCE(90); - END_STATE(); - case 363: - if (lookahead == '\n') - ADVANCE(364); - if (lookahead == '!') - ADVANCE(365); - if (lookahead == '\"') - ADVANCE(3); - if (lookahead == '#') - ADVANCE(366); - if (lookahead == '$') - ADVANCE(81); - if (lookahead == '%') - ADVANCE(367); - if (lookahead == '&') - ADVANCE(296); - if (lookahead == '\'') - ADVANCE(300); - if (lookahead == ')') - ADVANCE(302); - if (lookahead == '*') - ADVANCE(368); - if (lookahead == '-') - ADVANCE(369); - if (lookahead == '/') - ADVANCE(370); - if (lookahead == '0') - ADVANCE(371); - if (lookahead == ':') - ADVANCE(373); - if (lookahead == ';') - ADVANCE(303); - if (lookahead == '<') - ADVANCE(305); - if (lookahead == '=') - ADVANCE(376); - if (lookahead == '>') - ADVANCE(310); - if (lookahead == '?') - ADVANCE(377); - if (lookahead == '@') - ADVANCE(378); - if (lookahead == '[') - ADVANCE(379); - if (lookahead == '\\') - ADVANCE(380); - if (lookahead == ']') - ADVANCE(320); - if (lookahead == '_') - ADVANCE(382); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == 'i') - ADVANCE(383); - if (lookahead == '|') - ADVANCE(345); - if (lookahead == '}') - ADVANCE(348); - if (lookahead == '(' || - lookahead == '{') - ADVANCE(129); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - ADVANCE(381); - if (('1' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(372); - if (lookahead != 0) - ADVANCE(317); - END_STATE(); - case 364: - ACCEPT_TOKEN(anon_sym_LF); - if (lookahead == '\n') - ADVANCE(364); - if (lookahead == '!') - ADVANCE(365); - if (lookahead == '#') - ADVANCE(366); - if (lookahead == '%') - ADVANCE(367); - if (lookahead == '&') - ADVANCE(296); - if (lookahead == '\'') - ADVANCE(300); - if (lookahead == ')') - ADVANCE(302); - if (lookahead == '*') - ADVANCE(368); - if (lookahead == '-') - ADVANCE(369); - if (lookahead == '/') - ADVANCE(370); - if (lookahead == '0') - ADVANCE(371); - if (lookahead == ':') - ADVANCE(373); - if (lookahead == ';') - ADVANCE(303); - if (lookahead == '<') - ADVANCE(305); - if (lookahead == '=') - ADVANCE(376); - if (lookahead == '>') - ADVANCE(310); - if (lookahead == '?') - ADVANCE(377); - if (lookahead == '@') - ADVANCE(378); - if (lookahead == '[') - ADVANCE(379); - if (lookahead == '\\') - ADVANCE(380); - if (lookahead == ']') - ADVANCE(320); - if (lookahead == '_') - ADVANCE(382); - if (lookahead == 'i') - ADVANCE(383); - if (lookahead == '|') - ADVANCE(345); - if (lookahead == '}') - ADVANCE(348); - if (lookahead == '(' || - lookahead == '{') - ADVANCE(129); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - ADVANCE(381); - if (('1' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(372); - if (lookahead != 0 && - (lookahead < ' ' || lookahead > '*') && - (lookahead < '_' || lookahead > '}')) - ADVANCE(317); - END_STATE(); - case 365: - ACCEPT_TOKEN(anon_sym_BANG); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 366: - ACCEPT_TOKEN(anon_sym_POUND); - if (lookahead == '\n') - ADVANCE(129); - if (lookahead != 0 && - lookahead != '\"' && - lookahead != '$' && - lookahead != '`') - ADVANCE(128); - END_STATE(); - case 367: - ACCEPT_TOKEN(anon_sym_PERCENT); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 368: - ACCEPT_TOKEN(anon_sym_STAR); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 369: - ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 370: - ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 371: - ACCEPT_TOKEN(anon_sym_0); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(372); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - (lookahead < '_' || lookahead > '{')) - ADVANCE(317); - END_STATE(); - case 372: - ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(372); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - (lookahead < '_' || lookahead > '{')) - ADVANCE(317); - END_STATE(); - case 373: - ACCEPT_TOKEN(anon_sym_COLON); - if (lookahead == '-') - ADVANCE(374); - if (lookahead == '?') - ADVANCE(375); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 374: - ACCEPT_TOKEN(anon_sym_COLON_DASH); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 375: - ACCEPT_TOKEN(anon_sym_COLON_QMARK); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 376: - ACCEPT_TOKEN(anon_sym_EQ); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 377: - ACCEPT_TOKEN(anon_sym_QMARK); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 378: - ACCEPT_TOKEN(anon_sym_AT); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 379: - ACCEPT_TOKEN(anon_sym_LBRACK); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 380: - ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH); - if (lookahead == '\n') - ADVANCE(381); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - ADVANCE(129); - if (lookahead == '\"' || - lookahead == '$' || - lookahead == '`') - ADVANCE(90); - if (lookahead != 0) - ADVANCE(317); - END_STATE(); - case 381: - ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH); - if (lookahead == '\n') - ADVANCE(364); - if (lookahead == '!') - ADVANCE(365); - if (lookahead == '#') - ADVANCE(366); - if (lookahead == '%') - ADVANCE(367); - if (lookahead == '&') - ADVANCE(296); - if (lookahead == '\'') - ADVANCE(300); - if (lookahead == ')') - ADVANCE(302); - if (lookahead == '*') - ADVANCE(368); - if (lookahead == '-') - ADVANCE(369); - if (lookahead == '/') - ADVANCE(370); - if (lookahead == '0') - ADVANCE(371); - if (lookahead == ':') - ADVANCE(373); - if (lookahead == ';') - ADVANCE(303); - if (lookahead == '<') - ADVANCE(305); - if (lookahead == '=') - ADVANCE(376); - if (lookahead == '>') - ADVANCE(310); - if (lookahead == '?') - ADVANCE(377); - if (lookahead == '@') - ADVANCE(378); - if (lookahead == '[') - ADVANCE(379); - if (lookahead == '\\') - ADVANCE(380); - if (lookahead == ']') - ADVANCE(320); - if (lookahead == '_') - ADVANCE(382); - if (lookahead == 'i') - ADVANCE(383); - if (lookahead == '|') - ADVANCE(345); - if (lookahead == '}') - ADVANCE(348); - if (lookahead == '(' || - lookahead == '{') - ADVANCE(129); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - ADVANCE(381); - if (('1' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(372); - if (lookahead != 0 && - (lookahead < ' ' || lookahead > '*') && - (lookahead < '_' || lookahead > '}')) - ADVANCE(317); - END_STATE(); - case 382: - ACCEPT_TOKEN(anon_sym__); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(372); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - (lookahead < '_' || lookahead > '{')) - ADVANCE(317); - END_STATE(); - case 383: - ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == 'n') - ADVANCE(384); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(372); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - (lookahead < '_' || lookahead > '{')) - ADVANCE(317); - END_STATE(); - case 384: - ACCEPT_TOKEN(anon_sym_in); - if (lookahead == '\\') - ADVANCE(316); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ' || - lookahead == '#' || - ('&' <= lookahead && lookahead <= ')') || - lookahead == ';' || - lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') - ADVANCE(129); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(372); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - (lookahead < '_' || lookahead > '{')) - ADVANCE(317); - END_STATE(); - case 385: - if (lookahead == '\n') - ADVANCE(386); - if (lookahead == '\"') - ADVANCE(3); - if (lookahead == '#') - ADVANCE(128); - if (lookahead == '$') - ADVANCE(81); - if (lookahead == '%') - ADVANCE(367); - if (lookahead == '&') - ADVANCE(296); - if (lookahead == '\'') - ADVANCE(300); - if (lookahead == ')') - ADVANCE(302); - if (lookahead == '/') - ADVANCE(370); - if (lookahead == ':') - ADVANCE(373); - if (lookahead == ';') - ADVANCE(303); - if (lookahead == '<') - ADVANCE(305); - if (lookahead == '=') - ADVANCE(376); - if (lookahead == '>') - ADVANCE(310); - if (lookahead == '[') - ADVANCE(379); - if (lookahead == '\\') - ADVANCE(387); - if (lookahead == ']') - ADVANCE(320); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == 'i') - ADVANCE(353); - if (lookahead == '|') - ADVANCE(345); - if (lookahead == '}') - ADVANCE(348); - if (lookahead == '(' || - lookahead == '{') - ADVANCE(129); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - ADVANCE(388); - if (lookahead != 0) - ADVANCE(317); - END_STATE(); - case 386: - ACCEPT_TOKEN(anon_sym_LF); - if (lookahead == '\n') - ADVANCE(386); - if (lookahead == '#') - ADVANCE(128); - if (lookahead == '%') - ADVANCE(367); - if (lookahead == '&') - ADVANCE(296); - if (lookahead == '\'') - ADVANCE(300); - if (lookahead == ')') - ADVANCE(302); - if (lookahead == '/') - ADVANCE(370); - if (lookahead == ':') - ADVANCE(373); - if (lookahead == ';') - ADVANCE(303); - if (lookahead == '<') - ADVANCE(305); - if (lookahead == '=') - ADVANCE(376); - if (lookahead == '>') - ADVANCE(310); - if (lookahead == '[') - ADVANCE(379); - if (lookahead == '\\') - ADVANCE(387); - if (lookahead == ']') - ADVANCE(320); - if (lookahead == 'i') - ADVANCE(353); - if (lookahead == '|') - ADVANCE(345); - if (lookahead == '}') - ADVANCE(348); - if (lookahead == '(' || - lookahead == '{') - ADVANCE(129); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - ADVANCE(388); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > ')') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 387: - ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH); - if (lookahead == '\n') - ADVANCE(388); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - ADVANCE(129); - if (lookahead == '\"' || - lookahead == '$' || - lookahead == '`') - ADVANCE(90); - if (lookahead != 0) - ADVANCE(317); - END_STATE(); - case 388: - ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH); - if (lookahead == '\n') - ADVANCE(386); - if (lookahead == '#') - ADVANCE(128); - if (lookahead == '%') - ADVANCE(367); - if (lookahead == '&') - ADVANCE(296); - if (lookahead == '\'') - ADVANCE(300); - if (lookahead == ')') - ADVANCE(302); - if (lookahead == '/') - ADVANCE(370); - if (lookahead == ':') - ADVANCE(373); - if (lookahead == ';') - ADVANCE(303); - if (lookahead == '<') - ADVANCE(305); - if (lookahead == '=') - ADVANCE(376); - if (lookahead == '>') - ADVANCE(310); - if (lookahead == '[') - ADVANCE(379); - if (lookahead == '\\') - ADVANCE(387); - if (lookahead == ']') - ADVANCE(320); - if (lookahead == 'i') - ADVANCE(353); - if (lookahead == '|') - ADVANCE(345); - if (lookahead == '}') - ADVANCE(348); - if (lookahead == '(' || - lookahead == '{') - ADVANCE(129); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - ADVANCE(388); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > ')') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 389: - if (lookahead == '\n') - ADVANCE(390); - if (lookahead == '\"') - ADVANCE(3); - if (lookahead == '#') - ADVANCE(128); - if (lookahead == '$') - ADVANCE(81); - if (lookahead == '&') - ADVANCE(296); - if (lookahead == '\'') - ADVANCE(300); - if (lookahead == '(') - ADVANCE(301); - if (lookahead == ')') - ADVANCE(302); - if (lookahead == ';') - ADVANCE(303); - if (lookahead == '<') - ADVANCE(305); - if (lookahead == '>') - ADVANCE(310); - if (lookahead == '[') - ADVANCE(314); - if (lookahead == '\\') - ADVANCE(391); - if (lookahead == ']') - ADVANCE(320); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == 'c') - ADVANCE(322); - if (lookahead == 'f') - ADVANCE(326); - if (lookahead == 'i') - ADVANCE(336); - if (lookahead == 'w') - ADVANCE(339); - if (lookahead == '{') - ADVANCE(129); - if (lookahead == '|') - ADVANCE(345); - if (lookahead == '}') - ADVANCE(348); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - ADVANCE(392); - if (lookahead != 0) - ADVANCE(317); - END_STATE(); - case 390: - ACCEPT_TOKEN(anon_sym_LF); - if (lookahead == '\n') - ADVANCE(390); - if (lookahead == '#') - ADVANCE(128); - if (lookahead == '&') - ADVANCE(296); - if (lookahead == '\'') - ADVANCE(300); - if (lookahead == '(') - ADVANCE(301); - if (lookahead == ')') - ADVANCE(302); - if (lookahead == ';') - ADVANCE(303); - if (lookahead == '<') - ADVANCE(305); - if (lookahead == '>') - ADVANCE(310); - if (lookahead == '[') - ADVANCE(314); - if (lookahead == '\\') - ADVANCE(391); - if (lookahead == ']') - ADVANCE(320); - if (lookahead == 'c') - ADVANCE(322); - if (lookahead == 'f') - ADVANCE(326); - if (lookahead == 'i') - ADVANCE(336); - if (lookahead == 'w') - ADVANCE(339); - if (lookahead == '{') - ADVANCE(129); - if (lookahead == '|') - ADVANCE(345); - if (lookahead == '}') - ADVANCE(348); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - ADVANCE(392); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 391: - ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH); - if (lookahead == '\n') - ADVANCE(392); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - ADVANCE(129); - if (lookahead == '\"' || - lookahead == '$' || - lookahead == '`') - ADVANCE(90); - if (lookahead != 0) - ADVANCE(317); - END_STATE(); - case 392: - ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH); - if (lookahead == '\n') - ADVANCE(390); - if (lookahead == '#') - ADVANCE(128); - if (lookahead == '&') - ADVANCE(296); - if (lookahead == '\'') - ADVANCE(300); - if (lookahead == '(') - ADVANCE(301); - if (lookahead == ')') - ADVANCE(302); - if (lookahead == ';') - ADVANCE(303); - if (lookahead == '<') - ADVANCE(305); - if (lookahead == '>') - ADVANCE(310); - if (lookahead == '[') - ADVANCE(314); - if (lookahead == '\\') - ADVANCE(391); - if (lookahead == ']') - ADVANCE(320); - if (lookahead == 'c') - ADVANCE(322); - if (lookahead == 'f') - ADVANCE(326); - if (lookahead == 'i') - ADVANCE(336); - if (lookahead == 'w') - ADVANCE(339); - if (lookahead == '{') - ADVANCE(129); - if (lookahead == '|') - ADVANCE(345); - if (lookahead == '}') - ADVANCE(348); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - ADVANCE(392); - if (lookahead != 0 && - (lookahead < '\"' || lookahead > '$') && - lookahead != '`') - ADVANCE(317); - END_STATE(); - case 393: - if (lookahead == 0) - ADVANCE(1); - if (lookahead == '\"') - ADVANCE(3); - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '$') - ADVANCE(81); - if (lookahead == '&') - ADVANCE(84); - if (lookahead == '\'') - ADVANCE(8); - if (lookahead == '(') - ADVANCE(10); - if (lookahead == ')') - ADVANCE(11); - if (lookahead == ';') - ADVANCE(155); - if (lookahead == '<') - ADVANCE(20); - if (lookahead == '>') - ADVANCE(24); - if (lookahead == '[') - ADVANCE(87); - if (lookahead == '\\') - ADVANCE(394); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == 'c') - ADVANCE(92); - if (lookahead == 'd') - ADVANCE(395); - if (lookahead == 'e') - ADVANCE(397); - if (lookahead == 'f') - ADVANCE(167); - if (lookahead == 'i') - ADVANCE(398); - if (lookahead == 't') - ADVANCE(399); - if (lookahead == 'w') - ADVANCE(108); - if (lookahead == '}') - ADVANCE(78); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(393); - if (lookahead != '{') - ADVANCE(90); - END_STATE(); - case 394: - if (lookahead == '\n') - SKIP(393); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ') - ADVANCE(90); - END_STATE(); - case 395: - ACCEPT_TOKEN(sym_word); - if (lookahead == '\\') - ADVANCE(89); - if (lookahead == 'o') - ADVANCE(396); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ' && - (lookahead < '\"' || lookahead > '$') && - (lookahead < '&' || lookahead > ')') && - lookahead != ';' && - lookahead != '<' && - lookahead != '>' && - lookahead != '`' && - lookahead != '{' && - lookahead != '}') - ADVANCE(90); - END_STATE(); - case 396: - ACCEPT_TOKEN(anon_sym_do); - if (lookahead == '\\') - ADVANCE(89); - if (lookahead == 'n') - ADVANCE(159); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ' && - (lookahead < '\"' || lookahead > '$') && - (lookahead < '&' || lookahead > ')') && - lookahead != ';' && - lookahead != '<' && - lookahead != '>' && - lookahead != '`' && - lookahead != '{' && - lookahead != '}') - ADVANCE(90); - END_STATE(); - case 397: - ACCEPT_TOKEN(sym_word); - if (lookahead == '\\') - ADVANCE(89); - if (lookahead == 'l') - ADVANCE(162); - if (lookahead == 's') - ADVANCE(279); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ' && - (lookahead < '\"' || lookahead > '$') && - (lookahead < '&' || lookahead > ')') && - lookahead != ';' && - lookahead != '<' && - lookahead != '>' && - lookahead != '`' && - lookahead != '{' && - lookahead != '}') - ADVANCE(90); - END_STATE(); - case 398: - ACCEPT_TOKEN(sym_word); - if (lookahead == '\\') - ADVANCE(89); - if (lookahead == 'f') - ADVANCE(107); - if (lookahead == 'n') - ADVANCE(362); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ' && - (lookahead < '\"' || lookahead > '$') && - (lookahead < '&' || lookahead > ')') && - lookahead != ';' && - lookahead != '<' && - lookahead != '>' && - lookahead != '`' && - lookahead != '{' && - lookahead != '}') - ADVANCE(90); - END_STATE(); - case 399: - ACCEPT_TOKEN(sym_word); - if (lookahead == '\\') - ADVANCE(89); - if (lookahead == 'h') - ADVANCE(400); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ' && - (lookahead < '\"' || lookahead > '$') && - (lookahead < '&' || lookahead > ')') && - lookahead != ';' && - lookahead != '<' && - lookahead != '>' && - lookahead != '`' && - lookahead != '{' && - lookahead != '}') - ADVANCE(90); - END_STATE(); - case 400: - ACCEPT_TOKEN(sym_word); - if (lookahead == '\\') - ADVANCE(89); - if (lookahead == 'e') - ADVANCE(401); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ' && - (lookahead < '\"' || lookahead > '$') && - (lookahead < '&' || lookahead > ')') && - lookahead != ';' && - lookahead != '<' && - lookahead != '>' && - lookahead != '`' && - lookahead != '{' && - lookahead != '}') - ADVANCE(90); - END_STATE(); - case 401: - ACCEPT_TOKEN(sym_word); - if (lookahead == '\\') - ADVANCE(89); - if (lookahead == 'n') - ADVANCE(402); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ' && - (lookahead < '\"' || lookahead > '$') && - (lookahead < '&' || lookahead > ')') && - lookahead != ';' && - lookahead != '<' && - lookahead != '>' && - lookahead != '`' && - lookahead != '{' && - lookahead != '}') - ADVANCE(90); - END_STATE(); - case 402: - ACCEPT_TOKEN(anon_sym_then); - if (lookahead == '\\') - ADVANCE(89); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ' && - (lookahead < '\"' || lookahead > '$') && - (lookahead < '&' || lookahead > ')') && - lookahead != ';' && - lookahead != '<' && - lookahead != '>' && - lookahead != '`' && - lookahead != '{' && - lookahead != '}') - ADVANCE(90); - END_STATE(); - case 403: - if (lookahead == '\n') - ADVANCE(133); - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '&') - ADVANCE(134); - if (lookahead == ')') - ADVANCE(11); - if (lookahead == ';') - ADVANCE(136); - if (lookahead == '<') - ADVANCE(234); - if (lookahead == '>') - ADVANCE(115); - if (lookahead == '\\') - SKIP(404); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == '|') - ADVANCE(172); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - SKIP(403); - END_STATE(); - case 404: - if (lookahead == '\n') - SKIP(403); - END_STATE(); - case 405: - if (lookahead == 0) - ADVANCE(1); - if (lookahead == '\"') - ADVANCE(3); - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '$') - ADVANCE(81); - if (lookahead == '&') - ADVANCE(84); - if (lookahead == '\'') - ADVANCE(8); - if (lookahead == '(') - ADVANCE(10); - if (lookahead == ';') - ADVANCE(155); - if (lookahead == '<') - ADVANCE(20); - if (lookahead == '>') - ADVANCE(24); - if (lookahead == '[') - ADVANCE(87); - if (lookahead == '\\') - ADVANCE(406); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == 'c') - ADVANCE(92); - if (lookahead == 'd') - ADVANCE(395); - if (lookahead == 'e') - ADVANCE(161); - if (lookahead == 'f') - ADVANCE(167); - if (lookahead == 'i') - ADVANCE(106); - if (lookahead == 't') - ADVANCE(399); - if (lookahead == 'w') - ADVANCE(108); - if (lookahead == '}') - ADVANCE(78); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(405); - if ((lookahead < '&' || lookahead > ')') && - lookahead != '{') - ADVANCE(90); - END_STATE(); - case 406: - if (lookahead == '\n') - SKIP(405); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ') - ADVANCE(90); - END_STATE(); - case 407: - if (lookahead == '\n') - ADVANCE(133); - if (lookahead == '\"') - ADVANCE(3); - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '$') - ADVANCE(81); - if (lookahead == '&') - ADVANCE(134); - if (lookahead == '\'') - ADVANCE(8); - if (lookahead == ')') - ADVANCE(11); - if (lookahead == ';') - ADVANCE(136); - if (lookahead == '<') - ADVANCE(138); - if (lookahead == '>') - ADVANCE(24); - if (lookahead == '\\') - ADVANCE(408); - if (lookahead == ']') - ADVANCE(201); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == '|') - ADVANCE(142); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - SKIP(407); - if (lookahead != 0 && - (lookahead < '&' || lookahead > ')') && - (lookahead < '{' || lookahead > '}')) - ADVANCE(90); - END_STATE(); - case 408: - if (lookahead == '\n') - SKIP(407); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ') - ADVANCE(90); - END_STATE(); - case 409: - if (lookahead == '\n') - ADVANCE(133); - if (lookahead == '\"') - ADVANCE(3); - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '$') - ADVANCE(81); - if (lookahead == '&') - ADVANCE(134); - if (lookahead == '\'') - ADVANCE(8); - if (lookahead == ')') - ADVANCE(11); - if (lookahead == ';') - ADVANCE(136); - if (lookahead == '<') - ADVANCE(20); - if (lookahead == '>') - ADVANCE(24); - if (lookahead == '\\') - ADVANCE(410); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == '{') ADVANCE(76); - if (lookahead == '|') - ADVANCE(142); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - SKIP(409); - if (lookahead != 0 && - (lookahead < '&' || lookahead > ')') && - (lookahead < '{' || lookahead > '}')) - ADVANCE(90); - END_STATE(); - case 410: - if (lookahead == '\n') - SKIP(409); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ') - ADVANCE(90); - END_STATE(); - case 411: - if (lookahead == '\n') - ADVANCE(133); - if (lookahead == '\"') - ADVANCE(3); - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '$') - ADVANCE(81); - if (lookahead == '&') - ADVANCE(134); - if (lookahead == '\'') - ADVANCE(8); - if (lookahead == ')') - ADVANCE(11); - if (lookahead == ';') - ADVANCE(136); - if (lookahead == '<') - ADVANCE(20); - if (lookahead == '>') - ADVANCE(24); - if (lookahead == '\\') - ADVANCE(412); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == '|') - ADVANCE(142); if (lookahead == '}') - ADVANCE(78); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - SKIP(411); - if (lookahead != 0 && - (lookahead < '&' || lookahead > ')') && - (lookahead < '{' || lookahead > '}')) - ADVANCE(90); - END_STATE(); - case 412: - if (lookahead == '\n') - SKIP(411); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n' && - lookahead != '\r' && - lookahead != ' ') - ADVANCE(90); - END_STATE(); - case 413: - if (lookahead == 0) - ADVANCE(1); - if (lookahead == '\"') - ADVANCE(3); - if (lookahead == '#') - ADVANCE(80); - if (lookahead == '$') - ADVANCE(81); - if (lookahead == '&') - ADVANCE(84); - if (lookahead == '\'') - ADVANCE(8); - if (lookahead == '(') - ADVANCE(10); - if (lookahead == ')') - ADVANCE(11); - if (lookahead == ';') - ADVANCE(155); - if (lookahead == '<') - ADVANCE(20); - if (lookahead == '>') - ADVANCE(24); - if (lookahead == '[') - ADVANCE(87); - if (lookahead == '\\') - ADVANCE(414); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == 'c') - ADVANCE(92); - if (lookahead == 'd') - ADVANCE(395); - if (lookahead == 'e') - ADVANCE(161); - if (lookahead == 'f') - ADVANCE(167); - if (lookahead == 'i') - ADVANCE(106); - if (lookahead == 't') - ADVANCE(399); - if (lookahead == 'w') - ADVANCE(108); - if (lookahead == '}') - ADVANCE(78); + ADVANCE(50); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(413); - if (lookahead != '{') - ADVANCE(90); + SKIP(204); + if (lookahead != 0 && + (lookahead < '&' || lookahead > ')') && + lookahead != ';' && + lookahead != '<' && + lookahead != '{') + ADVANCE(58); END_STATE(); - case 414: + case 205: if (lookahead == '\n') - SKIP(413); + SKIP(204); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') - ADVANCE(90); + ADVANCE(58); END_STATE(); - case 415: - if (lookahead == 0) - ADVANCE(1); - if (lookahead == '\"') - ADVANCE(3); + case 206: if (lookahead == '#') - ADVANCE(80); - if (lookahead == '$') - ADVANCE(81); - if (lookahead == '&') - ADVANCE(84); - if (lookahead == '\'') - ADVANCE(8); - if (lookahead == '(') - ADVANCE(10); + ADVANCE(52); if (lookahead == ')') - ADVANCE(11); - if (lookahead == ';') - ADVANCE(155); - if (lookahead == '<') - ADVANCE(20); - if (lookahead == '>') - ADVANCE(24); - if (lookahead == '[') - ADVANCE(87); + ADVANCE(16); if (lookahead == '\\') - ADVANCE(416); - if (lookahead == '`') - ADVANCE(35); - if (lookahead == 'c') - ADVANCE(92); - if (lookahead == 'd') - ADVANCE(157); - if (lookahead == 'e') - ADVANCE(161); - if (lookahead == 'f') - ADVANCE(167); - if (lookahead == 'i') - ADVANCE(106); - if (lookahead == 'w') - ADVANCE(108); - if (lookahead == '}') - ADVANCE(78); + SKIP(207); + if (lookahead == '|') + ADVANCE(191); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(415); - if (lookahead != '{') - ADVANCE(90); + SKIP(206); END_STATE(); - case 416: + case 207: if (lookahead == '\n') - SKIP(415); + SKIP(206); + END_STATE(); + case 208: + if (lookahead == '\"') + ADVANCE(3); + if (lookahead == '#') + ADVANCE(52); + if (lookahead == '$') + ADVANCE(5); + if (lookahead == '&') + ADVANCE(53); + if (lookahead == '\'') + ADVANCE(13); + if (lookahead == '(') + ADVANCE(15); + if (lookahead == ';') + ADVANCE(120); + if (lookahead == '<') + ADVANCE(54); + if (lookahead == '>') + ADVANCE(33); + if (lookahead == '[') + ADVANCE(55); + if (lookahead == '\\') + ADVANCE(209); + if (lookahead == '`') + ADVANCE(45); + if (lookahead == 'c') + ADVANCE(60); + if (lookahead == 'f') + ADVANCE(64); + if (lookahead == 'i') + ADVANCE(74); + if (lookahead == 'w') + ADVANCE(76); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') + SKIP(208); + if (lookahead != 0 && + (lookahead < '&' || lookahead > ')') && + lookahead != '{' && + lookahead != '}') + ADVANCE(58); + END_STATE(); + case 209: + if (lookahead == '\n') + SKIP(208); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') - ADVANCE(90); + ADVANCE(58); END_STATE(); default: return false; @@ -7509,1471 +3629,1114 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { static TSLexMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0, .external_lex_state = 1}, - [1] = {.lex_state = 79, .external_lex_state = 2}, - [2] = {.lex_state = 113}, - [3] = {.lex_state = 117}, - [4] = {.lex_state = 119}, - [5] = {.lex_state = 121, .external_lex_state = 2}, - [6] = {.lex_state = 121, .external_lex_state = 2}, - [7] = {.lex_state = 123}, - [8] = {.lex_state = 119}, - [9] = {.lex_state = 121, .external_lex_state = 2}, - [10] = {.lex_state = 123}, - [11] = {.lex_state = 123}, - [12] = {.lex_state = 123}, - [13] = {.lex_state = 127}, - [14] = {.lex_state = 132, .external_lex_state = 3}, - [15] = {.lex_state = 145}, - [16] = {.lex_state = 145}, - [17] = {.lex_state = 121, .external_lex_state = 2}, - [18] = {.lex_state = 121, .external_lex_state = 2}, - [19] = {.lex_state = 121, .external_lex_state = 2}, - [20] = {.lex_state = 150, .external_lex_state = 3}, - [21] = {.lex_state = 152}, - [22] = {.lex_state = 154, .external_lex_state = 2}, - [23] = {.lex_state = 169, .external_lex_state = 4}, - [24] = {.lex_state = 132, .external_lex_state = 5}, - [25] = {.lex_state = 174, .external_lex_state = 6}, - [26] = {.lex_state = 176}, - [27] = {.lex_state = 178, .external_lex_state = 2}, - [28] = {.lex_state = 132, .external_lex_state = 5}, - [29] = {.lex_state = 79, .external_lex_state = 2}, - [30] = {.lex_state = 178, .external_lex_state = 2}, - [31] = {.lex_state = 123}, - [32] = {.lex_state = 123}, - [33] = {.lex_state = 180, .external_lex_state = 7}, - [34] = {.lex_state = 182}, - [35] = {.lex_state = 185}, - [36] = {.lex_state = 169, .external_lex_state = 4}, - [37] = {.lex_state = 174, .external_lex_state = 6}, - [38] = {.lex_state = 189}, - [39] = {.lex_state = 127}, - [40] = {.lex_state = 191, .external_lex_state = 8}, - [41] = {.lex_state = 145}, - [42] = {.lex_state = 145}, - [43] = {.lex_state = 121, .external_lex_state = 2}, - [44] = {.lex_state = 121, .external_lex_state = 2}, - [45] = {.lex_state = 121, .external_lex_state = 2}, - [46] = {.lex_state = 191, .external_lex_state = 4}, - [47] = {.lex_state = 193}, - [48] = {.lex_state = 195, .external_lex_state = 4}, - [49] = {.lex_state = 197, .external_lex_state = 6}, - [50] = {.lex_state = 121, .external_lex_state = 2}, - [51] = {.lex_state = 127}, - [52] = {.lex_state = 199, .external_lex_state = 9}, - [53] = {.lex_state = 145}, - [54] = {.lex_state = 145}, - [55] = {.lex_state = 121, .external_lex_state = 2}, - [56] = {.lex_state = 121, .external_lex_state = 2}, - [57] = {.lex_state = 121, .external_lex_state = 2}, - [58] = {.lex_state = 199}, - [59] = {.lex_state = 203}, - [60] = {.lex_state = 206}, - [61] = {.lex_state = 127}, - [62] = {.lex_state = 178, .external_lex_state = 10}, - [63] = {.lex_state = 145}, - [64] = {.lex_state = 145}, - [65] = {.lex_state = 121, .external_lex_state = 2}, - [66] = {.lex_state = 121, .external_lex_state = 2}, - [67] = {.lex_state = 121, .external_lex_state = 2}, - [68] = {.lex_state = 178, .external_lex_state = 2}, - [69] = {.lex_state = 132, .external_lex_state = 3}, - [70] = {.lex_state = 127}, - [71] = {.lex_state = 145}, - [72] = {.lex_state = 145}, - [73] = {.lex_state = 121, .external_lex_state = 2}, - [74] = {.lex_state = 121, .external_lex_state = 2}, - [75] = {.lex_state = 127}, - [76] = {.lex_state = 123}, - [77] = {.lex_state = 132, .external_lex_state = 3}, - [78] = {.lex_state = 132, .external_lex_state = 3}, - [79] = {.lex_state = 132, .external_lex_state = 3}, - [80] = {.lex_state = 132, .external_lex_state = 3}, - [81] = {.lex_state = 209}, - [82] = {.lex_state = 211}, - [83] = {.lex_state = 209}, - [84] = {.lex_state = 209}, - [85] = {.lex_state = 117}, - [86] = {.lex_state = 119}, - [87] = {.lex_state = 121, .external_lex_state = 2}, - [88] = {.lex_state = 121, .external_lex_state = 2}, - [89] = {.lex_state = 123}, - [90] = {.lex_state = 119}, - [91] = {.lex_state = 121, .external_lex_state = 2}, - [92] = {.lex_state = 123}, - [93] = {.lex_state = 123}, - [94] = {.lex_state = 127}, - [95] = {.lex_state = 213, .external_lex_state = 11}, - [96] = {.lex_state = 145}, - [97] = {.lex_state = 145}, - [98] = {.lex_state = 121, .external_lex_state = 2}, - [99] = {.lex_state = 121, .external_lex_state = 2}, - [100] = {.lex_state = 121, .external_lex_state = 2}, - [101] = {.lex_state = 216, .external_lex_state = 11}, - [102] = {.lex_state = 218}, - [103] = {.lex_state = 213, .external_lex_state = 12}, - [104] = {.lex_state = 221, .external_lex_state = 2}, - [105] = {.lex_state = 176}, - [106] = {.lex_state = 213, .external_lex_state = 12}, - [107] = {.lex_state = 178, .external_lex_state = 2}, - [108] = {.lex_state = 223}, - [109] = {.lex_state = 225, .external_lex_state = 12}, - [110] = {.lex_state = 227, .external_lex_state = 2}, - [111] = {.lex_state = 178, .external_lex_state = 2}, - [112] = {.lex_state = 218}, - [113] = {.lex_state = 221, .external_lex_state = 2}, - [114] = {.lex_state = 229}, - [115] = {.lex_state = 121, .external_lex_state = 2}, - [116] = {.lex_state = 154, .external_lex_state = 2}, - [117] = {.lex_state = 121, .external_lex_state = 2}, - [118] = {.lex_state = 113}, - [119] = {.lex_state = 123}, - [120] = {.lex_state = 231, .external_lex_state = 13}, - [121] = {.lex_state = 132, .external_lex_state = 3}, - [122] = {.lex_state = 233, .external_lex_state = 5}, - [123] = {.lex_state = 132, .external_lex_state = 5}, - [124] = {.lex_state = 132, .external_lex_state = 5}, - [125] = {.lex_state = 233, .external_lex_state = 5}, - [126] = {.lex_state = 154, .external_lex_state = 2}, - [127] = {.lex_state = 132, .external_lex_state = 5}, - [128] = {.lex_state = 178, .external_lex_state = 2}, - [129] = {.lex_state = 178, .external_lex_state = 10}, - [130] = {.lex_state = 178, .external_lex_state = 2}, - [131] = {.lex_state = 127}, - [132] = {.lex_state = 236, .external_lex_state = 9}, - [133] = {.lex_state = 145}, - [134] = {.lex_state = 145}, - [135] = {.lex_state = 121, .external_lex_state = 2}, - [136] = {.lex_state = 121, .external_lex_state = 2}, - [137] = {.lex_state = 121, .external_lex_state = 2}, - [138] = {.lex_state = 236}, - [139] = {.lex_state = 197, .external_lex_state = 6}, - [140] = {.lex_state = 239}, - [141] = {.lex_state = 127}, - [142] = {.lex_state = 197, .external_lex_state = 14}, - [143] = {.lex_state = 145}, - [144] = {.lex_state = 145}, - [145] = {.lex_state = 121, .external_lex_state = 2}, - [146] = {.lex_state = 121, .external_lex_state = 2}, - [147] = {.lex_state = 121, .external_lex_state = 2}, - [148] = {.lex_state = 123}, - [149] = {.lex_state = 241, .external_lex_state = 2}, - [150] = {.lex_state = 195, .external_lex_state = 4}, - [151] = {.lex_state = 243}, - [152] = {.lex_state = 245, .external_lex_state = 2}, - [153] = {.lex_state = 191, .external_lex_state = 8}, - [154] = {.lex_state = 127}, - [155] = {.lex_state = 123}, - [156] = {.lex_state = 247, .external_lex_state = 4}, - [157] = {.lex_state = 182}, - [158] = {.lex_state = 191, .external_lex_state = 8}, - [159] = {.lex_state = 191, .external_lex_state = 8}, - [160] = {.lex_state = 191, .external_lex_state = 8}, - [161] = {.lex_state = 191, .external_lex_state = 8}, - [162] = {.lex_state = 211}, - [163] = {.lex_state = 209}, - [164] = {.lex_state = 209}, - [165] = {.lex_state = 218}, - [166] = {.lex_state = 221, .external_lex_state = 2}, - [167] = {.lex_state = 223}, - [168] = {.lex_state = 227, .external_lex_state = 2}, - [169] = {.lex_state = 218}, - [170] = {.lex_state = 221, .external_lex_state = 2}, - [171] = {.lex_state = 229}, - [172] = {.lex_state = 195, .external_lex_state = 4}, - [173] = {.lex_state = 249, .external_lex_state = 2}, - [174] = {.lex_state = 195, .external_lex_state = 4}, - [175] = {.lex_state = 197, .external_lex_state = 6}, - [176] = {.lex_state = 251, .external_lex_state = 9}, - [177] = {.lex_state = 127}, - [178] = {.lex_state = 123}, - [179] = {.lex_state = 251, .external_lex_state = 9}, - [180] = {.lex_state = 251, .external_lex_state = 9}, - [181] = {.lex_state = 251, .external_lex_state = 9}, - [182] = {.lex_state = 251, .external_lex_state = 9}, - [183] = {.lex_state = 211}, - [184] = {.lex_state = 209}, - [185] = {.lex_state = 209}, - [186] = {.lex_state = 218}, - [187] = {.lex_state = 221, .external_lex_state = 2}, - [188] = {.lex_state = 223}, - [189] = {.lex_state = 227, .external_lex_state = 2}, - [190] = {.lex_state = 218}, - [191] = {.lex_state = 221, .external_lex_state = 2}, - [192] = {.lex_state = 195, .external_lex_state = 4}, - [193] = {.lex_state = 199, .external_lex_state = 9}, - [194] = {.lex_state = 199}, - [195] = {.lex_state = 221, .external_lex_state = 10}, - [196] = {.lex_state = 127}, - [197] = {.lex_state = 123}, - [198] = {.lex_state = 221, .external_lex_state = 10}, - [199] = {.lex_state = 221, .external_lex_state = 10}, - [200] = {.lex_state = 221, .external_lex_state = 10}, - [201] = {.lex_state = 221, .external_lex_state = 10}, - [202] = {.lex_state = 211}, - [203] = {.lex_state = 209}, - [204] = {.lex_state = 209}, - [205] = {.lex_state = 218}, - [206] = {.lex_state = 221, .external_lex_state = 2}, - [207] = {.lex_state = 223}, - [208] = {.lex_state = 227, .external_lex_state = 2}, - [209] = {.lex_state = 218}, - [210] = {.lex_state = 221, .external_lex_state = 2}, - [211] = {.lex_state = 127}, - [212] = {.lex_state = 127}, - [213] = {.lex_state = 127}, - [214] = {.lex_state = 211}, - [215] = {.lex_state = 209}, - [216] = {.lex_state = 209}, - [217] = {.lex_state = 218}, - [218] = {.lex_state = 221, .external_lex_state = 2}, - [219] = {.lex_state = 223}, - [220] = {.lex_state = 227, .external_lex_state = 2}, - [221] = {.lex_state = 132, .external_lex_state = 3}, - [222] = {.lex_state = 127}, - [223] = {.lex_state = 132, .external_lex_state = 3}, - [224] = {.lex_state = 123}, - [225] = {.lex_state = 253}, - [226] = {.lex_state = 253}, - [227] = {.lex_state = 132, .external_lex_state = 3}, - [228] = {.lex_state = 255}, - [229] = {.lex_state = 123}, - [230] = {.lex_state = 132, .external_lex_state = 3}, - [231] = {.lex_state = 255}, - [232] = {.lex_state = 123}, - [233] = {.lex_state = 180, .external_lex_state = 7}, - [234] = {.lex_state = 182}, - [235] = {.lex_state = 185}, - [236] = {.lex_state = 189}, - [237] = {.lex_state = 191, .external_lex_state = 8}, - [238] = {.lex_state = 191, .external_lex_state = 4}, - [239] = {.lex_state = 193}, - [240] = {.lex_state = 195, .external_lex_state = 4}, - [241] = {.lex_state = 197, .external_lex_state = 6}, - [242] = {.lex_state = 121, .external_lex_state = 2}, - [243] = {.lex_state = 203}, - [244] = {.lex_state = 206}, - [245] = {.lex_state = 213, .external_lex_state = 11}, - [246] = {.lex_state = 127}, - [247] = {.lex_state = 123}, - [248] = {.lex_state = 213, .external_lex_state = 11}, - [249] = {.lex_state = 213, .external_lex_state = 11}, - [250] = {.lex_state = 213, .external_lex_state = 11}, - [251] = {.lex_state = 213, .external_lex_state = 11}, - [252] = {.lex_state = 211}, - [253] = {.lex_state = 209}, - [254] = {.lex_state = 209}, - [255] = {.lex_state = 218}, - [256] = {.lex_state = 221, .external_lex_state = 2}, - [257] = {.lex_state = 223}, - [258] = {.lex_state = 227, .external_lex_state = 2}, - [259] = {.lex_state = 218}, - [260] = {.lex_state = 221, .external_lex_state = 2}, - [261] = {.lex_state = 229}, - [262] = {.lex_state = 121, .external_lex_state = 2}, - [263] = {.lex_state = 132, .external_lex_state = 3}, - [264] = {.lex_state = 121, .external_lex_state = 2}, - [265] = {.lex_state = 113}, - [266] = {.lex_state = 123}, - [267] = {.lex_state = 231, .external_lex_state = 13}, - [268] = {.lex_state = 213, .external_lex_state = 11}, - [269] = {.lex_state = 257, .external_lex_state = 12}, - [270] = {.lex_state = 213, .external_lex_state = 12}, - [271] = {.lex_state = 213, .external_lex_state = 12}, - [272] = {.lex_state = 257, .external_lex_state = 12}, - [273] = {.lex_state = 213, .external_lex_state = 12}, - [274] = {.lex_state = 121, .external_lex_state = 2}, - [275] = {.lex_state = 121, .external_lex_state = 2}, - [276] = {.lex_state = 225, .external_lex_state = 12}, - [277] = {.lex_state = 225, .external_lex_state = 12}, - [278] = {.lex_state = 132, .external_lex_state = 3}, - [279] = {.lex_state = 259}, - [280] = {.lex_state = 195, .external_lex_state = 4}, - [281] = {.lex_state = 197, .external_lex_state = 6}, - [282] = {.lex_state = 195, .external_lex_state = 4}, - [283] = {.lex_state = 197, .external_lex_state = 6}, - [284] = {.lex_state = 123}, - [285] = {.lex_state = 127}, - [286] = {.lex_state = 233, .external_lex_state = 3}, - [287] = {.lex_state = 145}, - [288] = {.lex_state = 145}, - [289] = {.lex_state = 121, .external_lex_state = 2}, - [290] = {.lex_state = 121, .external_lex_state = 2}, - [291] = {.lex_state = 121, .external_lex_state = 2}, - [292] = {.lex_state = 233, .external_lex_state = 5}, - [293] = {.lex_state = 233, .external_lex_state = 5}, - [294] = {.lex_state = 261, .external_lex_state = 15}, - [295] = {.lex_state = 233, .external_lex_state = 5}, - [296] = {.lex_state = 132, .external_lex_state = 3}, - [297] = {.lex_state = 132, .external_lex_state = 5}, - [298] = {.lex_state = 233, .external_lex_state = 5}, - [299] = {.lex_state = 233, .external_lex_state = 5}, - [300] = {.lex_state = 132, .external_lex_state = 5}, - [301] = {.lex_state = 264, .external_lex_state = 9}, - [302] = {.lex_state = 127}, - [303] = {.lex_state = 123}, - [304] = {.lex_state = 176}, - [305] = {.lex_state = 264, .external_lex_state = 9}, - [306] = {.lex_state = 264, .external_lex_state = 9}, - [307] = {.lex_state = 264, .external_lex_state = 9}, - [308] = {.lex_state = 264, .external_lex_state = 9}, - [309] = {.lex_state = 211}, - [310] = {.lex_state = 209}, - [311] = {.lex_state = 209}, - [312] = {.lex_state = 218}, - [313] = {.lex_state = 221, .external_lex_state = 2}, - [314] = {.lex_state = 223}, - [315] = {.lex_state = 227, .external_lex_state = 2}, - [316] = {.lex_state = 218}, - [317] = {.lex_state = 221, .external_lex_state = 2}, - [318] = {.lex_state = 197, .external_lex_state = 6}, - [319] = {.lex_state = 239}, - [320] = {.lex_state = 239}, - [321] = {.lex_state = 197, .external_lex_state = 14}, - [322] = {.lex_state = 127}, - [323] = {.lex_state = 123}, - [324] = {.lex_state = 197, .external_lex_state = 14}, - [325] = {.lex_state = 197, .external_lex_state = 14}, - [326] = {.lex_state = 197, .external_lex_state = 14}, - [327] = {.lex_state = 197, .external_lex_state = 14}, - [328] = {.lex_state = 211}, - [329] = {.lex_state = 209}, - [330] = {.lex_state = 209}, - [331] = {.lex_state = 218}, - [332] = {.lex_state = 221, .external_lex_state = 2}, - [333] = {.lex_state = 223}, - [334] = {.lex_state = 227, .external_lex_state = 2}, - [335] = {.lex_state = 218}, - [336] = {.lex_state = 221, .external_lex_state = 2}, - [337] = {.lex_state = 127}, - [338] = {.lex_state = 266, .external_lex_state = 8}, - [339] = {.lex_state = 145}, - [340] = {.lex_state = 145}, - [341] = {.lex_state = 121, .external_lex_state = 2}, - [342] = {.lex_state = 121, .external_lex_state = 2}, - [343] = {.lex_state = 121, .external_lex_state = 2}, - [344] = {.lex_state = 266, .external_lex_state = 4}, - [345] = {.lex_state = 266, .external_lex_state = 4}, - [346] = {.lex_state = 195, .external_lex_state = 4}, - [347] = {.lex_state = 241, .external_lex_state = 2}, - [348] = {.lex_state = 195, .external_lex_state = 4}, - [349] = {.lex_state = 121, .external_lex_state = 2}, - [350] = {.lex_state = 268, .external_lex_state = 2}, - [351] = {.lex_state = 270}, - [352] = {.lex_state = 274}, - [353] = {.lex_state = 245, .external_lex_state = 2}, - [354] = {.lex_state = 270}, - [355] = {.lex_state = 191, .external_lex_state = 8}, - [356] = {.lex_state = 191, .external_lex_state = 8}, - [357] = {.lex_state = 276}, - [358] = {.lex_state = 247, .external_lex_state = 4}, - [359] = {.lex_state = 123}, - [360] = {.lex_state = 253}, - [361] = {.lex_state = 253}, - [362] = {.lex_state = 191, .external_lex_state = 8}, - [363] = {.lex_state = 255}, - [364] = {.lex_state = 123}, - [365] = {.lex_state = 191, .external_lex_state = 8}, - [366] = {.lex_state = 255}, - [367] = {.lex_state = 123}, - [368] = {.lex_state = 191, .external_lex_state = 8}, - [369] = {.lex_state = 191, .external_lex_state = 8}, - [370] = {.lex_state = 259}, - [371] = {.lex_state = 195, .external_lex_state = 4}, - [372] = {.lex_state = 249, .external_lex_state = 2}, - [373] = {.lex_state = 251, .external_lex_state = 9}, - [374] = {.lex_state = 251, .external_lex_state = 9}, - [375] = {.lex_state = 123}, - [376] = {.lex_state = 253}, - [377] = {.lex_state = 253}, - [378] = {.lex_state = 251, .external_lex_state = 9}, - [379] = {.lex_state = 255}, - [380] = {.lex_state = 123}, - [381] = {.lex_state = 251, .external_lex_state = 9}, - [382] = {.lex_state = 255}, - [383] = {.lex_state = 123}, - [384] = {.lex_state = 251, .external_lex_state = 9}, - [385] = {.lex_state = 251, .external_lex_state = 9}, - [386] = {.lex_state = 221, .external_lex_state = 10}, - [387] = {.lex_state = 221, .external_lex_state = 10}, - [388] = {.lex_state = 123}, - [389] = {.lex_state = 253}, - [390] = {.lex_state = 253}, - [391] = {.lex_state = 221, .external_lex_state = 10}, - [392] = {.lex_state = 255}, - [393] = {.lex_state = 123}, - [394] = {.lex_state = 221, .external_lex_state = 10}, - [395] = {.lex_state = 255}, - [396] = {.lex_state = 123}, - [397] = {.lex_state = 221, .external_lex_state = 10}, - [398] = {.lex_state = 221, .external_lex_state = 10}, - [399] = {.lex_state = 253}, - [400] = {.lex_state = 253}, - [401] = {.lex_state = 127}, - [402] = {.lex_state = 255}, - [403] = {.lex_state = 123}, - [404] = {.lex_state = 127}, - [405] = {.lex_state = 255}, - [406] = {.lex_state = 123}, - [407] = {.lex_state = 127}, - [408] = {.lex_state = 132, .external_lex_state = 3}, - [409] = {.lex_state = 132, .external_lex_state = 3}, - [410] = {.lex_state = 255}, - [411] = {.lex_state = 132, .external_lex_state = 3}, - [412] = {.lex_state = 255}, - [413] = {.lex_state = 236}, - [414] = {.lex_state = 282, .external_lex_state = 9}, - [415] = {.lex_state = 282}, - [416] = {.lex_state = 236}, - [417] = {.lex_state = 282, .external_lex_state = 9}, - [418] = {.lex_state = 282}, - [419] = {.lex_state = 221, .external_lex_state = 2}, - [420] = {.lex_state = 239}, - [421] = {.lex_state = 221, .external_lex_state = 10}, - [422] = {.lex_state = 123}, - [423] = {.lex_state = 241, .external_lex_state = 2}, - [424] = {.lex_state = 284}, - [425] = {.lex_state = 245, .external_lex_state = 2}, - [426] = {.lex_state = 247, .external_lex_state = 4}, - [427] = {.lex_state = 182}, - [428] = {.lex_state = 229}, - [429] = {.lex_state = 284}, - [430] = {.lex_state = 249, .external_lex_state = 2}, - [431] = {.lex_state = 195, .external_lex_state = 4}, - [432] = {.lex_state = 197, .external_lex_state = 6}, - [433] = {.lex_state = 284}, - [434] = {.lex_state = 213, .external_lex_state = 11}, - [435] = {.lex_state = 213, .external_lex_state = 11}, - [436] = {.lex_state = 123}, - [437] = {.lex_state = 253}, - [438] = {.lex_state = 253}, - [439] = {.lex_state = 213, .external_lex_state = 11}, - [440] = {.lex_state = 255}, - [441] = {.lex_state = 123}, - [442] = {.lex_state = 213, .external_lex_state = 11}, - [443] = {.lex_state = 255}, - [444] = {.lex_state = 123}, - [445] = {.lex_state = 213, .external_lex_state = 11}, - [446] = {.lex_state = 213, .external_lex_state = 11}, - [447] = {.lex_state = 259}, - [448] = {.lex_state = 284}, - [449] = {.lex_state = 221, .external_lex_state = 2}, - [450] = {.lex_state = 218}, - [451] = {.lex_state = 221, .external_lex_state = 2}, - [452] = {.lex_state = 123}, - [453] = {.lex_state = 127}, - [454] = {.lex_state = 257, .external_lex_state = 11}, - [455] = {.lex_state = 145}, - [456] = {.lex_state = 145}, - [457] = {.lex_state = 121, .external_lex_state = 2}, - [458] = {.lex_state = 121, .external_lex_state = 2}, - [459] = {.lex_state = 121, .external_lex_state = 2}, - [460] = {.lex_state = 257, .external_lex_state = 12}, - [461] = {.lex_state = 257, .external_lex_state = 12}, - [462] = {.lex_state = 261, .external_lex_state = 15}, - [463] = {.lex_state = 257, .external_lex_state = 12}, - [464] = {.lex_state = 213, .external_lex_state = 11}, - [465] = {.lex_state = 213, .external_lex_state = 12}, - [466] = {.lex_state = 257, .external_lex_state = 12}, - [467] = {.lex_state = 257, .external_lex_state = 12}, - [468] = {.lex_state = 213, .external_lex_state = 12}, - [469] = {.lex_state = 227, .external_lex_state = 2}, - [470] = {.lex_state = 223}, - [471] = {.lex_state = 227, .external_lex_state = 2}, - [472] = {.lex_state = 225, .external_lex_state = 12}, - [473] = {.lex_state = 286, .external_lex_state = 2}, - [474] = {.lex_state = 195, .external_lex_state = 4}, - [475] = {.lex_state = 233, .external_lex_state = 3}, - [476] = {.lex_state = 233, .external_lex_state = 5}, - [477] = {.lex_state = 233, .external_lex_state = 3}, - [478] = {.lex_state = 127}, - [479] = {.lex_state = 123}, - [480] = {.lex_state = 233, .external_lex_state = 3}, - [481] = {.lex_state = 233, .external_lex_state = 3}, - [482] = {.lex_state = 233, .external_lex_state = 3}, - [483] = {.lex_state = 233, .external_lex_state = 3}, - [484] = {.lex_state = 211}, - [485] = {.lex_state = 209}, - [486] = {.lex_state = 209}, - [487] = {.lex_state = 218}, - [488] = {.lex_state = 221, .external_lex_state = 2}, - [489] = {.lex_state = 223}, - [490] = {.lex_state = 227, .external_lex_state = 2}, - [491] = {.lex_state = 218}, - [492] = {.lex_state = 221, .external_lex_state = 2}, - [493] = {.lex_state = 261, .external_lex_state = 15}, - [494] = {.lex_state = 233, .external_lex_state = 5}, - [495] = {.lex_state = 145}, - [496] = {.lex_state = 145}, - [497] = {.lex_state = 261, .external_lex_state = 15}, - [498] = {.lex_state = 233, .external_lex_state = 5}, - [499] = {.lex_state = 264, .external_lex_state = 9}, - [500] = {.lex_state = 264, .external_lex_state = 9}, - [501] = {.lex_state = 123}, - [502] = {.lex_state = 253}, - [503] = {.lex_state = 253}, - [504] = {.lex_state = 264, .external_lex_state = 9}, - [505] = {.lex_state = 255}, - [506] = {.lex_state = 123}, - [507] = {.lex_state = 264, .external_lex_state = 9}, - [508] = {.lex_state = 255}, - [509] = {.lex_state = 123}, - [510] = {.lex_state = 264, .external_lex_state = 9}, - [511] = {.lex_state = 264, .external_lex_state = 9}, - [512] = {.lex_state = 197, .external_lex_state = 6}, - [513] = {.lex_state = 239}, - [514] = {.lex_state = 197, .external_lex_state = 14}, - [515] = {.lex_state = 197, .external_lex_state = 14}, - [516] = {.lex_state = 123}, - [517] = {.lex_state = 253}, - [518] = {.lex_state = 253}, - [519] = {.lex_state = 197, .external_lex_state = 14}, - [520] = {.lex_state = 255}, - [521] = {.lex_state = 123}, - [522] = {.lex_state = 197, .external_lex_state = 14}, - [523] = {.lex_state = 255}, - [524] = {.lex_state = 123}, - [525] = {.lex_state = 197, .external_lex_state = 14}, - [526] = {.lex_state = 197, .external_lex_state = 14}, - [527] = {.lex_state = 266, .external_lex_state = 8}, - [528] = {.lex_state = 127}, - [529] = {.lex_state = 123}, - [530] = {.lex_state = 266, .external_lex_state = 8}, - [531] = {.lex_state = 266, .external_lex_state = 8}, - [532] = {.lex_state = 266, .external_lex_state = 8}, - [533] = {.lex_state = 266, .external_lex_state = 8}, - [534] = {.lex_state = 211}, - [535] = {.lex_state = 209}, - [536] = {.lex_state = 209}, - [537] = {.lex_state = 218}, - [538] = {.lex_state = 221, .external_lex_state = 2}, - [539] = {.lex_state = 223}, - [540] = {.lex_state = 227, .external_lex_state = 2}, - [541] = {.lex_state = 218}, - [542] = {.lex_state = 221, .external_lex_state = 2}, - [543] = {.lex_state = 185}, - [544] = {.lex_state = 266, .external_lex_state = 8}, - [545] = {.lex_state = 266, .external_lex_state = 4}, - [546] = {.lex_state = 195, .external_lex_state = 4}, - [547] = {.lex_state = 189}, - [548] = {.lex_state = 268, .external_lex_state = 2}, - [549] = {.lex_state = 195, .external_lex_state = 4}, - [550] = {.lex_state = 274}, - [551] = {.lex_state = 270}, - [552] = {.lex_state = 270}, - [553] = {.lex_state = 195, .external_lex_state = 4}, - [554] = {.lex_state = 288, .external_lex_state = 9}, - [555] = {.lex_state = 276}, - [556] = {.lex_state = 288}, - [557] = {.lex_state = 276}, - [558] = {.lex_state = 276}, - [559] = {.lex_state = 191, .external_lex_state = 8}, - [560] = {.lex_state = 191, .external_lex_state = 8}, - [561] = {.lex_state = 255}, - [562] = {.lex_state = 191, .external_lex_state = 8}, - [563] = {.lex_state = 255}, - [564] = {.lex_state = 236}, - [565] = {.lex_state = 282, .external_lex_state = 9}, - [566] = {.lex_state = 282}, - [567] = {.lex_state = 236}, - [568] = {.lex_state = 282, .external_lex_state = 9}, - [569] = {.lex_state = 282}, - [570] = {.lex_state = 195, .external_lex_state = 4}, - [571] = {.lex_state = 195, .external_lex_state = 4}, - [572] = {.lex_state = 251, .external_lex_state = 9}, - [573] = {.lex_state = 251, .external_lex_state = 9}, - [574] = {.lex_state = 255}, - [575] = {.lex_state = 251, .external_lex_state = 9}, - [576] = {.lex_state = 255}, - [577] = {.lex_state = 236}, - [578] = {.lex_state = 282, .external_lex_state = 9}, - [579] = {.lex_state = 282}, - [580] = {.lex_state = 236}, - [581] = {.lex_state = 282, .external_lex_state = 9}, - [582] = {.lex_state = 282}, - [583] = {.lex_state = 221, .external_lex_state = 10}, - [584] = {.lex_state = 221, .external_lex_state = 10}, - [585] = {.lex_state = 255}, - [586] = {.lex_state = 221, .external_lex_state = 10}, - [587] = {.lex_state = 255}, - [588] = {.lex_state = 236}, - [589] = {.lex_state = 282, .external_lex_state = 9}, - [590] = {.lex_state = 282}, - [591] = {.lex_state = 236}, - [592] = {.lex_state = 282, .external_lex_state = 9}, - [593] = {.lex_state = 282}, - [594] = {.lex_state = 127}, - [595] = {.lex_state = 255}, - [596] = {.lex_state = 127}, - [597] = {.lex_state = 255}, - [598] = {.lex_state = 236}, - [599] = {.lex_state = 282, .external_lex_state = 9}, - [600] = {.lex_state = 282}, - [601] = {.lex_state = 236}, - [602] = {.lex_state = 282, .external_lex_state = 9}, - [603] = {.lex_state = 282}, - [604] = {.lex_state = 236}, - [605] = {.lex_state = 236}, - [606] = {.lex_state = 282}, - [607] = {.lex_state = 132, .external_lex_state = 3}, - [608] = {.lex_state = 282}, - [609] = {.lex_state = 132, .external_lex_state = 3}, - [610] = {.lex_state = 221, .external_lex_state = 2}, - [611] = {.lex_state = 239}, - [612] = {.lex_state = 266, .external_lex_state = 4}, - [613] = {.lex_state = 284}, - [614] = {.lex_state = 241, .external_lex_state = 2}, - [615] = {.lex_state = 284}, - [616] = {.lex_state = 274}, - [617] = {.lex_state = 245, .external_lex_state = 2}, - [618] = {.lex_state = 270}, - [619] = {.lex_state = 276}, - [620] = {.lex_state = 247, .external_lex_state = 4}, - [621] = {.lex_state = 259}, - [622] = {.lex_state = 284}, - [623] = {.lex_state = 249, .external_lex_state = 2}, - [624] = {.lex_state = 213, .external_lex_state = 11}, - [625] = {.lex_state = 213, .external_lex_state = 11}, - [626] = {.lex_state = 255}, - [627] = {.lex_state = 213, .external_lex_state = 11}, - [628] = {.lex_state = 255}, - [629] = {.lex_state = 236}, - [630] = {.lex_state = 282, .external_lex_state = 9}, - [631] = {.lex_state = 282}, - [632] = {.lex_state = 236}, - [633] = {.lex_state = 282, .external_lex_state = 9}, - [634] = {.lex_state = 282}, - [635] = {.lex_state = 286, .external_lex_state = 2}, - [636] = {.lex_state = 284}, - [637] = {.lex_state = 257, .external_lex_state = 11}, - [638] = {.lex_state = 257, .external_lex_state = 12}, - [639] = {.lex_state = 257, .external_lex_state = 11}, - [640] = {.lex_state = 127}, - [641] = {.lex_state = 123}, - [642] = {.lex_state = 257, .external_lex_state = 11}, - [643] = {.lex_state = 257, .external_lex_state = 11}, - [644] = {.lex_state = 257, .external_lex_state = 11}, - [645] = {.lex_state = 257, .external_lex_state = 11}, - [646] = {.lex_state = 211}, - [647] = {.lex_state = 209}, - [648] = {.lex_state = 209}, - [649] = {.lex_state = 218}, - [650] = {.lex_state = 221, .external_lex_state = 2}, - [651] = {.lex_state = 223}, - [652] = {.lex_state = 227, .external_lex_state = 2}, - [653] = {.lex_state = 218}, - [654] = {.lex_state = 221, .external_lex_state = 2}, - [655] = {.lex_state = 257, .external_lex_state = 12}, - [656] = {.lex_state = 261, .external_lex_state = 15}, - [657] = {.lex_state = 257, .external_lex_state = 12}, - [658] = {.lex_state = 195, .external_lex_state = 4}, - [659] = {.lex_state = 286, .external_lex_state = 2}, - [660] = {.lex_state = 233, .external_lex_state = 3}, - [661] = {.lex_state = 233, .external_lex_state = 3}, - [662] = {.lex_state = 123}, - [663] = {.lex_state = 253}, - [664] = {.lex_state = 253}, - [665] = {.lex_state = 233, .external_lex_state = 3}, - [666] = {.lex_state = 255}, - [667] = {.lex_state = 123}, - [668] = {.lex_state = 233, .external_lex_state = 3}, - [669] = {.lex_state = 255}, - [670] = {.lex_state = 123}, - [671] = {.lex_state = 233, .external_lex_state = 3}, - [672] = {.lex_state = 233, .external_lex_state = 3}, - [673] = {.lex_state = 261, .external_lex_state = 15}, - [674] = {.lex_state = 261, .external_lex_state = 15}, - [675] = {.lex_state = 261, .external_lex_state = 15}, - [676] = {.lex_state = 211}, - [677] = {.lex_state = 209}, - [678] = {.lex_state = 209}, - [679] = {.lex_state = 261, .external_lex_state = 15}, - [680] = {.lex_state = 233, .external_lex_state = 5}, - [681] = {.lex_state = 264, .external_lex_state = 9}, - [682] = {.lex_state = 264, .external_lex_state = 9}, - [683] = {.lex_state = 255}, - [684] = {.lex_state = 264, .external_lex_state = 9}, - [685] = {.lex_state = 255}, - [686] = {.lex_state = 236}, - [687] = {.lex_state = 282, .external_lex_state = 9}, - [688] = {.lex_state = 282}, - [689] = {.lex_state = 236}, - [690] = {.lex_state = 282, .external_lex_state = 9}, - [691] = {.lex_state = 282}, - [692] = {.lex_state = 197, .external_lex_state = 14}, - [693] = {.lex_state = 197, .external_lex_state = 14}, - [694] = {.lex_state = 255}, - [695] = {.lex_state = 197, .external_lex_state = 14}, - [696] = {.lex_state = 255}, - [697] = {.lex_state = 236}, - [698] = {.lex_state = 282, .external_lex_state = 9}, - [699] = {.lex_state = 282}, - [700] = {.lex_state = 236}, - [701] = {.lex_state = 282, .external_lex_state = 9}, - [702] = {.lex_state = 282}, - [703] = {.lex_state = 266, .external_lex_state = 8}, - [704] = {.lex_state = 266, .external_lex_state = 8}, - [705] = {.lex_state = 123}, - [706] = {.lex_state = 253}, - [707] = {.lex_state = 253}, - [708] = {.lex_state = 266, .external_lex_state = 8}, - [709] = {.lex_state = 255}, - [710] = {.lex_state = 123}, - [711] = {.lex_state = 266, .external_lex_state = 8}, - [712] = {.lex_state = 255}, - [713] = {.lex_state = 123}, - [714] = {.lex_state = 266, .external_lex_state = 8}, - [715] = {.lex_state = 266, .external_lex_state = 8}, - [716] = {.lex_state = 195, .external_lex_state = 4}, - [717] = {.lex_state = 245, .external_lex_state = 2}, - [718] = {.lex_state = 195, .external_lex_state = 4}, - [719] = {.lex_state = 274}, - [720] = {.lex_state = 123}, - [721] = {.lex_state = 290, .external_lex_state = 2}, - [722] = {.lex_state = 288}, - [723] = {.lex_state = 195, .external_lex_state = 4}, - [724] = {.lex_state = 276}, - [725] = {.lex_state = 276}, - [726] = {.lex_state = 236}, - [727] = {.lex_state = 236}, - [728] = {.lex_state = 282}, - [729] = {.lex_state = 191, .external_lex_state = 8}, - [730] = {.lex_state = 282}, - [731] = {.lex_state = 191, .external_lex_state = 8}, - [732] = {.lex_state = 236}, - [733] = {.lex_state = 236}, - [734] = {.lex_state = 282}, - [735] = {.lex_state = 251, .external_lex_state = 9}, - [736] = {.lex_state = 282}, - [737] = {.lex_state = 251, .external_lex_state = 9}, - [738] = {.lex_state = 236}, - [739] = {.lex_state = 236}, - [740] = {.lex_state = 282}, - [741] = {.lex_state = 221, .external_lex_state = 10}, - [742] = {.lex_state = 282}, - [743] = {.lex_state = 221, .external_lex_state = 10}, - [744] = {.lex_state = 236}, - [745] = {.lex_state = 236}, - [746] = {.lex_state = 282}, - [747] = {.lex_state = 127}, - [748] = {.lex_state = 282}, - [749] = {.lex_state = 127}, - [750] = {.lex_state = 282}, - [751] = {.lex_state = 282}, - [752] = {.lex_state = 132, .external_lex_state = 3}, - [753] = {.lex_state = 132, .external_lex_state = 3}, - [754] = {.lex_state = 221, .external_lex_state = 2}, - [755] = {.lex_state = 185}, - [756] = {.lex_state = 284}, - [757] = {.lex_state = 284}, - [758] = {.lex_state = 274}, - [759] = {.lex_state = 270}, - [760] = {.lex_state = 284}, - [761] = {.lex_state = 276}, - [762] = {.lex_state = 276}, - [763] = {.lex_state = 284}, - [764] = {.lex_state = 284}, - [765] = {.lex_state = 236}, - [766] = {.lex_state = 236}, - [767] = {.lex_state = 282}, - [768] = {.lex_state = 213, .external_lex_state = 11}, - [769] = {.lex_state = 282}, - [770] = {.lex_state = 213, .external_lex_state = 11}, - [771] = {.lex_state = 284}, - [772] = {.lex_state = 286, .external_lex_state = 2}, - [773] = {.lex_state = 257, .external_lex_state = 11}, - [774] = {.lex_state = 257, .external_lex_state = 11}, - [775] = {.lex_state = 123}, - [776] = {.lex_state = 253}, - [777] = {.lex_state = 253}, - [778] = {.lex_state = 257, .external_lex_state = 11}, - [779] = {.lex_state = 255}, - [780] = {.lex_state = 123}, - [781] = {.lex_state = 257, .external_lex_state = 11}, - [782] = {.lex_state = 255}, - [783] = {.lex_state = 123}, - [784] = {.lex_state = 257, .external_lex_state = 11}, - [785] = {.lex_state = 257, .external_lex_state = 11}, - [786] = {.lex_state = 257, .external_lex_state = 12}, - [787] = {.lex_state = 195, .external_lex_state = 4}, - [788] = {.lex_state = 233, .external_lex_state = 3}, - [789] = {.lex_state = 233, .external_lex_state = 3}, - [790] = {.lex_state = 255}, - [791] = {.lex_state = 233, .external_lex_state = 3}, - [792] = {.lex_state = 255}, - [793] = {.lex_state = 236}, - [794] = {.lex_state = 282, .external_lex_state = 9}, - [795] = {.lex_state = 282}, - [796] = {.lex_state = 236}, - [797] = {.lex_state = 282, .external_lex_state = 9}, - [798] = {.lex_state = 282}, - [799] = {.lex_state = 253}, - [800] = {.lex_state = 253}, - [801] = {.lex_state = 261, .external_lex_state = 15}, - [802] = {.lex_state = 255}, - [803] = {.lex_state = 123}, - [804] = {.lex_state = 261, .external_lex_state = 15}, - [805] = {.lex_state = 255}, - [806] = {.lex_state = 123}, - [807] = {.lex_state = 236}, - [808] = {.lex_state = 236}, - [809] = {.lex_state = 282}, - [810] = {.lex_state = 264, .external_lex_state = 9}, - [811] = {.lex_state = 282}, - [812] = {.lex_state = 264, .external_lex_state = 9}, - [813] = {.lex_state = 236}, - [814] = {.lex_state = 236}, - [815] = {.lex_state = 282}, - [816] = {.lex_state = 197, .external_lex_state = 14}, - [817] = {.lex_state = 282}, - [818] = {.lex_state = 197, .external_lex_state = 14}, - [819] = {.lex_state = 266, .external_lex_state = 8}, - [820] = {.lex_state = 266, .external_lex_state = 8}, - [821] = {.lex_state = 255}, - [822] = {.lex_state = 266, .external_lex_state = 8}, - [823] = {.lex_state = 255}, - [824] = {.lex_state = 236}, - [825] = {.lex_state = 282, .external_lex_state = 9}, - [826] = {.lex_state = 282}, - [827] = {.lex_state = 236}, - [828] = {.lex_state = 282, .external_lex_state = 9}, - [829] = {.lex_state = 282}, - [830] = {.lex_state = 245, .external_lex_state = 2}, - [831] = {.lex_state = 195, .external_lex_state = 4}, - [832] = {.lex_state = 288, .external_lex_state = 9}, - [833] = {.lex_state = 288}, - [834] = {.lex_state = 276}, - [835] = {.lex_state = 290, .external_lex_state = 2}, - [836] = {.lex_state = 123}, - [837] = {.lex_state = 290, .external_lex_state = 2}, - [838] = {.lex_state = 195, .external_lex_state = 4}, - [839] = {.lex_state = 282}, - [840] = {.lex_state = 282}, - [841] = {.lex_state = 191, .external_lex_state = 8}, - [842] = {.lex_state = 191, .external_lex_state = 8}, - [843] = {.lex_state = 282}, - [844] = {.lex_state = 282}, - [845] = {.lex_state = 251, .external_lex_state = 9}, - [846] = {.lex_state = 251, .external_lex_state = 9}, - [847] = {.lex_state = 282}, - [848] = {.lex_state = 282}, - [849] = {.lex_state = 221, .external_lex_state = 10}, - [850] = {.lex_state = 221, .external_lex_state = 10}, - [851] = {.lex_state = 282}, - [852] = {.lex_state = 282}, - [853] = {.lex_state = 127}, - [854] = {.lex_state = 127}, - [855] = {.lex_state = 132, .external_lex_state = 3}, - [856] = {.lex_state = 132, .external_lex_state = 3}, - [857] = {.lex_state = 284}, - [858] = {.lex_state = 284}, - [859] = {.lex_state = 274}, - [860] = {.lex_state = 284}, - [861] = {.lex_state = 276}, - [862] = {.lex_state = 282}, - [863] = {.lex_state = 282}, - [864] = {.lex_state = 213, .external_lex_state = 11}, - [865] = {.lex_state = 213, .external_lex_state = 11}, - [866] = {.lex_state = 284}, - [867] = {.lex_state = 257, .external_lex_state = 11}, - [868] = {.lex_state = 257, .external_lex_state = 11}, - [869] = {.lex_state = 255}, - [870] = {.lex_state = 257, .external_lex_state = 11}, - [871] = {.lex_state = 255}, - [872] = {.lex_state = 236}, - [873] = {.lex_state = 282, .external_lex_state = 9}, - [874] = {.lex_state = 282}, - [875] = {.lex_state = 236}, - [876] = {.lex_state = 282, .external_lex_state = 9}, - [877] = {.lex_state = 282}, - [878] = {.lex_state = 236}, - [879] = {.lex_state = 236}, - [880] = {.lex_state = 282}, - [881] = {.lex_state = 233, .external_lex_state = 3}, - [882] = {.lex_state = 282}, - [883] = {.lex_state = 233, .external_lex_state = 3}, - [884] = {.lex_state = 261, .external_lex_state = 15}, - [885] = {.lex_state = 255}, - [886] = {.lex_state = 261, .external_lex_state = 15}, - [887] = {.lex_state = 255}, - [888] = {.lex_state = 236}, - [889] = {.lex_state = 282, .external_lex_state = 9}, - [890] = {.lex_state = 282}, - [891] = {.lex_state = 236}, - [892] = {.lex_state = 282, .external_lex_state = 9}, - [893] = {.lex_state = 282}, - [894] = {.lex_state = 282}, - [895] = {.lex_state = 282}, - [896] = {.lex_state = 264, .external_lex_state = 9}, - [897] = {.lex_state = 264, .external_lex_state = 9}, - [898] = {.lex_state = 282}, - [899] = {.lex_state = 282}, - [900] = {.lex_state = 197, .external_lex_state = 14}, - [901] = {.lex_state = 197, .external_lex_state = 14}, - [902] = {.lex_state = 236}, - [903] = {.lex_state = 236}, - [904] = {.lex_state = 282}, - [905] = {.lex_state = 266, .external_lex_state = 8}, - [906] = {.lex_state = 282}, - [907] = {.lex_state = 266, .external_lex_state = 8}, - [908] = {.lex_state = 276}, - [909] = {.lex_state = 288, .external_lex_state = 9}, - [910] = {.lex_state = 288}, - [911] = {.lex_state = 290, .external_lex_state = 2}, - [912] = {.lex_state = 191, .external_lex_state = 8}, - [913] = {.lex_state = 191, .external_lex_state = 8}, - [914] = {.lex_state = 251, .external_lex_state = 9}, - [915] = {.lex_state = 251, .external_lex_state = 9}, - [916] = {.lex_state = 221, .external_lex_state = 10}, - [917] = {.lex_state = 221, .external_lex_state = 10}, - [918] = {.lex_state = 127}, - [919] = {.lex_state = 127}, - [920] = {.lex_state = 284}, - [921] = {.lex_state = 284}, - [922] = {.lex_state = 213, .external_lex_state = 11}, - [923] = {.lex_state = 213, .external_lex_state = 11}, - [924] = {.lex_state = 236}, - [925] = {.lex_state = 236}, - [926] = {.lex_state = 282}, - [927] = {.lex_state = 257, .external_lex_state = 11}, - [928] = {.lex_state = 282}, - [929] = {.lex_state = 257, .external_lex_state = 11}, - [930] = {.lex_state = 282}, - [931] = {.lex_state = 282}, - [932] = {.lex_state = 233, .external_lex_state = 3}, - [933] = {.lex_state = 233, .external_lex_state = 3}, - [934] = {.lex_state = 236}, - [935] = {.lex_state = 236}, - [936] = {.lex_state = 282}, - [937] = {.lex_state = 261, .external_lex_state = 15}, - [938] = {.lex_state = 282}, - [939] = {.lex_state = 261, .external_lex_state = 15}, - [940] = {.lex_state = 264, .external_lex_state = 9}, - [941] = {.lex_state = 264, .external_lex_state = 9}, - [942] = {.lex_state = 197, .external_lex_state = 14}, - [943] = {.lex_state = 197, .external_lex_state = 14}, - [944] = {.lex_state = 282}, - [945] = {.lex_state = 282}, - [946] = {.lex_state = 266, .external_lex_state = 8}, - [947] = {.lex_state = 266, .external_lex_state = 8}, - [948] = {.lex_state = 276}, - [949] = {.lex_state = 282}, - [950] = {.lex_state = 282}, - [951] = {.lex_state = 257, .external_lex_state = 11}, - [952] = {.lex_state = 257, .external_lex_state = 11}, - [953] = {.lex_state = 233, .external_lex_state = 3}, - [954] = {.lex_state = 233, .external_lex_state = 3}, - [955] = {.lex_state = 282}, - [956] = {.lex_state = 282}, - [957] = {.lex_state = 261, .external_lex_state = 15}, - [958] = {.lex_state = 261, .external_lex_state = 15}, - [959] = {.lex_state = 266, .external_lex_state = 8}, - [960] = {.lex_state = 266, .external_lex_state = 8}, - [961] = {.lex_state = 257, .external_lex_state = 11}, - [962] = {.lex_state = 257, .external_lex_state = 11}, - [963] = {.lex_state = 261, .external_lex_state = 15}, - [964] = {.lex_state = 261, .external_lex_state = 15}, - [965] = {.lex_state = 119}, - [966] = {.lex_state = 266, .external_lex_state = 4}, - [967] = {.lex_state = 121, .external_lex_state = 2}, - [968] = {.lex_state = 241, .external_lex_state = 2}, - [969] = {.lex_state = 292, .external_lex_state = 4}, - [970] = {.lex_state = 121, .external_lex_state = 2}, - [971] = {.lex_state = 245, .external_lex_state = 2}, - [972] = {.lex_state = 292, .external_lex_state = 4}, - [973] = {.lex_state = 123}, - [974] = {.lex_state = 292, .external_lex_state = 4}, - [975] = {.lex_state = 121, .external_lex_state = 2}, - [976] = {.lex_state = 294, .external_lex_state = 14}, - [977] = {.lex_state = 119}, - [978] = {.lex_state = 249, .external_lex_state = 2}, - [979] = {.lex_state = 286, .external_lex_state = 2}, - [980] = {.lex_state = 349, .external_lex_state = 16}, - [981] = {.lex_state = 354}, - [982] = {.lex_state = 357, .external_lex_state = 4}, - [983] = {.lex_state = 292, .external_lex_state = 4}, - [984] = {.lex_state = 180, .external_lex_state = 7}, - [985] = {.lex_state = 123}, - [986] = {.lex_state = 349, .external_lex_state = 14}, - [987] = {.lex_state = 359, .external_lex_state = 14}, - [988] = {.lex_state = 363, .external_lex_state = 16}, - [989] = {.lex_state = 363, .external_lex_state = 16}, - [990] = {.lex_state = 385, .external_lex_state = 16}, - [991] = {.lex_state = 123}, - [992] = {.lex_state = 389, .external_lex_state = 14}, - [993] = {.lex_state = 121, .external_lex_state = 2}, - [994] = {.lex_state = 385, .external_lex_state = 16}, - [995] = {.lex_state = 393, .external_lex_state = 2}, - [996] = {.lex_state = 403, .external_lex_state = 5}, - [997] = {.lex_state = 261, .external_lex_state = 15}, - [998] = {.lex_state = 261, .external_lex_state = 15}, - [999] = {.lex_state = 403, .external_lex_state = 5}, - [1000] = {.lex_state = 113}, - [1001] = {.lex_state = 123}, - [1002] = {.lex_state = 405, .external_lex_state = 2}, - [1003] = {.lex_state = 292, .external_lex_state = 4}, - [1004] = {.lex_state = 292, .external_lex_state = 4}, - [1005] = {.lex_state = 270}, - [1006] = {.lex_state = 274}, - [1007] = {.lex_state = 276}, - [1008] = {.lex_state = 292, .external_lex_state = 4}, - [1009] = {.lex_state = 132, .external_lex_state = 5}, - [1010] = {.lex_state = 197, .external_lex_state = 6}, - [1011] = {.lex_state = 132, .external_lex_state = 6}, - [1012] = {.lex_state = 403, .external_lex_state = 5}, - [1013] = {.lex_state = 403, .external_lex_state = 5}, - [1014] = {.lex_state = 359, .external_lex_state = 6}, - [1015] = {.lex_state = 349, .external_lex_state = 16}, - [1016] = {.lex_state = 349, .external_lex_state = 14}, - [1017] = {.lex_state = 385, .external_lex_state = 16}, - [1018] = {.lex_state = 154, .external_lex_state = 2}, - [1019] = {.lex_state = 407, .external_lex_state = 5}, - [1020] = {.lex_state = 270}, - [1021] = {.lex_state = 276}, - [1022] = {.lex_state = 178, .external_lex_state = 2}, - [1023] = {.lex_state = 403, .external_lex_state = 5}, - [1024] = {.lex_state = 261, .external_lex_state = 15}, - [1025] = {.lex_state = 359, .external_lex_state = 14}, - [1026] = {.lex_state = 127}, - [1027] = {.lex_state = 182}, - [1028] = {.lex_state = 276}, - [1029] = {.lex_state = 266, .external_lex_state = 4}, - [1030] = {.lex_state = 185}, - [1031] = {.lex_state = 292, .external_lex_state = 4}, - [1032] = {.lex_state = 241, .external_lex_state = 2}, - [1033] = {.lex_state = 189}, - [1034] = {.lex_state = 292, .external_lex_state = 4}, - [1035] = {.lex_state = 274}, - [1036] = {.lex_state = 245, .external_lex_state = 2}, - [1037] = {.lex_state = 270}, - [1038] = {.lex_state = 191, .external_lex_state = 8}, - [1039] = {.lex_state = 191, .external_lex_state = 4}, - [1040] = {.lex_state = 121, .external_lex_state = 2}, - [1041] = {.lex_state = 123}, - [1042] = {.lex_state = 123}, - [1043] = {.lex_state = 132, .external_lex_state = 3}, - [1044] = {.lex_state = 150, .external_lex_state = 3}, - [1045] = {.lex_state = 292, .external_lex_state = 4}, - [1046] = {.lex_state = 132, .external_lex_state = 5}, - [1047] = {.lex_state = 197, .external_lex_state = 6}, - [1048] = {.lex_state = 132, .external_lex_state = 5}, - [1049] = {.lex_state = 276}, - [1050] = {.lex_state = 290, .external_lex_state = 2}, - [1051] = {.lex_state = 193}, - [1052] = {.lex_state = 409, .external_lex_state = 6}, - [1053] = {.lex_state = 150, .external_lex_state = 3}, - [1054] = {.lex_state = 195, .external_lex_state = 4}, - [1055] = {.lex_state = 197, .external_lex_state = 6}, - [1056] = {.lex_state = 121, .external_lex_state = 2}, - [1057] = {.lex_state = 292, .external_lex_state = 4}, - [1058] = {.lex_state = 286, .external_lex_state = 2}, - [1059] = {.lex_state = 203, .external_lex_state = 9}, - [1060] = {.lex_state = 236}, - [1061] = {.lex_state = 203}, - [1062] = {.lex_state = 203}, - [1063] = {.lex_state = 349, .external_lex_state = 16}, - [1064] = {.lex_state = 127}, - [1065] = {.lex_state = 411, .external_lex_state = 14}, - [1066] = {.lex_state = 145}, - [1067] = {.lex_state = 145}, - [1068] = {.lex_state = 121, .external_lex_state = 2}, - [1069] = {.lex_state = 121, .external_lex_state = 2}, - [1070] = {.lex_state = 121, .external_lex_state = 2}, - [1071] = {.lex_state = 411, .external_lex_state = 6}, - [1072] = {.lex_state = 127}, - [1073] = {.lex_state = 132, .external_lex_state = 14}, - [1074] = {.lex_state = 145}, - [1075] = {.lex_state = 145}, - [1076] = {.lex_state = 121, .external_lex_state = 2}, - [1077] = {.lex_state = 121, .external_lex_state = 2}, - [1078] = {.lex_state = 121, .external_lex_state = 2}, - [1079] = {.lex_state = 132, .external_lex_state = 6}, - [1080] = {.lex_state = 359, .external_lex_state = 14}, - [1081] = {.lex_state = 123}, - [1082] = {.lex_state = 247, .external_lex_state = 4}, - [1083] = {.lex_state = 182}, - [1084] = {.lex_state = 349, .external_lex_state = 16}, - [1085] = {.lex_state = 349, .external_lex_state = 16}, - [1086] = {.lex_state = 349, .external_lex_state = 16}, - [1087] = {.lex_state = 349, .external_lex_state = 16}, - [1088] = {.lex_state = 253}, - [1089] = {.lex_state = 253}, - [1090] = {.lex_state = 282}, - [1091] = {.lex_state = 282, .external_lex_state = 9}, - [1092] = {.lex_state = 282}, - [1093] = {.lex_state = 223}, - [1094] = {.lex_state = 227, .external_lex_state = 2}, - [1095] = {.lex_state = 218}, - [1096] = {.lex_state = 221, .external_lex_state = 2}, - [1097] = {.lex_state = 247, .external_lex_state = 4}, - [1098] = {.lex_state = 292, .external_lex_state = 4}, - [1099] = {.lex_state = 292, .external_lex_state = 4}, - [1100] = {.lex_state = 292, .external_lex_state = 4}, - [1101] = {.lex_state = 403, .external_lex_state = 5}, - [1102] = {.lex_state = 123}, - [1103] = {.lex_state = 127}, - [1104] = {.lex_state = 359, .external_lex_state = 14}, - [1105] = {.lex_state = 145}, - [1106] = {.lex_state = 145}, - [1107] = {.lex_state = 121, .external_lex_state = 2}, - [1108] = {.lex_state = 121, .external_lex_state = 2}, - [1109] = {.lex_state = 292, .external_lex_state = 4}, - [1110] = {.lex_state = 121, .external_lex_state = 2}, - [1111] = {.lex_state = 349, .external_lex_state = 14}, - [1112] = {.lex_state = 413, .external_lex_state = 2}, - [1113] = {.lex_state = 121, .external_lex_state = 2}, - [1114] = {.lex_state = 349, .external_lex_state = 14}, - [1115] = {.lex_state = 292, .external_lex_state = 4}, - [1116] = {.lex_state = 113}, - [1117] = {.lex_state = 123}, - [1118] = {.lex_state = 231, .external_lex_state = 13}, - [1119] = {.lex_state = 403, .external_lex_state = 5}, - [1120] = {.lex_state = 132, .external_lex_state = 5}, - [1121] = {.lex_state = 403, .external_lex_state = 5}, - [1122] = {.lex_state = 349, .external_lex_state = 16}, - [1123] = {.lex_state = 255}, - [1124] = {.lex_state = 123}, - [1125] = {.lex_state = 292, .external_lex_state = 4}, - [1126] = {.lex_state = 292, .external_lex_state = 4}, - [1127] = {.lex_state = 276}, - [1128] = {.lex_state = 292, .external_lex_state = 4}, - [1129] = {.lex_state = 195, .external_lex_state = 4}, - [1130] = {.lex_state = 274}, - [1131] = {.lex_state = 197, .external_lex_state = 6}, - [1132] = {.lex_state = 270}, - [1133] = {.lex_state = 185}, - [1134] = {.lex_state = 127}, - [1135] = {.lex_state = 407, .external_lex_state = 3}, - [1136] = {.lex_state = 145}, - [1137] = {.lex_state = 145}, - [1138] = {.lex_state = 121, .external_lex_state = 2}, - [1139] = {.lex_state = 121, .external_lex_state = 2}, - [1140] = {.lex_state = 121, .external_lex_state = 2}, - [1141] = {.lex_state = 407, .external_lex_state = 5}, - [1142] = {.lex_state = 403, .external_lex_state = 5}, - [1143] = {.lex_state = 292, .external_lex_state = 4}, - [1144] = {.lex_state = 274}, - [1145] = {.lex_state = 292, .external_lex_state = 4}, - [1146] = {.lex_state = 132, .external_lex_state = 5}, - [1147] = {.lex_state = 403, .external_lex_state = 5}, - [1148] = {.lex_state = 403, .external_lex_state = 5}, - [1149] = {.lex_state = 123}, - [1150] = {.lex_state = 359, .external_lex_state = 14}, - [1151] = {.lex_state = 123}, - [1152] = {.lex_state = 245, .external_lex_state = 2}, - [1153] = {.lex_state = 206}, - [1154] = {.lex_state = 229}, - [1155] = {.lex_state = 132, .external_lex_state = 5}, - [1156] = {.lex_state = 403, .external_lex_state = 5}, - [1157] = {.lex_state = 229}, - [1158] = {.lex_state = 292, .external_lex_state = 4}, - [1159] = {.lex_state = 249, .external_lex_state = 2}, - [1160] = {.lex_state = 411, .external_lex_state = 14}, - [1161] = {.lex_state = 127}, - [1162] = {.lex_state = 123}, - [1163] = {.lex_state = 411, .external_lex_state = 14}, - [1164] = {.lex_state = 411, .external_lex_state = 14}, - [1165] = {.lex_state = 411, .external_lex_state = 14}, - [1166] = {.lex_state = 411, .external_lex_state = 14}, - [1167] = {.lex_state = 211}, - [1168] = {.lex_state = 209}, - [1169] = {.lex_state = 209}, - [1170] = {.lex_state = 218}, - [1171] = {.lex_state = 221, .external_lex_state = 2}, - [1172] = {.lex_state = 223}, - [1173] = {.lex_state = 227, .external_lex_state = 2}, - [1174] = {.lex_state = 218}, - [1175] = {.lex_state = 221, .external_lex_state = 2}, - [1176] = {.lex_state = 132, .external_lex_state = 14}, - [1177] = {.lex_state = 127}, - [1178] = {.lex_state = 123}, - [1179] = {.lex_state = 132, .external_lex_state = 14}, - [1180] = {.lex_state = 132, .external_lex_state = 14}, - [1181] = {.lex_state = 132, .external_lex_state = 14}, - [1182] = {.lex_state = 132, .external_lex_state = 14}, - [1183] = {.lex_state = 211}, - [1184] = {.lex_state = 209}, - [1185] = {.lex_state = 209}, - [1186] = {.lex_state = 218}, - [1187] = {.lex_state = 221, .external_lex_state = 2}, - [1188] = {.lex_state = 223}, - [1189] = {.lex_state = 227, .external_lex_state = 2}, - [1190] = {.lex_state = 218}, - [1191] = {.lex_state = 221, .external_lex_state = 2}, - [1192] = {.lex_state = 359, .external_lex_state = 14}, - [1193] = {.lex_state = 276}, - [1194] = {.lex_state = 349, .external_lex_state = 16}, - [1195] = {.lex_state = 255}, - [1196] = {.lex_state = 349, .external_lex_state = 16}, - [1197] = {.lex_state = 255}, - [1198] = {.lex_state = 359, .external_lex_state = 14}, - [1199] = {.lex_state = 276}, - [1200] = {.lex_state = 132, .external_lex_state = 14}, - [1201] = {.lex_state = 132, .external_lex_state = 6}, - [1202] = {.lex_state = 359, .external_lex_state = 14}, - [1203] = {.lex_state = 359, .external_lex_state = 14}, - [1204] = {.lex_state = 359, .external_lex_state = 14}, - [1205] = {.lex_state = 211}, - [1206] = {.lex_state = 209}, - [1207] = {.lex_state = 209}, - [1208] = {.lex_state = 218}, - [1209] = {.lex_state = 221, .external_lex_state = 2}, - [1210] = {.lex_state = 223}, - [1211] = {.lex_state = 227, .external_lex_state = 2}, - [1212] = {.lex_state = 150, .external_lex_state = 3}, - [1213] = {.lex_state = 292, .external_lex_state = 4}, - [1214] = {.lex_state = 197, .external_lex_state = 6}, - [1215] = {.lex_state = 123}, - [1216] = {.lex_state = 127}, - [1217] = {.lex_state = 403, .external_lex_state = 3}, - [1218] = {.lex_state = 145}, - [1219] = {.lex_state = 145}, - [1220] = {.lex_state = 121, .external_lex_state = 2}, - [1221] = {.lex_state = 121, .external_lex_state = 2}, - [1222] = {.lex_state = 121, .external_lex_state = 2}, - [1223] = {.lex_state = 403, .external_lex_state = 5}, - [1224] = {.lex_state = 236}, - [1225] = {.lex_state = 282, .external_lex_state = 9}, - [1226] = {.lex_state = 282}, - [1227] = {.lex_state = 292, .external_lex_state = 4}, - [1228] = {.lex_state = 415, .external_lex_state = 2}, - [1229] = {.lex_state = 292, .external_lex_state = 4}, - [1230] = {.lex_state = 274}, - [1231] = {.lex_state = 407, .external_lex_state = 3}, - [1232] = {.lex_state = 127}, - [1233] = {.lex_state = 123}, - [1234] = {.lex_state = 407, .external_lex_state = 3}, - [1235] = {.lex_state = 407, .external_lex_state = 3}, - [1236] = {.lex_state = 407, .external_lex_state = 3}, - [1237] = {.lex_state = 407, .external_lex_state = 3}, - [1238] = {.lex_state = 211}, - [1239] = {.lex_state = 209}, - [1240] = {.lex_state = 209}, - [1241] = {.lex_state = 218}, - [1242] = {.lex_state = 221, .external_lex_state = 2}, - [1243] = {.lex_state = 223}, - [1244] = {.lex_state = 227, .external_lex_state = 2}, - [1245] = {.lex_state = 218}, - [1246] = {.lex_state = 221, .external_lex_state = 2}, - [1247] = {.lex_state = 292, .external_lex_state = 4}, - [1248] = {.lex_state = 132, .external_lex_state = 5}, - [1249] = {.lex_state = 403, .external_lex_state = 5}, - [1250] = {.lex_state = 359, .external_lex_state = 14}, - [1251] = {.lex_state = 245, .external_lex_state = 2}, - [1252] = {.lex_state = 259}, - [1253] = {.lex_state = 259}, - [1254] = {.lex_state = 411, .external_lex_state = 14}, - [1255] = {.lex_state = 411, .external_lex_state = 14}, - [1256] = {.lex_state = 123}, - [1257] = {.lex_state = 253}, - [1258] = {.lex_state = 253}, - [1259] = {.lex_state = 411, .external_lex_state = 14}, - [1260] = {.lex_state = 255}, - [1261] = {.lex_state = 123}, - [1262] = {.lex_state = 411, .external_lex_state = 14}, - [1263] = {.lex_state = 255}, - [1264] = {.lex_state = 123}, - [1265] = {.lex_state = 411, .external_lex_state = 14}, - [1266] = {.lex_state = 411, .external_lex_state = 14}, - [1267] = {.lex_state = 132, .external_lex_state = 14}, - [1268] = {.lex_state = 132, .external_lex_state = 14}, - [1269] = {.lex_state = 123}, - [1270] = {.lex_state = 253}, - [1271] = {.lex_state = 253}, - [1272] = {.lex_state = 132, .external_lex_state = 14}, - [1273] = {.lex_state = 255}, - [1274] = {.lex_state = 123}, - [1275] = {.lex_state = 132, .external_lex_state = 14}, - [1276] = {.lex_state = 255}, - [1277] = {.lex_state = 123}, - [1278] = {.lex_state = 132, .external_lex_state = 14}, - [1279] = {.lex_state = 132, .external_lex_state = 14}, - [1280] = {.lex_state = 292, .external_lex_state = 4}, - [1281] = {.lex_state = 276}, - [1282] = {.lex_state = 236}, - [1283] = {.lex_state = 236}, - [1284] = {.lex_state = 292, .external_lex_state = 4}, - [1285] = {.lex_state = 276}, - [1286] = {.lex_state = 253}, - [1287] = {.lex_state = 253}, - [1288] = {.lex_state = 359, .external_lex_state = 14}, - [1289] = {.lex_state = 255}, - [1290] = {.lex_state = 123}, - [1291] = {.lex_state = 359, .external_lex_state = 14}, - [1292] = {.lex_state = 255}, - [1293] = {.lex_state = 123}, - [1294] = {.lex_state = 359, .external_lex_state = 14}, - [1295] = {.lex_state = 403, .external_lex_state = 3}, - [1296] = {.lex_state = 403, .external_lex_state = 5}, - [1297] = {.lex_state = 403, .external_lex_state = 3}, - [1298] = {.lex_state = 127}, - [1299] = {.lex_state = 123}, - [1300] = {.lex_state = 403, .external_lex_state = 3}, - [1301] = {.lex_state = 403, .external_lex_state = 3}, - [1302] = {.lex_state = 403, .external_lex_state = 3}, - [1303] = {.lex_state = 403, .external_lex_state = 3}, - [1304] = {.lex_state = 211}, - [1305] = {.lex_state = 209}, - [1306] = {.lex_state = 209}, - [1307] = {.lex_state = 218}, - [1308] = {.lex_state = 221, .external_lex_state = 2}, - [1309] = {.lex_state = 223}, - [1310] = {.lex_state = 227, .external_lex_state = 2}, - [1311] = {.lex_state = 218}, - [1312] = {.lex_state = 221, .external_lex_state = 2}, - [1313] = {.lex_state = 282}, - [1314] = {.lex_state = 349, .external_lex_state = 16}, - [1315] = {.lex_state = 292, .external_lex_state = 4}, - [1316] = {.lex_state = 292, .external_lex_state = 4}, - [1317] = {.lex_state = 407, .external_lex_state = 3}, - [1318] = {.lex_state = 407, .external_lex_state = 3}, - [1319] = {.lex_state = 123}, - [1320] = {.lex_state = 253}, - [1321] = {.lex_state = 253}, - [1322] = {.lex_state = 407, .external_lex_state = 3}, - [1323] = {.lex_state = 255}, - [1324] = {.lex_state = 123}, - [1325] = {.lex_state = 407, .external_lex_state = 3}, - [1326] = {.lex_state = 255}, - [1327] = {.lex_state = 123}, - [1328] = {.lex_state = 407, .external_lex_state = 3}, - [1329] = {.lex_state = 407, .external_lex_state = 3}, - [1330] = {.lex_state = 403, .external_lex_state = 5}, - [1331] = {.lex_state = 292, .external_lex_state = 4}, - [1332] = {.lex_state = 292, .external_lex_state = 4}, - [1333] = {.lex_state = 411, .external_lex_state = 14}, - [1334] = {.lex_state = 411, .external_lex_state = 14}, - [1335] = {.lex_state = 255}, - [1336] = {.lex_state = 411, .external_lex_state = 14}, - [1337] = {.lex_state = 255}, - [1338] = {.lex_state = 236}, - [1339] = {.lex_state = 282, .external_lex_state = 9}, - [1340] = {.lex_state = 282}, - [1341] = {.lex_state = 236}, - [1342] = {.lex_state = 282, .external_lex_state = 9}, - [1343] = {.lex_state = 282}, - [1344] = {.lex_state = 132, .external_lex_state = 14}, - [1345] = {.lex_state = 132, .external_lex_state = 14}, - [1346] = {.lex_state = 255}, - [1347] = {.lex_state = 132, .external_lex_state = 14}, - [1348] = {.lex_state = 255}, - [1349] = {.lex_state = 236}, - [1350] = {.lex_state = 282, .external_lex_state = 9}, - [1351] = {.lex_state = 282}, - [1352] = {.lex_state = 236}, - [1353] = {.lex_state = 282, .external_lex_state = 9}, - [1354] = {.lex_state = 282}, - [1355] = {.lex_state = 282}, - [1356] = {.lex_state = 282}, - [1357] = {.lex_state = 292, .external_lex_state = 4}, - [1358] = {.lex_state = 359, .external_lex_state = 14}, - [1359] = {.lex_state = 255}, - [1360] = {.lex_state = 359, .external_lex_state = 14}, - [1361] = {.lex_state = 255}, - [1362] = {.lex_state = 236}, - [1363] = {.lex_state = 282, .external_lex_state = 9}, - [1364] = {.lex_state = 282}, - [1365] = {.lex_state = 236}, - [1366] = {.lex_state = 282, .external_lex_state = 9}, - [1367] = {.lex_state = 282}, - [1368] = {.lex_state = 403, .external_lex_state = 3}, - [1369] = {.lex_state = 403, .external_lex_state = 3}, - [1370] = {.lex_state = 123}, - [1371] = {.lex_state = 253}, - [1372] = {.lex_state = 253}, - [1373] = {.lex_state = 403, .external_lex_state = 3}, - [1374] = {.lex_state = 255}, - [1375] = {.lex_state = 123}, - [1376] = {.lex_state = 403, .external_lex_state = 3}, - [1377] = {.lex_state = 255}, - [1378] = {.lex_state = 123}, - [1379] = {.lex_state = 403, .external_lex_state = 3}, - [1380] = {.lex_state = 403, .external_lex_state = 3}, - [1381] = {.lex_state = 349, .external_lex_state = 16}, - [1382] = {.lex_state = 407, .external_lex_state = 3}, - [1383] = {.lex_state = 407, .external_lex_state = 3}, - [1384] = {.lex_state = 255}, - [1385] = {.lex_state = 407, .external_lex_state = 3}, - [1386] = {.lex_state = 255}, - [1387] = {.lex_state = 236}, - [1388] = {.lex_state = 282, .external_lex_state = 9}, - [1389] = {.lex_state = 282}, - [1390] = {.lex_state = 236}, - [1391] = {.lex_state = 282, .external_lex_state = 9}, - [1392] = {.lex_state = 282}, - [1393] = {.lex_state = 236}, - [1394] = {.lex_state = 236}, - [1395] = {.lex_state = 282}, - [1396] = {.lex_state = 411, .external_lex_state = 14}, - [1397] = {.lex_state = 282}, - [1398] = {.lex_state = 411, .external_lex_state = 14}, - [1399] = {.lex_state = 236}, - [1400] = {.lex_state = 236}, - [1401] = {.lex_state = 282}, - [1402] = {.lex_state = 132, .external_lex_state = 14}, - [1403] = {.lex_state = 282}, - [1404] = {.lex_state = 132, .external_lex_state = 14}, - [1405] = {.lex_state = 349, .external_lex_state = 16}, - [1406] = {.lex_state = 349, .external_lex_state = 16}, - [1407] = {.lex_state = 236}, - [1408] = {.lex_state = 236}, - [1409] = {.lex_state = 282}, - [1410] = {.lex_state = 359, .external_lex_state = 14}, - [1411] = {.lex_state = 282}, - [1412] = {.lex_state = 359, .external_lex_state = 14}, - [1413] = {.lex_state = 403, .external_lex_state = 3}, - [1414] = {.lex_state = 403, .external_lex_state = 3}, - [1415] = {.lex_state = 255}, - [1416] = {.lex_state = 403, .external_lex_state = 3}, - [1417] = {.lex_state = 255}, - [1418] = {.lex_state = 236}, - [1419] = {.lex_state = 282, .external_lex_state = 9}, - [1420] = {.lex_state = 282}, - [1421] = {.lex_state = 236}, - [1422] = {.lex_state = 282, .external_lex_state = 9}, - [1423] = {.lex_state = 282}, - [1424] = {.lex_state = 236}, - [1425] = {.lex_state = 236}, - [1426] = {.lex_state = 282}, - [1427] = {.lex_state = 407, .external_lex_state = 3}, - [1428] = {.lex_state = 282}, - [1429] = {.lex_state = 407, .external_lex_state = 3}, - [1430] = {.lex_state = 282}, - [1431] = {.lex_state = 282}, - [1432] = {.lex_state = 411, .external_lex_state = 14}, - [1433] = {.lex_state = 411, .external_lex_state = 14}, - [1434] = {.lex_state = 282}, - [1435] = {.lex_state = 282}, - [1436] = {.lex_state = 132, .external_lex_state = 14}, - [1437] = {.lex_state = 132, .external_lex_state = 14}, - [1438] = {.lex_state = 282}, - [1439] = {.lex_state = 282}, - [1440] = {.lex_state = 359, .external_lex_state = 14}, - [1441] = {.lex_state = 359, .external_lex_state = 14}, - [1442] = {.lex_state = 236}, - [1443] = {.lex_state = 236}, - [1444] = {.lex_state = 282}, - [1445] = {.lex_state = 403, .external_lex_state = 3}, - [1446] = {.lex_state = 282}, - [1447] = {.lex_state = 403, .external_lex_state = 3}, - [1448] = {.lex_state = 282}, - [1449] = {.lex_state = 282}, - [1450] = {.lex_state = 407, .external_lex_state = 3}, - [1451] = {.lex_state = 407, .external_lex_state = 3}, - [1452] = {.lex_state = 411, .external_lex_state = 14}, - [1453] = {.lex_state = 411, .external_lex_state = 14}, - [1454] = {.lex_state = 132, .external_lex_state = 14}, - [1455] = {.lex_state = 132, .external_lex_state = 14}, - [1456] = {.lex_state = 359, .external_lex_state = 14}, - [1457] = {.lex_state = 359, .external_lex_state = 14}, - [1458] = {.lex_state = 282}, - [1459] = {.lex_state = 282}, - [1460] = {.lex_state = 403, .external_lex_state = 3}, - [1461] = {.lex_state = 403, .external_lex_state = 3}, - [1462] = {.lex_state = 407, .external_lex_state = 3}, - [1463] = {.lex_state = 407, .external_lex_state = 3}, - [1464] = {.lex_state = 403, .external_lex_state = 3}, - [1465] = {.lex_state = 403, .external_lex_state = 3}, + [1] = {.lex_state = 51, .external_lex_state = 2}, + [2] = {.lex_state = 51}, + [3] = {.lex_state = 81}, + [4] = {.lex_state = 102}, + [5] = {.lex_state = 51, .external_lex_state = 2}, + [6] = {.lex_state = 51, .external_lex_state = 2}, + [7] = {.lex_state = 102}, + [8] = {.lex_state = 102}, + [9] = {.lex_state = 51, .external_lex_state = 2}, + [10] = {.lex_state = 102}, + [11] = {.lex_state = 102}, + [12] = {.lex_state = 102}, + [13] = {.lex_state = 104}, + [14] = {.lex_state = 109, .external_lex_state = 3}, + [15] = {.lex_state = 114}, + [16] = {.lex_state = 114}, + [17] = {.lex_state = 51, .external_lex_state = 2}, + [18] = {.lex_state = 51, .external_lex_state = 2}, + [19] = {.lex_state = 51, .external_lex_state = 2}, + [20] = {.lex_state = 117, .external_lex_state = 3}, + [21] = {.lex_state = 51}, + [22] = {.lex_state = 119, .external_lex_state = 2}, + [23] = {.lex_state = 122, .external_lex_state = 4}, + [24] = {.lex_state = 109, .external_lex_state = 5}, + [25] = {.lex_state = 125, .external_lex_state = 6}, + [26] = {.lex_state = 81}, + [27] = {.lex_state = 102, .external_lex_state = 2}, + [28] = {.lex_state = 109, .external_lex_state = 5}, + [29] = {.lex_state = 51, .external_lex_state = 2}, + [30] = {.lex_state = 102, .external_lex_state = 2}, + [31] = {.lex_state = 102}, + [32] = {.lex_state = 102}, + [33] = {.lex_state = 127, .external_lex_state = 7}, + [34] = {.lex_state = 81}, + [35] = {.lex_state = 81}, + [36] = {.lex_state = 122, .external_lex_state = 4}, + [37] = {.lex_state = 125, .external_lex_state = 6}, + [38] = {.lex_state = 81}, + [39] = {.lex_state = 104}, + [40] = {.lex_state = 131, .external_lex_state = 8}, + [41] = {.lex_state = 114}, + [42] = {.lex_state = 114}, + [43] = {.lex_state = 51, .external_lex_state = 2}, + [44] = {.lex_state = 51, .external_lex_state = 2}, + [45] = {.lex_state = 51, .external_lex_state = 2}, + [46] = {.lex_state = 131, .external_lex_state = 4}, + [47] = {.lex_state = 51}, + [48] = {.lex_state = 122, .external_lex_state = 4}, + [49] = {.lex_state = 134, .external_lex_state = 6}, + [50] = {.lex_state = 51, .external_lex_state = 2}, + [51] = {.lex_state = 104}, + [52] = {.lex_state = 136, .external_lex_state = 9}, + [53] = {.lex_state = 114}, + [54] = {.lex_state = 114}, + [55] = {.lex_state = 51, .external_lex_state = 2}, + [56] = {.lex_state = 51, .external_lex_state = 2}, + [57] = {.lex_state = 51, .external_lex_state = 2}, + [58] = {.lex_state = 136}, + [59] = {.lex_state = 136}, + [60] = {.lex_state = 104}, + [61] = {.lex_state = 139, .external_lex_state = 9}, + [62] = {.lex_state = 114}, + [63] = {.lex_state = 114}, + [64] = {.lex_state = 51, .external_lex_state = 2}, + [65] = {.lex_state = 51, .external_lex_state = 2}, + [66] = {.lex_state = 51, .external_lex_state = 2}, + [67] = {.lex_state = 139}, + [68] = {.lex_state = 139}, + [69] = {.lex_state = 104}, + [70] = {.lex_state = 102, .external_lex_state = 10}, + [71] = {.lex_state = 114}, + [72] = {.lex_state = 114}, + [73] = {.lex_state = 51, .external_lex_state = 2}, + [74] = {.lex_state = 51, .external_lex_state = 2}, + [75] = {.lex_state = 51, .external_lex_state = 2}, + [76] = {.lex_state = 102, .external_lex_state = 2}, + [77] = {.lex_state = 109, .external_lex_state = 3}, + [78] = {.lex_state = 104}, + [79] = {.lex_state = 114}, + [80] = {.lex_state = 114}, + [81] = {.lex_state = 51, .external_lex_state = 2}, + [82] = {.lex_state = 51, .external_lex_state = 2}, + [83] = {.lex_state = 104}, + [84] = {.lex_state = 102}, + [85] = {.lex_state = 109, .external_lex_state = 3}, + [86] = {.lex_state = 109, .external_lex_state = 3}, + [87] = {.lex_state = 109, .external_lex_state = 3}, + [88] = {.lex_state = 109, .external_lex_state = 3}, + [89] = {.lex_state = 81}, + [90] = {.lex_state = 114}, + [91] = {.lex_state = 81}, + [92] = {.lex_state = 81}, + [93] = {.lex_state = 81}, + [94] = {.lex_state = 102}, + [95] = {.lex_state = 51, .external_lex_state = 2}, + [96] = {.lex_state = 51, .external_lex_state = 2}, + [97] = {.lex_state = 102}, + [98] = {.lex_state = 102}, + [99] = {.lex_state = 51, .external_lex_state = 2}, + [100] = {.lex_state = 102}, + [101] = {.lex_state = 102}, + [102] = {.lex_state = 104}, + [103] = {.lex_state = 143, .external_lex_state = 11}, + [104] = {.lex_state = 114}, + [105] = {.lex_state = 114}, + [106] = {.lex_state = 51, .external_lex_state = 2}, + [107] = {.lex_state = 51, .external_lex_state = 2}, + [108] = {.lex_state = 51, .external_lex_state = 2}, + [109] = {.lex_state = 146, .external_lex_state = 11}, + [110] = {.lex_state = 81}, + [111] = {.lex_state = 143, .external_lex_state = 12}, + [112] = {.lex_state = 148, .external_lex_state = 2}, + [113] = {.lex_state = 81}, + [114] = {.lex_state = 143, .external_lex_state = 12}, + [115] = {.lex_state = 102, .external_lex_state = 2}, + [116] = {.lex_state = 81}, + [117] = {.lex_state = 150, .external_lex_state = 12}, + [118] = {.lex_state = 152, .external_lex_state = 2}, + [119] = {.lex_state = 102, .external_lex_state = 2}, + [120] = {.lex_state = 81}, + [121] = {.lex_state = 148, .external_lex_state = 2}, + [122] = {.lex_state = 81}, + [123] = {.lex_state = 51, .external_lex_state = 2}, + [124] = {.lex_state = 119, .external_lex_state = 2}, + [125] = {.lex_state = 51, .external_lex_state = 2}, + [126] = {.lex_state = 51}, + [127] = {.lex_state = 102}, + [128] = {.lex_state = 154, .external_lex_state = 13}, + [129] = {.lex_state = 109, .external_lex_state = 3}, + [130] = {.lex_state = 156, .external_lex_state = 5}, + [131] = {.lex_state = 109, .external_lex_state = 5}, + [132] = {.lex_state = 109, .external_lex_state = 5}, + [133] = {.lex_state = 156, .external_lex_state = 5}, + [134] = {.lex_state = 119, .external_lex_state = 2}, + [135] = {.lex_state = 81}, + [136] = {.lex_state = 109, .external_lex_state = 5}, + [137] = {.lex_state = 102, .external_lex_state = 2}, + [138] = {.lex_state = 81}, + [139] = {.lex_state = 102, .external_lex_state = 10}, + [140] = {.lex_state = 102, .external_lex_state = 2}, + [141] = {.lex_state = 104}, + [142] = {.lex_state = 160, .external_lex_state = 9}, + [143] = {.lex_state = 114}, + [144] = {.lex_state = 114}, + [145] = {.lex_state = 51, .external_lex_state = 2}, + [146] = {.lex_state = 51, .external_lex_state = 2}, + [147] = {.lex_state = 51, .external_lex_state = 2}, + [148] = {.lex_state = 81}, + [149] = {.lex_state = 134, .external_lex_state = 6}, + [150] = {.lex_state = 162}, + [151] = {.lex_state = 104}, + [152] = {.lex_state = 134, .external_lex_state = 14}, + [153] = {.lex_state = 114}, + [154] = {.lex_state = 114}, + [155] = {.lex_state = 51, .external_lex_state = 2}, + [156] = {.lex_state = 51, .external_lex_state = 2}, + [157] = {.lex_state = 51, .external_lex_state = 2}, + [158] = {.lex_state = 102}, + [159] = {.lex_state = 164, .external_lex_state = 2}, + [160] = {.lex_state = 122, .external_lex_state = 4}, + [161] = {.lex_state = 81}, + [162] = {.lex_state = 170, .external_lex_state = 2}, + [163] = {.lex_state = 131, .external_lex_state = 8}, + [164] = {.lex_state = 104}, + [165] = {.lex_state = 102}, + [166] = {.lex_state = 131, .external_lex_state = 4}, + [167] = {.lex_state = 81}, + [168] = {.lex_state = 131, .external_lex_state = 8}, + [169] = {.lex_state = 131, .external_lex_state = 8}, + [170] = {.lex_state = 131, .external_lex_state = 8}, + [171] = {.lex_state = 131, .external_lex_state = 8}, + [172] = {.lex_state = 114}, + [173] = {.lex_state = 81}, + [174] = {.lex_state = 81}, + [175] = {.lex_state = 81}, + [176] = {.lex_state = 148, .external_lex_state = 2}, + [177] = {.lex_state = 81}, + [178] = {.lex_state = 152, .external_lex_state = 2}, + [179] = {.lex_state = 81}, + [180] = {.lex_state = 148, .external_lex_state = 2}, + [181] = {.lex_state = 81}, + [182] = {.lex_state = 122, .external_lex_state = 4}, + [183] = {.lex_state = 180, .external_lex_state = 2}, + [184] = {.lex_state = 122, .external_lex_state = 4}, + [185] = {.lex_state = 134, .external_lex_state = 6}, + [186] = {.lex_state = 182, .external_lex_state = 9}, + [187] = {.lex_state = 104}, + [188] = {.lex_state = 102}, + [189] = {.lex_state = 182, .external_lex_state = 9}, + [190] = {.lex_state = 182, .external_lex_state = 9}, + [191] = {.lex_state = 182, .external_lex_state = 9}, + [192] = {.lex_state = 182, .external_lex_state = 9}, + [193] = {.lex_state = 114}, + [194] = {.lex_state = 81}, + [195] = {.lex_state = 81}, + [196] = {.lex_state = 81}, + [197] = {.lex_state = 148, .external_lex_state = 2}, + [198] = {.lex_state = 81}, + [199] = {.lex_state = 152, .external_lex_state = 2}, + [200] = {.lex_state = 81}, + [201] = {.lex_state = 148, .external_lex_state = 2}, + [202] = {.lex_state = 122, .external_lex_state = 4}, + [203] = {.lex_state = 136, .external_lex_state = 9}, + [204] = {.lex_state = 136}, + [205] = {.lex_state = 139, .external_lex_state = 9}, + [206] = {.lex_state = 104}, + [207] = {.lex_state = 102}, + [208] = {.lex_state = 139, .external_lex_state = 9}, + [209] = {.lex_state = 139, .external_lex_state = 9}, + [210] = {.lex_state = 139, .external_lex_state = 9}, + [211] = {.lex_state = 139, .external_lex_state = 9}, + [212] = {.lex_state = 114}, + [213] = {.lex_state = 81}, + [214] = {.lex_state = 81}, + [215] = {.lex_state = 81}, + [216] = {.lex_state = 148, .external_lex_state = 2}, + [217] = {.lex_state = 81}, + [218] = {.lex_state = 152, .external_lex_state = 2}, + [219] = {.lex_state = 81}, + [220] = {.lex_state = 148, .external_lex_state = 2}, + [221] = {.lex_state = 139, .external_lex_state = 9}, + [222] = {.lex_state = 139}, + [223] = {.lex_state = 102, .external_lex_state = 10}, + [224] = {.lex_state = 104}, + [225] = {.lex_state = 102}, + [226] = {.lex_state = 102, .external_lex_state = 10}, + [227] = {.lex_state = 102, .external_lex_state = 10}, + [228] = {.lex_state = 102, .external_lex_state = 10}, + [229] = {.lex_state = 102, .external_lex_state = 10}, + [230] = {.lex_state = 114}, + [231] = {.lex_state = 81}, + [232] = {.lex_state = 81}, + [233] = {.lex_state = 81}, + [234] = {.lex_state = 148, .external_lex_state = 2}, + [235] = {.lex_state = 81}, + [236] = {.lex_state = 152, .external_lex_state = 2}, + [237] = {.lex_state = 81}, + [238] = {.lex_state = 148, .external_lex_state = 2}, + [239] = {.lex_state = 104}, + [240] = {.lex_state = 104}, + [241] = {.lex_state = 104}, + [242] = {.lex_state = 114}, + [243] = {.lex_state = 81}, + [244] = {.lex_state = 81}, + [245] = {.lex_state = 81}, + [246] = {.lex_state = 148, .external_lex_state = 2}, + [247] = {.lex_state = 81}, + [248] = {.lex_state = 152, .external_lex_state = 2}, + [249] = {.lex_state = 109, .external_lex_state = 3}, + [250] = {.lex_state = 104}, + [251] = {.lex_state = 109, .external_lex_state = 3}, + [252] = {.lex_state = 102}, + [253] = {.lex_state = 81}, + [254] = {.lex_state = 81}, + [255] = {.lex_state = 109, .external_lex_state = 3}, + [256] = {.lex_state = 81}, + [257] = {.lex_state = 102}, + [258] = {.lex_state = 109, .external_lex_state = 3}, + [259] = {.lex_state = 81}, + [260] = {.lex_state = 102}, + [261] = {.lex_state = 127, .external_lex_state = 7}, + [262] = {.lex_state = 81}, + [263] = {.lex_state = 81}, + [264] = {.lex_state = 81}, + [265] = {.lex_state = 131, .external_lex_state = 8}, + [266] = {.lex_state = 131, .external_lex_state = 4}, + [267] = {.lex_state = 51}, + [268] = {.lex_state = 122, .external_lex_state = 4}, + [269] = {.lex_state = 134, .external_lex_state = 6}, + [270] = {.lex_state = 51, .external_lex_state = 2}, + [271] = {.lex_state = 136}, + [272] = {.lex_state = 139}, + [273] = {.lex_state = 143, .external_lex_state = 11}, + [274] = {.lex_state = 104}, + [275] = {.lex_state = 102}, + [276] = {.lex_state = 143, .external_lex_state = 11}, + [277] = {.lex_state = 143, .external_lex_state = 11}, + [278] = {.lex_state = 143, .external_lex_state = 11}, + [279] = {.lex_state = 143, .external_lex_state = 11}, + [280] = {.lex_state = 114}, + [281] = {.lex_state = 81}, + [282] = {.lex_state = 81}, + [283] = {.lex_state = 81}, + [284] = {.lex_state = 148, .external_lex_state = 2}, + [285] = {.lex_state = 81}, + [286] = {.lex_state = 152, .external_lex_state = 2}, + [287] = {.lex_state = 81}, + [288] = {.lex_state = 148, .external_lex_state = 2}, + [289] = {.lex_state = 81}, + [290] = {.lex_state = 51, .external_lex_state = 2}, + [291] = {.lex_state = 109, .external_lex_state = 3}, + [292] = {.lex_state = 51, .external_lex_state = 2}, + [293] = {.lex_state = 51}, + [294] = {.lex_state = 102}, + [295] = {.lex_state = 154, .external_lex_state = 13}, + [296] = {.lex_state = 143, .external_lex_state = 11}, + [297] = {.lex_state = 184, .external_lex_state = 12}, + [298] = {.lex_state = 143, .external_lex_state = 12}, + [299] = {.lex_state = 143, .external_lex_state = 12}, + [300] = {.lex_state = 184, .external_lex_state = 12}, + [301] = {.lex_state = 143, .external_lex_state = 12}, + [302] = {.lex_state = 51, .external_lex_state = 2}, + [303] = {.lex_state = 51, .external_lex_state = 2}, + [304] = {.lex_state = 150, .external_lex_state = 12}, + [305] = {.lex_state = 150, .external_lex_state = 12}, + [306] = {.lex_state = 109, .external_lex_state = 3}, + [307] = {.lex_state = 81}, + [308] = {.lex_state = 122, .external_lex_state = 4}, + [309] = {.lex_state = 134, .external_lex_state = 6}, + [310] = {.lex_state = 122, .external_lex_state = 4}, + [311] = {.lex_state = 134, .external_lex_state = 6}, + [312] = {.lex_state = 102}, + [313] = {.lex_state = 104}, + [314] = {.lex_state = 156, .external_lex_state = 3}, + [315] = {.lex_state = 114}, + [316] = {.lex_state = 114}, + [317] = {.lex_state = 51, .external_lex_state = 2}, + [318] = {.lex_state = 51, .external_lex_state = 2}, + [319] = {.lex_state = 51, .external_lex_state = 2}, + [320] = {.lex_state = 156, .external_lex_state = 5}, + [321] = {.lex_state = 156, .external_lex_state = 5}, + [322] = {.lex_state = 186, .external_lex_state = 15}, + [323] = {.lex_state = 156, .external_lex_state = 5}, + [324] = {.lex_state = 109, .external_lex_state = 3}, + [325] = {.lex_state = 109, .external_lex_state = 5}, + [326] = {.lex_state = 156, .external_lex_state = 5}, + [327] = {.lex_state = 156, .external_lex_state = 5}, + [328] = {.lex_state = 127, .external_lex_state = 7}, + [329] = {.lex_state = 109, .external_lex_state = 5}, + [330] = {.lex_state = 189, .external_lex_state = 9}, + [331] = {.lex_state = 104}, + [332] = {.lex_state = 102}, + [333] = {.lex_state = 81}, + [334] = {.lex_state = 189, .external_lex_state = 9}, + [335] = {.lex_state = 189, .external_lex_state = 9}, + [336] = {.lex_state = 189, .external_lex_state = 9}, + [337] = {.lex_state = 189, .external_lex_state = 9}, + [338] = {.lex_state = 114}, + [339] = {.lex_state = 81}, + [340] = {.lex_state = 81}, + [341] = {.lex_state = 81}, + [342] = {.lex_state = 148, .external_lex_state = 2}, + [343] = {.lex_state = 81}, + [344] = {.lex_state = 152, .external_lex_state = 2}, + [345] = {.lex_state = 81}, + [346] = {.lex_state = 148, .external_lex_state = 2}, + [347] = {.lex_state = 134, .external_lex_state = 6}, + [348] = {.lex_state = 162}, + [349] = {.lex_state = 162}, + [350] = {.lex_state = 134, .external_lex_state = 14}, + [351] = {.lex_state = 104}, + [352] = {.lex_state = 102}, + [353] = {.lex_state = 134, .external_lex_state = 14}, + [354] = {.lex_state = 134, .external_lex_state = 14}, + [355] = {.lex_state = 134, .external_lex_state = 14}, + [356] = {.lex_state = 134, .external_lex_state = 14}, + [357] = {.lex_state = 114}, + [358] = {.lex_state = 81}, + [359] = {.lex_state = 81}, + [360] = {.lex_state = 81}, + [361] = {.lex_state = 148, .external_lex_state = 2}, + [362] = {.lex_state = 81}, + [363] = {.lex_state = 152, .external_lex_state = 2}, + [364] = {.lex_state = 81}, + [365] = {.lex_state = 148, .external_lex_state = 2}, + [366] = {.lex_state = 104}, + [367] = {.lex_state = 192, .external_lex_state = 8}, + [368] = {.lex_state = 114}, + [369] = {.lex_state = 114}, + [370] = {.lex_state = 51, .external_lex_state = 2}, + [371] = {.lex_state = 51, .external_lex_state = 2}, + [372] = {.lex_state = 51, .external_lex_state = 2}, + [373] = {.lex_state = 192, .external_lex_state = 4}, + [374] = {.lex_state = 192, .external_lex_state = 4}, + [375] = {.lex_state = 122, .external_lex_state = 4}, + [376] = {.lex_state = 164, .external_lex_state = 2}, + [377] = {.lex_state = 122, .external_lex_state = 4}, + [378] = {.lex_state = 125, .external_lex_state = 6}, + [379] = {.lex_state = 164, .external_lex_state = 2}, + [380] = {.lex_state = 122, .external_lex_state = 4}, + [381] = {.lex_state = 51, .external_lex_state = 2}, + [382] = {.lex_state = 194, .external_lex_state = 2}, + [383] = {.lex_state = 170, .external_lex_state = 2}, + [384] = {.lex_state = 122, .external_lex_state = 4}, + [385] = {.lex_state = 81}, + [386] = {.lex_state = 81}, + [387] = {.lex_state = 125, .external_lex_state = 6}, + [388] = {.lex_state = 170, .external_lex_state = 2}, + [389] = {.lex_state = 81}, + [390] = {.lex_state = 131, .external_lex_state = 8}, + [391] = {.lex_state = 131, .external_lex_state = 8}, + [392] = {.lex_state = 196}, + [393] = {.lex_state = 131, .external_lex_state = 4}, + [394] = {.lex_state = 102}, + [395] = {.lex_state = 81}, + [396] = {.lex_state = 81}, + [397] = {.lex_state = 131, .external_lex_state = 8}, + [398] = {.lex_state = 81}, + [399] = {.lex_state = 102}, + [400] = {.lex_state = 131, .external_lex_state = 8}, + [401] = {.lex_state = 81}, + [402] = {.lex_state = 102}, + [403] = {.lex_state = 131, .external_lex_state = 8}, + [404] = {.lex_state = 131, .external_lex_state = 8}, + [405] = {.lex_state = 81}, + [406] = {.lex_state = 122, .external_lex_state = 4}, + [407] = {.lex_state = 180, .external_lex_state = 2}, + [408] = {.lex_state = 182, .external_lex_state = 9}, + [409] = {.lex_state = 182, .external_lex_state = 9}, + [410] = {.lex_state = 102}, + [411] = {.lex_state = 81}, + [412] = {.lex_state = 81}, + [413] = {.lex_state = 182, .external_lex_state = 9}, + [414] = {.lex_state = 81}, + [415] = {.lex_state = 102}, + [416] = {.lex_state = 182, .external_lex_state = 9}, + [417] = {.lex_state = 81}, + [418] = {.lex_state = 102}, + [419] = {.lex_state = 182, .external_lex_state = 9}, + [420] = {.lex_state = 182, .external_lex_state = 9}, + [421] = {.lex_state = 139, .external_lex_state = 9}, + [422] = {.lex_state = 139, .external_lex_state = 9}, + [423] = {.lex_state = 102}, + [424] = {.lex_state = 81}, + [425] = {.lex_state = 81}, + [426] = {.lex_state = 139, .external_lex_state = 9}, + [427] = {.lex_state = 81}, + [428] = {.lex_state = 102}, + [429] = {.lex_state = 139, .external_lex_state = 9}, + [430] = {.lex_state = 81}, + [431] = {.lex_state = 102}, + [432] = {.lex_state = 139, .external_lex_state = 9}, + [433] = {.lex_state = 139, .external_lex_state = 9}, + [434] = {.lex_state = 102, .external_lex_state = 10}, + [435] = {.lex_state = 102, .external_lex_state = 10}, + [436] = {.lex_state = 102}, + [437] = {.lex_state = 81}, + [438] = {.lex_state = 81}, + [439] = {.lex_state = 102, .external_lex_state = 10}, + [440] = {.lex_state = 81}, + [441] = {.lex_state = 102}, + [442] = {.lex_state = 102, .external_lex_state = 10}, + [443] = {.lex_state = 81}, + [444] = {.lex_state = 102}, + [445] = {.lex_state = 102, .external_lex_state = 10}, + [446] = {.lex_state = 102, .external_lex_state = 10}, + [447] = {.lex_state = 81}, + [448] = {.lex_state = 81}, + [449] = {.lex_state = 104}, + [450] = {.lex_state = 81}, + [451] = {.lex_state = 102}, + [452] = {.lex_state = 104}, + [453] = {.lex_state = 81}, + [454] = {.lex_state = 102}, + [455] = {.lex_state = 104}, + [456] = {.lex_state = 109, .external_lex_state = 3}, + [457] = {.lex_state = 109, .external_lex_state = 3}, + [458] = {.lex_state = 81}, + [459] = {.lex_state = 109, .external_lex_state = 3}, + [460] = {.lex_state = 81}, + [461] = {.lex_state = 81}, + [462] = {.lex_state = 202, .external_lex_state = 9}, + [463] = {.lex_state = 81}, + [464] = {.lex_state = 81}, + [465] = {.lex_state = 202, .external_lex_state = 9}, + [466] = {.lex_state = 81}, + [467] = {.lex_state = 148, .external_lex_state = 2}, + [468] = {.lex_state = 162}, + [469] = {.lex_state = 104}, + [470] = {.lex_state = 148, .external_lex_state = 10}, + [471] = {.lex_state = 114}, + [472] = {.lex_state = 114}, + [473] = {.lex_state = 51, .external_lex_state = 2}, + [474] = {.lex_state = 51, .external_lex_state = 2}, + [475] = {.lex_state = 51, .external_lex_state = 2}, + [476] = {.lex_state = 102}, + [477] = {.lex_state = 164, .external_lex_state = 2}, + [478] = {.lex_state = 81}, + [479] = {.lex_state = 170, .external_lex_state = 2}, + [480] = {.lex_state = 131, .external_lex_state = 4}, + [481] = {.lex_state = 81}, + [482] = {.lex_state = 81}, + [483] = {.lex_state = 81}, + [484] = {.lex_state = 180, .external_lex_state = 2}, + [485] = {.lex_state = 122, .external_lex_state = 4}, + [486] = {.lex_state = 134, .external_lex_state = 6}, + [487] = {.lex_state = 81}, + [488] = {.lex_state = 143, .external_lex_state = 11}, + [489] = {.lex_state = 143, .external_lex_state = 11}, + [490] = {.lex_state = 102}, + [491] = {.lex_state = 81}, + [492] = {.lex_state = 81}, + [493] = {.lex_state = 143, .external_lex_state = 11}, + [494] = {.lex_state = 81}, + [495] = {.lex_state = 102}, + [496] = {.lex_state = 143, .external_lex_state = 11}, + [497] = {.lex_state = 81}, + [498] = {.lex_state = 102}, + [499] = {.lex_state = 143, .external_lex_state = 11}, + [500] = {.lex_state = 143, .external_lex_state = 11}, + [501] = {.lex_state = 81}, + [502] = {.lex_state = 81}, + [503] = {.lex_state = 148, .external_lex_state = 2}, + [504] = {.lex_state = 81}, + [505] = {.lex_state = 148, .external_lex_state = 2}, + [506] = {.lex_state = 102}, + [507] = {.lex_state = 104}, + [508] = {.lex_state = 184, .external_lex_state = 11}, + [509] = {.lex_state = 114}, + [510] = {.lex_state = 114}, + [511] = {.lex_state = 51, .external_lex_state = 2}, + [512] = {.lex_state = 51, .external_lex_state = 2}, + [513] = {.lex_state = 51, .external_lex_state = 2}, + [514] = {.lex_state = 184, .external_lex_state = 12}, + [515] = {.lex_state = 184, .external_lex_state = 12}, + [516] = {.lex_state = 186, .external_lex_state = 15}, + [517] = {.lex_state = 184, .external_lex_state = 12}, + [518] = {.lex_state = 143, .external_lex_state = 11}, + [519] = {.lex_state = 143, .external_lex_state = 12}, + [520] = {.lex_state = 184, .external_lex_state = 12}, + [521] = {.lex_state = 184, .external_lex_state = 12}, + [522] = {.lex_state = 143, .external_lex_state = 12}, + [523] = {.lex_state = 152, .external_lex_state = 2}, + [524] = {.lex_state = 81}, + [525] = {.lex_state = 152, .external_lex_state = 2}, + [526] = {.lex_state = 150, .external_lex_state = 12}, + [527] = {.lex_state = 204, .external_lex_state = 2}, + [528] = {.lex_state = 122, .external_lex_state = 4}, + [529] = {.lex_state = 156, .external_lex_state = 3}, + [530] = {.lex_state = 156, .external_lex_state = 5}, + [531] = {.lex_state = 156, .external_lex_state = 3}, + [532] = {.lex_state = 104}, + [533] = {.lex_state = 102}, + [534] = {.lex_state = 156, .external_lex_state = 3}, + [535] = {.lex_state = 156, .external_lex_state = 3}, + [536] = {.lex_state = 156, .external_lex_state = 3}, + [537] = {.lex_state = 156, .external_lex_state = 3}, + [538] = {.lex_state = 114}, + [539] = {.lex_state = 81}, + [540] = {.lex_state = 81}, + [541] = {.lex_state = 81}, + [542] = {.lex_state = 148, .external_lex_state = 2}, + [543] = {.lex_state = 81}, + [544] = {.lex_state = 152, .external_lex_state = 2}, + [545] = {.lex_state = 81}, + [546] = {.lex_state = 148, .external_lex_state = 2}, + [547] = {.lex_state = 186, .external_lex_state = 15}, + [548] = {.lex_state = 156, .external_lex_state = 5}, + [549] = {.lex_state = 114}, + [550] = {.lex_state = 114}, + [551] = {.lex_state = 186, .external_lex_state = 15}, + [552] = {.lex_state = 102, .external_lex_state = 2}, + [553] = {.lex_state = 162}, + [554] = {.lex_state = 102, .external_lex_state = 10}, + [555] = {.lex_state = 156, .external_lex_state = 5}, + [556] = {.lex_state = 189, .external_lex_state = 9}, + [557] = {.lex_state = 189, .external_lex_state = 9}, + [558] = {.lex_state = 102}, + [559] = {.lex_state = 81}, + [560] = {.lex_state = 81}, + [561] = {.lex_state = 189, .external_lex_state = 9}, + [562] = {.lex_state = 81}, + [563] = {.lex_state = 102}, + [564] = {.lex_state = 189, .external_lex_state = 9}, + [565] = {.lex_state = 81}, + [566] = {.lex_state = 102}, + [567] = {.lex_state = 189, .external_lex_state = 9}, + [568] = {.lex_state = 189, .external_lex_state = 9}, + [569] = {.lex_state = 134, .external_lex_state = 6}, + [570] = {.lex_state = 162}, + [571] = {.lex_state = 134, .external_lex_state = 14}, + [572] = {.lex_state = 134, .external_lex_state = 14}, + [573] = {.lex_state = 102}, + [574] = {.lex_state = 81}, + [575] = {.lex_state = 81}, + [576] = {.lex_state = 134, .external_lex_state = 14}, + [577] = {.lex_state = 81}, + [578] = {.lex_state = 102}, + [579] = {.lex_state = 134, .external_lex_state = 14}, + [580] = {.lex_state = 81}, + [581] = {.lex_state = 102}, + [582] = {.lex_state = 134, .external_lex_state = 14}, + [583] = {.lex_state = 134, .external_lex_state = 14}, + [584] = {.lex_state = 192, .external_lex_state = 8}, + [585] = {.lex_state = 104}, + [586] = {.lex_state = 102}, + [587] = {.lex_state = 192, .external_lex_state = 8}, + [588] = {.lex_state = 192, .external_lex_state = 8}, + [589] = {.lex_state = 192, .external_lex_state = 8}, + [590] = {.lex_state = 192, .external_lex_state = 8}, + [591] = {.lex_state = 114}, + [592] = {.lex_state = 81}, + [593] = {.lex_state = 81}, + [594] = {.lex_state = 81}, + [595] = {.lex_state = 148, .external_lex_state = 2}, + [596] = {.lex_state = 81}, + [597] = {.lex_state = 152, .external_lex_state = 2}, + [598] = {.lex_state = 81}, + [599] = {.lex_state = 148, .external_lex_state = 2}, + [600] = {.lex_state = 81}, + [601] = {.lex_state = 192, .external_lex_state = 8}, + [602] = {.lex_state = 192, .external_lex_state = 4}, + [603] = {.lex_state = 164, .external_lex_state = 2}, + [604] = {.lex_state = 122, .external_lex_state = 4}, + [605] = {.lex_state = 164, .external_lex_state = 2}, + [606] = {.lex_state = 81}, + [607] = {.lex_state = 194, .external_lex_state = 2}, + [608] = {.lex_state = 122, .external_lex_state = 4}, + [609] = {.lex_state = 125, .external_lex_state = 6}, + [610] = {.lex_state = 194, .external_lex_state = 2}, + [611] = {.lex_state = 170, .external_lex_state = 2}, + [612] = {.lex_state = 122, .external_lex_state = 4}, + [613] = {.lex_state = 170, .external_lex_state = 2}, + [614] = {.lex_state = 81}, + [615] = {.lex_state = 81}, + [616] = {.lex_state = 81}, + [617] = {.lex_state = 122, .external_lex_state = 4}, + [618] = {.lex_state = 206, .external_lex_state = 9}, + [619] = {.lex_state = 196}, + [620] = {.lex_state = 189}, + [621] = {.lex_state = 196}, + [622] = {.lex_state = 196}, + [623] = {.lex_state = 131, .external_lex_state = 8}, + [624] = {.lex_state = 131, .external_lex_state = 8}, + [625] = {.lex_state = 81}, + [626] = {.lex_state = 131, .external_lex_state = 8}, + [627] = {.lex_state = 81}, + [628] = {.lex_state = 81}, + [629] = {.lex_state = 202, .external_lex_state = 9}, + [630] = {.lex_state = 81}, + [631] = {.lex_state = 81}, + [632] = {.lex_state = 202, .external_lex_state = 9}, + [633] = {.lex_state = 81}, + [634] = {.lex_state = 122, .external_lex_state = 4}, + [635] = {.lex_state = 122, .external_lex_state = 4}, + [636] = {.lex_state = 182, .external_lex_state = 9}, + [637] = {.lex_state = 182, .external_lex_state = 9}, + [638] = {.lex_state = 81}, + [639] = {.lex_state = 182, .external_lex_state = 9}, + [640] = {.lex_state = 81}, + [641] = {.lex_state = 81}, + [642] = {.lex_state = 202, .external_lex_state = 9}, + [643] = {.lex_state = 81}, + [644] = {.lex_state = 81}, + [645] = {.lex_state = 202, .external_lex_state = 9}, + [646] = {.lex_state = 81}, + [647] = {.lex_state = 139, .external_lex_state = 9}, + [648] = {.lex_state = 139, .external_lex_state = 9}, + [649] = {.lex_state = 81}, + [650] = {.lex_state = 139, .external_lex_state = 9}, + [651] = {.lex_state = 81}, + [652] = {.lex_state = 81}, + [653] = {.lex_state = 202, .external_lex_state = 9}, + [654] = {.lex_state = 81}, + [655] = {.lex_state = 81}, + [656] = {.lex_state = 202, .external_lex_state = 9}, + [657] = {.lex_state = 81}, + [658] = {.lex_state = 102, .external_lex_state = 10}, + [659] = {.lex_state = 102, .external_lex_state = 10}, + [660] = {.lex_state = 81}, + [661] = {.lex_state = 102, .external_lex_state = 10}, + [662] = {.lex_state = 81}, + [663] = {.lex_state = 81}, + [664] = {.lex_state = 202, .external_lex_state = 9}, + [665] = {.lex_state = 81}, + [666] = {.lex_state = 81}, + [667] = {.lex_state = 202, .external_lex_state = 9}, + [668] = {.lex_state = 81}, + [669] = {.lex_state = 104}, + [670] = {.lex_state = 81}, + [671] = {.lex_state = 104}, + [672] = {.lex_state = 81}, + [673] = {.lex_state = 81}, + [674] = {.lex_state = 202, .external_lex_state = 9}, + [675] = {.lex_state = 81}, + [676] = {.lex_state = 81}, + [677] = {.lex_state = 202, .external_lex_state = 9}, + [678] = {.lex_state = 81}, + [679] = {.lex_state = 81}, + [680] = {.lex_state = 81}, + [681] = {.lex_state = 81}, + [682] = {.lex_state = 109, .external_lex_state = 3}, + [683] = {.lex_state = 81}, + [684] = {.lex_state = 109, .external_lex_state = 3}, + [685] = {.lex_state = 148, .external_lex_state = 2}, + [686] = {.lex_state = 162}, + [687] = {.lex_state = 148, .external_lex_state = 10}, + [688] = {.lex_state = 104}, + [689] = {.lex_state = 102}, + [690] = {.lex_state = 148, .external_lex_state = 10}, + [691] = {.lex_state = 148, .external_lex_state = 10}, + [692] = {.lex_state = 148, .external_lex_state = 10}, + [693] = {.lex_state = 148, .external_lex_state = 10}, + [694] = {.lex_state = 114}, + [695] = {.lex_state = 81}, + [696] = {.lex_state = 81}, + [697] = {.lex_state = 81}, + [698] = {.lex_state = 148, .external_lex_state = 2}, + [699] = {.lex_state = 81}, + [700] = {.lex_state = 152, .external_lex_state = 2}, + [701] = {.lex_state = 81}, + [702] = {.lex_state = 148, .external_lex_state = 2}, + [703] = {.lex_state = 192, .external_lex_state = 4}, + [704] = {.lex_state = 81}, + [705] = {.lex_state = 164, .external_lex_state = 2}, + [706] = {.lex_state = 81}, + [707] = {.lex_state = 81}, + [708] = {.lex_state = 170, .external_lex_state = 2}, + [709] = {.lex_state = 81}, + [710] = {.lex_state = 196}, + [711] = {.lex_state = 131, .external_lex_state = 4}, + [712] = {.lex_state = 81}, + [713] = {.lex_state = 81}, + [714] = {.lex_state = 180, .external_lex_state = 2}, + [715] = {.lex_state = 143, .external_lex_state = 11}, + [716] = {.lex_state = 143, .external_lex_state = 11}, + [717] = {.lex_state = 81}, + [718] = {.lex_state = 143, .external_lex_state = 11}, + [719] = {.lex_state = 81}, + [720] = {.lex_state = 81}, + [721] = {.lex_state = 202, .external_lex_state = 9}, + [722] = {.lex_state = 81}, + [723] = {.lex_state = 81}, + [724] = {.lex_state = 202, .external_lex_state = 9}, + [725] = {.lex_state = 81}, + [726] = {.lex_state = 204, .external_lex_state = 2}, + [727] = {.lex_state = 81}, + [728] = {.lex_state = 184, .external_lex_state = 11}, + [729] = {.lex_state = 184, .external_lex_state = 12}, + [730] = {.lex_state = 184, .external_lex_state = 11}, + [731] = {.lex_state = 104}, + [732] = {.lex_state = 102}, + [733] = {.lex_state = 184, .external_lex_state = 11}, + [734] = {.lex_state = 184, .external_lex_state = 11}, + [735] = {.lex_state = 184, .external_lex_state = 11}, + [736] = {.lex_state = 184, .external_lex_state = 11}, + [737] = {.lex_state = 114}, + [738] = {.lex_state = 81}, + [739] = {.lex_state = 81}, + [740] = {.lex_state = 81}, + [741] = {.lex_state = 148, .external_lex_state = 2}, + [742] = {.lex_state = 81}, + [743] = {.lex_state = 152, .external_lex_state = 2}, + [744] = {.lex_state = 81}, + [745] = {.lex_state = 148, .external_lex_state = 2}, + [746] = {.lex_state = 184, .external_lex_state = 12}, + [747] = {.lex_state = 186, .external_lex_state = 15}, + [748] = {.lex_state = 184, .external_lex_state = 12}, + [749] = {.lex_state = 122, .external_lex_state = 4}, + [750] = {.lex_state = 204, .external_lex_state = 2}, + [751] = {.lex_state = 156, .external_lex_state = 3}, + [752] = {.lex_state = 156, .external_lex_state = 3}, + [753] = {.lex_state = 102}, + [754] = {.lex_state = 81}, + [755] = {.lex_state = 81}, + [756] = {.lex_state = 156, .external_lex_state = 3}, + [757] = {.lex_state = 81}, + [758] = {.lex_state = 102}, + [759] = {.lex_state = 156, .external_lex_state = 3}, + [760] = {.lex_state = 81}, + [761] = {.lex_state = 102}, + [762] = {.lex_state = 156, .external_lex_state = 3}, + [763] = {.lex_state = 156, .external_lex_state = 3}, + [764] = {.lex_state = 186, .external_lex_state = 15}, + [765] = {.lex_state = 186, .external_lex_state = 15}, + [766] = {.lex_state = 186, .external_lex_state = 15}, + [767] = {.lex_state = 114}, + [768] = {.lex_state = 81}, + [769] = {.lex_state = 81}, + [770] = {.lex_state = 186, .external_lex_state = 15}, + [771] = {.lex_state = 156, .external_lex_state = 5}, + [772] = {.lex_state = 102, .external_lex_state = 2}, + [773] = {.lex_state = 162}, + [774] = {.lex_state = 189, .external_lex_state = 9}, + [775] = {.lex_state = 189, .external_lex_state = 9}, + [776] = {.lex_state = 81}, + [777] = {.lex_state = 189, .external_lex_state = 9}, + [778] = {.lex_state = 81}, + [779] = {.lex_state = 81}, + [780] = {.lex_state = 202, .external_lex_state = 9}, + [781] = {.lex_state = 81}, + [782] = {.lex_state = 81}, + [783] = {.lex_state = 202, .external_lex_state = 9}, + [784] = {.lex_state = 81}, + [785] = {.lex_state = 134, .external_lex_state = 14}, + [786] = {.lex_state = 134, .external_lex_state = 14}, + [787] = {.lex_state = 81}, + [788] = {.lex_state = 134, .external_lex_state = 14}, + [789] = {.lex_state = 81}, + [790] = {.lex_state = 81}, + [791] = {.lex_state = 202, .external_lex_state = 9}, + [792] = {.lex_state = 81}, + [793] = {.lex_state = 81}, + [794] = {.lex_state = 202, .external_lex_state = 9}, + [795] = {.lex_state = 81}, + [796] = {.lex_state = 192, .external_lex_state = 8}, + [797] = {.lex_state = 192, .external_lex_state = 8}, + [798] = {.lex_state = 102}, + [799] = {.lex_state = 81}, + [800] = {.lex_state = 81}, + [801] = {.lex_state = 192, .external_lex_state = 8}, + [802] = {.lex_state = 81}, + [803] = {.lex_state = 102}, + [804] = {.lex_state = 192, .external_lex_state = 8}, + [805] = {.lex_state = 81}, + [806] = {.lex_state = 102}, + [807] = {.lex_state = 192, .external_lex_state = 8}, + [808] = {.lex_state = 192, .external_lex_state = 8}, + [809] = {.lex_state = 122, .external_lex_state = 4}, + [810] = {.lex_state = 170, .external_lex_state = 2}, + [811] = {.lex_state = 194, .external_lex_state = 2}, + [812] = {.lex_state = 194, .external_lex_state = 2}, + [813] = {.lex_state = 122, .external_lex_state = 4}, + [814] = {.lex_state = 81}, + [815] = {.lex_state = 102}, + [816] = {.lex_state = 208, .external_lex_state = 2}, + [817] = {.lex_state = 189}, + [818] = {.lex_state = 122, .external_lex_state = 4}, + [819] = {.lex_state = 196}, + [820] = {.lex_state = 196}, + [821] = {.lex_state = 81}, + [822] = {.lex_state = 81}, + [823] = {.lex_state = 81}, + [824] = {.lex_state = 131, .external_lex_state = 8}, + [825] = {.lex_state = 81}, + [826] = {.lex_state = 131, .external_lex_state = 8}, + [827] = {.lex_state = 81}, + [828] = {.lex_state = 81}, + [829] = {.lex_state = 81}, + [830] = {.lex_state = 182, .external_lex_state = 9}, + [831] = {.lex_state = 81}, + [832] = {.lex_state = 182, .external_lex_state = 9}, + [833] = {.lex_state = 81}, + [834] = {.lex_state = 81}, + [835] = {.lex_state = 81}, + [836] = {.lex_state = 139, .external_lex_state = 9}, + [837] = {.lex_state = 81}, + [838] = {.lex_state = 139, .external_lex_state = 9}, + [839] = {.lex_state = 81}, + [840] = {.lex_state = 81}, + [841] = {.lex_state = 81}, + [842] = {.lex_state = 102, .external_lex_state = 10}, + [843] = {.lex_state = 81}, + [844] = {.lex_state = 102, .external_lex_state = 10}, + [845] = {.lex_state = 81}, + [846] = {.lex_state = 81}, + [847] = {.lex_state = 81}, + [848] = {.lex_state = 104}, + [849] = {.lex_state = 81}, + [850] = {.lex_state = 104}, + [851] = {.lex_state = 81}, + [852] = {.lex_state = 81}, + [853] = {.lex_state = 109, .external_lex_state = 3}, + [854] = {.lex_state = 109, .external_lex_state = 3}, + [855] = {.lex_state = 148, .external_lex_state = 2}, + [856] = {.lex_state = 148, .external_lex_state = 10}, + [857] = {.lex_state = 148, .external_lex_state = 10}, + [858] = {.lex_state = 102}, + [859] = {.lex_state = 81}, + [860] = {.lex_state = 81}, + [861] = {.lex_state = 148, .external_lex_state = 10}, + [862] = {.lex_state = 81}, + [863] = {.lex_state = 102}, + [864] = {.lex_state = 148, .external_lex_state = 10}, + [865] = {.lex_state = 81}, + [866] = {.lex_state = 102}, + [867] = {.lex_state = 148, .external_lex_state = 10}, + [868] = {.lex_state = 148, .external_lex_state = 10}, + [869] = {.lex_state = 81}, + [870] = {.lex_state = 81}, + [871] = {.lex_state = 81}, + [872] = {.lex_state = 81}, + [873] = {.lex_state = 81}, + [874] = {.lex_state = 81}, + [875] = {.lex_state = 196}, + [876] = {.lex_state = 196}, + [877] = {.lex_state = 81}, + [878] = {.lex_state = 81}, + [879] = {.lex_state = 81}, + [880] = {.lex_state = 81}, + [881] = {.lex_state = 81}, + [882] = {.lex_state = 143, .external_lex_state = 11}, + [883] = {.lex_state = 81}, + [884] = {.lex_state = 143, .external_lex_state = 11}, + [885] = {.lex_state = 81}, + [886] = {.lex_state = 204, .external_lex_state = 2}, + [887] = {.lex_state = 184, .external_lex_state = 11}, + [888] = {.lex_state = 184, .external_lex_state = 11}, + [889] = {.lex_state = 102}, + [890] = {.lex_state = 81}, + [891] = {.lex_state = 81}, + [892] = {.lex_state = 184, .external_lex_state = 11}, + [893] = {.lex_state = 81}, + [894] = {.lex_state = 102}, + [895] = {.lex_state = 184, .external_lex_state = 11}, + [896] = {.lex_state = 81}, + [897] = {.lex_state = 102}, + [898] = {.lex_state = 184, .external_lex_state = 11}, + [899] = {.lex_state = 184, .external_lex_state = 11}, + [900] = {.lex_state = 184, .external_lex_state = 12}, + [901] = {.lex_state = 122, .external_lex_state = 4}, + [902] = {.lex_state = 156, .external_lex_state = 3}, + [903] = {.lex_state = 156, .external_lex_state = 3}, + [904] = {.lex_state = 81}, + [905] = {.lex_state = 156, .external_lex_state = 3}, + [906] = {.lex_state = 81}, + [907] = {.lex_state = 81}, + [908] = {.lex_state = 202, .external_lex_state = 9}, + [909] = {.lex_state = 81}, + [910] = {.lex_state = 81}, + [911] = {.lex_state = 202, .external_lex_state = 9}, + [912] = {.lex_state = 81}, + [913] = {.lex_state = 81}, + [914] = {.lex_state = 81}, + [915] = {.lex_state = 186, .external_lex_state = 15}, + [916] = {.lex_state = 81}, + [917] = {.lex_state = 102}, + [918] = {.lex_state = 186, .external_lex_state = 15}, + [919] = {.lex_state = 81}, + [920] = {.lex_state = 102}, + [921] = {.lex_state = 102, .external_lex_state = 2}, + [922] = {.lex_state = 81}, + [923] = {.lex_state = 81}, + [924] = {.lex_state = 81}, + [925] = {.lex_state = 189, .external_lex_state = 9}, + [926] = {.lex_state = 81}, + [927] = {.lex_state = 189, .external_lex_state = 9}, + [928] = {.lex_state = 81}, + [929] = {.lex_state = 81}, + [930] = {.lex_state = 81}, + [931] = {.lex_state = 134, .external_lex_state = 14}, + [932] = {.lex_state = 81}, + [933] = {.lex_state = 134, .external_lex_state = 14}, + [934] = {.lex_state = 192, .external_lex_state = 8}, + [935] = {.lex_state = 192, .external_lex_state = 8}, + [936] = {.lex_state = 81}, + [937] = {.lex_state = 192, .external_lex_state = 8}, + [938] = {.lex_state = 81}, + [939] = {.lex_state = 81}, + [940] = {.lex_state = 202, .external_lex_state = 9}, + [941] = {.lex_state = 81}, + [942] = {.lex_state = 81}, + [943] = {.lex_state = 202, .external_lex_state = 9}, + [944] = {.lex_state = 81}, + [945] = {.lex_state = 170, .external_lex_state = 2}, + [946] = {.lex_state = 122, .external_lex_state = 4}, + [947] = {.lex_state = 206, .external_lex_state = 9}, + [948] = {.lex_state = 189}, + [949] = {.lex_state = 196}, + [950] = {.lex_state = 208, .external_lex_state = 2}, + [951] = {.lex_state = 102}, + [952] = {.lex_state = 208, .external_lex_state = 2}, + [953] = {.lex_state = 122, .external_lex_state = 4}, + [954] = {.lex_state = 81}, + [955] = {.lex_state = 81}, + [956] = {.lex_state = 131, .external_lex_state = 8}, + [957] = {.lex_state = 131, .external_lex_state = 8}, + [958] = {.lex_state = 81}, + [959] = {.lex_state = 81}, + [960] = {.lex_state = 182, .external_lex_state = 9}, + [961] = {.lex_state = 182, .external_lex_state = 9}, + [962] = {.lex_state = 81}, + [963] = {.lex_state = 81}, + [964] = {.lex_state = 139, .external_lex_state = 9}, + [965] = {.lex_state = 139, .external_lex_state = 9}, + [966] = {.lex_state = 81}, + [967] = {.lex_state = 81}, + [968] = {.lex_state = 102, .external_lex_state = 10}, + [969] = {.lex_state = 102, .external_lex_state = 10}, + [970] = {.lex_state = 81}, + [971] = {.lex_state = 81}, + [972] = {.lex_state = 104}, + [973] = {.lex_state = 104}, + [974] = {.lex_state = 109, .external_lex_state = 3}, + [975] = {.lex_state = 109, .external_lex_state = 3}, + [976] = {.lex_state = 148, .external_lex_state = 10}, + [977] = {.lex_state = 148, .external_lex_state = 10}, + [978] = {.lex_state = 81}, + [979] = {.lex_state = 148, .external_lex_state = 10}, + [980] = {.lex_state = 81}, + [981] = {.lex_state = 81}, + [982] = {.lex_state = 202, .external_lex_state = 9}, + [983] = {.lex_state = 81}, + [984] = {.lex_state = 81}, + [985] = {.lex_state = 202, .external_lex_state = 9}, + [986] = {.lex_state = 81}, + [987] = {.lex_state = 81}, + [988] = {.lex_state = 81}, + [989] = {.lex_state = 81}, + [990] = {.lex_state = 81}, + [991] = {.lex_state = 196}, + [992] = {.lex_state = 81}, + [993] = {.lex_state = 81}, + [994] = {.lex_state = 143, .external_lex_state = 11}, + [995] = {.lex_state = 143, .external_lex_state = 11}, + [996] = {.lex_state = 81}, + [997] = {.lex_state = 184, .external_lex_state = 11}, + [998] = {.lex_state = 184, .external_lex_state = 11}, + [999] = {.lex_state = 81}, + [1000] = {.lex_state = 184, .external_lex_state = 11}, + [1001] = {.lex_state = 81}, + [1002] = {.lex_state = 81}, + [1003] = {.lex_state = 202, .external_lex_state = 9}, + [1004] = {.lex_state = 81}, + [1005] = {.lex_state = 81}, + [1006] = {.lex_state = 202, .external_lex_state = 9}, + [1007] = {.lex_state = 81}, + [1008] = {.lex_state = 81}, + [1009] = {.lex_state = 81}, + [1010] = {.lex_state = 81}, + [1011] = {.lex_state = 156, .external_lex_state = 3}, + [1012] = {.lex_state = 81}, + [1013] = {.lex_state = 156, .external_lex_state = 3}, + [1014] = {.lex_state = 186, .external_lex_state = 15}, + [1015] = {.lex_state = 81}, + [1016] = {.lex_state = 186, .external_lex_state = 15}, + [1017] = {.lex_state = 81}, + [1018] = {.lex_state = 81}, + [1019] = {.lex_state = 202, .external_lex_state = 9}, + [1020] = {.lex_state = 81}, + [1021] = {.lex_state = 81}, + [1022] = {.lex_state = 202, .external_lex_state = 9}, + [1023] = {.lex_state = 81}, + [1024] = {.lex_state = 81}, + [1025] = {.lex_state = 81}, + [1026] = {.lex_state = 189, .external_lex_state = 9}, + [1027] = {.lex_state = 189, .external_lex_state = 9}, + [1028] = {.lex_state = 81}, + [1029] = {.lex_state = 81}, + [1030] = {.lex_state = 134, .external_lex_state = 14}, + [1031] = {.lex_state = 134, .external_lex_state = 14}, + [1032] = {.lex_state = 81}, + [1033] = {.lex_state = 81}, + [1034] = {.lex_state = 81}, + [1035] = {.lex_state = 192, .external_lex_state = 8}, + [1036] = {.lex_state = 81}, + [1037] = {.lex_state = 192, .external_lex_state = 8}, + [1038] = {.lex_state = 196}, + [1039] = {.lex_state = 206, .external_lex_state = 9}, + [1040] = {.lex_state = 189}, + [1041] = {.lex_state = 208, .external_lex_state = 2}, + [1042] = {.lex_state = 131, .external_lex_state = 8}, + [1043] = {.lex_state = 131, .external_lex_state = 8}, + [1044] = {.lex_state = 182, .external_lex_state = 9}, + [1045] = {.lex_state = 182, .external_lex_state = 9}, + [1046] = {.lex_state = 139, .external_lex_state = 9}, + [1047] = {.lex_state = 139, .external_lex_state = 9}, + [1048] = {.lex_state = 102, .external_lex_state = 10}, + [1049] = {.lex_state = 102, .external_lex_state = 10}, + [1050] = {.lex_state = 104}, + [1051] = {.lex_state = 104}, + [1052] = {.lex_state = 81}, + [1053] = {.lex_state = 81}, + [1054] = {.lex_state = 81}, + [1055] = {.lex_state = 148, .external_lex_state = 10}, + [1056] = {.lex_state = 81}, + [1057] = {.lex_state = 148, .external_lex_state = 10}, + [1058] = {.lex_state = 81}, + [1059] = {.lex_state = 81}, + [1060] = {.lex_state = 143, .external_lex_state = 11}, + [1061] = {.lex_state = 143, .external_lex_state = 11}, + [1062] = {.lex_state = 81}, + [1063] = {.lex_state = 81}, + [1064] = {.lex_state = 81}, + [1065] = {.lex_state = 184, .external_lex_state = 11}, + [1066] = {.lex_state = 81}, + [1067] = {.lex_state = 184, .external_lex_state = 11}, + [1068] = {.lex_state = 81}, + [1069] = {.lex_state = 81}, + [1070] = {.lex_state = 156, .external_lex_state = 3}, + [1071] = {.lex_state = 156, .external_lex_state = 3}, + [1072] = {.lex_state = 81}, + [1073] = {.lex_state = 81}, + [1074] = {.lex_state = 81}, + [1075] = {.lex_state = 186, .external_lex_state = 15}, + [1076] = {.lex_state = 81}, + [1077] = {.lex_state = 186, .external_lex_state = 15}, + [1078] = {.lex_state = 189, .external_lex_state = 9}, + [1079] = {.lex_state = 189, .external_lex_state = 9}, + [1080] = {.lex_state = 134, .external_lex_state = 14}, + [1081] = {.lex_state = 134, .external_lex_state = 14}, + [1082] = {.lex_state = 81}, + [1083] = {.lex_state = 81}, + [1084] = {.lex_state = 192, .external_lex_state = 8}, + [1085] = {.lex_state = 192, .external_lex_state = 8}, + [1086] = {.lex_state = 196}, + [1087] = {.lex_state = 81}, + [1088] = {.lex_state = 81}, + [1089] = {.lex_state = 148, .external_lex_state = 10}, + [1090] = {.lex_state = 148, .external_lex_state = 10}, + [1091] = {.lex_state = 81}, + [1092] = {.lex_state = 81}, + [1093] = {.lex_state = 184, .external_lex_state = 11}, + [1094] = {.lex_state = 184, .external_lex_state = 11}, + [1095] = {.lex_state = 156, .external_lex_state = 3}, + [1096] = {.lex_state = 156, .external_lex_state = 3}, + [1097] = {.lex_state = 81}, + [1098] = {.lex_state = 81}, + [1099] = {.lex_state = 186, .external_lex_state = 15}, + [1100] = {.lex_state = 186, .external_lex_state = 15}, + [1101] = {.lex_state = 192, .external_lex_state = 8}, + [1102] = {.lex_state = 192, .external_lex_state = 8}, + [1103] = {.lex_state = 148, .external_lex_state = 10}, + [1104] = {.lex_state = 148, .external_lex_state = 10}, + [1105] = {.lex_state = 184, .external_lex_state = 11}, + [1106] = {.lex_state = 184, .external_lex_state = 11}, + [1107] = {.lex_state = 186, .external_lex_state = 15}, + [1108] = {.lex_state = 186, .external_lex_state = 15}, }; enum { @@ -9000,7 +4763,7 @@ static TSSymbol ts_external_scanner_symbol_map[EXTERNAL_TOKEN_COUNT] = { [ts_external_token_LF] = anon_sym_LF, }; -static bool ts_external_scanner_states[17][EXTERNAL_TOKEN_COUNT] = { +static bool ts_external_scanner_states[16][EXTERNAL_TOKEN_COUNT] = { [1] = { [ts_external_token__simple_heredoc] = true, [ts_external_token__heredoc_beginning] = true, @@ -9068,118 +4831,67 @@ static bool ts_external_scanner_states[17][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__heredoc_middle] = true, [ts_external_token__heredoc_end] = true, }, - [16] = { - [ts_external_token__heredoc_middle] = true, - [ts_external_token__heredoc_end] = true, - [ts_external_token_file_descriptor] = true, - [ts_external_token__concat] = true, - [ts_external_token_variable_name] = true, - [ts_external_token_LF] = true, - }, }; static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [0] = { - [sym_program] = STATE(21), - [sym__terminated_statement] = STATE(1002), - [sym_for_statement] = STATE(1003), - [sym_while_statement] = STATE(1003), - [sym_do_group] = STATE(1004), - [sym_if_statement] = STATE(1003), - [sym_elif_clause] = STATE(1005), - [sym_else_clause] = STATE(1006), - [sym_case_statement] = STATE(1003), - [sym_case_item] = STATE(1007), - [sym_function_definition] = STATE(1003), - [sym_compound_statement] = STATE(1008), - [sym_subshell] = STATE(1003), - [sym_pipeline] = STATE(1003), - [sym_list] = STATE(1003), - [sym_bracket_command] = STATE(1003), - [sym_command] = STATE(1003), - [sym_command_name] = STATE(1009), - [sym_environment_variable_assignment] = STATE(1010), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(1011), - [sym_heredoc_redirect] = STATE(1012), - [sym_heredoc] = STATE(1013), - [sym_concatenation] = STATE(1014), - [sym_string] = STATE(987), - [sym_array] = STATE(139), - [sym_simple_expansion] = STATE(1015), - [sym_expansion] = STATE(1015), - [sym_command_substitution] = STATE(1016), - [sym_process_substitution] = STATE(987), - [sym_special_variable_name] = STATE(1017), - [aux_sym_program_repeat1] = STATE(1018), - [aux_sym_for_statement_repeat1] = STATE(1019), - [aux_sym_if_statement_repeat1] = STATE(1020), - [aux_sym_case_statement_repeat1] = STATE(1021), - [aux_sym_case_item_repeat1] = STATE(722), - [aux_sym_command_repeat1] = STATE(1022), - [aux_sym_command_repeat2] = STATE(1023), - [aux_sym_heredoc_repeat1] = STATE(1024), - [aux_sym_concatenation_repeat1] = STATE(1025), - [aux_sym_string_repeat1] = STATE(1026), - [aux_sym_array_repeat1] = STATE(320), [sym__simple_heredoc] = ACTIONS(1), - [sym__heredoc_beginning] = ACTIONS(3), - [sym__heredoc_middle] = ACTIONS(5), - [sym__heredoc_end] = ACTIONS(7), - [sym_file_descriptor] = ACTIONS(9), - [sym__empty_value] = ACTIONS(11), - [sym__concat] = ACTIONS(13), - [sym_variable_name] = ACTIONS(15), - [ts_builtin_sym_end] = ACTIONS(17), - [anon_sym_for] = ACTIONS(19), - [anon_sym_in] = ACTIONS(21), - [anon_sym_while] = ACTIONS(23), - [anon_sym_do] = ACTIONS(25), - [anon_sym_done] = ACTIONS(27), - [anon_sym_if] = ACTIONS(29), - [anon_sym_then] = ACTIONS(31), - [anon_sym_fi] = ACTIONS(33), - [anon_sym_elif] = ACTIONS(35), - [anon_sym_else] = ACTIONS(37), - [anon_sym_case] = ACTIONS(39), - [anon_sym_esac] = ACTIONS(41), - [anon_sym_PIPE] = ACTIONS(43), - [anon_sym_RPAREN] = ACTIONS(45), - [anon_sym_function] = ACTIONS(47), - [anon_sym_LPAREN] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_RBRACE] = ACTIONS(53), - [anon_sym_LBRACK] = ACTIONS(55), - [anon_sym_RBRACK] = ACTIONS(57), - [anon_sym_RBRACK_RBRACK] = ACTIONS(59), - [anon_sym_EQ] = ACTIONS(61), - [anon_sym_LT] = ACTIONS(63), - [anon_sym_GT] = ACTIONS(63), - [anon_sym_GT_GT] = ACTIONS(65), - [anon_sym_LT_AMP] = ACTIONS(65), - [anon_sym_GT_AMP] = ACTIONS(65), - [anon_sym_DQUOTE] = ACTIONS(67), - [sym_raw_string] = ACTIONS(69), - [anon_sym_DOLLAR] = ACTIONS(71), - [anon_sym_POUND] = ACTIONS(73), - [anon_sym_AT] = ACTIONS(75), - [anon_sym_COLON] = ACTIONS(77), - [anon_sym_COLON_QMARK] = ACTIONS(79), - [anon_sym_COLON_DASH] = ACTIONS(79), - [anon_sym_PERCENT] = ACTIONS(79), - [anon_sym_SLASH] = ACTIONS(79), - [anon_sym_BQUOTE] = ACTIONS(81), - [anon_sym_LT_LPAREN] = ACTIONS(83), - [anon_sym_GT_LPAREN] = ACTIONS(83), - [sym_comment] = ACTIONS(85), - [anon_sym_STAR] = ACTIONS(87), - [anon_sym_QMARK] = ACTIONS(87), - [anon_sym_DASH] = ACTIONS(87), - [anon_sym_BANG] = ACTIONS(87), - [anon_sym_0] = ACTIONS(87), - [anon_sym__] = ACTIONS(87), - [anon_sym_SEMI] = ACTIONS(89), - [anon_sym_AMP] = ACTIONS(89), + [sym__heredoc_beginning] = ACTIONS(1), + [sym__heredoc_middle] = ACTIONS(1), + [sym__heredoc_end] = ACTIONS(1), + [sym_file_descriptor] = ACTIONS(1), + [sym__empty_value] = ACTIONS(1), + [sym__concat] = ACTIONS(1), + [sym_variable_name] = ACTIONS(1), + [ts_builtin_sym_end] = ACTIONS(1), + [anon_sym_PIPE] = ACTIONS(3), + [anon_sym_RPAREN] = ACTIONS(1), + [anon_sym_SEMI_SEMI] = ACTIONS(1), + [anon_sym_LPAREN] = ACTIONS(1), + [anon_sym_LBRACE] = ACTIONS(1), + [anon_sym_RBRACE] = ACTIONS(1), + [anon_sym_PIPE_AMP] = ACTIONS(1), + [anon_sym_AMP_AMP] = ACTIONS(1), + [anon_sym_PIPE_PIPE] = ACTIONS(1), + [anon_sym_LBRACK] = ACTIONS(3), + [anon_sym_RBRACK] = ACTIONS(3), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1), + [anon_sym_RBRACK_RBRACK] = ACTIONS(1), + [anon_sym_EQ] = ACTIONS(1), + [anon_sym_LT] = ACTIONS(3), + [anon_sym_GT] = ACTIONS(3), + [anon_sym_GT_GT] = ACTIONS(1), + [anon_sym_AMP_GT] = ACTIONS(3), + [anon_sym_AMP_GT_GT] = ACTIONS(1), + [anon_sym_LT_AMP] = ACTIONS(1), + [anon_sym_GT_AMP] = ACTIONS(1), + [anon_sym_LT_LT] = ACTIONS(3), + [anon_sym_LT_LT_DASH] = ACTIONS(1), + [anon_sym_DQUOTE] = ACTIONS(1), + [sym_raw_string] = ACTIONS(1), + [anon_sym_DOLLAR] = ACTIONS(3), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1), + [anon_sym_POUND] = ACTIONS(1), + [anon_sym_AT] = ACTIONS(1), + [anon_sym_COLON] = ACTIONS(3), + [anon_sym_COLON_QMARK] = ACTIONS(1), + [anon_sym_COLON_DASH] = ACTIONS(1), + [anon_sym_PERCENT] = ACTIONS(1), + [anon_sym_SLASH] = ACTIONS(1), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1), + [anon_sym_BQUOTE] = ACTIONS(1), + [anon_sym_LT_LPAREN] = ACTIONS(1), + [anon_sym_GT_LPAREN] = ACTIONS(1), + [sym_comment] = ACTIONS(5), + [sym_simple_variable_name] = ACTIONS(8), + [anon_sym_STAR] = ACTIONS(1), + [anon_sym_QMARK] = ACTIONS(1), + [anon_sym_DASH] = ACTIONS(1), + [anon_sym_BANG] = ACTIONS(1), + [anon_sym_0] = ACTIONS(3), + [anon_sym__] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(3), }, [1] = { [sym_program] = STATE(21), @@ -9206,53 +4918,53 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_process_substitution] = STATE(14), [aux_sym_program_repeat1] = STATE(29), [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [ts_builtin_sym_end] = ACTIONS(95), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(12), + [ts_builtin_sym_end] = ACTIONS(14), + [anon_sym_for] = ACTIONS(16), + [anon_sym_while] = ACTIONS(18), + [anon_sym_if] = ACTIONS(20), + [anon_sym_case] = ACTIONS(22), + [anon_sym_function] = ACTIONS(24), + [anon_sym_LPAREN] = ACTIONS(26), + [anon_sym_LBRACK] = ACTIONS(28), + [anon_sym_LBRACK_LBRACK] = ACTIONS(30), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(36), + [sym_raw_string] = ACTIONS(38), + [anon_sym_DOLLAR] = ACTIONS(40), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(42), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(44), + [anon_sym_BQUOTE] = ACTIONS(46), + [anon_sym_LT_LPAREN] = ACTIONS(48), + [anon_sym_GT_LPAREN] = ACTIONS(48), + [sym_word] = ACTIONS(50), + [sym_comment] = ACTIONS(52), }, [2] = { - [anon_sym_LT] = ACTIONS(135), - [anon_sym_GT] = ACTIONS(135), - [anon_sym_GT_GT] = ACTIONS(137), - [anon_sym_AMP_GT] = ACTIONS(135), - [anon_sym_AMP_GT_GT] = ACTIONS(137), - [anon_sym_LT_AMP] = ACTIONS(137), - [anon_sym_GT_AMP] = ACTIONS(137), - [sym_comment] = ACTIONS(133), + [anon_sym_LT] = ACTIONS(54), + [anon_sym_GT] = ACTIONS(54), + [anon_sym_GT_GT] = ACTIONS(56), + [anon_sym_AMP_GT] = ACTIONS(54), + [anon_sym_AMP_GT_GT] = ACTIONS(56), + [anon_sym_LT_AMP] = ACTIONS(56), + [anon_sym_GT_AMP] = ACTIONS(56), + [sym_comment] = ACTIONS(52), }, [3] = { - [anon_sym_LBRACK] = ACTIONS(139), - [anon_sym_EQ] = ACTIONS(141), - [sym_comment] = ACTIONS(133), + [anon_sym_LBRACK] = ACTIONS(58), + [anon_sym_EQ] = ACTIONS(60), + [sym_comment] = ACTIONS(52), }, [4] = { - [sym_word] = ACTIONS(143), - [sym_comment] = ACTIONS(133), + [sym_word] = ACTIONS(62), + [sym_comment] = ACTIONS(52), }, [5] = { [sym__terminated_statement] = STATE(35), @@ -9277,33 +4989,33 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(14), [sym_process_substitution] = STATE(14), [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(12), + [anon_sym_for] = ACTIONS(16), + [anon_sym_while] = ACTIONS(18), + [anon_sym_if] = ACTIONS(20), + [anon_sym_case] = ACTIONS(22), + [anon_sym_function] = ACTIONS(24), + [anon_sym_LPAREN] = ACTIONS(26), + [anon_sym_LBRACK] = ACTIONS(28), + [anon_sym_LBRACK_LBRACK] = ACTIONS(30), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(36), + [sym_raw_string] = ACTIONS(38), + [anon_sym_DOLLAR] = ACTIONS(40), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(42), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(44), + [anon_sym_BQUOTE] = ACTIONS(46), + [anon_sym_LT_LPAREN] = ACTIONS(48), + [anon_sym_GT_LPAREN] = ACTIONS(48), + [sym_word] = ACTIONS(50), + [sym_comment] = ACTIONS(52), }, [6] = { [sym__terminated_statement] = STATE(38), @@ -9328,33 +5040,33 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(14), [sym_process_substitution] = STATE(14), [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(12), + [anon_sym_for] = ACTIONS(16), + [anon_sym_while] = ACTIONS(18), + [anon_sym_if] = ACTIONS(20), + [anon_sym_case] = ACTIONS(22), + [anon_sym_function] = ACTIONS(24), + [anon_sym_LPAREN] = ACTIONS(26), + [anon_sym_LBRACK] = ACTIONS(28), + [anon_sym_LBRACK_LBRACK] = ACTIONS(30), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(36), + [sym_raw_string] = ACTIONS(38), + [anon_sym_DOLLAR] = ACTIONS(40), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(42), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(44), + [anon_sym_BQUOTE] = ACTIONS(46), + [anon_sym_LT_LPAREN] = ACTIONS(48), + [anon_sym_GT_LPAREN] = ACTIONS(48), + [sym_word] = ACTIONS(50), + [sym_comment] = ACTIONS(52), }, [7] = { [sym_concatenation] = STATE(46), @@ -9363,20 +5075,20 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(40), [sym_command_substitution] = STATE(40), [sym_process_substitution] = STATE(40), - [anon_sym_DQUOTE] = ACTIONS(145), - [sym_raw_string] = ACTIONS(147), - [anon_sym_DOLLAR] = ACTIONS(149), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(151), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(153), - [anon_sym_BQUOTE] = ACTIONS(155), - [anon_sym_LT_LPAREN] = ACTIONS(157), - [anon_sym_GT_LPAREN] = ACTIONS(157), - [sym_word] = ACTIONS(159), - [sym_comment] = ACTIONS(133), + [anon_sym_DQUOTE] = ACTIONS(64), + [sym_raw_string] = ACTIONS(66), + [anon_sym_DOLLAR] = ACTIONS(68), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(70), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(72), + [anon_sym_BQUOTE] = ACTIONS(74), + [anon_sym_LT_LPAREN] = ACTIONS(76), + [anon_sym_GT_LPAREN] = ACTIONS(76), + [sym_word] = ACTIONS(78), + [sym_comment] = ACTIONS(52), }, [8] = { - [sym_word] = ACTIONS(161), - [sym_comment] = ACTIONS(133), + [sym_word] = ACTIONS(80), + [sym_comment] = ACTIONS(52), }, [9] = { [sym__terminated_statement] = STATE(22), @@ -9402,33 +5114,33 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_process_substitution] = STATE(14), [aux_sym_program_repeat1] = STATE(50), [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(12), + [anon_sym_for] = ACTIONS(16), + [anon_sym_while] = ACTIONS(18), + [anon_sym_if] = ACTIONS(20), + [anon_sym_case] = ACTIONS(22), + [anon_sym_function] = ACTIONS(24), + [anon_sym_LPAREN] = ACTIONS(26), + [anon_sym_LBRACK] = ACTIONS(28), + [anon_sym_LBRACK_LBRACK] = ACTIONS(30), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(36), + [sym_raw_string] = ACTIONS(38), + [anon_sym_DOLLAR] = ACTIONS(40), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(42), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(44), + [anon_sym_BQUOTE] = ACTIONS(46), + [anon_sym_LT_LPAREN] = ACTIONS(48), + [anon_sym_GT_LPAREN] = ACTIONS(48), + [sym_word] = ACTIONS(50), + [sym_comment] = ACTIONS(52), }, [10] = { [sym_concatenation] = STATE(58), @@ -9438,491 +5150,487 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(52), [sym_process_substitution] = STATE(52), [aux_sym_for_statement_repeat1] = STATE(59), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(165), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(177), - [sym_comment] = ACTIONS(133), + [anon_sym_DQUOTE] = ACTIONS(82), + [sym_raw_string] = ACTIONS(84), + [anon_sym_DOLLAR] = ACTIONS(86), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(88), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(90), + [anon_sym_BQUOTE] = ACTIONS(92), + [anon_sym_LT_LPAREN] = ACTIONS(94), + [anon_sym_GT_LPAREN] = ACTIONS(94), + [sym_word] = ACTIONS(96), + [sym_comment] = ACTIONS(52), }, [11] = { - [sym_concatenation] = STATE(58), - [sym_string] = STATE(52), - [sym_simple_expansion] = STATE(52), - [sym_expansion] = STATE(52), - [sym_command_substitution] = STATE(52), - [sym_process_substitution] = STATE(52), - [aux_sym_for_statement_repeat1] = STATE(60), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(165), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(177), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(67), + [sym_string] = STATE(61), + [sym_simple_expansion] = STATE(61), + [sym_expansion] = STATE(61), + [sym_command_substitution] = STATE(61), + [sym_process_substitution] = STATE(61), + [aux_sym_for_statement_repeat1] = STATE(68), + [anon_sym_DQUOTE] = ACTIONS(98), + [sym_raw_string] = ACTIONS(100), + [anon_sym_DOLLAR] = ACTIONS(102), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(104), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(106), + [anon_sym_BQUOTE] = ACTIONS(108), + [anon_sym_LT_LPAREN] = ACTIONS(110), + [anon_sym_GT_LPAREN] = ACTIONS(110), + [sym_word] = ACTIONS(112), + [sym_comment] = ACTIONS(52), }, [12] = { - [sym_concatenation] = STATE(68), - [sym_string] = STATE(62), - [sym_simple_expansion] = STATE(62), - [sym_expansion] = STATE(62), - [sym_command_substitution] = STATE(62), - [sym_process_substitution] = STATE(62), - [anon_sym_DQUOTE] = ACTIONS(179), - [sym_raw_string] = ACTIONS(181), - [anon_sym_DOLLAR] = ACTIONS(183), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(185), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(187), - [anon_sym_BQUOTE] = ACTIONS(189), - [anon_sym_LT_LPAREN] = ACTIONS(191), - [anon_sym_GT_LPAREN] = ACTIONS(191), - [sym_word] = ACTIONS(193), - [sym_comment] = ACTIONS(133), - }, - [13] = { + [sym_concatenation] = STATE(76), + [sym_string] = STATE(70), [sym_simple_expansion] = STATE(70), [sym_expansion] = STATE(70), [sym_command_substitution] = STATE(70), - [aux_sym_string_repeat1] = STATE(75), - [anon_sym_DQUOTE] = ACTIONS(195), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(197), - [anon_sym_DOLLAR] = ACTIONS(199), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(201), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(203), - [anon_sym_BQUOTE] = ACTIONS(205), - [sym_comment] = ACTIONS(85), + [sym_process_substitution] = STATE(70), + [anon_sym_DQUOTE] = ACTIONS(114), + [sym_raw_string] = ACTIONS(116), + [anon_sym_DOLLAR] = ACTIONS(118), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(120), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(122), + [anon_sym_BQUOTE] = ACTIONS(124), + [anon_sym_LT_LPAREN] = ACTIONS(126), + [anon_sym_GT_LPAREN] = ACTIONS(126), + [sym_word] = ACTIONS(128), + [sym_comment] = ACTIONS(52), + }, + [13] = { + [sym_simple_expansion] = STATE(78), + [sym_expansion] = STATE(78), + [sym_command_substitution] = STATE(78), + [aux_sym_string_repeat1] = STATE(83), + [anon_sym_DQUOTE] = ACTIONS(130), + [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(132), + [anon_sym_DOLLAR] = ACTIONS(134), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), + [anon_sym_BQUOTE] = ACTIONS(140), + [sym_comment] = ACTIONS(142), }, [14] = { - [aux_sym_concatenation_repeat1] = STATE(77), - [sym_file_descriptor] = ACTIONS(207), - [sym__concat] = ACTIONS(209), - [anon_sym_PIPE] = ACTIONS(211), - [anon_sym_RPAREN] = ACTIONS(211), - [anon_sym_SEMI_SEMI] = ACTIONS(211), - [anon_sym_PIPE_AMP] = ACTIONS(211), - [anon_sym_AMP_AMP] = ACTIONS(211), - [anon_sym_PIPE_PIPE] = ACTIONS(211), - [anon_sym_LT] = ACTIONS(211), - [anon_sym_GT] = ACTIONS(211), - [anon_sym_GT_GT] = ACTIONS(211), - [anon_sym_AMP_GT] = ACTIONS(211), - [anon_sym_AMP_GT_GT] = ACTIONS(211), - [anon_sym_LT_AMP] = ACTIONS(211), - [anon_sym_GT_AMP] = ACTIONS(211), - [anon_sym_LT_LT] = ACTIONS(211), - [anon_sym_LT_LT_DASH] = ACTIONS(211), - [anon_sym_DQUOTE] = ACTIONS(211), - [sym_raw_string] = ACTIONS(211), - [anon_sym_DOLLAR] = ACTIONS(211), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(211), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(211), - [anon_sym_BQUOTE] = ACTIONS(211), - [anon_sym_LT_LPAREN] = ACTIONS(211), - [anon_sym_GT_LPAREN] = ACTIONS(211), - [sym_word] = ACTIONS(211), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(211), - [anon_sym_LF] = ACTIONS(211), - [anon_sym_AMP] = ACTIONS(211), + [aux_sym_concatenation_repeat1] = STATE(85), + [sym_file_descriptor] = ACTIONS(144), + [sym__concat] = ACTIONS(146), + [anon_sym_PIPE] = ACTIONS(148), + [anon_sym_RPAREN] = ACTIONS(148), + [anon_sym_SEMI_SEMI] = ACTIONS(148), + [anon_sym_PIPE_AMP] = ACTIONS(148), + [anon_sym_AMP_AMP] = ACTIONS(148), + [anon_sym_PIPE_PIPE] = ACTIONS(148), + [anon_sym_LT] = ACTIONS(148), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_GT_GT] = ACTIONS(148), + [anon_sym_AMP_GT] = ACTIONS(148), + [anon_sym_AMP_GT_GT] = ACTIONS(148), + [anon_sym_LT_AMP] = ACTIONS(148), + [anon_sym_GT_AMP] = ACTIONS(148), + [anon_sym_LT_LT] = ACTIONS(148), + [anon_sym_LT_LT_DASH] = ACTIONS(148), + [anon_sym_DQUOTE] = ACTIONS(148), + [sym_raw_string] = ACTIONS(148), + [anon_sym_DOLLAR] = ACTIONS(148), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(148), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(148), + [anon_sym_BQUOTE] = ACTIONS(148), + [anon_sym_LT_LPAREN] = ACTIONS(148), + [anon_sym_GT_LPAREN] = ACTIONS(148), + [sym_word] = ACTIONS(148), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(148), + [anon_sym_LF] = ACTIONS(148), + [anon_sym_AMP] = ACTIONS(148), }, [15] = { - [sym_special_variable_name] = STATE(80), - [anon_sym_DOLLAR] = ACTIONS(213), - [anon_sym_POUND] = ACTIONS(215), - [anon_sym_AT] = ACTIONS(213), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(217), - [anon_sym_STAR] = ACTIONS(213), - [anon_sym_QMARK] = ACTIONS(213), - [anon_sym_DASH] = ACTIONS(213), - [anon_sym_BANG] = ACTIONS(213), - [anon_sym_0] = ACTIONS(215), - [anon_sym__] = ACTIONS(215), + [sym_special_variable_name] = STATE(88), + [anon_sym_DOLLAR] = ACTIONS(150), + [anon_sym_POUND] = ACTIONS(150), + [anon_sym_AT] = ACTIONS(150), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(152), + [anon_sym_STAR] = ACTIONS(150), + [anon_sym_QMARK] = ACTIONS(150), + [anon_sym_DASH] = ACTIONS(150), + [anon_sym_BANG] = ACTIONS(150), + [anon_sym_0] = ACTIONS(154), + [anon_sym__] = ACTIONS(154), }, [16] = { - [sym_special_variable_name] = STATE(84), - [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(221), - [anon_sym_AT] = ACTIONS(219), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(223), - [anon_sym_STAR] = ACTIONS(219), - [anon_sym_QMARK] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_0] = ACTIONS(225), - [anon_sym__] = ACTIONS(225), + [sym_special_variable_name] = STATE(92), + [anon_sym_DOLLAR] = ACTIONS(156), + [anon_sym_POUND] = ACTIONS(158), + [anon_sym_AT] = ACTIONS(156), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(160), + [anon_sym_STAR] = ACTIONS(156), + [anon_sym_QMARK] = ACTIONS(156), + [anon_sym_DASH] = ACTIONS(156), + [anon_sym_BANG] = ACTIONS(156), + [anon_sym_0] = ACTIONS(162), + [anon_sym__] = ACTIONS(162), }, [17] = { - [sym_for_statement] = STATE(102), - [sym_while_statement] = STATE(102), - [sym_if_statement] = STATE(102), - [sym_case_statement] = STATE(102), - [sym_function_definition] = STATE(102), - [sym_subshell] = STATE(102), - [sym_pipeline] = STATE(102), - [sym_list] = STATE(102), - [sym_bracket_command] = STATE(102), - [sym_command] = STATE(102), - [sym_command_name] = STATE(103), - [sym_environment_variable_assignment] = STATE(104), - [sym_subscript] = STATE(105), + [sym_for_statement] = STATE(110), + [sym_while_statement] = STATE(110), + [sym_if_statement] = STATE(110), + [sym_case_statement] = STATE(110), + [sym_function_definition] = STATE(110), + [sym_subshell] = STATE(110), + [sym_pipeline] = STATE(110), + [sym_list] = STATE(110), + [sym_bracket_command] = STATE(110), + [sym_command] = STATE(110), + [sym_command_name] = STATE(111), + [sym_environment_variable_assignment] = STATE(112), + [sym_subscript] = STATE(113), [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(107), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(115), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), }, [18] = { - [sym_for_statement] = STATE(108), - [sym_while_statement] = STATE(108), - [sym_if_statement] = STATE(108), - [sym_case_statement] = STATE(108), - [sym_function_definition] = STATE(108), - [sym_subshell] = STATE(108), - [sym_pipeline] = STATE(108), - [sym_list] = STATE(108), - [sym_bracket_command] = STATE(108), - [sym_command] = STATE(108), - [sym_command_name] = STATE(109), - [sym_environment_variable_assignment] = STATE(110), - [sym_subscript] = STATE(105), + [sym_for_statement] = STATE(116), + [sym_while_statement] = STATE(116), + [sym_if_statement] = STATE(116), + [sym_case_statement] = STATE(116), + [sym_function_definition] = STATE(116), + [sym_subshell] = STATE(116), + [sym_pipeline] = STATE(116), + [sym_list] = STATE(116), + [sym_bracket_command] = STATE(116), + [sym_command] = STATE(116), + [sym_command_name] = STATE(117), + [sym_environment_variable_assignment] = STATE(118), + [sym_subscript] = STATE(113), [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(111), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(119), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), }, [19] = { - [sym_for_statement] = STATE(112), - [sym_while_statement] = STATE(112), - [sym_if_statement] = STATE(112), - [sym_case_statement] = STATE(112), - [sym_function_definition] = STATE(112), - [sym_subshell] = STATE(112), - [sym_pipeline] = STATE(112), - [sym_list] = STATE(112), - [sym_bracket_command] = STATE(112), - [sym_command] = STATE(112), - [sym_command_name] = STATE(103), - [sym_environment_variable_assignment] = STATE(113), - [sym_subscript] = STATE(105), + [sym_for_statement] = STATE(120), + [sym_while_statement] = STATE(120), + [sym_if_statement] = STATE(120), + [sym_case_statement] = STATE(120), + [sym_function_definition] = STATE(120), + [sym_subshell] = STATE(120), + [sym_pipeline] = STATE(120), + [sym_list] = STATE(120), + [sym_bracket_command] = STATE(120), + [sym_command] = STATE(120), + [sym_command_name] = STATE(111), + [sym_environment_variable_assignment] = STATE(121), + [sym_subscript] = STATE(113), [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(107), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(115), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), }, [20] = { - [aux_sym_concatenation_repeat1] = STATE(77), - [sym_file_descriptor] = ACTIONS(207), - [sym__concat] = ACTIONS(209), - [anon_sym_PIPE] = ACTIONS(211), - [anon_sym_RPAREN] = ACTIONS(211), - [anon_sym_SEMI_SEMI] = ACTIONS(211), - [anon_sym_LPAREN] = ACTIONS(261), - [anon_sym_PIPE_AMP] = ACTIONS(211), - [anon_sym_AMP_AMP] = ACTIONS(211), - [anon_sym_PIPE_PIPE] = ACTIONS(211), - [anon_sym_LT] = ACTIONS(211), - [anon_sym_GT] = ACTIONS(211), - [anon_sym_GT_GT] = ACTIONS(211), - [anon_sym_AMP_GT] = ACTIONS(211), - [anon_sym_AMP_GT_GT] = ACTIONS(211), - [anon_sym_LT_AMP] = ACTIONS(211), - [anon_sym_GT_AMP] = ACTIONS(211), - [anon_sym_LT_LT] = ACTIONS(211), - [anon_sym_LT_LT_DASH] = ACTIONS(211), - [anon_sym_DQUOTE] = ACTIONS(211), - [sym_raw_string] = ACTIONS(211), - [anon_sym_DOLLAR] = ACTIONS(211), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(211), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(211), - [anon_sym_BQUOTE] = ACTIONS(211), - [anon_sym_LT_LPAREN] = ACTIONS(211), - [anon_sym_GT_LPAREN] = ACTIONS(211), - [sym_word] = ACTIONS(211), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(211), - [anon_sym_LF] = ACTIONS(211), - [anon_sym_AMP] = ACTIONS(211), + [aux_sym_concatenation_repeat1] = STATE(85), + [sym_file_descriptor] = ACTIONS(144), + [sym__concat] = ACTIONS(146), + [anon_sym_PIPE] = ACTIONS(148), + [anon_sym_RPAREN] = ACTIONS(148), + [anon_sym_SEMI_SEMI] = ACTIONS(148), + [anon_sym_LPAREN] = ACTIONS(198), + [anon_sym_PIPE_AMP] = ACTIONS(148), + [anon_sym_AMP_AMP] = ACTIONS(148), + [anon_sym_PIPE_PIPE] = ACTIONS(148), + [anon_sym_LT] = ACTIONS(148), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_GT_GT] = ACTIONS(148), + [anon_sym_AMP_GT] = ACTIONS(148), + [anon_sym_AMP_GT_GT] = ACTIONS(148), + [anon_sym_LT_AMP] = ACTIONS(148), + [anon_sym_GT_AMP] = ACTIONS(148), + [anon_sym_LT_LT] = ACTIONS(148), + [anon_sym_LT_LT_DASH] = ACTIONS(148), + [anon_sym_DQUOTE] = ACTIONS(148), + [sym_raw_string] = ACTIONS(148), + [anon_sym_DOLLAR] = ACTIONS(148), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(148), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(148), + [anon_sym_BQUOTE] = ACTIONS(148), + [anon_sym_LT_LPAREN] = ACTIONS(148), + [anon_sym_GT_LPAREN] = ACTIONS(148), + [sym_word] = ACTIONS(148), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(148), + [anon_sym_LF] = ACTIONS(148), + [anon_sym_AMP] = ACTIONS(148), }, [21] = { - [ts_builtin_sym_end] = ACTIONS(263), - [sym_comment] = ACTIONS(133), + [ts_builtin_sym_end] = ACTIONS(200), + [sym_comment] = ACTIONS(52), }, [22] = { - [sym_file_descriptor] = ACTIONS(265), - [sym_variable_name] = ACTIONS(265), - [ts_builtin_sym_end] = ACTIONS(265), - [anon_sym_for] = ACTIONS(267), - [anon_sym_while] = ACTIONS(267), - [anon_sym_done] = ACTIONS(267), - [anon_sym_if] = ACTIONS(267), - [anon_sym_fi] = ACTIONS(267), - [anon_sym_elif] = ACTIONS(267), - [anon_sym_else] = ACTIONS(267), - [anon_sym_case] = ACTIONS(267), - [anon_sym_SEMI_SEMI] = ACTIONS(265), - [anon_sym_function] = ACTIONS(267), - [anon_sym_LPAREN] = ACTIONS(265), - [anon_sym_RBRACE] = ACTIONS(265), - [anon_sym_LBRACK] = ACTIONS(267), - [anon_sym_LBRACK_LBRACK] = ACTIONS(267), - [anon_sym_LT] = ACTIONS(267), - [anon_sym_GT] = ACTIONS(267), - [anon_sym_GT_GT] = ACTIONS(265), - [anon_sym_AMP_GT] = ACTIONS(267), - [anon_sym_AMP_GT_GT] = ACTIONS(265), - [anon_sym_LT_AMP] = ACTIONS(265), - [anon_sym_GT_AMP] = ACTIONS(265), - [anon_sym_DQUOTE] = ACTIONS(265), - [sym_raw_string] = ACTIONS(265), - [anon_sym_DOLLAR] = ACTIONS(267), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(265), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(265), - [anon_sym_BQUOTE] = ACTIONS(265), - [anon_sym_LT_LPAREN] = ACTIONS(265), - [anon_sym_GT_LPAREN] = ACTIONS(265), - [sym_word] = ACTIONS(269), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(202), + [sym_variable_name] = ACTIONS(202), + [ts_builtin_sym_end] = ACTIONS(202), + [anon_sym_for] = ACTIONS(204), + [anon_sym_while] = ACTIONS(204), + [anon_sym_if] = ACTIONS(204), + [anon_sym_case] = ACTIONS(204), + [anon_sym_SEMI_SEMI] = ACTIONS(202), + [anon_sym_function] = ACTIONS(204), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_RBRACE] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(204), + [anon_sym_LBRACK_LBRACK] = ACTIONS(204), + [anon_sym_LT] = ACTIONS(204), + [anon_sym_GT] = ACTIONS(204), + [anon_sym_GT_GT] = ACTIONS(202), + [anon_sym_AMP_GT] = ACTIONS(204), + [anon_sym_AMP_GT_GT] = ACTIONS(202), + [anon_sym_LT_AMP] = ACTIONS(202), + [anon_sym_GT_AMP] = ACTIONS(202), + [anon_sym_DQUOTE] = ACTIONS(202), + [sym_raw_string] = ACTIONS(202), + [anon_sym_DOLLAR] = ACTIONS(204), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(202), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(202), + [anon_sym_BQUOTE] = ACTIONS(202), + [anon_sym_LT_LPAREN] = ACTIONS(202), + [anon_sym_GT_LPAREN] = ACTIONS(202), + [sym_word] = ACTIONS(206), + [sym_comment] = ACTIONS(52), }, [23] = { - [anon_sym_PIPE] = ACTIONS(271), - [anon_sym_SEMI_SEMI] = ACTIONS(273), - [anon_sym_PIPE_AMP] = ACTIONS(271), - [anon_sym_AMP_AMP] = ACTIONS(275), - [anon_sym_PIPE_PIPE] = ACTIONS(275), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(273), - [anon_sym_LF] = ACTIONS(273), - [anon_sym_AMP] = ACTIONS(273), + [anon_sym_PIPE] = ACTIONS(208), + [anon_sym_SEMI_SEMI] = ACTIONS(210), + [anon_sym_PIPE_AMP] = ACTIONS(208), + [anon_sym_AMP_AMP] = ACTIONS(212), + [anon_sym_PIPE_PIPE] = ACTIONS(212), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(210), + [anon_sym_LF] = ACTIONS(210), + [anon_sym_AMP] = ACTIONS(210), }, [24] = { - [sym_file_redirect] = STATE(122), - [sym_heredoc_redirect] = STATE(122), - [sym_concatenation] = STATE(123), - [sym_string] = STATE(121), - [sym_simple_expansion] = STATE(121), - [sym_expansion] = STATE(121), - [sym_command_substitution] = STATE(121), - [sym_process_substitution] = STATE(121), - [aux_sym_for_statement_repeat1] = STATE(124), - [aux_sym_command_repeat2] = STATE(125), - [sym_file_descriptor] = ACTIONS(277), - [anon_sym_PIPE] = ACTIONS(279), - [anon_sym_RPAREN] = ACTIONS(279), - [anon_sym_SEMI_SEMI] = ACTIONS(279), - [anon_sym_PIPE_AMP] = ACTIONS(279), - [anon_sym_AMP_AMP] = ACTIONS(279), - [anon_sym_PIPE_PIPE] = ACTIONS(279), - [anon_sym_LT] = ACTIONS(281), - [anon_sym_GT] = ACTIONS(281), - [anon_sym_GT_GT] = ACTIONS(281), - [anon_sym_AMP_GT] = ACTIONS(281), - [anon_sym_AMP_GT_GT] = ACTIONS(281), - [anon_sym_LT_AMP] = ACTIONS(281), - [anon_sym_GT_AMP] = ACTIONS(281), - [anon_sym_LT_LT] = ACTIONS(283), - [anon_sym_LT_LT_DASH] = ACTIONS(283), - [anon_sym_DQUOTE] = ACTIONS(285), - [sym_raw_string] = ACTIONS(287), - [anon_sym_DOLLAR] = ACTIONS(289), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(291), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(293), - [anon_sym_BQUOTE] = ACTIONS(295), - [anon_sym_LT_LPAREN] = ACTIONS(297), - [anon_sym_GT_LPAREN] = ACTIONS(297), - [sym_word] = ACTIONS(287), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(279), - [anon_sym_LF] = ACTIONS(279), - [anon_sym_AMP] = ACTIONS(279), + [sym_file_redirect] = STATE(130), + [sym_heredoc_redirect] = STATE(130), + [sym_concatenation] = STATE(131), + [sym_string] = STATE(129), + [sym_simple_expansion] = STATE(129), + [sym_expansion] = STATE(129), + [sym_command_substitution] = STATE(129), + [sym_process_substitution] = STATE(129), + [aux_sym_for_statement_repeat1] = STATE(132), + [aux_sym_command_repeat2] = STATE(133), + [sym_file_descriptor] = ACTIONS(214), + [anon_sym_PIPE] = ACTIONS(216), + [anon_sym_RPAREN] = ACTIONS(216), + [anon_sym_SEMI_SEMI] = ACTIONS(216), + [anon_sym_PIPE_AMP] = ACTIONS(216), + [anon_sym_AMP_AMP] = ACTIONS(216), + [anon_sym_PIPE_PIPE] = ACTIONS(216), + [anon_sym_LT] = ACTIONS(218), + [anon_sym_GT] = ACTIONS(218), + [anon_sym_GT_GT] = ACTIONS(218), + [anon_sym_AMP_GT] = ACTIONS(218), + [anon_sym_AMP_GT_GT] = ACTIONS(218), + [anon_sym_LT_AMP] = ACTIONS(218), + [anon_sym_GT_AMP] = ACTIONS(218), + [anon_sym_LT_LT] = ACTIONS(220), + [anon_sym_LT_LT_DASH] = ACTIONS(220), + [anon_sym_DQUOTE] = ACTIONS(222), + [sym_raw_string] = ACTIONS(224), + [anon_sym_DOLLAR] = ACTIONS(226), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(228), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(230), + [anon_sym_BQUOTE] = ACTIONS(232), + [anon_sym_LT_LPAREN] = ACTIONS(234), + [anon_sym_GT_LPAREN] = ACTIONS(234), + [sym_word] = ACTIONS(224), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(216), + [anon_sym_LF] = ACTIONS(216), + [anon_sym_AMP] = ACTIONS(216), }, [25] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(271), - [anon_sym_SEMI_SEMI] = ACTIONS(273), - [anon_sym_PIPE_AMP] = ACTIONS(271), - [anon_sym_AMP_AMP] = ACTIONS(275), - [anon_sym_PIPE_PIPE] = ACTIONS(275), - [anon_sym_LT] = ACTIONS(301), - [anon_sym_GT] = ACTIONS(301), - [anon_sym_GT_GT] = ACTIONS(301), - [anon_sym_AMP_GT] = ACTIONS(301), - [anon_sym_AMP_GT_GT] = ACTIONS(301), - [anon_sym_LT_AMP] = ACTIONS(301), - [anon_sym_GT_AMP] = ACTIONS(301), - [anon_sym_DQUOTE] = ACTIONS(301), - [sym_raw_string] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(301), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(301), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(301), - [anon_sym_BQUOTE] = ACTIONS(301), - [anon_sym_LT_LPAREN] = ACTIONS(301), - [anon_sym_GT_LPAREN] = ACTIONS(301), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(273), - [anon_sym_LF] = ACTIONS(273), - [anon_sym_AMP] = ACTIONS(273), + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(208), + [anon_sym_SEMI_SEMI] = ACTIONS(210), + [anon_sym_PIPE_AMP] = ACTIONS(208), + [anon_sym_AMP_AMP] = ACTIONS(212), + [anon_sym_PIPE_PIPE] = ACTIONS(212), + [anon_sym_LT] = ACTIONS(238), + [anon_sym_GT] = ACTIONS(238), + [anon_sym_GT_GT] = ACTIONS(238), + [anon_sym_AMP_GT] = ACTIONS(238), + [anon_sym_AMP_GT_GT] = ACTIONS(238), + [anon_sym_LT_AMP] = ACTIONS(238), + [anon_sym_GT_AMP] = ACTIONS(238), + [anon_sym_DQUOTE] = ACTIONS(238), + [sym_raw_string] = ACTIONS(238), + [anon_sym_DOLLAR] = ACTIONS(238), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(238), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(238), + [anon_sym_BQUOTE] = ACTIONS(238), + [anon_sym_LT_LPAREN] = ACTIONS(238), + [anon_sym_GT_LPAREN] = ACTIONS(238), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(210), + [anon_sym_LF] = ACTIONS(210), + [anon_sym_AMP] = ACTIONS(210), }, [26] = { - [anon_sym_EQ] = ACTIONS(141), - [sym_comment] = ACTIONS(133), + [anon_sym_EQ] = ACTIONS(60), + [sym_comment] = ACTIONS(52), }, [27] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(299), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(303), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(236), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(240), + [sym_comment] = ACTIONS(52), }, [28] = { - [sym_file_descriptor] = ACTIONS(207), - [anon_sym_PIPE] = ACTIONS(211), - [anon_sym_RPAREN] = ACTIONS(211), - [anon_sym_SEMI_SEMI] = ACTIONS(211), - [anon_sym_PIPE_AMP] = ACTIONS(211), - [anon_sym_AMP_AMP] = ACTIONS(211), - [anon_sym_PIPE_PIPE] = ACTIONS(211), - [anon_sym_LT] = ACTIONS(211), - [anon_sym_GT] = ACTIONS(211), - [anon_sym_GT_GT] = ACTIONS(211), - [anon_sym_AMP_GT] = ACTIONS(211), - [anon_sym_AMP_GT_GT] = ACTIONS(211), - [anon_sym_LT_AMP] = ACTIONS(211), - [anon_sym_GT_AMP] = ACTIONS(211), - [anon_sym_LT_LT] = ACTIONS(211), - [anon_sym_LT_LT_DASH] = ACTIONS(211), - [anon_sym_DQUOTE] = ACTIONS(211), - [sym_raw_string] = ACTIONS(211), - [anon_sym_DOLLAR] = ACTIONS(211), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(211), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(211), - [anon_sym_BQUOTE] = ACTIONS(211), - [anon_sym_LT_LPAREN] = ACTIONS(211), - [anon_sym_GT_LPAREN] = ACTIONS(211), - [sym_word] = ACTIONS(211), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(211), - [anon_sym_LF] = ACTIONS(211), - [anon_sym_AMP] = ACTIONS(211), + [sym_file_descriptor] = ACTIONS(144), + [anon_sym_PIPE] = ACTIONS(148), + [anon_sym_RPAREN] = ACTIONS(148), + [anon_sym_SEMI_SEMI] = ACTIONS(148), + [anon_sym_PIPE_AMP] = ACTIONS(148), + [anon_sym_AMP_AMP] = ACTIONS(148), + [anon_sym_PIPE_PIPE] = ACTIONS(148), + [anon_sym_LT] = ACTIONS(148), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_GT_GT] = ACTIONS(148), + [anon_sym_AMP_GT] = ACTIONS(148), + [anon_sym_AMP_GT_GT] = ACTIONS(148), + [anon_sym_LT_AMP] = ACTIONS(148), + [anon_sym_GT_AMP] = ACTIONS(148), + [anon_sym_LT_LT] = ACTIONS(148), + [anon_sym_LT_LT_DASH] = ACTIONS(148), + [anon_sym_DQUOTE] = ACTIONS(148), + [sym_raw_string] = ACTIONS(148), + [anon_sym_DOLLAR] = ACTIONS(148), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(148), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(148), + [anon_sym_BQUOTE] = ACTIONS(148), + [anon_sym_LT_LPAREN] = ACTIONS(148), + [anon_sym_GT_LPAREN] = ACTIONS(148), + [sym_word] = ACTIONS(148), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(148), + [anon_sym_LF] = ACTIONS(148), + [anon_sym_AMP] = ACTIONS(148), }, [29] = { - [sym__terminated_statement] = STATE(126), + [sym__terminated_statement] = STATE(134), [sym_for_statement] = STATE(23), [sym_while_statement] = STATE(23), [sym_if_statement] = STATE(23), @@ -9944,445 +5652,445 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(14), [sym_process_substitution] = STATE(14), [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [ts_builtin_sym_end] = ACTIONS(305), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(12), + [ts_builtin_sym_end] = ACTIONS(242), + [anon_sym_for] = ACTIONS(16), + [anon_sym_while] = ACTIONS(18), + [anon_sym_if] = ACTIONS(20), + [anon_sym_case] = ACTIONS(22), + [anon_sym_function] = ACTIONS(24), + [anon_sym_LPAREN] = ACTIONS(26), + [anon_sym_LBRACK] = ACTIONS(28), + [anon_sym_LBRACK_LBRACK] = ACTIONS(30), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(36), + [sym_raw_string] = ACTIONS(38), + [anon_sym_DOLLAR] = ACTIONS(40), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(42), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(44), + [anon_sym_BQUOTE] = ACTIONS(46), + [anon_sym_LT_LPAREN] = ACTIONS(48), + [anon_sym_GT_LPAREN] = ACTIONS(48), + [sym_word] = ACTIONS(50), + [sym_comment] = ACTIONS(52), }, [30] = { - [sym_command_name] = STATE(127), - [sym_environment_variable_assignment] = STATE(128), - [sym_subscript] = STATE(105), - [sym_file_redirect] = STATE(128), + [sym_command_name] = STATE(136), + [sym_environment_variable_assignment] = STATE(137), + [sym_subscript] = STATE(138), + [sym_file_redirect] = STATE(137), [sym_concatenation] = STATE(28), [sym_string] = STATE(14), [sym_simple_expansion] = STATE(14), [sym_expansion] = STATE(14), [sym_command_substitution] = STATE(14), [sym_process_substitution] = STATE(14), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(307), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(244), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(36), + [sym_raw_string] = ACTIONS(38), + [anon_sym_DOLLAR] = ACTIONS(40), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(42), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(44), + [anon_sym_BQUOTE] = ACTIONS(46), + [anon_sym_LT_LPAREN] = ACTIONS(48), + [anon_sym_GT_LPAREN] = ACTIONS(48), + [sym_word] = ACTIONS(246), + [sym_comment] = ACTIONS(52), }, [31] = { - [sym_concatenation] = STATE(130), - [sym_string] = STATE(129), - [sym_simple_expansion] = STATE(129), - [sym_expansion] = STATE(129), - [sym_command_substitution] = STATE(129), - [sym_process_substitution] = STATE(129), - [anon_sym_DQUOTE] = ACTIONS(179), - [sym_raw_string] = ACTIONS(309), - [anon_sym_DOLLAR] = ACTIONS(183), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(185), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(187), - [anon_sym_BQUOTE] = ACTIONS(189), - [anon_sym_LT_LPAREN] = ACTIONS(191), - [anon_sym_GT_LPAREN] = ACTIONS(191), - [sym_word] = ACTIONS(311), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(140), + [sym_string] = STATE(139), + [sym_simple_expansion] = STATE(139), + [sym_expansion] = STATE(139), + [sym_command_substitution] = STATE(139), + [sym_process_substitution] = STATE(139), + [anon_sym_DQUOTE] = ACTIONS(114), + [sym_raw_string] = ACTIONS(248), + [anon_sym_DOLLAR] = ACTIONS(118), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(120), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(122), + [anon_sym_BQUOTE] = ACTIONS(124), + [anon_sym_LT_LPAREN] = ACTIONS(126), + [anon_sym_GT_LPAREN] = ACTIONS(126), + [sym_word] = ACTIONS(250), + [sym_comment] = ACTIONS(52), }, [32] = { - [sym_concatenation] = STATE(138), - [sym_string] = STATE(132), - [sym_simple_expansion] = STATE(132), - [sym_expansion] = STATE(132), - [sym_command_substitution] = STATE(132), - [sym_process_substitution] = STATE(132), - [anon_sym_DQUOTE] = ACTIONS(313), - [sym_raw_string] = ACTIONS(315), - [anon_sym_DOLLAR] = ACTIONS(317), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(319), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(321), - [anon_sym_BQUOTE] = ACTIONS(323), - [anon_sym_LT_LPAREN] = ACTIONS(325), - [anon_sym_GT_LPAREN] = ACTIONS(325), - [sym_word] = ACTIONS(327), - [sym_comment] = ACTIONS(133), - }, - [33] = { - [sym_concatenation] = STATE(139), + [sym_concatenation] = STATE(148), [sym_string] = STATE(142), - [sym_array] = STATE(139), [sym_simple_expansion] = STATE(142), [sym_expansion] = STATE(142), [sym_command_substitution] = STATE(142), [sym_process_substitution] = STATE(142), - [sym__empty_value] = ACTIONS(329), - [anon_sym_LPAREN] = ACTIONS(331), - [anon_sym_DQUOTE] = ACTIONS(333), - [sym_raw_string] = ACTIONS(335), - [anon_sym_DOLLAR] = ACTIONS(337), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(339), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(341), - [anon_sym_BQUOTE] = ACTIONS(343), - [anon_sym_LT_LPAREN] = ACTIONS(345), - [anon_sym_GT_LPAREN] = ACTIONS(345), - [sym_word] = ACTIONS(347), - [sym_comment] = ACTIONS(133), + [anon_sym_DQUOTE] = ACTIONS(252), + [sym_raw_string] = ACTIONS(254), + [anon_sym_DOLLAR] = ACTIONS(256), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(258), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(260), + [anon_sym_BQUOTE] = ACTIONS(262), + [anon_sym_LT_LPAREN] = ACTIONS(264), + [anon_sym_GT_LPAREN] = ACTIONS(264), + [sym_word] = ACTIONS(266), + [sym_comment] = ACTIONS(52), + }, + [33] = { + [sym_concatenation] = STATE(149), + [sym_string] = STATE(152), + [sym_array] = STATE(149), + [sym_simple_expansion] = STATE(152), + [sym_expansion] = STATE(152), + [sym_command_substitution] = STATE(152), + [sym_process_substitution] = STATE(152), + [sym__empty_value] = ACTIONS(268), + [anon_sym_LPAREN] = ACTIONS(270), + [anon_sym_DQUOTE] = ACTIONS(272), + [sym_raw_string] = ACTIONS(274), + [anon_sym_DOLLAR] = ACTIONS(276), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(278), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(280), + [anon_sym_BQUOTE] = ACTIONS(282), + [anon_sym_LT_LPAREN] = ACTIONS(284), + [anon_sym_GT_LPAREN] = ACTIONS(284), + [sym_word] = ACTIONS(286), + [sym_comment] = ACTIONS(52), }, [34] = { - [anon_sym_in] = ACTIONS(349), - [sym_comment] = ACTIONS(133), + [anon_sym_in] = ACTIONS(288), + [sym_comment] = ACTIONS(52), }, [35] = { - [sym_do_group] = STATE(150), - [anon_sym_do] = ACTIONS(351), - [sym_comment] = ACTIONS(133), + [sym_do_group] = STATE(160), + [anon_sym_do] = ACTIONS(290), + [sym_comment] = ACTIONS(52), }, [36] = { - [anon_sym_PIPE] = ACTIONS(271), - [anon_sym_SEMI_SEMI] = ACTIONS(353), - [anon_sym_PIPE_AMP] = ACTIONS(271), - [anon_sym_AMP_AMP] = ACTIONS(275), - [anon_sym_PIPE_PIPE] = ACTIONS(275), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(353), - [anon_sym_LF] = ACTIONS(353), - [anon_sym_AMP] = ACTIONS(353), + [anon_sym_PIPE] = ACTIONS(208), + [anon_sym_SEMI_SEMI] = ACTIONS(292), + [anon_sym_PIPE_AMP] = ACTIONS(208), + [anon_sym_AMP_AMP] = ACTIONS(212), + [anon_sym_PIPE_PIPE] = ACTIONS(212), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(292), + [anon_sym_LF] = ACTIONS(292), + [anon_sym_AMP] = ACTIONS(292), }, [37] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(271), - [anon_sym_SEMI_SEMI] = ACTIONS(353), - [anon_sym_PIPE_AMP] = ACTIONS(271), - [anon_sym_AMP_AMP] = ACTIONS(275), - [anon_sym_PIPE_PIPE] = ACTIONS(275), - [anon_sym_LT] = ACTIONS(301), - [anon_sym_GT] = ACTIONS(301), - [anon_sym_GT_GT] = ACTIONS(301), - [anon_sym_AMP_GT] = ACTIONS(301), - [anon_sym_AMP_GT_GT] = ACTIONS(301), - [anon_sym_LT_AMP] = ACTIONS(301), - [anon_sym_GT_AMP] = ACTIONS(301), - [anon_sym_DQUOTE] = ACTIONS(301), - [sym_raw_string] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(301), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(301), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(301), - [anon_sym_BQUOTE] = ACTIONS(301), - [anon_sym_LT_LPAREN] = ACTIONS(301), - [anon_sym_GT_LPAREN] = ACTIONS(301), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(353), - [anon_sym_LF] = ACTIONS(353), - [anon_sym_AMP] = ACTIONS(353), + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(208), + [anon_sym_SEMI_SEMI] = ACTIONS(292), + [anon_sym_PIPE_AMP] = ACTIONS(208), + [anon_sym_AMP_AMP] = ACTIONS(212), + [anon_sym_PIPE_PIPE] = ACTIONS(212), + [anon_sym_LT] = ACTIONS(238), + [anon_sym_GT] = ACTIONS(238), + [anon_sym_GT_GT] = ACTIONS(238), + [anon_sym_AMP_GT] = ACTIONS(238), + [anon_sym_AMP_GT_GT] = ACTIONS(238), + [anon_sym_LT_AMP] = ACTIONS(238), + [anon_sym_GT_AMP] = ACTIONS(238), + [anon_sym_DQUOTE] = ACTIONS(238), + [sym_raw_string] = ACTIONS(238), + [anon_sym_DOLLAR] = ACTIONS(238), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(238), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(238), + [anon_sym_BQUOTE] = ACTIONS(238), + [anon_sym_LT_LPAREN] = ACTIONS(238), + [anon_sym_GT_LPAREN] = ACTIONS(238), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(292), + [anon_sym_LF] = ACTIONS(292), + [anon_sym_AMP] = ACTIONS(292), }, [38] = { - [anon_sym_then] = ACTIONS(355), - [sym_comment] = ACTIONS(133), + [anon_sym_then] = ACTIONS(294), + [sym_comment] = ACTIONS(52), }, [39] = { - [sym_simple_expansion] = STATE(70), - [sym_expansion] = STATE(70), - [sym_command_substitution] = STATE(70), - [aux_sym_string_repeat1] = STATE(154), - [anon_sym_DQUOTE] = ACTIONS(357), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(197), - [anon_sym_DOLLAR] = ACTIONS(199), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(201), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(203), - [anon_sym_BQUOTE] = ACTIONS(205), - [sym_comment] = ACTIONS(85), + [sym_simple_expansion] = STATE(78), + [sym_expansion] = STATE(78), + [sym_command_substitution] = STATE(78), + [aux_sym_string_repeat1] = STATE(164), + [anon_sym_DQUOTE] = ACTIONS(296), + [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(132), + [anon_sym_DOLLAR] = ACTIONS(134), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), + [anon_sym_BQUOTE] = ACTIONS(140), + [sym_comment] = ACTIONS(142), }, [40] = { - [aux_sym_concatenation_repeat1] = STATE(158), - [sym__concat] = ACTIONS(359), - [anon_sym_in] = ACTIONS(361), - [anon_sym_SEMI_SEMI] = ACTIONS(363), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(363), - [anon_sym_LF] = ACTIONS(363), - [anon_sym_AMP] = ACTIONS(363), + [aux_sym_concatenation_repeat1] = STATE(168), + [sym__concat] = ACTIONS(298), + [anon_sym_in] = ACTIONS(300), + [anon_sym_SEMI_SEMI] = ACTIONS(302), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(302), + [anon_sym_LF] = ACTIONS(302), + [anon_sym_AMP] = ACTIONS(302), }, [41] = { - [sym_special_variable_name] = STATE(161), - [anon_sym_DOLLAR] = ACTIONS(365), - [anon_sym_POUND] = ACTIONS(367), - [anon_sym_AT] = ACTIONS(365), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(369), - [anon_sym_STAR] = ACTIONS(365), - [anon_sym_QMARK] = ACTIONS(365), - [anon_sym_DASH] = ACTIONS(365), - [anon_sym_BANG] = ACTIONS(365), - [anon_sym_0] = ACTIONS(367), - [anon_sym__] = ACTIONS(367), + [sym_special_variable_name] = STATE(171), + [anon_sym_DOLLAR] = ACTIONS(304), + [anon_sym_POUND] = ACTIONS(304), + [anon_sym_AT] = ACTIONS(304), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(306), + [anon_sym_STAR] = ACTIONS(304), + [anon_sym_QMARK] = ACTIONS(304), + [anon_sym_DASH] = ACTIONS(304), + [anon_sym_BANG] = ACTIONS(304), + [anon_sym_0] = ACTIONS(308), + [anon_sym__] = ACTIONS(308), }, [42] = { - [sym_special_variable_name] = STATE(164), - [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(371), - [anon_sym_AT] = ACTIONS(219), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(373), - [anon_sym_STAR] = ACTIONS(219), - [anon_sym_QMARK] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_0] = ACTIONS(225), - [anon_sym__] = ACTIONS(225), + [sym_special_variable_name] = STATE(174), + [anon_sym_DOLLAR] = ACTIONS(156), + [anon_sym_POUND] = ACTIONS(310), + [anon_sym_AT] = ACTIONS(156), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(312), + [anon_sym_STAR] = ACTIONS(156), + [anon_sym_QMARK] = ACTIONS(156), + [anon_sym_DASH] = ACTIONS(156), + [anon_sym_BANG] = ACTIONS(156), + [anon_sym_0] = ACTIONS(162), + [anon_sym__] = ACTIONS(162), }, [43] = { - [sym_for_statement] = STATE(165), - [sym_while_statement] = STATE(165), - [sym_if_statement] = STATE(165), - [sym_case_statement] = STATE(165), - [sym_function_definition] = STATE(165), - [sym_subshell] = STATE(165), - [sym_pipeline] = STATE(165), - [sym_list] = STATE(165), - [sym_bracket_command] = STATE(165), - [sym_command] = STATE(165), - [sym_command_name] = STATE(103), - [sym_environment_variable_assignment] = STATE(166), - [sym_subscript] = STATE(105), + [sym_for_statement] = STATE(175), + [sym_while_statement] = STATE(175), + [sym_if_statement] = STATE(175), + [sym_case_statement] = STATE(175), + [sym_function_definition] = STATE(175), + [sym_subshell] = STATE(175), + [sym_pipeline] = STATE(175), + [sym_list] = STATE(175), + [sym_bracket_command] = STATE(175), + [sym_command] = STATE(175), + [sym_command_name] = STATE(111), + [sym_environment_variable_assignment] = STATE(176), + [sym_subscript] = STATE(113), [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(107), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(115), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), }, [44] = { - [sym_for_statement] = STATE(167), - [sym_while_statement] = STATE(167), - [sym_if_statement] = STATE(167), - [sym_case_statement] = STATE(167), - [sym_function_definition] = STATE(167), - [sym_subshell] = STATE(167), - [sym_pipeline] = STATE(167), - [sym_list] = STATE(167), - [sym_bracket_command] = STATE(167), - [sym_command] = STATE(167), - [sym_command_name] = STATE(109), - [sym_environment_variable_assignment] = STATE(168), - [sym_subscript] = STATE(105), + [sym_for_statement] = STATE(177), + [sym_while_statement] = STATE(177), + [sym_if_statement] = STATE(177), + [sym_case_statement] = STATE(177), + [sym_function_definition] = STATE(177), + [sym_subshell] = STATE(177), + [sym_pipeline] = STATE(177), + [sym_list] = STATE(177), + [sym_bracket_command] = STATE(177), + [sym_command] = STATE(177), + [sym_command_name] = STATE(117), + [sym_environment_variable_assignment] = STATE(178), + [sym_subscript] = STATE(113), [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(111), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(119), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), }, [45] = { - [sym_for_statement] = STATE(169), - [sym_while_statement] = STATE(169), - [sym_if_statement] = STATE(169), - [sym_case_statement] = STATE(169), - [sym_function_definition] = STATE(169), - [sym_subshell] = STATE(169), - [sym_pipeline] = STATE(169), - [sym_list] = STATE(169), - [sym_bracket_command] = STATE(169), - [sym_command] = STATE(169), - [sym_command_name] = STATE(103), - [sym_environment_variable_assignment] = STATE(170), - [sym_subscript] = STATE(105), + [sym_for_statement] = STATE(179), + [sym_while_statement] = STATE(179), + [sym_if_statement] = STATE(179), + [sym_case_statement] = STATE(179), + [sym_function_definition] = STATE(179), + [sym_subshell] = STATE(179), + [sym_pipeline] = STATE(179), + [sym_list] = STATE(179), + [sym_bracket_command] = STATE(179), + [sym_command] = STATE(179), + [sym_command_name] = STATE(111), + [sym_environment_variable_assignment] = STATE(180), + [sym_subscript] = STATE(113), [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(107), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(115), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), }, [46] = { - [anon_sym_in] = ACTIONS(361), - [anon_sym_SEMI_SEMI] = ACTIONS(363), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(363), - [anon_sym_LF] = ACTIONS(363), - [anon_sym_AMP] = ACTIONS(363), + [anon_sym_in] = ACTIONS(300), + [anon_sym_SEMI_SEMI] = ACTIONS(302), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(302), + [anon_sym_LF] = ACTIONS(302), + [anon_sym_AMP] = ACTIONS(302), }, [47] = { - [anon_sym_LPAREN] = ACTIONS(375), - [sym_comment] = ACTIONS(133), + [anon_sym_LPAREN] = ACTIONS(314), + [sym_comment] = ACTIONS(52), }, [48] = { - [anon_sym_PIPE] = ACTIONS(271), - [anon_sym_RPAREN] = ACTIONS(377), - [anon_sym_SEMI_SEMI] = ACTIONS(379), - [anon_sym_PIPE_AMP] = ACTIONS(271), - [anon_sym_AMP_AMP] = ACTIONS(275), - [anon_sym_PIPE_PIPE] = ACTIONS(275), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(379), - [anon_sym_LF] = ACTIONS(379), - [anon_sym_AMP] = ACTIONS(379), + [anon_sym_PIPE] = ACTIONS(208), + [anon_sym_RPAREN] = ACTIONS(316), + [anon_sym_SEMI_SEMI] = ACTIONS(318), + [anon_sym_PIPE_AMP] = ACTIONS(208), + [anon_sym_AMP_AMP] = ACTIONS(212), + [anon_sym_PIPE_PIPE] = ACTIONS(212), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(318), + [anon_sym_LF] = ACTIONS(318), + [anon_sym_AMP] = ACTIONS(318), }, [49] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(271), - [anon_sym_RPAREN] = ACTIONS(377), - [anon_sym_SEMI_SEMI] = ACTIONS(379), - [anon_sym_PIPE_AMP] = ACTIONS(271), - [anon_sym_AMP_AMP] = ACTIONS(275), - [anon_sym_PIPE_PIPE] = ACTIONS(275), - [anon_sym_LT] = ACTIONS(301), - [anon_sym_GT] = ACTIONS(301), - [anon_sym_GT_GT] = ACTIONS(301), - [anon_sym_AMP_GT] = ACTIONS(301), - [anon_sym_AMP_GT_GT] = ACTIONS(301), - [anon_sym_LT_AMP] = ACTIONS(301), - [anon_sym_GT_AMP] = ACTIONS(301), - [anon_sym_DQUOTE] = ACTIONS(301), - [sym_raw_string] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(301), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(301), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(301), - [anon_sym_BQUOTE] = ACTIONS(301), - [anon_sym_LT_LPAREN] = ACTIONS(301), - [anon_sym_GT_LPAREN] = ACTIONS(301), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(379), - [anon_sym_LF] = ACTIONS(379), - [anon_sym_AMP] = ACTIONS(379), + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(208), + [anon_sym_RPAREN] = ACTIONS(316), + [anon_sym_SEMI_SEMI] = ACTIONS(318), + [anon_sym_PIPE_AMP] = ACTIONS(208), + [anon_sym_AMP_AMP] = ACTIONS(212), + [anon_sym_PIPE_PIPE] = ACTIONS(212), + [anon_sym_LT] = ACTIONS(238), + [anon_sym_GT] = ACTIONS(238), + [anon_sym_GT_GT] = ACTIONS(238), + [anon_sym_AMP_GT] = ACTIONS(238), + [anon_sym_AMP_GT_GT] = ACTIONS(238), + [anon_sym_LT_AMP] = ACTIONS(238), + [anon_sym_GT_AMP] = ACTIONS(238), + [anon_sym_DQUOTE] = ACTIONS(238), + [sym_raw_string] = ACTIONS(238), + [anon_sym_DOLLAR] = ACTIONS(238), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(238), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(238), + [anon_sym_BQUOTE] = ACTIONS(238), + [anon_sym_LT_LPAREN] = ACTIONS(238), + [anon_sym_GT_LPAREN] = ACTIONS(238), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(318), + [anon_sym_LF] = ACTIONS(318), + [anon_sym_AMP] = ACTIONS(318), }, [50] = { - [sym__terminated_statement] = STATE(126), - [sym_for_statement] = STATE(174), - [sym_while_statement] = STATE(174), - [sym_if_statement] = STATE(174), - [sym_case_statement] = STATE(174), - [sym_function_definition] = STATE(174), - [sym_subshell] = STATE(174), - [sym_pipeline] = STATE(174), - [sym_list] = STATE(174), - [sym_bracket_command] = STATE(174), - [sym_command] = STATE(174), + [sym__terminated_statement] = STATE(134), + [sym_for_statement] = STATE(184), + [sym_while_statement] = STATE(184), + [sym_if_statement] = STATE(184), + [sym_case_statement] = STATE(184), + [sym_function_definition] = STATE(184), + [sym_subshell] = STATE(184), + [sym_pipeline] = STATE(184), + [sym_list] = STATE(184), + [sym_bracket_command] = STATE(184), + [sym_command] = STATE(184), [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(175), + [sym_environment_variable_assignment] = STATE(185), [sym_subscript] = STATE(26), [sym_file_redirect] = STATE(27), [sym_concatenation] = STATE(28), @@ -10392,598 +6100,379 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(14), [sym_process_substitution] = STATE(14), [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(12), + [anon_sym_for] = ACTIONS(16), + [anon_sym_while] = ACTIONS(18), + [anon_sym_if] = ACTIONS(20), + [anon_sym_case] = ACTIONS(22), + [anon_sym_function] = ACTIONS(24), + [anon_sym_LPAREN] = ACTIONS(26), + [anon_sym_LBRACK] = ACTIONS(28), + [anon_sym_LBRACK_LBRACK] = ACTIONS(30), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(36), + [sym_raw_string] = ACTIONS(38), + [anon_sym_DOLLAR] = ACTIONS(40), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(42), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(44), + [anon_sym_BQUOTE] = ACTIONS(46), + [anon_sym_LT_LPAREN] = ACTIONS(48), + [anon_sym_GT_LPAREN] = ACTIONS(48), + [sym_word] = ACTIONS(50), + [sym_comment] = ACTIONS(52), }, [51] = { - [sym_simple_expansion] = STATE(70), - [sym_expansion] = STATE(70), - [sym_command_substitution] = STATE(70), - [aux_sym_string_repeat1] = STATE(177), - [anon_sym_DQUOTE] = ACTIONS(381), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(197), - [anon_sym_DOLLAR] = ACTIONS(199), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(201), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(203), - [anon_sym_BQUOTE] = ACTIONS(205), - [sym_comment] = ACTIONS(85), + [sym_simple_expansion] = STATE(78), + [sym_expansion] = STATE(78), + [sym_command_substitution] = STATE(78), + [aux_sym_string_repeat1] = STATE(187), + [anon_sym_DQUOTE] = ACTIONS(320), + [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(132), + [anon_sym_DOLLAR] = ACTIONS(134), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), + [anon_sym_BQUOTE] = ACTIONS(140), + [sym_comment] = ACTIONS(142), }, [52] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(383), - [anon_sym_RBRACK] = ACTIONS(385), - [anon_sym_RBRACK_RBRACK] = ACTIONS(385), - [anon_sym_DQUOTE] = ACTIONS(387), - [sym_raw_string] = ACTIONS(387), - [anon_sym_DOLLAR] = ACTIONS(385), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(387), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(387), - [anon_sym_BQUOTE] = ACTIONS(387), - [anon_sym_LT_LPAREN] = ACTIONS(387), - [anon_sym_GT_LPAREN] = ACTIONS(387), - [sym_word] = ACTIONS(389), - [sym_comment] = ACTIONS(133), + [aux_sym_concatenation_repeat1] = STATE(189), + [sym__concat] = ACTIONS(322), + [anon_sym_RBRACK] = ACTIONS(324), + [anon_sym_DQUOTE] = ACTIONS(326), + [sym_raw_string] = ACTIONS(326), + [anon_sym_DOLLAR] = ACTIONS(324), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(326), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(326), + [anon_sym_BQUOTE] = ACTIONS(326), + [anon_sym_LT_LPAREN] = ACTIONS(326), + [anon_sym_GT_LPAREN] = ACTIONS(326), + [sym_word] = ACTIONS(328), + [sym_comment] = ACTIONS(52), }, [53] = { - [sym_special_variable_name] = STATE(182), - [anon_sym_DOLLAR] = ACTIONS(391), - [anon_sym_POUND] = ACTIONS(393), - [anon_sym_AT] = ACTIONS(391), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(395), - [anon_sym_STAR] = ACTIONS(391), - [anon_sym_QMARK] = ACTIONS(391), - [anon_sym_DASH] = ACTIONS(391), - [anon_sym_BANG] = ACTIONS(391), - [anon_sym_0] = ACTIONS(393), - [anon_sym__] = ACTIONS(393), + [sym_special_variable_name] = STATE(192), + [anon_sym_DOLLAR] = ACTIONS(330), + [anon_sym_POUND] = ACTIONS(330), + [anon_sym_AT] = ACTIONS(330), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(332), + [anon_sym_STAR] = ACTIONS(330), + [anon_sym_QMARK] = ACTIONS(330), + [anon_sym_DASH] = ACTIONS(330), + [anon_sym_BANG] = ACTIONS(330), + [anon_sym_0] = ACTIONS(334), + [anon_sym__] = ACTIONS(334), }, [54] = { - [sym_special_variable_name] = STATE(185), - [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(397), - [anon_sym_AT] = ACTIONS(219), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(399), - [anon_sym_STAR] = ACTIONS(219), - [anon_sym_QMARK] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_0] = ACTIONS(225), - [anon_sym__] = ACTIONS(225), + [sym_special_variable_name] = STATE(195), + [anon_sym_DOLLAR] = ACTIONS(156), + [anon_sym_POUND] = ACTIONS(336), + [anon_sym_AT] = ACTIONS(156), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(338), + [anon_sym_STAR] = ACTIONS(156), + [anon_sym_QMARK] = ACTIONS(156), + [anon_sym_DASH] = ACTIONS(156), + [anon_sym_BANG] = ACTIONS(156), + [anon_sym_0] = ACTIONS(162), + [anon_sym__] = ACTIONS(162), }, [55] = { - [sym_for_statement] = STATE(186), - [sym_while_statement] = STATE(186), - [sym_if_statement] = STATE(186), - [sym_case_statement] = STATE(186), - [sym_function_definition] = STATE(186), - [sym_subshell] = STATE(186), - [sym_pipeline] = STATE(186), - [sym_list] = STATE(186), - [sym_bracket_command] = STATE(186), - [sym_command] = STATE(186), - [sym_command_name] = STATE(103), - [sym_environment_variable_assignment] = STATE(187), - [sym_subscript] = STATE(105), + [sym_for_statement] = STATE(196), + [sym_while_statement] = STATE(196), + [sym_if_statement] = STATE(196), + [sym_case_statement] = STATE(196), + [sym_function_definition] = STATE(196), + [sym_subshell] = STATE(196), + [sym_pipeline] = STATE(196), + [sym_list] = STATE(196), + [sym_bracket_command] = STATE(196), + [sym_command] = STATE(196), + [sym_command_name] = STATE(111), + [sym_environment_variable_assignment] = STATE(197), + [sym_subscript] = STATE(113), [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(107), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(115), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), }, [56] = { - [sym_for_statement] = STATE(188), - [sym_while_statement] = STATE(188), - [sym_if_statement] = STATE(188), - [sym_case_statement] = STATE(188), - [sym_function_definition] = STATE(188), - [sym_subshell] = STATE(188), - [sym_pipeline] = STATE(188), - [sym_list] = STATE(188), - [sym_bracket_command] = STATE(188), - [sym_command] = STATE(188), - [sym_command_name] = STATE(109), - [sym_environment_variable_assignment] = STATE(189), - [sym_subscript] = STATE(105), + [sym_for_statement] = STATE(198), + [sym_while_statement] = STATE(198), + [sym_if_statement] = STATE(198), + [sym_case_statement] = STATE(198), + [sym_function_definition] = STATE(198), + [sym_subshell] = STATE(198), + [sym_pipeline] = STATE(198), + [sym_list] = STATE(198), + [sym_bracket_command] = STATE(198), + [sym_command] = STATE(198), + [sym_command_name] = STATE(117), + [sym_environment_variable_assignment] = STATE(199), + [sym_subscript] = STATE(113), [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(111), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(119), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), }, [57] = { - [sym_for_statement] = STATE(190), - [sym_while_statement] = STATE(190), - [sym_if_statement] = STATE(190), - [sym_case_statement] = STATE(190), - [sym_function_definition] = STATE(190), - [sym_subshell] = STATE(190), - [sym_pipeline] = STATE(190), - [sym_list] = STATE(190), - [sym_bracket_command] = STATE(190), - [sym_command] = STATE(190), - [sym_command_name] = STATE(103), - [sym_environment_variable_assignment] = STATE(191), - [sym_subscript] = STATE(105), + [sym_for_statement] = STATE(200), + [sym_while_statement] = STATE(200), + [sym_if_statement] = STATE(200), + [sym_case_statement] = STATE(200), + [sym_function_definition] = STATE(200), + [sym_subshell] = STATE(200), + [sym_pipeline] = STATE(200), + [sym_list] = STATE(200), + [sym_bracket_command] = STATE(200), + [sym_command] = STATE(200), + [sym_command_name] = STATE(111), + [sym_environment_variable_assignment] = STATE(201), + [sym_subscript] = STATE(113), [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(107), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(115), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), }, [58] = { - [anon_sym_RBRACK] = ACTIONS(385), - [anon_sym_RBRACK_RBRACK] = ACTIONS(385), - [anon_sym_DQUOTE] = ACTIONS(387), - [sym_raw_string] = ACTIONS(387), - [anon_sym_DOLLAR] = ACTIONS(385), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(387), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(387), - [anon_sym_BQUOTE] = ACTIONS(387), - [anon_sym_LT_LPAREN] = ACTIONS(387), - [anon_sym_GT_LPAREN] = ACTIONS(387), - [sym_word] = ACTIONS(389), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACK] = ACTIONS(324), + [anon_sym_DQUOTE] = ACTIONS(326), + [sym_raw_string] = ACTIONS(326), + [anon_sym_DOLLAR] = ACTIONS(324), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(326), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(326), + [anon_sym_BQUOTE] = ACTIONS(326), + [anon_sym_LT_LPAREN] = ACTIONS(326), + [anon_sym_GT_LPAREN] = ACTIONS(326), + [sym_word] = ACTIONS(328), + [sym_comment] = ACTIONS(52), }, [59] = { - [sym_concatenation] = STATE(194), - [sym_string] = STATE(193), - [sym_simple_expansion] = STATE(193), - [sym_expansion] = STATE(193), - [sym_command_substitution] = STATE(193), - [sym_process_substitution] = STATE(193), - [anon_sym_RBRACK] = ACTIONS(401), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(403), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(405), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(204), + [sym_string] = STATE(203), + [sym_simple_expansion] = STATE(203), + [sym_expansion] = STATE(203), + [sym_command_substitution] = STATE(203), + [sym_process_substitution] = STATE(203), + [anon_sym_RBRACK] = ACTIONS(340), + [anon_sym_DQUOTE] = ACTIONS(82), + [sym_raw_string] = ACTIONS(342), + [anon_sym_DOLLAR] = ACTIONS(86), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(88), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(90), + [anon_sym_BQUOTE] = ACTIONS(92), + [anon_sym_LT_LPAREN] = ACTIONS(94), + [anon_sym_GT_LPAREN] = ACTIONS(94), + [sym_word] = ACTIONS(344), + [sym_comment] = ACTIONS(52), }, [60] = { - [sym_concatenation] = STATE(194), - [sym_string] = STATE(193), - [sym_simple_expansion] = STATE(193), - [sym_expansion] = STATE(193), - [sym_command_substitution] = STATE(193), - [sym_process_substitution] = STATE(193), - [anon_sym_RBRACK_RBRACK] = ACTIONS(401), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(403), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(405), - [sym_comment] = ACTIONS(133), + [sym_simple_expansion] = STATE(78), + [sym_expansion] = STATE(78), + [sym_command_substitution] = STATE(78), + [aux_sym_string_repeat1] = STATE(206), + [anon_sym_DQUOTE] = ACTIONS(346), + [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(132), + [anon_sym_DOLLAR] = ACTIONS(134), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), + [anon_sym_BQUOTE] = ACTIONS(140), + [sym_comment] = ACTIONS(142), }, [61] = { - [sym_simple_expansion] = STATE(70), - [sym_expansion] = STATE(70), - [sym_command_substitution] = STATE(70), - [aux_sym_string_repeat1] = STATE(196), - [anon_sym_DQUOTE] = ACTIONS(407), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(197), - [anon_sym_DOLLAR] = ACTIONS(199), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(201), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(203), - [anon_sym_BQUOTE] = ACTIONS(205), - [sym_comment] = ACTIONS(85), + [aux_sym_concatenation_repeat1] = STATE(208), + [sym__concat] = ACTIONS(348), + [anon_sym_RBRACK_RBRACK] = ACTIONS(324), + [anon_sym_DQUOTE] = ACTIONS(326), + [sym_raw_string] = ACTIONS(326), + [anon_sym_DOLLAR] = ACTIONS(324), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(326), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(326), + [anon_sym_BQUOTE] = ACTIONS(326), + [anon_sym_LT_LPAREN] = ACTIONS(326), + [anon_sym_GT_LPAREN] = ACTIONS(326), + [sym_word] = ACTIONS(328), + [sym_comment] = ACTIONS(52), }, [62] = { - [aux_sym_concatenation_repeat1] = STATE(198), - [sym_file_descriptor] = ACTIONS(409), - [sym__concat] = ACTIONS(411), - [sym_variable_name] = ACTIONS(409), - [anon_sym_LT] = ACTIONS(413), - [anon_sym_GT] = ACTIONS(413), - [anon_sym_GT_GT] = ACTIONS(409), - [anon_sym_AMP_GT] = ACTIONS(413), - [anon_sym_AMP_GT_GT] = ACTIONS(409), - [anon_sym_LT_AMP] = ACTIONS(409), - [anon_sym_GT_AMP] = ACTIONS(409), - [anon_sym_DQUOTE] = ACTIONS(409), - [sym_raw_string] = ACTIONS(409), - [anon_sym_DOLLAR] = ACTIONS(413), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(409), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(409), - [anon_sym_BQUOTE] = ACTIONS(409), - [anon_sym_LT_LPAREN] = ACTIONS(409), - [anon_sym_GT_LPAREN] = ACTIONS(409), - [sym_word] = ACTIONS(413), - [sym_comment] = ACTIONS(133), + [sym_special_variable_name] = STATE(211), + [anon_sym_DOLLAR] = ACTIONS(350), + [anon_sym_POUND] = ACTIONS(350), + [anon_sym_AT] = ACTIONS(350), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(352), + [anon_sym_STAR] = ACTIONS(350), + [anon_sym_QMARK] = ACTIONS(350), + [anon_sym_DASH] = ACTIONS(350), + [anon_sym_BANG] = ACTIONS(350), + [anon_sym_0] = ACTIONS(354), + [anon_sym__] = ACTIONS(354), }, [63] = { - [sym_special_variable_name] = STATE(201), - [anon_sym_DOLLAR] = ACTIONS(415), - [anon_sym_POUND] = ACTIONS(417), - [anon_sym_AT] = ACTIONS(415), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(419), - [anon_sym_STAR] = ACTIONS(415), - [anon_sym_QMARK] = ACTIONS(415), - [anon_sym_DASH] = ACTIONS(415), - [anon_sym_BANG] = ACTIONS(415), - [anon_sym_0] = ACTIONS(417), - [anon_sym__] = ACTIONS(417), + [sym_special_variable_name] = STATE(214), + [anon_sym_DOLLAR] = ACTIONS(156), + [anon_sym_POUND] = ACTIONS(356), + [anon_sym_AT] = ACTIONS(156), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(358), + [anon_sym_STAR] = ACTIONS(156), + [anon_sym_QMARK] = ACTIONS(156), + [anon_sym_DASH] = ACTIONS(156), + [anon_sym_BANG] = ACTIONS(156), + [anon_sym_0] = ACTIONS(162), + [anon_sym__] = ACTIONS(162), }, [64] = { - [sym_special_variable_name] = STATE(204), - [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(421), - [anon_sym_AT] = ACTIONS(219), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(423), - [anon_sym_STAR] = ACTIONS(219), - [anon_sym_QMARK] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_0] = ACTIONS(225), - [anon_sym__] = ACTIONS(225), + [sym_for_statement] = STATE(215), + [sym_while_statement] = STATE(215), + [sym_if_statement] = STATE(215), + [sym_case_statement] = STATE(215), + [sym_function_definition] = STATE(215), + [sym_subshell] = STATE(215), + [sym_pipeline] = STATE(215), + [sym_list] = STATE(215), + [sym_bracket_command] = STATE(215), + [sym_command] = STATE(215), + [sym_command_name] = STATE(111), + [sym_environment_variable_assignment] = STATE(216), + [sym_subscript] = STATE(113), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(115), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), }, [65] = { - [sym_for_statement] = STATE(205), - [sym_while_statement] = STATE(205), - [sym_if_statement] = STATE(205), - [sym_case_statement] = STATE(205), - [sym_function_definition] = STATE(205), - [sym_subshell] = STATE(205), - [sym_pipeline] = STATE(205), - [sym_list] = STATE(205), - [sym_bracket_command] = STATE(205), - [sym_command] = STATE(205), - [sym_command_name] = STATE(103), - [sym_environment_variable_assignment] = STATE(206), - [sym_subscript] = STATE(105), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(107), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), - }, - [66] = { - [sym_for_statement] = STATE(207), - [sym_while_statement] = STATE(207), - [sym_if_statement] = STATE(207), - [sym_case_statement] = STATE(207), - [sym_function_definition] = STATE(207), - [sym_subshell] = STATE(207), - [sym_pipeline] = STATE(207), - [sym_list] = STATE(207), - [sym_bracket_command] = STATE(207), - [sym_command] = STATE(207), - [sym_command_name] = STATE(109), - [sym_environment_variable_assignment] = STATE(208), - [sym_subscript] = STATE(105), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(111), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), - }, - [67] = { - [sym_for_statement] = STATE(209), - [sym_while_statement] = STATE(209), - [sym_if_statement] = STATE(209), - [sym_case_statement] = STATE(209), - [sym_function_definition] = STATE(209), - [sym_subshell] = STATE(209), - [sym_pipeline] = STATE(209), - [sym_list] = STATE(209), - [sym_bracket_command] = STATE(209), - [sym_command] = STATE(209), - [sym_command_name] = STATE(103), - [sym_environment_variable_assignment] = STATE(210), - [sym_subscript] = STATE(105), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(107), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), - }, - [68] = { - [sym_file_descriptor] = ACTIONS(409), - [sym_variable_name] = ACTIONS(409), - [anon_sym_LT] = ACTIONS(413), - [anon_sym_GT] = ACTIONS(413), - [anon_sym_GT_GT] = ACTIONS(409), - [anon_sym_AMP_GT] = ACTIONS(413), - [anon_sym_AMP_GT_GT] = ACTIONS(409), - [anon_sym_LT_AMP] = ACTIONS(409), - [anon_sym_GT_AMP] = ACTIONS(409), - [anon_sym_DQUOTE] = ACTIONS(409), - [sym_raw_string] = ACTIONS(409), - [anon_sym_DOLLAR] = ACTIONS(413), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(409), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(409), - [anon_sym_BQUOTE] = ACTIONS(409), - [anon_sym_LT_LPAREN] = ACTIONS(409), - [anon_sym_GT_LPAREN] = ACTIONS(409), - [sym_word] = ACTIONS(413), - [sym_comment] = ACTIONS(133), - }, - [69] = { - [sym_file_descriptor] = ACTIONS(425), - [sym__concat] = ACTIONS(425), - [anon_sym_PIPE] = ACTIONS(427), - [anon_sym_RPAREN] = ACTIONS(427), - [anon_sym_SEMI_SEMI] = ACTIONS(427), - [anon_sym_PIPE_AMP] = ACTIONS(427), - [anon_sym_AMP_AMP] = ACTIONS(427), - [anon_sym_PIPE_PIPE] = ACTIONS(427), - [anon_sym_LT] = ACTIONS(427), - [anon_sym_GT] = ACTIONS(427), - [anon_sym_GT_GT] = ACTIONS(427), - [anon_sym_AMP_GT] = ACTIONS(427), - [anon_sym_AMP_GT_GT] = ACTIONS(427), - [anon_sym_LT_AMP] = ACTIONS(427), - [anon_sym_GT_AMP] = ACTIONS(427), - [anon_sym_LT_LT] = ACTIONS(427), - [anon_sym_LT_LT_DASH] = ACTIONS(427), - [anon_sym_DQUOTE] = ACTIONS(427), - [sym_raw_string] = ACTIONS(427), - [anon_sym_DOLLAR] = ACTIONS(427), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(427), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(427), - [anon_sym_BQUOTE] = ACTIONS(427), - [anon_sym_LT_LPAREN] = ACTIONS(427), - [anon_sym_GT_LPAREN] = ACTIONS(427), - [sym_word] = ACTIONS(427), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(427), - [anon_sym_LF] = ACTIONS(427), - [anon_sym_AMP] = ACTIONS(427), - }, - [70] = { - [anon_sym_DQUOTE] = ACTIONS(429), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(431), - [anon_sym_DOLLAR] = ACTIONS(429), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(429), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(429), - [anon_sym_BQUOTE] = ACTIONS(429), - [sym_comment] = ACTIONS(85), - }, - [71] = { - [sym_special_variable_name] = STATE(213), - [anon_sym_DOLLAR] = ACTIONS(433), - [anon_sym_POUND] = ACTIONS(435), - [anon_sym_AT] = ACTIONS(433), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(437), - [anon_sym_STAR] = ACTIONS(433), - [anon_sym_QMARK] = ACTIONS(433), - [anon_sym_DASH] = ACTIONS(433), - [anon_sym_BANG] = ACTIONS(433), - [anon_sym_0] = ACTIONS(435), - [anon_sym__] = ACTIONS(435), - }, - [72] = { - [sym_special_variable_name] = STATE(216), - [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(439), - [anon_sym_AT] = ACTIONS(219), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(441), - [anon_sym_STAR] = ACTIONS(219), - [anon_sym_QMARK] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_0] = ACTIONS(225), - [anon_sym__] = ACTIONS(225), - }, - [73] = { [sym_for_statement] = STATE(217), [sym_while_statement] = STATE(217), [sym_if_statement] = STATE(217), @@ -10994,46 +6483,46 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_list] = STATE(217), [sym_bracket_command] = STATE(217), [sym_command] = STATE(217), - [sym_command_name] = STATE(103), + [sym_command_name] = STATE(117), [sym_environment_variable_assignment] = STATE(218), - [sym_subscript] = STATE(105), + [sym_subscript] = STATE(113), [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(107), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(119), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), }, - [74] = { + [66] = { [sym_for_statement] = STATE(219), [sym_while_statement] = STATE(219), [sym_if_statement] = STATE(219), @@ -11044,319 +6533,704 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_list] = STATE(219), [sym_bracket_command] = STATE(219), [sym_command] = STATE(219), - [sym_command_name] = STATE(109), + [sym_command_name] = STATE(111), [sym_environment_variable_assignment] = STATE(220), - [sym_subscript] = STATE(105), + [sym_subscript] = STATE(113), [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(111), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(115), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), + }, + [67] = { + [anon_sym_RBRACK_RBRACK] = ACTIONS(324), + [anon_sym_DQUOTE] = ACTIONS(326), + [sym_raw_string] = ACTIONS(326), + [anon_sym_DOLLAR] = ACTIONS(324), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(326), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(326), + [anon_sym_BQUOTE] = ACTIONS(326), + [anon_sym_LT_LPAREN] = ACTIONS(326), + [anon_sym_GT_LPAREN] = ACTIONS(326), + [sym_word] = ACTIONS(328), + [sym_comment] = ACTIONS(52), + }, + [68] = { + [sym_concatenation] = STATE(222), + [sym_string] = STATE(221), + [sym_simple_expansion] = STATE(221), + [sym_expansion] = STATE(221), + [sym_command_substitution] = STATE(221), + [sym_process_substitution] = STATE(221), + [anon_sym_RBRACK_RBRACK] = ACTIONS(340), + [anon_sym_DQUOTE] = ACTIONS(98), + [sym_raw_string] = ACTIONS(360), + [anon_sym_DOLLAR] = ACTIONS(102), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(104), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(106), + [anon_sym_BQUOTE] = ACTIONS(108), + [anon_sym_LT_LPAREN] = ACTIONS(110), + [anon_sym_GT_LPAREN] = ACTIONS(110), + [sym_word] = ACTIONS(362), + [sym_comment] = ACTIONS(52), + }, + [69] = { + [sym_simple_expansion] = STATE(78), + [sym_expansion] = STATE(78), + [sym_command_substitution] = STATE(78), + [aux_sym_string_repeat1] = STATE(224), + [anon_sym_DQUOTE] = ACTIONS(364), + [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(132), + [anon_sym_DOLLAR] = ACTIONS(134), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), + [anon_sym_BQUOTE] = ACTIONS(140), + [sym_comment] = ACTIONS(142), + }, + [70] = { + [aux_sym_concatenation_repeat1] = STATE(226), + [sym_file_descriptor] = ACTIONS(366), + [sym__concat] = ACTIONS(368), + [sym_variable_name] = ACTIONS(366), + [anon_sym_LT] = ACTIONS(370), + [anon_sym_GT] = ACTIONS(370), + [anon_sym_GT_GT] = ACTIONS(366), + [anon_sym_AMP_GT] = ACTIONS(370), + [anon_sym_AMP_GT_GT] = ACTIONS(366), + [anon_sym_LT_AMP] = ACTIONS(366), + [anon_sym_GT_AMP] = ACTIONS(366), + [anon_sym_DQUOTE] = ACTIONS(366), + [sym_raw_string] = ACTIONS(366), + [anon_sym_DOLLAR] = ACTIONS(370), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(366), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(366), + [anon_sym_LT_LPAREN] = ACTIONS(366), + [anon_sym_GT_LPAREN] = ACTIONS(366), + [sym_word] = ACTIONS(370), + [sym_comment] = ACTIONS(52), + }, + [71] = { + [sym_special_variable_name] = STATE(229), + [anon_sym_DOLLAR] = ACTIONS(372), + [anon_sym_POUND] = ACTIONS(372), + [anon_sym_AT] = ACTIONS(372), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(374), + [anon_sym_STAR] = ACTIONS(372), + [anon_sym_QMARK] = ACTIONS(372), + [anon_sym_DASH] = ACTIONS(372), + [anon_sym_BANG] = ACTIONS(372), + [anon_sym_0] = ACTIONS(376), + [anon_sym__] = ACTIONS(376), + }, + [72] = { + [sym_special_variable_name] = STATE(232), + [anon_sym_DOLLAR] = ACTIONS(156), + [anon_sym_POUND] = ACTIONS(378), + [anon_sym_AT] = ACTIONS(156), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(380), + [anon_sym_STAR] = ACTIONS(156), + [anon_sym_QMARK] = ACTIONS(156), + [anon_sym_DASH] = ACTIONS(156), + [anon_sym_BANG] = ACTIONS(156), + [anon_sym_0] = ACTIONS(162), + [anon_sym__] = ACTIONS(162), + }, + [73] = { + [sym_for_statement] = STATE(233), + [sym_while_statement] = STATE(233), + [sym_if_statement] = STATE(233), + [sym_case_statement] = STATE(233), + [sym_function_definition] = STATE(233), + [sym_subshell] = STATE(233), + [sym_pipeline] = STATE(233), + [sym_list] = STATE(233), + [sym_bracket_command] = STATE(233), + [sym_command] = STATE(233), + [sym_command_name] = STATE(111), + [sym_environment_variable_assignment] = STATE(234), + [sym_subscript] = STATE(113), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(115), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), + }, + [74] = { + [sym_for_statement] = STATE(235), + [sym_while_statement] = STATE(235), + [sym_if_statement] = STATE(235), + [sym_case_statement] = STATE(235), + [sym_function_definition] = STATE(235), + [sym_subshell] = STATE(235), + [sym_pipeline] = STATE(235), + [sym_list] = STATE(235), + [sym_bracket_command] = STATE(235), + [sym_command] = STATE(235), + [sym_command_name] = STATE(117), + [sym_environment_variable_assignment] = STATE(236), + [sym_subscript] = STATE(113), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(119), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), }, [75] = { - [sym_simple_expansion] = STATE(222), - [sym_expansion] = STATE(222), - [sym_command_substitution] = STATE(222), - [anon_sym_DQUOTE] = ACTIONS(443), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(445), - [anon_sym_DOLLAR] = ACTIONS(199), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(201), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(203), - [anon_sym_BQUOTE] = ACTIONS(205), - [sym_comment] = ACTIONS(85), + [sym_for_statement] = STATE(237), + [sym_while_statement] = STATE(237), + [sym_if_statement] = STATE(237), + [sym_case_statement] = STATE(237), + [sym_function_definition] = STATE(237), + [sym_subshell] = STATE(237), + [sym_pipeline] = STATE(237), + [sym_list] = STATE(237), + [sym_bracket_command] = STATE(237), + [sym_command] = STATE(237), + [sym_command_name] = STATE(111), + [sym_environment_variable_assignment] = STATE(238), + [sym_subscript] = STATE(113), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(115), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), }, [76] = { - [sym_string] = STATE(223), - [sym_simple_expansion] = STATE(223), - [sym_expansion] = STATE(223), - [sym_command_substitution] = STATE(223), - [sym_process_substitution] = STATE(223), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(447), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(449), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(366), + [sym_variable_name] = ACTIONS(366), + [anon_sym_LT] = ACTIONS(370), + [anon_sym_GT] = ACTIONS(370), + [anon_sym_GT_GT] = ACTIONS(366), + [anon_sym_AMP_GT] = ACTIONS(370), + [anon_sym_AMP_GT_GT] = ACTIONS(366), + [anon_sym_LT_AMP] = ACTIONS(366), + [anon_sym_GT_AMP] = ACTIONS(366), + [anon_sym_DQUOTE] = ACTIONS(366), + [sym_raw_string] = ACTIONS(366), + [anon_sym_DOLLAR] = ACTIONS(370), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(366), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(366), + [anon_sym_LT_LPAREN] = ACTIONS(366), + [anon_sym_GT_LPAREN] = ACTIONS(366), + [sym_word] = ACTIONS(370), + [sym_comment] = ACTIONS(52), }, [77] = { - [sym_file_descriptor] = ACTIONS(451), - [sym__concat] = ACTIONS(453), - [anon_sym_PIPE] = ACTIONS(455), - [anon_sym_RPAREN] = ACTIONS(455), - [anon_sym_SEMI_SEMI] = ACTIONS(455), - [anon_sym_PIPE_AMP] = ACTIONS(455), - [anon_sym_AMP_AMP] = ACTIONS(455), - [anon_sym_PIPE_PIPE] = ACTIONS(455), - [anon_sym_LT] = ACTIONS(455), - [anon_sym_GT] = ACTIONS(455), - [anon_sym_GT_GT] = ACTIONS(455), - [anon_sym_AMP_GT] = ACTIONS(455), - [anon_sym_AMP_GT_GT] = ACTIONS(455), - [anon_sym_LT_AMP] = ACTIONS(455), - [anon_sym_GT_AMP] = ACTIONS(455), - [anon_sym_LT_LT] = ACTIONS(455), - [anon_sym_LT_LT_DASH] = ACTIONS(455), - [anon_sym_DQUOTE] = ACTIONS(455), - [sym_raw_string] = ACTIONS(455), - [anon_sym_DOLLAR] = ACTIONS(455), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(455), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(455), - [anon_sym_BQUOTE] = ACTIONS(455), - [anon_sym_LT_LPAREN] = ACTIONS(455), - [anon_sym_GT_LPAREN] = ACTIONS(455), - [sym_word] = ACTIONS(455), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(455), - [anon_sym_LF] = ACTIONS(455), - [anon_sym_AMP] = ACTIONS(455), + [sym_file_descriptor] = ACTIONS(382), + [sym__concat] = ACTIONS(382), + [anon_sym_PIPE] = ACTIONS(384), + [anon_sym_RPAREN] = ACTIONS(384), + [anon_sym_SEMI_SEMI] = ACTIONS(384), + [anon_sym_PIPE_AMP] = ACTIONS(384), + [anon_sym_AMP_AMP] = ACTIONS(384), + [anon_sym_PIPE_PIPE] = ACTIONS(384), + [anon_sym_LT] = ACTIONS(384), + [anon_sym_GT] = ACTIONS(384), + [anon_sym_GT_GT] = ACTIONS(384), + [anon_sym_AMP_GT] = ACTIONS(384), + [anon_sym_AMP_GT_GT] = ACTIONS(384), + [anon_sym_LT_AMP] = ACTIONS(384), + [anon_sym_GT_AMP] = ACTIONS(384), + [anon_sym_LT_LT] = ACTIONS(384), + [anon_sym_LT_LT_DASH] = ACTIONS(384), + [anon_sym_DQUOTE] = ACTIONS(384), + [sym_raw_string] = ACTIONS(384), + [anon_sym_DOLLAR] = ACTIONS(384), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(384), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(384), + [anon_sym_BQUOTE] = ACTIONS(384), + [anon_sym_LT_LPAREN] = ACTIONS(384), + [anon_sym_GT_LPAREN] = ACTIONS(384), + [sym_word] = ACTIONS(384), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(384), + [anon_sym_LF] = ACTIONS(384), + [anon_sym_AMP] = ACTIONS(384), }, [78] = { - [sym_file_descriptor] = ACTIONS(457), - [sym__concat] = ACTIONS(457), - [anon_sym_PIPE] = ACTIONS(459), - [anon_sym_RPAREN] = ACTIONS(459), - [anon_sym_SEMI_SEMI] = ACTIONS(459), - [anon_sym_PIPE_AMP] = ACTIONS(459), - [anon_sym_AMP_AMP] = ACTIONS(459), - [anon_sym_PIPE_PIPE] = ACTIONS(459), - [anon_sym_LT] = ACTIONS(459), - [anon_sym_GT] = ACTIONS(459), - [anon_sym_GT_GT] = ACTIONS(459), - [anon_sym_AMP_GT] = ACTIONS(459), - [anon_sym_AMP_GT_GT] = ACTIONS(459), - [anon_sym_LT_AMP] = ACTIONS(459), - [anon_sym_GT_AMP] = ACTIONS(459), - [anon_sym_LT_LT] = ACTIONS(459), - [anon_sym_LT_LT_DASH] = ACTIONS(459), - [anon_sym_DQUOTE] = ACTIONS(459), - [sym_raw_string] = ACTIONS(459), - [anon_sym_DOLLAR] = ACTIONS(459), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(459), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(459), - [anon_sym_BQUOTE] = ACTIONS(459), - [anon_sym_LT_LPAREN] = ACTIONS(459), - [anon_sym_GT_LPAREN] = ACTIONS(459), - [sym_word] = ACTIONS(459), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(459), - [anon_sym_LF] = ACTIONS(459), - [anon_sym_AMP] = ACTIONS(459), + [anon_sym_DQUOTE] = ACTIONS(386), + [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(388), + [anon_sym_DOLLAR] = ACTIONS(386), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(386), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(386), + [anon_sym_BQUOTE] = ACTIONS(386), + [sym_comment] = ACTIONS(142), }, [79] = { - [sym_file_descriptor] = ACTIONS(461), - [sym__concat] = ACTIONS(461), - [anon_sym_PIPE] = ACTIONS(463), - [anon_sym_RPAREN] = ACTIONS(463), - [anon_sym_SEMI_SEMI] = ACTIONS(463), - [anon_sym_PIPE_AMP] = ACTIONS(463), - [anon_sym_AMP_AMP] = ACTIONS(463), - [anon_sym_PIPE_PIPE] = ACTIONS(463), - [anon_sym_LT] = ACTIONS(463), - [anon_sym_GT] = ACTIONS(463), - [anon_sym_GT_GT] = ACTIONS(463), - [anon_sym_AMP_GT] = ACTIONS(463), - [anon_sym_AMP_GT_GT] = ACTIONS(463), - [anon_sym_LT_AMP] = ACTIONS(463), - [anon_sym_GT_AMP] = ACTIONS(463), - [anon_sym_LT_LT] = ACTIONS(463), - [anon_sym_LT_LT_DASH] = ACTIONS(463), - [anon_sym_DQUOTE] = ACTIONS(463), - [sym_raw_string] = ACTIONS(463), - [anon_sym_DOLLAR] = ACTIONS(463), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(463), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(463), - [anon_sym_BQUOTE] = ACTIONS(463), - [anon_sym_LT_LPAREN] = ACTIONS(463), - [anon_sym_GT_LPAREN] = ACTIONS(463), - [sym_word] = ACTIONS(463), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(463), - [anon_sym_LF] = ACTIONS(463), - [anon_sym_AMP] = ACTIONS(463), + [sym_special_variable_name] = STATE(241), + [anon_sym_DOLLAR] = ACTIONS(390), + [anon_sym_POUND] = ACTIONS(390), + [anon_sym_AT] = ACTIONS(390), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(392), + [anon_sym_STAR] = ACTIONS(390), + [anon_sym_QMARK] = ACTIONS(390), + [anon_sym_DASH] = ACTIONS(390), + [anon_sym_BANG] = ACTIONS(390), + [anon_sym_0] = ACTIONS(394), + [anon_sym__] = ACTIONS(394), }, [80] = { - [sym_file_descriptor] = ACTIONS(465), - [sym__concat] = ACTIONS(465), - [anon_sym_PIPE] = ACTIONS(467), - [anon_sym_RPAREN] = ACTIONS(467), - [anon_sym_SEMI_SEMI] = ACTIONS(467), - [anon_sym_PIPE_AMP] = ACTIONS(467), - [anon_sym_AMP_AMP] = ACTIONS(467), - [anon_sym_PIPE_PIPE] = ACTIONS(467), - [anon_sym_LT] = ACTIONS(467), - [anon_sym_GT] = ACTIONS(467), - [anon_sym_GT_GT] = ACTIONS(467), - [anon_sym_AMP_GT] = ACTIONS(467), - [anon_sym_AMP_GT_GT] = ACTIONS(467), - [anon_sym_LT_AMP] = ACTIONS(467), - [anon_sym_GT_AMP] = ACTIONS(467), - [anon_sym_LT_LT] = ACTIONS(467), - [anon_sym_LT_LT_DASH] = ACTIONS(467), - [anon_sym_DQUOTE] = ACTIONS(467), - [sym_raw_string] = ACTIONS(467), - [anon_sym_DOLLAR] = ACTIONS(467), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(467), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(467), - [anon_sym_BQUOTE] = ACTIONS(467), - [anon_sym_LT_LPAREN] = ACTIONS(467), - [anon_sym_GT_LPAREN] = ACTIONS(467), - [sym_word] = ACTIONS(467), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(467), - [anon_sym_LF] = ACTIONS(467), - [anon_sym_AMP] = ACTIONS(467), + [sym_special_variable_name] = STATE(244), + [anon_sym_DOLLAR] = ACTIONS(156), + [anon_sym_POUND] = ACTIONS(396), + [anon_sym_AT] = ACTIONS(156), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(398), + [anon_sym_STAR] = ACTIONS(156), + [anon_sym_QMARK] = ACTIONS(156), + [anon_sym_DASH] = ACTIONS(156), + [anon_sym_BANG] = ACTIONS(156), + [anon_sym_0] = ACTIONS(162), + [anon_sym__] = ACTIONS(162), }, [81] = { - [anon_sym_RBRACE] = ACTIONS(457), - [anon_sym_LBRACK] = ACTIONS(457), - [anon_sym_EQ] = ACTIONS(457), - [anon_sym_COLON] = ACTIONS(469), - [anon_sym_COLON_QMARK] = ACTIONS(457), - [anon_sym_COLON_DASH] = ACTIONS(457), - [anon_sym_PERCENT] = ACTIONS(457), - [anon_sym_SLASH] = ACTIONS(457), - [sym_comment] = ACTIONS(133), + [sym_for_statement] = STATE(245), + [sym_while_statement] = STATE(245), + [sym_if_statement] = STATE(245), + [sym_case_statement] = STATE(245), + [sym_function_definition] = STATE(245), + [sym_subshell] = STATE(245), + [sym_pipeline] = STATE(245), + [sym_list] = STATE(245), + [sym_bracket_command] = STATE(245), + [sym_command] = STATE(245), + [sym_command_name] = STATE(111), + [sym_environment_variable_assignment] = STATE(246), + [sym_subscript] = STATE(113), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(115), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), }, [82] = { - [sym_special_variable_name] = STATE(226), - [anon_sym_RBRACE] = ACTIONS(457), - [anon_sym_LBRACK] = ACTIONS(457), - [anon_sym_EQ] = ACTIONS(457), - [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(225), - [anon_sym_AT] = ACTIONS(219), - [anon_sym_COLON] = ACTIONS(469), - [anon_sym_COLON_QMARK] = ACTIONS(457), - [anon_sym_COLON_DASH] = ACTIONS(457), - [anon_sym_PERCENT] = ACTIONS(457), - [anon_sym_SLASH] = ACTIONS(457), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(471), - [anon_sym_STAR] = ACTIONS(219), - [anon_sym_QMARK] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_0] = ACTIONS(225), - [anon_sym__] = ACTIONS(225), + [sym_for_statement] = STATE(247), + [sym_while_statement] = STATE(247), + [sym_if_statement] = STATE(247), + [sym_case_statement] = STATE(247), + [sym_function_definition] = STATE(247), + [sym_subshell] = STATE(247), + [sym_pipeline] = STATE(247), + [sym_list] = STATE(247), + [sym_bracket_command] = STATE(247), + [sym_command] = STATE(247), + [sym_command_name] = STATE(117), + [sym_environment_variable_assignment] = STATE(248), + [sym_subscript] = STATE(113), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(119), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), }, [83] = { - [anon_sym_RBRACE] = ACTIONS(473), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_EQ] = ACTIONS(477), - [anon_sym_COLON] = ACTIONS(479), - [anon_sym_COLON_QMARK] = ACTIONS(477), - [anon_sym_COLON_DASH] = ACTIONS(477), - [anon_sym_PERCENT] = ACTIONS(477), - [anon_sym_SLASH] = ACTIONS(477), - [sym_comment] = ACTIONS(133), + [sym_simple_expansion] = STATE(250), + [sym_expansion] = STATE(250), + [sym_command_substitution] = STATE(250), + [anon_sym_DQUOTE] = ACTIONS(400), + [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(402), + [anon_sym_DOLLAR] = ACTIONS(134), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), + [anon_sym_BQUOTE] = ACTIONS(140), + [sym_comment] = ACTIONS(142), }, [84] = { - [anon_sym_RBRACE] = ACTIONS(481), - [anon_sym_LBRACK] = ACTIONS(483), - [anon_sym_EQ] = ACTIONS(485), - [anon_sym_COLON] = ACTIONS(487), - [anon_sym_COLON_QMARK] = ACTIONS(485), - [anon_sym_COLON_DASH] = ACTIONS(485), - [anon_sym_PERCENT] = ACTIONS(485), - [anon_sym_SLASH] = ACTIONS(485), - [sym_comment] = ACTIONS(133), + [sym_string] = STATE(251), + [sym_simple_expansion] = STATE(251), + [sym_expansion] = STATE(251), + [sym_command_substitution] = STATE(251), + [sym_process_substitution] = STATE(251), + [anon_sym_DQUOTE] = ACTIONS(36), + [sym_raw_string] = ACTIONS(404), + [anon_sym_DOLLAR] = ACTIONS(40), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(42), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(44), + [anon_sym_BQUOTE] = ACTIONS(46), + [anon_sym_LT_LPAREN] = ACTIONS(48), + [anon_sym_GT_LPAREN] = ACTIONS(48), + [sym_word] = ACTIONS(406), + [sym_comment] = ACTIONS(52), }, [85] = { - [anon_sym_LBRACK] = ACTIONS(139), - [anon_sym_EQ] = ACTIONS(489), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(408), + [sym__concat] = ACTIONS(410), + [anon_sym_PIPE] = ACTIONS(412), + [anon_sym_RPAREN] = ACTIONS(412), + [anon_sym_SEMI_SEMI] = ACTIONS(412), + [anon_sym_PIPE_AMP] = ACTIONS(412), + [anon_sym_AMP_AMP] = ACTIONS(412), + [anon_sym_PIPE_PIPE] = ACTIONS(412), + [anon_sym_LT] = ACTIONS(412), + [anon_sym_GT] = ACTIONS(412), + [anon_sym_GT_GT] = ACTIONS(412), + [anon_sym_AMP_GT] = ACTIONS(412), + [anon_sym_AMP_GT_GT] = ACTIONS(412), + [anon_sym_LT_AMP] = ACTIONS(412), + [anon_sym_GT_AMP] = ACTIONS(412), + [anon_sym_LT_LT] = ACTIONS(412), + [anon_sym_LT_LT_DASH] = ACTIONS(412), + [anon_sym_DQUOTE] = ACTIONS(412), + [sym_raw_string] = ACTIONS(412), + [anon_sym_DOLLAR] = ACTIONS(412), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(412), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(412), + [anon_sym_BQUOTE] = ACTIONS(412), + [anon_sym_LT_LPAREN] = ACTIONS(412), + [anon_sym_GT_LPAREN] = ACTIONS(412), + [sym_word] = ACTIONS(412), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(412), + [anon_sym_LF] = ACTIONS(412), + [anon_sym_AMP] = ACTIONS(412), }, [86] = { - [sym_word] = ACTIONS(491), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(414), + [sym__concat] = ACTIONS(414), + [anon_sym_PIPE] = ACTIONS(416), + [anon_sym_RPAREN] = ACTIONS(416), + [anon_sym_SEMI_SEMI] = ACTIONS(416), + [anon_sym_PIPE_AMP] = ACTIONS(416), + [anon_sym_AMP_AMP] = ACTIONS(416), + [anon_sym_PIPE_PIPE] = ACTIONS(416), + [anon_sym_LT] = ACTIONS(416), + [anon_sym_GT] = ACTIONS(416), + [anon_sym_GT_GT] = ACTIONS(416), + [anon_sym_AMP_GT] = ACTIONS(416), + [anon_sym_AMP_GT_GT] = ACTIONS(416), + [anon_sym_LT_AMP] = ACTIONS(416), + [anon_sym_GT_AMP] = ACTIONS(416), + [anon_sym_LT_LT] = ACTIONS(416), + [anon_sym_LT_LT_DASH] = ACTIONS(416), + [anon_sym_DQUOTE] = ACTIONS(416), + [sym_raw_string] = ACTIONS(416), + [anon_sym_DOLLAR] = ACTIONS(416), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(416), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(416), + [anon_sym_BQUOTE] = ACTIONS(416), + [anon_sym_LT_LPAREN] = ACTIONS(416), + [anon_sym_GT_LPAREN] = ACTIONS(416), + [sym_word] = ACTIONS(416), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(416), + [anon_sym_LF] = ACTIONS(416), + [anon_sym_AMP] = ACTIONS(416), }, [87] = { - [sym__terminated_statement] = STATE(235), - [sym_for_statement] = STATE(36), - [sym_while_statement] = STATE(36), - [sym_if_statement] = STATE(36), - [sym_case_statement] = STATE(36), - [sym_function_definition] = STATE(36), - [sym_subshell] = STATE(36), - [sym_pipeline] = STATE(36), - [sym_list] = STATE(36), - [sym_bracket_command] = STATE(36), - [sym_command] = STATE(36), - [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(37), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(418), + [sym__concat] = ACTIONS(418), + [anon_sym_PIPE] = ACTIONS(420), + [anon_sym_RPAREN] = ACTIONS(420), + [anon_sym_SEMI_SEMI] = ACTIONS(420), + [anon_sym_PIPE_AMP] = ACTIONS(420), + [anon_sym_AMP_AMP] = ACTIONS(420), + [anon_sym_PIPE_PIPE] = ACTIONS(420), + [anon_sym_LT] = ACTIONS(420), + [anon_sym_GT] = ACTIONS(420), + [anon_sym_GT_GT] = ACTIONS(420), + [anon_sym_AMP_GT] = ACTIONS(420), + [anon_sym_AMP_GT_GT] = ACTIONS(420), + [anon_sym_LT_AMP] = ACTIONS(420), + [anon_sym_GT_AMP] = ACTIONS(420), + [anon_sym_LT_LT] = ACTIONS(420), + [anon_sym_LT_LT_DASH] = ACTIONS(420), + [anon_sym_DQUOTE] = ACTIONS(420), + [sym_raw_string] = ACTIONS(420), + [anon_sym_DOLLAR] = ACTIONS(420), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(420), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(420), + [anon_sym_BQUOTE] = ACTIONS(420), + [anon_sym_LT_LPAREN] = ACTIONS(420), + [anon_sym_GT_LPAREN] = ACTIONS(420), + [sym_word] = ACTIONS(420), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(420), + [anon_sym_LF] = ACTIONS(420), + [anon_sym_AMP] = ACTIONS(420), }, [88] = { - [sym__terminated_statement] = STATE(236), + [sym_file_descriptor] = ACTIONS(422), + [sym__concat] = ACTIONS(422), + [anon_sym_PIPE] = ACTIONS(424), + [anon_sym_RPAREN] = ACTIONS(424), + [anon_sym_SEMI_SEMI] = ACTIONS(424), + [anon_sym_PIPE_AMP] = ACTIONS(424), + [anon_sym_AMP_AMP] = ACTIONS(424), + [anon_sym_PIPE_PIPE] = ACTIONS(424), + [anon_sym_LT] = ACTIONS(424), + [anon_sym_GT] = ACTIONS(424), + [anon_sym_GT_GT] = ACTIONS(424), + [anon_sym_AMP_GT] = ACTIONS(424), + [anon_sym_AMP_GT_GT] = ACTIONS(424), + [anon_sym_LT_AMP] = ACTIONS(424), + [anon_sym_GT_AMP] = ACTIONS(424), + [anon_sym_LT_LT] = ACTIONS(424), + [anon_sym_LT_LT_DASH] = ACTIONS(424), + [anon_sym_DQUOTE] = ACTIONS(424), + [sym_raw_string] = ACTIONS(424), + [anon_sym_DOLLAR] = ACTIONS(424), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(424), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(424), + [anon_sym_BQUOTE] = ACTIONS(424), + [anon_sym_LT_LPAREN] = ACTIONS(424), + [anon_sym_GT_LPAREN] = ACTIONS(424), + [sym_word] = ACTIONS(424), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(424), + [anon_sym_LF] = ACTIONS(424), + [anon_sym_AMP] = ACTIONS(424), + }, + [89] = { + [anon_sym_RBRACE] = ACTIONS(414), + [anon_sym_LBRACK] = ACTIONS(414), + [anon_sym_EQ] = ACTIONS(414), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_QMARK] = ACTIONS(414), + [anon_sym_COLON_DASH] = ACTIONS(414), + [anon_sym_PERCENT] = ACTIONS(414), + [anon_sym_SLASH] = ACTIONS(414), + [sym_comment] = ACTIONS(52), + }, + [90] = { + [sym_special_variable_name] = STATE(254), + [anon_sym_RBRACE] = ACTIONS(414), + [anon_sym_LBRACK] = ACTIONS(414), + [anon_sym_EQ] = ACTIONS(414), + [anon_sym_DOLLAR] = ACTIONS(156), + [anon_sym_POUND] = ACTIONS(156), + [anon_sym_AT] = ACTIONS(156), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_QMARK] = ACTIONS(414), + [anon_sym_COLON_DASH] = ACTIONS(414), + [anon_sym_PERCENT] = ACTIONS(414), + [anon_sym_SLASH] = ACTIONS(414), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(428), + [anon_sym_STAR] = ACTIONS(156), + [anon_sym_QMARK] = ACTIONS(156), + [anon_sym_DASH] = ACTIONS(156), + [anon_sym_BANG] = ACTIONS(156), + [anon_sym_0] = ACTIONS(162), + [anon_sym__] = ACTIONS(162), + }, + [91] = { + [anon_sym_RBRACE] = ACTIONS(430), + [anon_sym_LBRACK] = ACTIONS(432), + [anon_sym_EQ] = ACTIONS(434), + [anon_sym_COLON] = ACTIONS(436), + [anon_sym_COLON_QMARK] = ACTIONS(434), + [anon_sym_COLON_DASH] = ACTIONS(434), + [anon_sym_PERCENT] = ACTIONS(434), + [anon_sym_SLASH] = ACTIONS(434), + [sym_comment] = ACTIONS(52), + }, + [92] = { + [anon_sym_RBRACE] = ACTIONS(438), + [anon_sym_LBRACK] = ACTIONS(440), + [anon_sym_EQ] = ACTIONS(442), + [anon_sym_COLON] = ACTIONS(444), + [anon_sym_COLON_QMARK] = ACTIONS(442), + [anon_sym_COLON_DASH] = ACTIONS(442), + [anon_sym_PERCENT] = ACTIONS(442), + [anon_sym_SLASH] = ACTIONS(442), + [sym_comment] = ACTIONS(52), + }, + [93] = { + [anon_sym_LBRACK] = ACTIONS(58), + [anon_sym_EQ] = ACTIONS(446), + [sym_comment] = ACTIONS(52), + }, + [94] = { + [sym_word] = ACTIONS(448), + [sym_comment] = ACTIONS(52), + }, + [95] = { + [sym__terminated_statement] = STATE(263), [sym_for_statement] = STATE(36), [sym_while_statement] = STATE(36), [sym_if_statement] = STATE(36), @@ -11378,3117 +7252,1674 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(14), [sym_process_substitution] = STATE(14), [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), - }, - [89] = { - [sym_concatenation] = STATE(238), - [sym_string] = STATE(237), - [sym_simple_expansion] = STATE(237), - [sym_expansion] = STATE(237), - [sym_command_substitution] = STATE(237), - [sym_process_substitution] = STATE(237), - [anon_sym_DQUOTE] = ACTIONS(145), - [sym_raw_string] = ACTIONS(493), - [anon_sym_DOLLAR] = ACTIONS(149), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(151), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(153), - [anon_sym_BQUOTE] = ACTIONS(155), - [anon_sym_LT_LPAREN] = ACTIONS(157), - [anon_sym_GT_LPAREN] = ACTIONS(157), - [sym_word] = ACTIONS(495), - [sym_comment] = ACTIONS(133), - }, - [90] = { - [sym_word] = ACTIONS(497), - [sym_comment] = ACTIONS(133), - }, - [91] = { - [sym__terminated_statement] = STATE(22), - [sym_for_statement] = STATE(240), - [sym_while_statement] = STATE(240), - [sym_if_statement] = STATE(240), - [sym_case_statement] = STATE(240), - [sym_function_definition] = STATE(240), - [sym_subshell] = STATE(240), - [sym_pipeline] = STATE(240), - [sym_list] = STATE(240), - [sym_bracket_command] = STATE(240), - [sym_command] = STATE(240), - [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(241), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [aux_sym_program_repeat1] = STATE(242), - [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), - }, - [92] = { - [sym_concatenation] = STATE(58), - [sym_string] = STATE(52), - [sym_simple_expansion] = STATE(52), - [sym_expansion] = STATE(52), - [sym_command_substitution] = STATE(52), - [sym_process_substitution] = STATE(52), - [aux_sym_for_statement_repeat1] = STATE(243), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(165), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(177), - [sym_comment] = ACTIONS(133), - }, - [93] = { - [sym_concatenation] = STATE(58), - [sym_string] = STATE(52), - [sym_simple_expansion] = STATE(52), - [sym_expansion] = STATE(52), - [sym_command_substitution] = STATE(52), - [sym_process_substitution] = STATE(52), - [aux_sym_for_statement_repeat1] = STATE(244), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(165), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(177), - [sym_comment] = ACTIONS(133), - }, - [94] = { - [sym_simple_expansion] = STATE(70), - [sym_expansion] = STATE(70), - [sym_command_substitution] = STATE(70), - [aux_sym_string_repeat1] = STATE(246), - [anon_sym_DQUOTE] = ACTIONS(499), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(197), - [anon_sym_DOLLAR] = ACTIONS(199), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(201), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(203), - [anon_sym_BQUOTE] = ACTIONS(205), - [sym_comment] = ACTIONS(85), - }, - [95] = { - [aux_sym_concatenation_repeat1] = STATE(248), - [sym_file_descriptor] = ACTIONS(207), - [sym__concat] = ACTIONS(501), - [anon_sym_PIPE] = ACTIONS(503), - [anon_sym_RPAREN] = ACTIONS(207), - [anon_sym_PIPE_AMP] = ACTIONS(207), - [anon_sym_AMP_AMP] = ACTIONS(207), - [anon_sym_PIPE_PIPE] = ACTIONS(503), - [anon_sym_LT] = ACTIONS(503), - [anon_sym_GT] = ACTIONS(503), - [anon_sym_GT_GT] = ACTIONS(207), - [anon_sym_AMP_GT] = ACTIONS(503), - [anon_sym_AMP_GT_GT] = ACTIONS(207), - [anon_sym_LT_AMP] = ACTIONS(207), - [anon_sym_GT_AMP] = ACTIONS(207), - [anon_sym_LT_LT] = ACTIONS(503), - [anon_sym_LT_LT_DASH] = ACTIONS(207), - [anon_sym_DQUOTE] = ACTIONS(207), - [sym_raw_string] = ACTIONS(207), - [anon_sym_DOLLAR] = ACTIONS(503), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(207), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(207), - [anon_sym_BQUOTE] = ACTIONS(207), - [anon_sym_LT_LPAREN] = ACTIONS(207), - [anon_sym_GT_LPAREN] = ACTIONS(207), - [sym_word] = ACTIONS(211), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(12), + [anon_sym_for] = ACTIONS(16), + [anon_sym_while] = ACTIONS(18), + [anon_sym_if] = ACTIONS(20), + [anon_sym_case] = ACTIONS(22), + [anon_sym_function] = ACTIONS(24), + [anon_sym_LPAREN] = ACTIONS(26), + [anon_sym_LBRACK] = ACTIONS(28), + [anon_sym_LBRACK_LBRACK] = ACTIONS(30), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(36), + [sym_raw_string] = ACTIONS(38), + [anon_sym_DOLLAR] = ACTIONS(40), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(42), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(44), + [anon_sym_BQUOTE] = ACTIONS(46), + [anon_sym_LT_LPAREN] = ACTIONS(48), + [anon_sym_GT_LPAREN] = ACTIONS(48), + [sym_word] = ACTIONS(50), + [sym_comment] = ACTIONS(52), }, [96] = { - [sym_special_variable_name] = STATE(251), - [anon_sym_DOLLAR] = ACTIONS(505), - [anon_sym_POUND] = ACTIONS(507), - [anon_sym_AT] = ACTIONS(505), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(509), - [anon_sym_STAR] = ACTIONS(505), - [anon_sym_QMARK] = ACTIONS(505), - [anon_sym_DASH] = ACTIONS(505), - [anon_sym_BANG] = ACTIONS(505), - [anon_sym_0] = ACTIONS(507), - [anon_sym__] = ACTIONS(507), + [sym__terminated_statement] = STATE(264), + [sym_for_statement] = STATE(36), + [sym_while_statement] = STATE(36), + [sym_if_statement] = STATE(36), + [sym_case_statement] = STATE(36), + [sym_function_definition] = STATE(36), + [sym_subshell] = STATE(36), + [sym_pipeline] = STATE(36), + [sym_list] = STATE(36), + [sym_bracket_command] = STATE(36), + [sym_command] = STATE(36), + [sym_command_name] = STATE(24), + [sym_environment_variable_assignment] = STATE(37), + [sym_subscript] = STATE(26), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(28), + [sym_string] = STATE(14), + [sym_simple_expansion] = STATE(14), + [sym_expansion] = STATE(14), + [sym_command_substitution] = STATE(14), + [sym_process_substitution] = STATE(14), + [aux_sym_command_repeat1] = STATE(30), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(12), + [anon_sym_for] = ACTIONS(16), + [anon_sym_while] = ACTIONS(18), + [anon_sym_if] = ACTIONS(20), + [anon_sym_case] = ACTIONS(22), + [anon_sym_function] = ACTIONS(24), + [anon_sym_LPAREN] = ACTIONS(26), + [anon_sym_LBRACK] = ACTIONS(28), + [anon_sym_LBRACK_LBRACK] = ACTIONS(30), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(36), + [sym_raw_string] = ACTIONS(38), + [anon_sym_DOLLAR] = ACTIONS(40), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(42), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(44), + [anon_sym_BQUOTE] = ACTIONS(46), + [anon_sym_LT_LPAREN] = ACTIONS(48), + [anon_sym_GT_LPAREN] = ACTIONS(48), + [sym_word] = ACTIONS(50), + [sym_comment] = ACTIONS(52), }, [97] = { - [sym_special_variable_name] = STATE(254), - [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(511), - [anon_sym_AT] = ACTIONS(219), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(513), - [anon_sym_STAR] = ACTIONS(219), - [anon_sym_QMARK] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_0] = ACTIONS(225), - [anon_sym__] = ACTIONS(225), + [sym_concatenation] = STATE(266), + [sym_string] = STATE(265), + [sym_simple_expansion] = STATE(265), + [sym_expansion] = STATE(265), + [sym_command_substitution] = STATE(265), + [sym_process_substitution] = STATE(265), + [anon_sym_DQUOTE] = ACTIONS(64), + [sym_raw_string] = ACTIONS(450), + [anon_sym_DOLLAR] = ACTIONS(68), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(70), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(72), + [anon_sym_BQUOTE] = ACTIONS(74), + [anon_sym_LT_LPAREN] = ACTIONS(76), + [anon_sym_GT_LPAREN] = ACTIONS(76), + [sym_word] = ACTIONS(452), + [sym_comment] = ACTIONS(52), }, [98] = { - [sym_for_statement] = STATE(255), - [sym_while_statement] = STATE(255), - [sym_if_statement] = STATE(255), - [sym_case_statement] = STATE(255), - [sym_function_definition] = STATE(255), - [sym_subshell] = STATE(255), - [sym_pipeline] = STATE(255), - [sym_list] = STATE(255), - [sym_bracket_command] = STATE(255), - [sym_command] = STATE(255), - [sym_command_name] = STATE(103), - [sym_environment_variable_assignment] = STATE(256), - [sym_subscript] = STATE(105), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(107), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), + [sym_word] = ACTIONS(454), + [sym_comment] = ACTIONS(52), }, [99] = { - [sym_for_statement] = STATE(257), - [sym_while_statement] = STATE(257), - [sym_if_statement] = STATE(257), - [sym_case_statement] = STATE(257), - [sym_function_definition] = STATE(257), - [sym_subshell] = STATE(257), - [sym_pipeline] = STATE(257), - [sym_list] = STATE(257), - [sym_bracket_command] = STATE(257), - [sym_command] = STATE(257), - [sym_command_name] = STATE(109), - [sym_environment_variable_assignment] = STATE(258), - [sym_subscript] = STATE(105), + [sym__terminated_statement] = STATE(22), + [sym_for_statement] = STATE(268), + [sym_while_statement] = STATE(268), + [sym_if_statement] = STATE(268), + [sym_case_statement] = STATE(268), + [sym_function_definition] = STATE(268), + [sym_subshell] = STATE(268), + [sym_pipeline] = STATE(268), + [sym_list] = STATE(268), + [sym_bracket_command] = STATE(268), + [sym_command] = STATE(268), + [sym_command_name] = STATE(24), + [sym_environment_variable_assignment] = STATE(269), + [sym_subscript] = STATE(26), [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(111), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(28), + [sym_string] = STATE(14), + [sym_simple_expansion] = STATE(14), + [sym_expansion] = STATE(14), + [sym_command_substitution] = STATE(14), + [sym_process_substitution] = STATE(14), + [aux_sym_program_repeat1] = STATE(270), + [aux_sym_command_repeat1] = STATE(30), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(12), + [anon_sym_for] = ACTIONS(16), + [anon_sym_while] = ACTIONS(18), + [anon_sym_if] = ACTIONS(20), + [anon_sym_case] = ACTIONS(22), + [anon_sym_function] = ACTIONS(24), + [anon_sym_LPAREN] = ACTIONS(26), + [anon_sym_LBRACK] = ACTIONS(28), + [anon_sym_LBRACK_LBRACK] = ACTIONS(30), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(36), + [sym_raw_string] = ACTIONS(38), + [anon_sym_DOLLAR] = ACTIONS(40), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(42), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(44), + [anon_sym_BQUOTE] = ACTIONS(46), + [anon_sym_LT_LPAREN] = ACTIONS(48), + [anon_sym_GT_LPAREN] = ACTIONS(48), + [sym_word] = ACTIONS(50), + [sym_comment] = ACTIONS(52), }, [100] = { - [sym_for_statement] = STATE(259), - [sym_while_statement] = STATE(259), - [sym_if_statement] = STATE(259), - [sym_case_statement] = STATE(259), - [sym_function_definition] = STATE(259), - [sym_subshell] = STATE(259), - [sym_pipeline] = STATE(259), - [sym_list] = STATE(259), - [sym_bracket_command] = STATE(259), - [sym_command] = STATE(259), - [sym_command_name] = STATE(103), - [sym_environment_variable_assignment] = STATE(260), - [sym_subscript] = STATE(105), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(107), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(58), + [sym_string] = STATE(52), + [sym_simple_expansion] = STATE(52), + [sym_expansion] = STATE(52), + [sym_command_substitution] = STATE(52), + [sym_process_substitution] = STATE(52), + [aux_sym_for_statement_repeat1] = STATE(271), + [anon_sym_DQUOTE] = ACTIONS(82), + [sym_raw_string] = ACTIONS(84), + [anon_sym_DOLLAR] = ACTIONS(86), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(88), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(90), + [anon_sym_BQUOTE] = ACTIONS(92), + [anon_sym_LT_LPAREN] = ACTIONS(94), + [anon_sym_GT_LPAREN] = ACTIONS(94), + [sym_word] = ACTIONS(96), + [sym_comment] = ACTIONS(52), }, [101] = { - [aux_sym_concatenation_repeat1] = STATE(248), - [sym_file_descriptor] = ACTIONS(207), - [sym__concat] = ACTIONS(501), - [anon_sym_PIPE] = ACTIONS(503), - [anon_sym_RPAREN] = ACTIONS(207), - [anon_sym_LPAREN] = ACTIONS(515), - [anon_sym_PIPE_AMP] = ACTIONS(207), - [anon_sym_AMP_AMP] = ACTIONS(207), - [anon_sym_PIPE_PIPE] = ACTIONS(503), - [anon_sym_LT] = ACTIONS(503), - [anon_sym_GT] = ACTIONS(503), - [anon_sym_GT_GT] = ACTIONS(207), - [anon_sym_AMP_GT] = ACTIONS(503), - [anon_sym_AMP_GT_GT] = ACTIONS(207), - [anon_sym_LT_AMP] = ACTIONS(207), - [anon_sym_GT_AMP] = ACTIONS(207), - [anon_sym_LT_LT] = ACTIONS(503), - [anon_sym_LT_LT_DASH] = ACTIONS(207), - [anon_sym_DQUOTE] = ACTIONS(207), - [sym_raw_string] = ACTIONS(207), - [anon_sym_DOLLAR] = ACTIONS(503), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(207), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(207), - [anon_sym_BQUOTE] = ACTIONS(207), - [anon_sym_LT_LPAREN] = ACTIONS(207), - [anon_sym_GT_LPAREN] = ACTIONS(207), - [sym_word] = ACTIONS(211), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(67), + [sym_string] = STATE(61), + [sym_simple_expansion] = STATE(61), + [sym_expansion] = STATE(61), + [sym_command_substitution] = STATE(61), + [sym_process_substitution] = STATE(61), + [aux_sym_for_statement_repeat1] = STATE(272), + [anon_sym_DQUOTE] = ACTIONS(98), + [sym_raw_string] = ACTIONS(100), + [anon_sym_DOLLAR] = ACTIONS(102), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(104), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(106), + [anon_sym_BQUOTE] = ACTIONS(108), + [anon_sym_LT_LPAREN] = ACTIONS(110), + [anon_sym_GT_LPAREN] = ACTIONS(110), + [sym_word] = ACTIONS(112), + [sym_comment] = ACTIONS(52), }, [102] = { - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(519), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(523), - [sym_comment] = ACTIONS(133), + [sym_simple_expansion] = STATE(78), + [sym_expansion] = STATE(78), + [sym_command_substitution] = STATE(78), + [aux_sym_string_repeat1] = STATE(274), + [anon_sym_DQUOTE] = ACTIONS(456), + [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(132), + [anon_sym_DOLLAR] = ACTIONS(134), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), + [anon_sym_BQUOTE] = ACTIONS(140), + [sym_comment] = ACTIONS(142), }, [103] = { - [sym_file_redirect] = STATE(269), - [sym_heredoc_redirect] = STATE(269), - [sym_concatenation] = STATE(270), - [sym_string] = STATE(268), - [sym_simple_expansion] = STATE(268), - [sym_expansion] = STATE(268), - [sym_command_substitution] = STATE(268), - [sym_process_substitution] = STATE(268), - [aux_sym_for_statement_repeat1] = STATE(271), - [aux_sym_command_repeat2] = STATE(272), - [sym_file_descriptor] = ACTIONS(525), - [anon_sym_PIPE] = ACTIONS(527), - [anon_sym_RPAREN] = ACTIONS(529), - [anon_sym_PIPE_AMP] = ACTIONS(529), - [anon_sym_AMP_AMP] = ACTIONS(529), - [anon_sym_PIPE_PIPE] = ACTIONS(527), - [anon_sym_LT] = ACTIONS(531), - [anon_sym_GT] = ACTIONS(531), - [anon_sym_GT_GT] = ACTIONS(533), - [anon_sym_AMP_GT] = ACTIONS(531), - [anon_sym_AMP_GT_GT] = ACTIONS(533), - [anon_sym_LT_AMP] = ACTIONS(533), - [anon_sym_GT_AMP] = ACTIONS(533), - [anon_sym_LT_LT] = ACTIONS(535), - [anon_sym_LT_LT_DASH] = ACTIONS(537), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(539), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(541), - [sym_comment] = ACTIONS(133), + [aux_sym_concatenation_repeat1] = STATE(276), + [sym_file_descriptor] = ACTIONS(144), + [sym__concat] = ACTIONS(458), + [anon_sym_PIPE] = ACTIONS(460), + [anon_sym_RPAREN] = ACTIONS(144), + [anon_sym_PIPE_AMP] = ACTIONS(144), + [anon_sym_AMP_AMP] = ACTIONS(144), + [anon_sym_PIPE_PIPE] = ACTIONS(460), + [anon_sym_LT] = ACTIONS(460), + [anon_sym_GT] = ACTIONS(460), + [anon_sym_GT_GT] = ACTIONS(144), + [anon_sym_AMP_GT] = ACTIONS(460), + [anon_sym_AMP_GT_GT] = ACTIONS(144), + [anon_sym_LT_AMP] = ACTIONS(144), + [anon_sym_GT_AMP] = ACTIONS(144), + [anon_sym_LT_LT] = ACTIONS(460), + [anon_sym_LT_LT_DASH] = ACTIONS(144), + [anon_sym_DQUOTE] = ACTIONS(144), + [sym_raw_string] = ACTIONS(144), + [anon_sym_DOLLAR] = ACTIONS(460), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(144), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(144), + [anon_sym_BQUOTE] = ACTIONS(144), + [anon_sym_LT_LPAREN] = ACTIONS(144), + [anon_sym_GT_LPAREN] = ACTIONS(144), + [sym_word] = ACTIONS(148), + [sym_comment] = ACTIONS(52), }, [104] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(519), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(543), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(299), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), + [sym_special_variable_name] = STATE(279), + [anon_sym_DOLLAR] = ACTIONS(462), + [anon_sym_POUND] = ACTIONS(462), + [anon_sym_AT] = ACTIONS(462), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(464), + [anon_sym_STAR] = ACTIONS(462), + [anon_sym_QMARK] = ACTIONS(462), + [anon_sym_DASH] = ACTIONS(462), + [anon_sym_BANG] = ACTIONS(462), + [anon_sym_0] = ACTIONS(466), + [anon_sym__] = ACTIONS(466), }, [105] = { - [anon_sym_EQ] = ACTIONS(489), - [sym_comment] = ACTIONS(133), + [sym_special_variable_name] = STATE(282), + [anon_sym_DOLLAR] = ACTIONS(156), + [anon_sym_POUND] = ACTIONS(468), + [anon_sym_AT] = ACTIONS(156), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(470), + [anon_sym_STAR] = ACTIONS(156), + [anon_sym_QMARK] = ACTIONS(156), + [anon_sym_DASH] = ACTIONS(156), + [anon_sym_BANG] = ACTIONS(156), + [anon_sym_0] = ACTIONS(162), + [anon_sym__] = ACTIONS(162), }, [106] = { - [sym_file_descriptor] = ACTIONS(207), - [anon_sym_PIPE] = ACTIONS(503), - [anon_sym_RPAREN] = ACTIONS(207), - [anon_sym_PIPE_AMP] = ACTIONS(207), - [anon_sym_AMP_AMP] = ACTIONS(207), - [anon_sym_PIPE_PIPE] = ACTIONS(503), - [anon_sym_LT] = ACTIONS(503), - [anon_sym_GT] = ACTIONS(503), - [anon_sym_GT_GT] = ACTIONS(207), - [anon_sym_AMP_GT] = ACTIONS(503), - [anon_sym_AMP_GT_GT] = ACTIONS(207), - [anon_sym_LT_AMP] = ACTIONS(207), - [anon_sym_GT_AMP] = ACTIONS(207), - [anon_sym_LT_LT] = ACTIONS(503), - [anon_sym_LT_LT_DASH] = ACTIONS(207), - [anon_sym_DQUOTE] = ACTIONS(207), - [sym_raw_string] = ACTIONS(207), - [anon_sym_DOLLAR] = ACTIONS(503), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(207), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(207), - [anon_sym_BQUOTE] = ACTIONS(207), - [anon_sym_LT_LPAREN] = ACTIONS(207), - [anon_sym_GT_LPAREN] = ACTIONS(207), - [sym_word] = ACTIONS(211), - [sym_comment] = ACTIONS(133), + [sym_for_statement] = STATE(283), + [sym_while_statement] = STATE(283), + [sym_if_statement] = STATE(283), + [sym_case_statement] = STATE(283), + [sym_function_definition] = STATE(283), + [sym_subshell] = STATE(283), + [sym_pipeline] = STATE(283), + [sym_list] = STATE(283), + [sym_bracket_command] = STATE(283), + [sym_command] = STATE(283), + [sym_command_name] = STATE(111), + [sym_environment_variable_assignment] = STATE(284), + [sym_subscript] = STATE(113), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(115), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), }, [107] = { - [sym_command_name] = STATE(273), - [sym_environment_variable_assignment] = STATE(128), - [sym_subscript] = STATE(105), - [sym_file_redirect] = STATE(128), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(545), - [sym_comment] = ACTIONS(133), + [sym_for_statement] = STATE(285), + [sym_while_statement] = STATE(285), + [sym_if_statement] = STATE(285), + [sym_case_statement] = STATE(285), + [sym_function_definition] = STATE(285), + [sym_subshell] = STATE(285), + [sym_pipeline] = STATE(285), + [sym_list] = STATE(285), + [sym_bracket_command] = STATE(285), + [sym_command] = STATE(285), + [sym_command_name] = STATE(117), + [sym_environment_variable_assignment] = STATE(286), + [sym_subscript] = STATE(113), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(119), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), }, [108] = { - [anon_sym_PIPE] = ACTIONS(547), - [anon_sym_PIPE_AMP] = ACTIONS(549), - [anon_sym_AMP_AMP] = ACTIONS(551), - [anon_sym_PIPE_PIPE] = ACTIONS(551), - [anon_sym_BQUOTE] = ACTIONS(519), - [sym_comment] = ACTIONS(133), + [sym_for_statement] = STATE(287), + [sym_while_statement] = STATE(287), + [sym_if_statement] = STATE(287), + [sym_case_statement] = STATE(287), + [sym_function_definition] = STATE(287), + [sym_subshell] = STATE(287), + [sym_pipeline] = STATE(287), + [sym_list] = STATE(287), + [sym_bracket_command] = STATE(287), + [sym_command] = STATE(287), + [sym_command_name] = STATE(111), + [sym_environment_variable_assignment] = STATE(288), + [sym_subscript] = STATE(113), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(115), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), }, [109] = { - [sym_file_redirect] = STATE(269), - [sym_heredoc_redirect] = STATE(269), - [sym_concatenation] = STATE(270), - [sym_string] = STATE(268), - [sym_simple_expansion] = STATE(268), - [sym_expansion] = STATE(268), - [sym_command_substitution] = STATE(268), - [sym_process_substitution] = STATE(268), - [aux_sym_for_statement_repeat1] = STATE(276), - [aux_sym_command_repeat2] = STATE(272), - [sym_file_descriptor] = ACTIONS(525), - [anon_sym_PIPE] = ACTIONS(527), - [anon_sym_PIPE_AMP] = ACTIONS(529), - [anon_sym_AMP_AMP] = ACTIONS(529), - [anon_sym_PIPE_PIPE] = ACTIONS(527), - [anon_sym_LT] = ACTIONS(531), - [anon_sym_GT] = ACTIONS(531), - [anon_sym_GT_GT] = ACTIONS(533), - [anon_sym_AMP_GT] = ACTIONS(531), - [anon_sym_AMP_GT_GT] = ACTIONS(533), - [anon_sym_LT_AMP] = ACTIONS(533), - [anon_sym_GT_AMP] = ACTIONS(533), - [anon_sym_LT_LT] = ACTIONS(535), - [anon_sym_LT_LT_DASH] = ACTIONS(537), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(539), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(529), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(541), - [sym_comment] = ACTIONS(133), + [aux_sym_concatenation_repeat1] = STATE(276), + [sym_file_descriptor] = ACTIONS(144), + [sym__concat] = ACTIONS(458), + [anon_sym_PIPE] = ACTIONS(460), + [anon_sym_RPAREN] = ACTIONS(144), + [anon_sym_LPAREN] = ACTIONS(472), + [anon_sym_PIPE_AMP] = ACTIONS(144), + [anon_sym_AMP_AMP] = ACTIONS(144), + [anon_sym_PIPE_PIPE] = ACTIONS(460), + [anon_sym_LT] = ACTIONS(460), + [anon_sym_GT] = ACTIONS(460), + [anon_sym_GT_GT] = ACTIONS(144), + [anon_sym_AMP_GT] = ACTIONS(460), + [anon_sym_AMP_GT_GT] = ACTIONS(144), + [anon_sym_LT_AMP] = ACTIONS(144), + [anon_sym_GT_AMP] = ACTIONS(144), + [anon_sym_LT_LT] = ACTIONS(460), + [anon_sym_LT_LT_DASH] = ACTIONS(144), + [anon_sym_DQUOTE] = ACTIONS(144), + [sym_raw_string] = ACTIONS(144), + [anon_sym_DOLLAR] = ACTIONS(460), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(144), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(144), + [anon_sym_BQUOTE] = ACTIONS(144), + [anon_sym_LT_LPAREN] = ACTIONS(144), + [anon_sym_GT_LPAREN] = ACTIONS(144), + [sym_word] = ACTIONS(148), + [sym_comment] = ACTIONS(52), }, [110] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(547), - [anon_sym_PIPE_AMP] = ACTIONS(549), - [anon_sym_AMP_AMP] = ACTIONS(551), - [anon_sym_PIPE_PIPE] = ACTIONS(553), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(519), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(476), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(480), + [sym_comment] = ACTIONS(52), }, [111] = { - [sym_command_name] = STATE(277), - [sym_environment_variable_assignment] = STATE(128), - [sym_subscript] = STATE(105), - [sym_file_redirect] = STATE(128), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(545), - [sym_comment] = ACTIONS(133), - }, - [112] = { - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(555), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(523), - [sym_comment] = ACTIONS(133), - }, - [113] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(555), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(543), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(299), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), - }, - [114] = { - [anon_sym_RPAREN] = ACTIONS(557), - [sym_comment] = ACTIONS(133), - }, - [115] = { - [sym_for_statement] = STATE(280), - [sym_while_statement] = STATE(280), - [sym_if_statement] = STATE(280), - [sym_case_statement] = STATE(280), - [sym_function_definition] = STATE(280), - [sym_subshell] = STATE(280), - [sym_pipeline] = STATE(280), - [sym_list] = STATE(280), - [sym_bracket_command] = STATE(280), - [sym_command] = STATE(280), - [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(281), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), - }, - [116] = { - [sym_file_descriptor] = ACTIONS(559), - [sym_variable_name] = ACTIONS(559), - [ts_builtin_sym_end] = ACTIONS(559), - [anon_sym_for] = ACTIONS(561), - [anon_sym_while] = ACTIONS(561), - [anon_sym_done] = ACTIONS(561), - [anon_sym_if] = ACTIONS(561), - [anon_sym_fi] = ACTIONS(561), - [anon_sym_elif] = ACTIONS(561), - [anon_sym_else] = ACTIONS(561), - [anon_sym_case] = ACTIONS(561), - [anon_sym_SEMI_SEMI] = ACTIONS(559), - [anon_sym_function] = ACTIONS(561), - [anon_sym_LPAREN] = ACTIONS(559), - [anon_sym_RBRACE] = ACTIONS(559), - [anon_sym_LBRACK] = ACTIONS(561), - [anon_sym_LBRACK_LBRACK] = ACTIONS(561), - [anon_sym_LT] = ACTIONS(561), - [anon_sym_GT] = ACTIONS(561), - [anon_sym_GT_GT] = ACTIONS(559), - [anon_sym_AMP_GT] = ACTIONS(561), - [anon_sym_AMP_GT_GT] = ACTIONS(559), - [anon_sym_LT_AMP] = ACTIONS(559), - [anon_sym_GT_AMP] = ACTIONS(559), - [anon_sym_DQUOTE] = ACTIONS(559), - [sym_raw_string] = ACTIONS(559), - [anon_sym_DOLLAR] = ACTIONS(561), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(559), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(559), - [anon_sym_BQUOTE] = ACTIONS(559), - [anon_sym_LT_LPAREN] = ACTIONS(559), - [anon_sym_GT_LPAREN] = ACTIONS(559), - [sym_word] = ACTIONS(563), - [sym_comment] = ACTIONS(133), - }, - [117] = { - [sym_for_statement] = STATE(282), - [sym_while_statement] = STATE(282), - [sym_if_statement] = STATE(282), - [sym_case_statement] = STATE(282), - [sym_function_definition] = STATE(282), - [sym_subshell] = STATE(282), - [sym_pipeline] = STATE(282), - [sym_list] = STATE(282), - [sym_bracket_command] = STATE(282), - [sym_command] = STATE(282), - [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(283), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), - }, - [118] = { - [anon_sym_LT] = ACTIONS(565), - [anon_sym_GT] = ACTIONS(565), - [anon_sym_GT_GT] = ACTIONS(567), - [anon_sym_AMP_GT] = ACTIONS(565), - [anon_sym_AMP_GT_GT] = ACTIONS(567), - [anon_sym_LT_AMP] = ACTIONS(567), - [anon_sym_GT_AMP] = ACTIONS(567), - [sym_comment] = ACTIONS(133), - }, - [119] = { - [sym_concatenation] = STATE(292), - [sym_string] = STATE(286), - [sym_simple_expansion] = STATE(286), - [sym_expansion] = STATE(286), - [sym_command_substitution] = STATE(286), - [sym_process_substitution] = STATE(286), - [anon_sym_DQUOTE] = ACTIONS(569), - [sym_raw_string] = ACTIONS(571), - [anon_sym_DOLLAR] = ACTIONS(573), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(575), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(577), - [anon_sym_BQUOTE] = ACTIONS(579), - [anon_sym_LT_LPAREN] = ACTIONS(581), - [anon_sym_GT_LPAREN] = ACTIONS(581), - [sym_word] = ACTIONS(583), - [sym_comment] = ACTIONS(133), - }, - [120] = { - [sym_heredoc] = STATE(295), - [sym__simple_heredoc] = ACTIONS(585), - [sym__heredoc_beginning] = ACTIONS(587), - [sym_comment] = ACTIONS(133), - }, - [121] = { - [aux_sym_concatenation_repeat1] = STATE(77), - [sym_file_descriptor] = ACTIONS(387), - [sym__concat] = ACTIONS(209), - [anon_sym_PIPE] = ACTIONS(389), - [anon_sym_RPAREN] = ACTIONS(389), - [anon_sym_SEMI_SEMI] = ACTIONS(389), - [anon_sym_PIPE_AMP] = ACTIONS(389), - [anon_sym_AMP_AMP] = ACTIONS(389), - [anon_sym_PIPE_PIPE] = ACTIONS(389), - [anon_sym_LT] = ACTIONS(389), - [anon_sym_GT] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(389), - [anon_sym_AMP_GT] = ACTIONS(389), - [anon_sym_AMP_GT_GT] = ACTIONS(389), - [anon_sym_LT_AMP] = ACTIONS(389), - [anon_sym_GT_AMP] = ACTIONS(389), - [anon_sym_LT_LT] = ACTIONS(389), - [anon_sym_LT_LT_DASH] = ACTIONS(389), - [anon_sym_DQUOTE] = ACTIONS(389), - [sym_raw_string] = ACTIONS(389), - [anon_sym_DOLLAR] = ACTIONS(389), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(389), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(389), - [anon_sym_BQUOTE] = ACTIONS(389), - [anon_sym_LT_LPAREN] = ACTIONS(389), - [anon_sym_GT_LPAREN] = ACTIONS(389), - [sym_word] = ACTIONS(389), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(389), - [anon_sym_LF] = ACTIONS(389), - [anon_sym_AMP] = ACTIONS(389), - }, - [122] = { - [sym_file_descriptor] = ACTIONS(589), - [anon_sym_PIPE] = ACTIONS(591), - [anon_sym_RPAREN] = ACTIONS(591), - [anon_sym_SEMI_SEMI] = ACTIONS(591), - [anon_sym_PIPE_AMP] = ACTIONS(591), - [anon_sym_AMP_AMP] = ACTIONS(591), - [anon_sym_PIPE_PIPE] = ACTIONS(591), - [anon_sym_LT] = ACTIONS(591), - [anon_sym_GT] = ACTIONS(591), - [anon_sym_GT_GT] = ACTIONS(591), - [anon_sym_AMP_GT] = ACTIONS(591), - [anon_sym_AMP_GT_GT] = ACTIONS(591), - [anon_sym_LT_AMP] = ACTIONS(591), - [anon_sym_GT_AMP] = ACTIONS(591), - [anon_sym_LT_LT] = ACTIONS(591), - [anon_sym_LT_LT_DASH] = ACTIONS(591), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(591), - [anon_sym_LF] = ACTIONS(591), - [anon_sym_AMP] = ACTIONS(591), - }, - [123] = { - [sym_file_descriptor] = ACTIONS(387), - [anon_sym_PIPE] = ACTIONS(389), - [anon_sym_RPAREN] = ACTIONS(389), - [anon_sym_SEMI_SEMI] = ACTIONS(389), - [anon_sym_PIPE_AMP] = ACTIONS(389), - [anon_sym_AMP_AMP] = ACTIONS(389), - [anon_sym_PIPE_PIPE] = ACTIONS(389), - [anon_sym_LT] = ACTIONS(389), - [anon_sym_GT] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(389), - [anon_sym_AMP_GT] = ACTIONS(389), - [anon_sym_AMP_GT_GT] = ACTIONS(389), - [anon_sym_LT_AMP] = ACTIONS(389), - [anon_sym_GT_AMP] = ACTIONS(389), - [anon_sym_LT_LT] = ACTIONS(389), - [anon_sym_LT_LT_DASH] = ACTIONS(389), - [anon_sym_DQUOTE] = ACTIONS(389), - [sym_raw_string] = ACTIONS(389), - [anon_sym_DOLLAR] = ACTIONS(389), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(389), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(389), - [anon_sym_BQUOTE] = ACTIONS(389), - [anon_sym_LT_LPAREN] = ACTIONS(389), - [anon_sym_GT_LPAREN] = ACTIONS(389), - [sym_word] = ACTIONS(389), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(389), - [anon_sym_LF] = ACTIONS(389), - [anon_sym_AMP] = ACTIONS(389), - }, - [124] = { - [sym_file_redirect] = STATE(122), - [sym_heredoc_redirect] = STATE(122), - [sym_concatenation] = STATE(297), + [sym_file_redirect] = STATE(297), + [sym_heredoc_redirect] = STATE(297), + [sym_concatenation] = STATE(298), [sym_string] = STATE(296), [sym_simple_expansion] = STATE(296), [sym_expansion] = STATE(296), [sym_command_substitution] = STATE(296), [sym_process_substitution] = STATE(296), - [aux_sym_command_repeat2] = STATE(298), - [sym_file_descriptor] = ACTIONS(277), - [anon_sym_PIPE] = ACTIONS(593), - [anon_sym_RPAREN] = ACTIONS(593), - [anon_sym_SEMI_SEMI] = ACTIONS(593), - [anon_sym_PIPE_AMP] = ACTIONS(593), - [anon_sym_AMP_AMP] = ACTIONS(593), - [anon_sym_PIPE_PIPE] = ACTIONS(593), - [anon_sym_LT] = ACTIONS(281), - [anon_sym_GT] = ACTIONS(281), - [anon_sym_GT_GT] = ACTIONS(281), - [anon_sym_AMP_GT] = ACTIONS(281), - [anon_sym_AMP_GT_GT] = ACTIONS(281), - [anon_sym_LT_AMP] = ACTIONS(281), - [anon_sym_GT_AMP] = ACTIONS(281), - [anon_sym_LT_LT] = ACTIONS(283), - [anon_sym_LT_LT_DASH] = ACTIONS(283), - [anon_sym_DQUOTE] = ACTIONS(285), - [sym_raw_string] = ACTIONS(595), - [anon_sym_DOLLAR] = ACTIONS(289), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(291), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(293), - [anon_sym_BQUOTE] = ACTIONS(295), - [anon_sym_LT_LPAREN] = ACTIONS(297), - [anon_sym_GT_LPAREN] = ACTIONS(297), - [sym_word] = ACTIONS(595), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(593), - [anon_sym_LF] = ACTIONS(593), - [anon_sym_AMP] = ACTIONS(593), + [aux_sym_for_statement_repeat1] = STATE(299), + [aux_sym_command_repeat2] = STATE(300), + [sym_file_descriptor] = ACTIONS(482), + [anon_sym_PIPE] = ACTIONS(484), + [anon_sym_RPAREN] = ACTIONS(486), + [anon_sym_PIPE_AMP] = ACTIONS(486), + [anon_sym_AMP_AMP] = ACTIONS(486), + [anon_sym_PIPE_PIPE] = ACTIONS(484), + [anon_sym_LT] = ACTIONS(488), + [anon_sym_GT] = ACTIONS(488), + [anon_sym_GT_GT] = ACTIONS(490), + [anon_sym_AMP_GT] = ACTIONS(488), + [anon_sym_AMP_GT_GT] = ACTIONS(490), + [anon_sym_LT_AMP] = ACTIONS(490), + [anon_sym_GT_AMP] = ACTIONS(490), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_LT_LT_DASH] = ACTIONS(494), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(496), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(498), + [sym_comment] = ACTIONS(52), + }, + [112] = { + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(476), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(500), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(236), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), + }, + [113] = { + [anon_sym_EQ] = ACTIONS(446), + [sym_comment] = ACTIONS(52), + }, + [114] = { + [sym_file_descriptor] = ACTIONS(144), + [anon_sym_PIPE] = ACTIONS(460), + [anon_sym_RPAREN] = ACTIONS(144), + [anon_sym_PIPE_AMP] = ACTIONS(144), + [anon_sym_AMP_AMP] = ACTIONS(144), + [anon_sym_PIPE_PIPE] = ACTIONS(460), + [anon_sym_LT] = ACTIONS(460), + [anon_sym_GT] = ACTIONS(460), + [anon_sym_GT_GT] = ACTIONS(144), + [anon_sym_AMP_GT] = ACTIONS(460), + [anon_sym_AMP_GT_GT] = ACTIONS(144), + [anon_sym_LT_AMP] = ACTIONS(144), + [anon_sym_GT_AMP] = ACTIONS(144), + [anon_sym_LT_LT] = ACTIONS(460), + [anon_sym_LT_LT_DASH] = ACTIONS(144), + [anon_sym_DQUOTE] = ACTIONS(144), + [sym_raw_string] = ACTIONS(144), + [anon_sym_DOLLAR] = ACTIONS(460), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(144), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(144), + [anon_sym_BQUOTE] = ACTIONS(144), + [anon_sym_LT_LPAREN] = ACTIONS(144), + [anon_sym_GT_LPAREN] = ACTIONS(144), + [sym_word] = ACTIONS(148), + [sym_comment] = ACTIONS(52), + }, + [115] = { + [sym_command_name] = STATE(301), + [sym_environment_variable_assignment] = STATE(137), + [sym_subscript] = STATE(138), + [sym_file_redirect] = STATE(137), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(244), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(502), + [sym_comment] = ACTIONS(52), + }, + [116] = { + [anon_sym_PIPE] = ACTIONS(504), + [anon_sym_PIPE_AMP] = ACTIONS(506), + [anon_sym_AMP_AMP] = ACTIONS(508), + [anon_sym_PIPE_PIPE] = ACTIONS(508), + [anon_sym_BQUOTE] = ACTIONS(476), + [sym_comment] = ACTIONS(52), + }, + [117] = { + [sym_file_redirect] = STATE(297), + [sym_heredoc_redirect] = STATE(297), + [sym_concatenation] = STATE(298), + [sym_string] = STATE(296), + [sym_simple_expansion] = STATE(296), + [sym_expansion] = STATE(296), + [sym_command_substitution] = STATE(296), + [sym_process_substitution] = STATE(296), + [aux_sym_for_statement_repeat1] = STATE(304), + [aux_sym_command_repeat2] = STATE(300), + [sym_file_descriptor] = ACTIONS(482), + [anon_sym_PIPE] = ACTIONS(484), + [anon_sym_PIPE_AMP] = ACTIONS(486), + [anon_sym_AMP_AMP] = ACTIONS(486), + [anon_sym_PIPE_PIPE] = ACTIONS(484), + [anon_sym_LT] = ACTIONS(488), + [anon_sym_GT] = ACTIONS(488), + [anon_sym_GT_GT] = ACTIONS(490), + [anon_sym_AMP_GT] = ACTIONS(488), + [anon_sym_AMP_GT_GT] = ACTIONS(490), + [anon_sym_LT_AMP] = ACTIONS(490), + [anon_sym_GT_AMP] = ACTIONS(490), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_LT_LT_DASH] = ACTIONS(494), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(496), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(486), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(498), + [sym_comment] = ACTIONS(52), + }, + [118] = { + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(504), + [anon_sym_PIPE_AMP] = ACTIONS(506), + [anon_sym_AMP_AMP] = ACTIONS(508), + [anon_sym_PIPE_PIPE] = ACTIONS(510), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(476), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), + }, + [119] = { + [sym_command_name] = STATE(305), + [sym_environment_variable_assignment] = STATE(137), + [sym_subscript] = STATE(138), + [sym_file_redirect] = STATE(137), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(244), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(502), + [sym_comment] = ACTIONS(52), + }, + [120] = { + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(512), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(480), + [sym_comment] = ACTIONS(52), + }, + [121] = { + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(512), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(500), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(236), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), + }, + [122] = { + [anon_sym_RPAREN] = ACTIONS(514), + [sym_comment] = ACTIONS(52), + }, + [123] = { + [sym_for_statement] = STATE(308), + [sym_while_statement] = STATE(308), + [sym_if_statement] = STATE(308), + [sym_case_statement] = STATE(308), + [sym_function_definition] = STATE(308), + [sym_subshell] = STATE(308), + [sym_pipeline] = STATE(308), + [sym_list] = STATE(308), + [sym_bracket_command] = STATE(308), + [sym_command] = STATE(308), + [sym_command_name] = STATE(24), + [sym_environment_variable_assignment] = STATE(309), + [sym_subscript] = STATE(26), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(28), + [sym_string] = STATE(14), + [sym_simple_expansion] = STATE(14), + [sym_expansion] = STATE(14), + [sym_command_substitution] = STATE(14), + [sym_process_substitution] = STATE(14), + [aux_sym_command_repeat1] = STATE(30), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(12), + [anon_sym_for] = ACTIONS(16), + [anon_sym_while] = ACTIONS(18), + [anon_sym_if] = ACTIONS(20), + [anon_sym_case] = ACTIONS(22), + [anon_sym_function] = ACTIONS(24), + [anon_sym_LPAREN] = ACTIONS(26), + [anon_sym_LBRACK] = ACTIONS(28), + [anon_sym_LBRACK_LBRACK] = ACTIONS(30), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(36), + [sym_raw_string] = ACTIONS(38), + [anon_sym_DOLLAR] = ACTIONS(40), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(42), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(44), + [anon_sym_BQUOTE] = ACTIONS(46), + [anon_sym_LT_LPAREN] = ACTIONS(48), + [anon_sym_GT_LPAREN] = ACTIONS(48), + [sym_word] = ACTIONS(50), + [sym_comment] = ACTIONS(52), + }, + [124] = { + [sym_file_descriptor] = ACTIONS(516), + [sym_variable_name] = ACTIONS(516), + [ts_builtin_sym_end] = ACTIONS(516), + [anon_sym_for] = ACTIONS(518), + [anon_sym_while] = ACTIONS(518), + [anon_sym_if] = ACTIONS(518), + [anon_sym_case] = ACTIONS(518), + [anon_sym_SEMI_SEMI] = ACTIONS(516), + [anon_sym_function] = ACTIONS(518), + [anon_sym_LPAREN] = ACTIONS(516), + [anon_sym_RBRACE] = ACTIONS(516), + [anon_sym_LBRACK] = ACTIONS(518), + [anon_sym_LBRACK_LBRACK] = ACTIONS(518), + [anon_sym_LT] = ACTIONS(518), + [anon_sym_GT] = ACTIONS(518), + [anon_sym_GT_GT] = ACTIONS(516), + [anon_sym_AMP_GT] = ACTIONS(518), + [anon_sym_AMP_GT_GT] = ACTIONS(516), + [anon_sym_LT_AMP] = ACTIONS(516), + [anon_sym_GT_AMP] = ACTIONS(516), + [anon_sym_DQUOTE] = ACTIONS(516), + [sym_raw_string] = ACTIONS(516), + [anon_sym_DOLLAR] = ACTIONS(518), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(516), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(516), + [anon_sym_BQUOTE] = ACTIONS(516), + [anon_sym_LT_LPAREN] = ACTIONS(516), + [anon_sym_GT_LPAREN] = ACTIONS(516), + [sym_word] = ACTIONS(520), + [sym_comment] = ACTIONS(52), }, [125] = { - [sym_file_redirect] = STATE(299), - [sym_heredoc_redirect] = STATE(299), - [sym_file_descriptor] = ACTIONS(277), - [anon_sym_PIPE] = ACTIONS(593), - [anon_sym_RPAREN] = ACTIONS(593), - [anon_sym_SEMI_SEMI] = ACTIONS(593), - [anon_sym_PIPE_AMP] = ACTIONS(593), - [anon_sym_AMP_AMP] = ACTIONS(593), - [anon_sym_PIPE_PIPE] = ACTIONS(593), - [anon_sym_LT] = ACTIONS(281), - [anon_sym_GT] = ACTIONS(281), - [anon_sym_GT_GT] = ACTIONS(281), - [anon_sym_AMP_GT] = ACTIONS(281), - [anon_sym_AMP_GT_GT] = ACTIONS(281), - [anon_sym_LT_AMP] = ACTIONS(281), - [anon_sym_GT_AMP] = ACTIONS(281), - [anon_sym_LT_LT] = ACTIONS(283), - [anon_sym_LT_LT_DASH] = ACTIONS(283), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(593), - [anon_sym_LF] = ACTIONS(593), - [anon_sym_AMP] = ACTIONS(593), + [sym_for_statement] = STATE(310), + [sym_while_statement] = STATE(310), + [sym_if_statement] = STATE(310), + [sym_case_statement] = STATE(310), + [sym_function_definition] = STATE(310), + [sym_subshell] = STATE(310), + [sym_pipeline] = STATE(310), + [sym_list] = STATE(310), + [sym_bracket_command] = STATE(310), + [sym_command] = STATE(310), + [sym_command_name] = STATE(24), + [sym_environment_variable_assignment] = STATE(311), + [sym_subscript] = STATE(26), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(28), + [sym_string] = STATE(14), + [sym_simple_expansion] = STATE(14), + [sym_expansion] = STATE(14), + [sym_command_substitution] = STATE(14), + [sym_process_substitution] = STATE(14), + [aux_sym_command_repeat1] = STATE(30), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(12), + [anon_sym_for] = ACTIONS(16), + [anon_sym_while] = ACTIONS(18), + [anon_sym_if] = ACTIONS(20), + [anon_sym_case] = ACTIONS(22), + [anon_sym_function] = ACTIONS(24), + [anon_sym_LPAREN] = ACTIONS(26), + [anon_sym_LBRACK] = ACTIONS(28), + [anon_sym_LBRACK_LBRACK] = ACTIONS(30), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(36), + [sym_raw_string] = ACTIONS(38), + [anon_sym_DOLLAR] = ACTIONS(40), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(42), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(44), + [anon_sym_BQUOTE] = ACTIONS(46), + [anon_sym_LT_LPAREN] = ACTIONS(48), + [anon_sym_GT_LPAREN] = ACTIONS(48), + [sym_word] = ACTIONS(50), + [sym_comment] = ACTIONS(52), }, [126] = { - [sym_file_descriptor] = ACTIONS(597), - [sym_variable_name] = ACTIONS(597), - [ts_builtin_sym_end] = ACTIONS(597), - [anon_sym_for] = ACTIONS(599), - [anon_sym_while] = ACTIONS(599), - [anon_sym_done] = ACTIONS(599), - [anon_sym_if] = ACTIONS(599), - [anon_sym_fi] = ACTIONS(599), - [anon_sym_elif] = ACTIONS(599), - [anon_sym_else] = ACTIONS(599), - [anon_sym_case] = ACTIONS(599), - [anon_sym_SEMI_SEMI] = ACTIONS(597), - [anon_sym_function] = ACTIONS(599), - [anon_sym_LPAREN] = ACTIONS(597), - [anon_sym_RBRACE] = ACTIONS(597), - [anon_sym_LBRACK] = ACTIONS(599), - [anon_sym_LBRACK_LBRACK] = ACTIONS(599), - [anon_sym_LT] = ACTIONS(599), - [anon_sym_GT] = ACTIONS(599), - [anon_sym_GT_GT] = ACTIONS(597), - [anon_sym_AMP_GT] = ACTIONS(599), - [anon_sym_AMP_GT_GT] = ACTIONS(597), - [anon_sym_LT_AMP] = ACTIONS(597), - [anon_sym_GT_AMP] = ACTIONS(597), - [anon_sym_DQUOTE] = ACTIONS(597), - [sym_raw_string] = ACTIONS(597), - [anon_sym_DOLLAR] = ACTIONS(599), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(597), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(597), - [anon_sym_BQUOTE] = ACTIONS(597), - [anon_sym_LT_LPAREN] = ACTIONS(597), - [anon_sym_GT_LPAREN] = ACTIONS(597), - [sym_word] = ACTIONS(601), - [sym_comment] = ACTIONS(133), + [anon_sym_LT] = ACTIONS(522), + [anon_sym_GT] = ACTIONS(522), + [anon_sym_GT_GT] = ACTIONS(524), + [anon_sym_AMP_GT] = ACTIONS(522), + [anon_sym_AMP_GT_GT] = ACTIONS(524), + [anon_sym_LT_AMP] = ACTIONS(524), + [anon_sym_GT_AMP] = ACTIONS(524), + [sym_comment] = ACTIONS(52), }, [127] = { - [sym_file_redirect] = STATE(122), - [sym_heredoc_redirect] = STATE(122), - [sym_concatenation] = STATE(123), - [sym_string] = STATE(121), - [sym_simple_expansion] = STATE(121), - [sym_expansion] = STATE(121), - [sym_command_substitution] = STATE(121), - [sym_process_substitution] = STATE(121), - [aux_sym_for_statement_repeat1] = STATE(300), - [aux_sym_command_repeat2] = STATE(298), - [sym_file_descriptor] = ACTIONS(277), - [anon_sym_PIPE] = ACTIONS(593), - [anon_sym_RPAREN] = ACTIONS(593), - [anon_sym_SEMI_SEMI] = ACTIONS(593), - [anon_sym_PIPE_AMP] = ACTIONS(593), - [anon_sym_AMP_AMP] = ACTIONS(593), - [anon_sym_PIPE_PIPE] = ACTIONS(593), - [anon_sym_LT] = ACTIONS(281), - [anon_sym_GT] = ACTIONS(281), - [anon_sym_GT_GT] = ACTIONS(281), - [anon_sym_AMP_GT] = ACTIONS(281), - [anon_sym_AMP_GT_GT] = ACTIONS(281), - [anon_sym_LT_AMP] = ACTIONS(281), - [anon_sym_GT_AMP] = ACTIONS(281), - [anon_sym_LT_LT] = ACTIONS(283), - [anon_sym_LT_LT_DASH] = ACTIONS(283), - [anon_sym_DQUOTE] = ACTIONS(285), - [sym_raw_string] = ACTIONS(287), - [anon_sym_DOLLAR] = ACTIONS(289), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(291), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(293), - [anon_sym_BQUOTE] = ACTIONS(295), - [anon_sym_LT_LPAREN] = ACTIONS(297), - [anon_sym_GT_LPAREN] = ACTIONS(297), - [sym_word] = ACTIONS(287), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(593), - [anon_sym_LF] = ACTIONS(593), - [anon_sym_AMP] = ACTIONS(593), + [sym_concatenation] = STATE(320), + [sym_string] = STATE(314), + [sym_simple_expansion] = STATE(314), + [sym_expansion] = STATE(314), + [sym_command_substitution] = STATE(314), + [sym_process_substitution] = STATE(314), + [anon_sym_DQUOTE] = ACTIONS(526), + [sym_raw_string] = ACTIONS(528), + [anon_sym_DOLLAR] = ACTIONS(530), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(532), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(534), + [anon_sym_BQUOTE] = ACTIONS(536), + [anon_sym_LT_LPAREN] = ACTIONS(538), + [anon_sym_GT_LPAREN] = ACTIONS(538), + [sym_word] = ACTIONS(540), + [sym_comment] = ACTIONS(52), }, [128] = { - [sym_file_descriptor] = ACTIONS(603), - [sym_variable_name] = ACTIONS(603), - [anon_sym_LT] = ACTIONS(605), - [anon_sym_GT] = ACTIONS(605), - [anon_sym_GT_GT] = ACTIONS(603), - [anon_sym_AMP_GT] = ACTIONS(605), - [anon_sym_AMP_GT_GT] = ACTIONS(603), - [anon_sym_LT_AMP] = ACTIONS(603), - [anon_sym_GT_AMP] = ACTIONS(603), - [anon_sym_DQUOTE] = ACTIONS(603), - [sym_raw_string] = ACTIONS(603), - [anon_sym_DOLLAR] = ACTIONS(605), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(603), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(603), - [anon_sym_BQUOTE] = ACTIONS(603), - [anon_sym_LT_LPAREN] = ACTIONS(603), - [anon_sym_GT_LPAREN] = ACTIONS(603), - [sym_word] = ACTIONS(605), - [sym_comment] = ACTIONS(133), + [sym_heredoc] = STATE(323), + [sym__simple_heredoc] = ACTIONS(542), + [sym__heredoc_beginning] = ACTIONS(544), + [sym_comment] = ACTIONS(52), }, [129] = { - [aux_sym_concatenation_repeat1] = STATE(198), - [sym_file_descriptor] = ACTIONS(607), - [sym__concat] = ACTIONS(411), - [sym_variable_name] = ACTIONS(607), - [anon_sym_LT] = ACTIONS(609), - [anon_sym_GT] = ACTIONS(609), - [anon_sym_GT_GT] = ACTIONS(607), - [anon_sym_AMP_GT] = ACTIONS(609), - [anon_sym_AMP_GT_GT] = ACTIONS(607), - [anon_sym_LT_AMP] = ACTIONS(607), - [anon_sym_GT_AMP] = ACTIONS(607), - [anon_sym_DQUOTE] = ACTIONS(607), - [sym_raw_string] = ACTIONS(607), - [anon_sym_DOLLAR] = ACTIONS(609), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(607), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(607), - [anon_sym_BQUOTE] = ACTIONS(607), - [anon_sym_LT_LPAREN] = ACTIONS(607), - [anon_sym_GT_LPAREN] = ACTIONS(607), - [sym_word] = ACTIONS(609), - [sym_comment] = ACTIONS(133), + [aux_sym_concatenation_repeat1] = STATE(85), + [sym_file_descriptor] = ACTIONS(326), + [sym__concat] = ACTIONS(146), + [anon_sym_PIPE] = ACTIONS(328), + [anon_sym_RPAREN] = ACTIONS(328), + [anon_sym_SEMI_SEMI] = ACTIONS(328), + [anon_sym_PIPE_AMP] = ACTIONS(328), + [anon_sym_AMP_AMP] = ACTIONS(328), + [anon_sym_PIPE_PIPE] = ACTIONS(328), + [anon_sym_LT] = ACTIONS(328), + [anon_sym_GT] = ACTIONS(328), + [anon_sym_GT_GT] = ACTIONS(328), + [anon_sym_AMP_GT] = ACTIONS(328), + [anon_sym_AMP_GT_GT] = ACTIONS(328), + [anon_sym_LT_AMP] = ACTIONS(328), + [anon_sym_GT_AMP] = ACTIONS(328), + [anon_sym_LT_LT] = ACTIONS(328), + [anon_sym_LT_LT_DASH] = ACTIONS(328), + [anon_sym_DQUOTE] = ACTIONS(328), + [sym_raw_string] = ACTIONS(328), + [anon_sym_DOLLAR] = ACTIONS(328), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(328), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(328), + [anon_sym_BQUOTE] = ACTIONS(328), + [anon_sym_LT_LPAREN] = ACTIONS(328), + [anon_sym_GT_LPAREN] = ACTIONS(328), + [sym_word] = ACTIONS(328), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(328), + [anon_sym_LF] = ACTIONS(328), + [anon_sym_AMP] = ACTIONS(328), }, [130] = { - [sym_file_descriptor] = ACTIONS(607), - [sym_variable_name] = ACTIONS(607), - [anon_sym_LT] = ACTIONS(609), - [anon_sym_GT] = ACTIONS(609), - [anon_sym_GT_GT] = ACTIONS(607), - [anon_sym_AMP_GT] = ACTIONS(609), - [anon_sym_AMP_GT_GT] = ACTIONS(607), - [anon_sym_LT_AMP] = ACTIONS(607), - [anon_sym_GT_AMP] = ACTIONS(607), - [anon_sym_DQUOTE] = ACTIONS(607), - [sym_raw_string] = ACTIONS(607), - [anon_sym_DOLLAR] = ACTIONS(609), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(607), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(607), - [anon_sym_BQUOTE] = ACTIONS(607), - [anon_sym_LT_LPAREN] = ACTIONS(607), - [anon_sym_GT_LPAREN] = ACTIONS(607), - [sym_word] = ACTIONS(609), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(546), + [anon_sym_PIPE] = ACTIONS(548), + [anon_sym_RPAREN] = ACTIONS(548), + [anon_sym_SEMI_SEMI] = ACTIONS(548), + [anon_sym_PIPE_AMP] = ACTIONS(548), + [anon_sym_AMP_AMP] = ACTIONS(548), + [anon_sym_PIPE_PIPE] = ACTIONS(548), + [anon_sym_LT] = ACTIONS(548), + [anon_sym_GT] = ACTIONS(548), + [anon_sym_GT_GT] = ACTIONS(548), + [anon_sym_AMP_GT] = ACTIONS(548), + [anon_sym_AMP_GT_GT] = ACTIONS(548), + [anon_sym_LT_AMP] = ACTIONS(548), + [anon_sym_GT_AMP] = ACTIONS(548), + [anon_sym_LT_LT] = ACTIONS(548), + [anon_sym_LT_LT_DASH] = ACTIONS(548), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(548), + [anon_sym_LF] = ACTIONS(548), + [anon_sym_AMP] = ACTIONS(548), }, [131] = { - [sym_simple_expansion] = STATE(70), - [sym_expansion] = STATE(70), - [sym_command_substitution] = STATE(70), - [aux_sym_string_repeat1] = STATE(302), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(197), - [anon_sym_DOLLAR] = ACTIONS(199), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(201), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(203), - [anon_sym_BQUOTE] = ACTIONS(205), - [sym_comment] = ACTIONS(85), + [sym_file_descriptor] = ACTIONS(326), + [anon_sym_PIPE] = ACTIONS(328), + [anon_sym_RPAREN] = ACTIONS(328), + [anon_sym_SEMI_SEMI] = ACTIONS(328), + [anon_sym_PIPE_AMP] = ACTIONS(328), + [anon_sym_AMP_AMP] = ACTIONS(328), + [anon_sym_PIPE_PIPE] = ACTIONS(328), + [anon_sym_LT] = ACTIONS(328), + [anon_sym_GT] = ACTIONS(328), + [anon_sym_GT_GT] = ACTIONS(328), + [anon_sym_AMP_GT] = ACTIONS(328), + [anon_sym_AMP_GT_GT] = ACTIONS(328), + [anon_sym_LT_AMP] = ACTIONS(328), + [anon_sym_GT_AMP] = ACTIONS(328), + [anon_sym_LT_LT] = ACTIONS(328), + [anon_sym_LT_LT_DASH] = ACTIONS(328), + [anon_sym_DQUOTE] = ACTIONS(328), + [sym_raw_string] = ACTIONS(328), + [anon_sym_DOLLAR] = ACTIONS(328), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(328), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(328), + [anon_sym_BQUOTE] = ACTIONS(328), + [anon_sym_LT_LPAREN] = ACTIONS(328), + [anon_sym_GT_LPAREN] = ACTIONS(328), + [sym_word] = ACTIONS(328), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(328), + [anon_sym_LF] = ACTIONS(328), + [anon_sym_AMP] = ACTIONS(328), }, [132] = { - [aux_sym_concatenation_repeat1] = STATE(305), - [sym__concat] = ACTIONS(613), - [anon_sym_RBRACK] = ACTIONS(615), - [sym_comment] = ACTIONS(133), + [sym_file_redirect] = STATE(130), + [sym_heredoc_redirect] = STATE(130), + [sym_concatenation] = STATE(325), + [sym_string] = STATE(324), + [sym_simple_expansion] = STATE(324), + [sym_expansion] = STATE(324), + [sym_command_substitution] = STATE(324), + [sym_process_substitution] = STATE(324), + [aux_sym_command_repeat2] = STATE(326), + [sym_file_descriptor] = ACTIONS(214), + [anon_sym_PIPE] = ACTIONS(550), + [anon_sym_RPAREN] = ACTIONS(550), + [anon_sym_SEMI_SEMI] = ACTIONS(550), + [anon_sym_PIPE_AMP] = ACTIONS(550), + [anon_sym_AMP_AMP] = ACTIONS(550), + [anon_sym_PIPE_PIPE] = ACTIONS(550), + [anon_sym_LT] = ACTIONS(218), + [anon_sym_GT] = ACTIONS(218), + [anon_sym_GT_GT] = ACTIONS(218), + [anon_sym_AMP_GT] = ACTIONS(218), + [anon_sym_AMP_GT_GT] = ACTIONS(218), + [anon_sym_LT_AMP] = ACTIONS(218), + [anon_sym_GT_AMP] = ACTIONS(218), + [anon_sym_LT_LT] = ACTIONS(220), + [anon_sym_LT_LT_DASH] = ACTIONS(220), + [anon_sym_DQUOTE] = ACTIONS(222), + [sym_raw_string] = ACTIONS(552), + [anon_sym_DOLLAR] = ACTIONS(226), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(228), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(230), + [anon_sym_BQUOTE] = ACTIONS(232), + [anon_sym_LT_LPAREN] = ACTIONS(234), + [anon_sym_GT_LPAREN] = ACTIONS(234), + [sym_word] = ACTIONS(552), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(550), + [anon_sym_LF] = ACTIONS(550), + [anon_sym_AMP] = ACTIONS(550), }, [133] = { - [sym_special_variable_name] = STATE(308), - [anon_sym_DOLLAR] = ACTIONS(617), - [anon_sym_POUND] = ACTIONS(619), - [anon_sym_AT] = ACTIONS(617), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(621), - [anon_sym_STAR] = ACTIONS(617), - [anon_sym_QMARK] = ACTIONS(617), - [anon_sym_DASH] = ACTIONS(617), - [anon_sym_BANG] = ACTIONS(617), - [anon_sym_0] = ACTIONS(619), - [anon_sym__] = ACTIONS(619), + [sym_file_redirect] = STATE(327), + [sym_heredoc_redirect] = STATE(327), + [sym_file_descriptor] = ACTIONS(214), + [anon_sym_PIPE] = ACTIONS(550), + [anon_sym_RPAREN] = ACTIONS(550), + [anon_sym_SEMI_SEMI] = ACTIONS(550), + [anon_sym_PIPE_AMP] = ACTIONS(550), + [anon_sym_AMP_AMP] = ACTIONS(550), + [anon_sym_PIPE_PIPE] = ACTIONS(550), + [anon_sym_LT] = ACTIONS(218), + [anon_sym_GT] = ACTIONS(218), + [anon_sym_GT_GT] = ACTIONS(218), + [anon_sym_AMP_GT] = ACTIONS(218), + [anon_sym_AMP_GT_GT] = ACTIONS(218), + [anon_sym_LT_AMP] = ACTIONS(218), + [anon_sym_GT_AMP] = ACTIONS(218), + [anon_sym_LT_LT] = ACTIONS(220), + [anon_sym_LT_LT_DASH] = ACTIONS(220), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(550), + [anon_sym_LF] = ACTIONS(550), + [anon_sym_AMP] = ACTIONS(550), }, [134] = { - [sym_special_variable_name] = STATE(311), - [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(623), - [anon_sym_AT] = ACTIONS(219), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(625), - [anon_sym_STAR] = ACTIONS(219), - [anon_sym_QMARK] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_0] = ACTIONS(225), - [anon_sym__] = ACTIONS(225), + [sym_file_descriptor] = ACTIONS(554), + [sym_variable_name] = ACTIONS(554), + [ts_builtin_sym_end] = ACTIONS(554), + [anon_sym_for] = ACTIONS(556), + [anon_sym_while] = ACTIONS(556), + [anon_sym_if] = ACTIONS(556), + [anon_sym_case] = ACTIONS(556), + [anon_sym_SEMI_SEMI] = ACTIONS(554), + [anon_sym_function] = ACTIONS(556), + [anon_sym_LPAREN] = ACTIONS(554), + [anon_sym_RBRACE] = ACTIONS(554), + [anon_sym_LBRACK] = ACTIONS(556), + [anon_sym_LBRACK_LBRACK] = ACTIONS(556), + [anon_sym_LT] = ACTIONS(556), + [anon_sym_GT] = ACTIONS(556), + [anon_sym_GT_GT] = ACTIONS(554), + [anon_sym_AMP_GT] = ACTIONS(556), + [anon_sym_AMP_GT_GT] = ACTIONS(554), + [anon_sym_LT_AMP] = ACTIONS(554), + [anon_sym_GT_AMP] = ACTIONS(554), + [anon_sym_DQUOTE] = ACTIONS(554), + [sym_raw_string] = ACTIONS(554), + [anon_sym_DOLLAR] = ACTIONS(556), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(554), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(554), + [anon_sym_BQUOTE] = ACTIONS(554), + [anon_sym_LT_LPAREN] = ACTIONS(554), + [anon_sym_GT_LPAREN] = ACTIONS(554), + [sym_word] = ACTIONS(558), + [sym_comment] = ACTIONS(52), }, [135] = { - [sym_for_statement] = STATE(312), - [sym_while_statement] = STATE(312), - [sym_if_statement] = STATE(312), - [sym_case_statement] = STATE(312), - [sym_function_definition] = STATE(312), - [sym_subshell] = STATE(312), - [sym_pipeline] = STATE(312), - [sym_list] = STATE(312), - [sym_bracket_command] = STATE(312), - [sym_command] = STATE(312), - [sym_command_name] = STATE(103), - [sym_environment_variable_assignment] = STATE(313), - [sym_subscript] = STATE(105), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(107), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), + [anon_sym_LBRACK] = ACTIONS(58), + [anon_sym_EQ] = ACTIONS(560), + [sym_comment] = ACTIONS(52), }, [136] = { - [sym_for_statement] = STATE(314), - [sym_while_statement] = STATE(314), - [sym_if_statement] = STATE(314), - [sym_case_statement] = STATE(314), - [sym_function_definition] = STATE(314), - [sym_subshell] = STATE(314), - [sym_pipeline] = STATE(314), - [sym_list] = STATE(314), - [sym_bracket_command] = STATE(314), - [sym_command] = STATE(314), - [sym_command_name] = STATE(109), - [sym_environment_variable_assignment] = STATE(315), - [sym_subscript] = STATE(105), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(111), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), + [sym_file_redirect] = STATE(130), + [sym_heredoc_redirect] = STATE(130), + [sym_concatenation] = STATE(131), + [sym_string] = STATE(129), + [sym_simple_expansion] = STATE(129), + [sym_expansion] = STATE(129), + [sym_command_substitution] = STATE(129), + [sym_process_substitution] = STATE(129), + [aux_sym_for_statement_repeat1] = STATE(329), + [aux_sym_command_repeat2] = STATE(326), + [sym_file_descriptor] = ACTIONS(214), + [anon_sym_PIPE] = ACTIONS(550), + [anon_sym_RPAREN] = ACTIONS(550), + [anon_sym_SEMI_SEMI] = ACTIONS(550), + [anon_sym_PIPE_AMP] = ACTIONS(550), + [anon_sym_AMP_AMP] = ACTIONS(550), + [anon_sym_PIPE_PIPE] = ACTIONS(550), + [anon_sym_LT] = ACTIONS(218), + [anon_sym_GT] = ACTIONS(218), + [anon_sym_GT_GT] = ACTIONS(218), + [anon_sym_AMP_GT] = ACTIONS(218), + [anon_sym_AMP_GT_GT] = ACTIONS(218), + [anon_sym_LT_AMP] = ACTIONS(218), + [anon_sym_GT_AMP] = ACTIONS(218), + [anon_sym_LT_LT] = ACTIONS(220), + [anon_sym_LT_LT_DASH] = ACTIONS(220), + [anon_sym_DQUOTE] = ACTIONS(222), + [sym_raw_string] = ACTIONS(224), + [anon_sym_DOLLAR] = ACTIONS(226), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(228), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(230), + [anon_sym_BQUOTE] = ACTIONS(232), + [anon_sym_LT_LPAREN] = ACTIONS(234), + [anon_sym_GT_LPAREN] = ACTIONS(234), + [sym_word] = ACTIONS(224), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(550), + [anon_sym_LF] = ACTIONS(550), + [anon_sym_AMP] = ACTIONS(550), }, [137] = { - [sym_for_statement] = STATE(316), - [sym_while_statement] = STATE(316), - [sym_if_statement] = STATE(316), - [sym_case_statement] = STATE(316), - [sym_function_definition] = STATE(316), - [sym_subshell] = STATE(316), - [sym_pipeline] = STATE(316), - [sym_list] = STATE(316), - [sym_bracket_command] = STATE(316), - [sym_command] = STATE(316), - [sym_command_name] = STATE(103), - [sym_environment_variable_assignment] = STATE(317), - [sym_subscript] = STATE(105), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(107), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(562), + [sym_variable_name] = ACTIONS(562), + [anon_sym_LT] = ACTIONS(564), + [anon_sym_GT] = ACTIONS(564), + [anon_sym_GT_GT] = ACTIONS(562), + [anon_sym_AMP_GT] = ACTIONS(564), + [anon_sym_AMP_GT_GT] = ACTIONS(562), + [anon_sym_LT_AMP] = ACTIONS(562), + [anon_sym_GT_AMP] = ACTIONS(562), + [anon_sym_DQUOTE] = ACTIONS(562), + [sym_raw_string] = ACTIONS(562), + [anon_sym_DOLLAR] = ACTIONS(564), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(562), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(562), + [anon_sym_BQUOTE] = ACTIONS(562), + [anon_sym_LT_LPAREN] = ACTIONS(562), + [anon_sym_GT_LPAREN] = ACTIONS(562), + [sym_word] = ACTIONS(564), + [sym_comment] = ACTIONS(52), }, [138] = { - [anon_sym_RBRACK] = ACTIONS(615), - [sym_comment] = ACTIONS(133), + [anon_sym_EQ] = ACTIONS(560), + [sym_comment] = ACTIONS(52), }, [139] = { - [sym_file_descriptor] = ACTIONS(627), - [sym_variable_name] = ACTIONS(627), - [anon_sym_PIPE] = ACTIONS(629), - [anon_sym_RPAREN] = ACTIONS(629), - [anon_sym_SEMI_SEMI] = ACTIONS(629), - [anon_sym_PIPE_AMP] = ACTIONS(629), - [anon_sym_AMP_AMP] = ACTIONS(629), - [anon_sym_PIPE_PIPE] = ACTIONS(629), - [anon_sym_LT] = ACTIONS(629), - [anon_sym_GT] = ACTIONS(629), - [anon_sym_GT_GT] = ACTIONS(629), - [anon_sym_AMP_GT] = ACTIONS(629), - [anon_sym_AMP_GT_GT] = ACTIONS(629), - [anon_sym_LT_AMP] = ACTIONS(629), - [anon_sym_GT_AMP] = ACTIONS(629), - [anon_sym_DQUOTE] = ACTIONS(629), - [sym_raw_string] = ACTIONS(629), - [anon_sym_DOLLAR] = ACTIONS(629), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(629), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(629), - [anon_sym_BQUOTE] = ACTIONS(629), - [anon_sym_LT_LPAREN] = ACTIONS(629), - [anon_sym_GT_LPAREN] = ACTIONS(629), - [sym_word] = ACTIONS(629), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(629), - [anon_sym_LF] = ACTIONS(629), - [anon_sym_AMP] = ACTIONS(629), + [aux_sym_concatenation_repeat1] = STATE(226), + [sym_file_descriptor] = ACTIONS(566), + [sym__concat] = ACTIONS(368), + [sym_variable_name] = ACTIONS(566), + [anon_sym_LT] = ACTIONS(568), + [anon_sym_GT] = ACTIONS(568), + [anon_sym_GT_GT] = ACTIONS(566), + [anon_sym_AMP_GT] = ACTIONS(568), + [anon_sym_AMP_GT_GT] = ACTIONS(566), + [anon_sym_LT_AMP] = ACTIONS(566), + [anon_sym_GT_AMP] = ACTIONS(566), + [anon_sym_DQUOTE] = ACTIONS(566), + [sym_raw_string] = ACTIONS(566), + [anon_sym_DOLLAR] = ACTIONS(568), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(566), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(566), + [anon_sym_BQUOTE] = ACTIONS(566), + [anon_sym_LT_LPAREN] = ACTIONS(566), + [anon_sym_GT_LPAREN] = ACTIONS(566), + [sym_word] = ACTIONS(568), + [sym_comment] = ACTIONS(52), }, [140] = { - [aux_sym_array_repeat1] = STATE(320), - [anon_sym_RPAREN] = ACTIONS(631), - [sym_word] = ACTIONS(633), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(566), + [sym_variable_name] = ACTIONS(566), + [anon_sym_LT] = ACTIONS(568), + [anon_sym_GT] = ACTIONS(568), + [anon_sym_GT_GT] = ACTIONS(566), + [anon_sym_AMP_GT] = ACTIONS(568), + [anon_sym_AMP_GT_GT] = ACTIONS(566), + [anon_sym_LT_AMP] = ACTIONS(566), + [anon_sym_GT_AMP] = ACTIONS(566), + [anon_sym_DQUOTE] = ACTIONS(566), + [sym_raw_string] = ACTIONS(566), + [anon_sym_DOLLAR] = ACTIONS(568), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(566), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(566), + [anon_sym_BQUOTE] = ACTIONS(566), + [anon_sym_LT_LPAREN] = ACTIONS(566), + [anon_sym_GT_LPAREN] = ACTIONS(566), + [sym_word] = ACTIONS(568), + [sym_comment] = ACTIONS(52), }, [141] = { - [sym_simple_expansion] = STATE(70), - [sym_expansion] = STATE(70), - [sym_command_substitution] = STATE(70), - [aux_sym_string_repeat1] = STATE(322), - [anon_sym_DQUOTE] = ACTIONS(635), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(197), - [anon_sym_DOLLAR] = ACTIONS(199), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(201), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(203), - [anon_sym_BQUOTE] = ACTIONS(205), - [sym_comment] = ACTIONS(85), + [sym_simple_expansion] = STATE(78), + [sym_expansion] = STATE(78), + [sym_command_substitution] = STATE(78), + [aux_sym_string_repeat1] = STATE(331), + [anon_sym_DQUOTE] = ACTIONS(570), + [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(132), + [anon_sym_DOLLAR] = ACTIONS(134), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), + [anon_sym_BQUOTE] = ACTIONS(140), + [sym_comment] = ACTIONS(142), }, [142] = { - [aux_sym_concatenation_repeat1] = STATE(324), - [sym_file_descriptor] = ACTIONS(627), - [sym__concat] = ACTIONS(637), - [sym_variable_name] = ACTIONS(627), - [anon_sym_PIPE] = ACTIONS(629), - [anon_sym_RPAREN] = ACTIONS(629), - [anon_sym_SEMI_SEMI] = ACTIONS(629), - [anon_sym_PIPE_AMP] = ACTIONS(629), - [anon_sym_AMP_AMP] = ACTIONS(629), - [anon_sym_PIPE_PIPE] = ACTIONS(629), - [anon_sym_LT] = ACTIONS(629), - [anon_sym_GT] = ACTIONS(629), - [anon_sym_GT_GT] = ACTIONS(629), - [anon_sym_AMP_GT] = ACTIONS(629), - [anon_sym_AMP_GT_GT] = ACTIONS(629), - [anon_sym_LT_AMP] = ACTIONS(629), - [anon_sym_GT_AMP] = ACTIONS(629), - [anon_sym_DQUOTE] = ACTIONS(629), - [sym_raw_string] = ACTIONS(629), - [anon_sym_DOLLAR] = ACTIONS(629), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(629), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(629), - [anon_sym_BQUOTE] = ACTIONS(629), - [anon_sym_LT_LPAREN] = ACTIONS(629), - [anon_sym_GT_LPAREN] = ACTIONS(629), - [sym_word] = ACTIONS(629), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(629), - [anon_sym_LF] = ACTIONS(629), - [anon_sym_AMP] = ACTIONS(629), + [aux_sym_concatenation_repeat1] = STATE(334), + [sym__concat] = ACTIONS(572), + [anon_sym_RBRACK] = ACTIONS(574), + [sym_comment] = ACTIONS(52), }, [143] = { - [sym_special_variable_name] = STATE(327), - [anon_sym_DOLLAR] = ACTIONS(639), - [anon_sym_POUND] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(639), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(643), - [anon_sym_STAR] = ACTIONS(639), - [anon_sym_QMARK] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_BANG] = ACTIONS(639), - [anon_sym_0] = ACTIONS(641), - [anon_sym__] = ACTIONS(641), + [sym_special_variable_name] = STATE(337), + [anon_sym_DOLLAR] = ACTIONS(576), + [anon_sym_POUND] = ACTIONS(576), + [anon_sym_AT] = ACTIONS(576), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(578), + [anon_sym_STAR] = ACTIONS(576), + [anon_sym_QMARK] = ACTIONS(576), + [anon_sym_DASH] = ACTIONS(576), + [anon_sym_BANG] = ACTIONS(576), + [anon_sym_0] = ACTIONS(580), + [anon_sym__] = ACTIONS(580), }, [144] = { - [sym_special_variable_name] = STATE(330), - [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(645), - [anon_sym_AT] = ACTIONS(219), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(647), - [anon_sym_STAR] = ACTIONS(219), - [anon_sym_QMARK] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_0] = ACTIONS(225), - [anon_sym__] = ACTIONS(225), + [sym_special_variable_name] = STATE(340), + [anon_sym_DOLLAR] = ACTIONS(156), + [anon_sym_POUND] = ACTIONS(582), + [anon_sym_AT] = ACTIONS(156), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(584), + [anon_sym_STAR] = ACTIONS(156), + [anon_sym_QMARK] = ACTIONS(156), + [anon_sym_DASH] = ACTIONS(156), + [anon_sym_BANG] = ACTIONS(156), + [anon_sym_0] = ACTIONS(162), + [anon_sym__] = ACTIONS(162), }, [145] = { - [sym_for_statement] = STATE(331), - [sym_while_statement] = STATE(331), - [sym_if_statement] = STATE(331), - [sym_case_statement] = STATE(331), - [sym_function_definition] = STATE(331), - [sym_subshell] = STATE(331), - [sym_pipeline] = STATE(331), - [sym_list] = STATE(331), - [sym_bracket_command] = STATE(331), - [sym_command] = STATE(331), - [sym_command_name] = STATE(103), - [sym_environment_variable_assignment] = STATE(332), - [sym_subscript] = STATE(105), + [sym_for_statement] = STATE(341), + [sym_while_statement] = STATE(341), + [sym_if_statement] = STATE(341), + [sym_case_statement] = STATE(341), + [sym_function_definition] = STATE(341), + [sym_subshell] = STATE(341), + [sym_pipeline] = STATE(341), + [sym_list] = STATE(341), + [sym_bracket_command] = STATE(341), + [sym_command] = STATE(341), + [sym_command_name] = STATE(111), + [sym_environment_variable_assignment] = STATE(342), + [sym_subscript] = STATE(113), [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(107), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(115), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), }, [146] = { - [sym_for_statement] = STATE(333), - [sym_while_statement] = STATE(333), - [sym_if_statement] = STATE(333), - [sym_case_statement] = STATE(333), - [sym_function_definition] = STATE(333), - [sym_subshell] = STATE(333), - [sym_pipeline] = STATE(333), - [sym_list] = STATE(333), - [sym_bracket_command] = STATE(333), - [sym_command] = STATE(333), - [sym_command_name] = STATE(109), - [sym_environment_variable_assignment] = STATE(334), - [sym_subscript] = STATE(105), + [sym_for_statement] = STATE(343), + [sym_while_statement] = STATE(343), + [sym_if_statement] = STATE(343), + [sym_case_statement] = STATE(343), + [sym_function_definition] = STATE(343), + [sym_subshell] = STATE(343), + [sym_pipeline] = STATE(343), + [sym_list] = STATE(343), + [sym_bracket_command] = STATE(343), + [sym_command] = STATE(343), + [sym_command_name] = STATE(117), + [sym_environment_variable_assignment] = STATE(344), + [sym_subscript] = STATE(113), [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(111), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(119), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), }, [147] = { - [sym_for_statement] = STATE(335), - [sym_while_statement] = STATE(335), - [sym_if_statement] = STATE(335), - [sym_case_statement] = STATE(335), - [sym_function_definition] = STATE(335), - [sym_subshell] = STATE(335), - [sym_pipeline] = STATE(335), - [sym_list] = STATE(335), - [sym_bracket_command] = STATE(335), - [sym_command] = STATE(335), - [sym_command_name] = STATE(103), - [sym_environment_variable_assignment] = STATE(336), - [sym_subscript] = STATE(105), + [sym_for_statement] = STATE(345), + [sym_while_statement] = STATE(345), + [sym_if_statement] = STATE(345), + [sym_case_statement] = STATE(345), + [sym_function_definition] = STATE(345), + [sym_subshell] = STATE(345), + [sym_pipeline] = STATE(345), + [sym_list] = STATE(345), + [sym_bracket_command] = STATE(345), + [sym_command] = STATE(345), + [sym_command_name] = STATE(111), + [sym_environment_variable_assignment] = STATE(346), + [sym_subscript] = STATE(113), [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(107), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(115), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), }, [148] = { - [sym_concatenation] = STATE(344), - [sym_string] = STATE(338), - [sym_simple_expansion] = STATE(338), - [sym_expansion] = STATE(338), - [sym_command_substitution] = STATE(338), - [sym_process_substitution] = STATE(338), - [aux_sym_for_statement_repeat1] = STATE(345), - [anon_sym_DQUOTE] = ACTIONS(649), - [sym_raw_string] = ACTIONS(651), - [anon_sym_DOLLAR] = ACTIONS(653), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(655), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(657), - [anon_sym_BQUOTE] = ACTIONS(659), - [anon_sym_LT_LPAREN] = ACTIONS(661), - [anon_sym_GT_LPAREN] = ACTIONS(661), - [sym_word] = ACTIONS(663), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACK] = ACTIONS(574), + [sym_comment] = ACTIONS(52), }, [149] = { - [sym__terminated_statement] = STATE(22), - [sym_for_statement] = STATE(23), - [sym_while_statement] = STATE(23), - [sym_if_statement] = STATE(23), - [sym_case_statement] = STATE(23), - [sym_function_definition] = STATE(23), - [sym_subshell] = STATE(23), - [sym_pipeline] = STATE(23), - [sym_list] = STATE(23), - [sym_bracket_command] = STATE(23), - [sym_command] = STATE(23), - [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(25), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [aux_sym_program_repeat1] = STATE(347), - [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_done] = ACTIONS(665), - [anon_sym_if] = ACTIONS(101), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(586), + [sym_variable_name] = ACTIONS(586), + [anon_sym_PIPE] = ACTIONS(588), + [anon_sym_RPAREN] = ACTIONS(588), + [anon_sym_SEMI_SEMI] = ACTIONS(588), + [anon_sym_PIPE_AMP] = ACTIONS(588), + [anon_sym_AMP_AMP] = ACTIONS(588), + [anon_sym_PIPE_PIPE] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(588), + [anon_sym_GT] = ACTIONS(588), + [anon_sym_GT_GT] = ACTIONS(588), + [anon_sym_AMP_GT] = ACTIONS(588), + [anon_sym_AMP_GT_GT] = ACTIONS(588), + [anon_sym_LT_AMP] = ACTIONS(588), + [anon_sym_GT_AMP] = ACTIONS(588), + [anon_sym_DQUOTE] = ACTIONS(588), + [sym_raw_string] = ACTIONS(588), + [anon_sym_DOLLAR] = ACTIONS(588), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(588), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(588), + [anon_sym_BQUOTE] = ACTIONS(588), + [anon_sym_LT_LPAREN] = ACTIONS(588), + [anon_sym_GT_LPAREN] = ACTIONS(588), + [sym_word] = ACTIONS(588), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(588), + [anon_sym_LF] = ACTIONS(588), + [anon_sym_AMP] = ACTIONS(588), }, [150] = { - [anon_sym_PIPE] = ACTIONS(667), - [anon_sym_RPAREN] = ACTIONS(667), - [anon_sym_SEMI_SEMI] = ACTIONS(667), - [anon_sym_PIPE_AMP] = ACTIONS(667), - [anon_sym_AMP_AMP] = ACTIONS(667), - [anon_sym_PIPE_PIPE] = ACTIONS(667), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(667), - [anon_sym_LF] = ACTIONS(667), - [anon_sym_AMP] = ACTIONS(667), + [aux_sym_array_repeat1] = STATE(349), + [anon_sym_RPAREN] = ACTIONS(590), + [sym_word] = ACTIONS(592), + [sym_comment] = ACTIONS(52), }, [151] = { - [anon_sym_do] = ACTIONS(559), - [anon_sym_then] = ACTIONS(559), - [sym_comment] = ACTIONS(133), + [sym_simple_expansion] = STATE(78), + [sym_expansion] = STATE(78), + [sym_command_substitution] = STATE(78), + [aux_sym_string_repeat1] = STATE(351), + [anon_sym_DQUOTE] = ACTIONS(594), + [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(132), + [anon_sym_DOLLAR] = ACTIONS(134), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), + [anon_sym_BQUOTE] = ACTIONS(140), + [sym_comment] = ACTIONS(142), }, [152] = { - [sym__terminated_statement] = STATE(22), - [sym_for_statement] = STATE(23), - [sym_while_statement] = STATE(23), - [sym_if_statement] = STATE(23), - [sym_elif_clause] = STATE(351), - [sym_else_clause] = STATE(352), - [sym_case_statement] = STATE(23), - [sym_function_definition] = STATE(23), - [sym_subshell] = STATE(23), - [sym_pipeline] = STATE(23), - [sym_list] = STATE(23), - [sym_bracket_command] = STATE(23), - [sym_command] = STATE(23), - [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(25), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [aux_sym_program_repeat1] = STATE(353), - [aux_sym_if_statement_repeat1] = STATE(354), - [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_fi] = ACTIONS(669), - [anon_sym_elif] = ACTIONS(671), - [anon_sym_else] = ACTIONS(673), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), + [aux_sym_concatenation_repeat1] = STATE(353), + [sym_file_descriptor] = ACTIONS(586), + [sym__concat] = ACTIONS(596), + [sym_variable_name] = ACTIONS(586), + [anon_sym_PIPE] = ACTIONS(588), + [anon_sym_RPAREN] = ACTIONS(588), + [anon_sym_SEMI_SEMI] = ACTIONS(588), + [anon_sym_PIPE_AMP] = ACTIONS(588), + [anon_sym_AMP_AMP] = ACTIONS(588), + [anon_sym_PIPE_PIPE] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(588), + [anon_sym_GT] = ACTIONS(588), + [anon_sym_GT_GT] = ACTIONS(588), + [anon_sym_AMP_GT] = ACTIONS(588), + [anon_sym_AMP_GT_GT] = ACTIONS(588), + [anon_sym_LT_AMP] = ACTIONS(588), + [anon_sym_GT_AMP] = ACTIONS(588), + [anon_sym_DQUOTE] = ACTIONS(588), + [sym_raw_string] = ACTIONS(588), + [anon_sym_DOLLAR] = ACTIONS(588), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(588), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(588), + [anon_sym_BQUOTE] = ACTIONS(588), + [anon_sym_LT_LPAREN] = ACTIONS(588), + [anon_sym_GT_LPAREN] = ACTIONS(588), + [sym_word] = ACTIONS(588), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(588), + [anon_sym_LF] = ACTIONS(588), + [anon_sym_AMP] = ACTIONS(588), }, [153] = { - [sym__concat] = ACTIONS(425), - [anon_sym_in] = ACTIONS(427), - [anon_sym_SEMI_SEMI] = ACTIONS(427), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(427), - [anon_sym_LF] = ACTIONS(427), - [anon_sym_AMP] = ACTIONS(427), + [sym_special_variable_name] = STATE(356), + [anon_sym_DOLLAR] = ACTIONS(598), + [anon_sym_POUND] = ACTIONS(598), + [anon_sym_AT] = ACTIONS(598), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(600), + [anon_sym_STAR] = ACTIONS(598), + [anon_sym_QMARK] = ACTIONS(598), + [anon_sym_DASH] = ACTIONS(598), + [anon_sym_BANG] = ACTIONS(598), + [anon_sym_0] = ACTIONS(602), + [anon_sym__] = ACTIONS(602), }, [154] = { - [sym_simple_expansion] = STATE(222), - [sym_expansion] = STATE(222), - [sym_command_substitution] = STATE(222), - [anon_sym_DQUOTE] = ACTIONS(675), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(445), - [anon_sym_DOLLAR] = ACTIONS(199), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(201), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(203), - [anon_sym_BQUOTE] = ACTIONS(205), - [sym_comment] = ACTIONS(85), + [sym_special_variable_name] = STATE(359), + [anon_sym_DOLLAR] = ACTIONS(156), + [anon_sym_POUND] = ACTIONS(604), + [anon_sym_AT] = ACTIONS(156), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(606), + [anon_sym_STAR] = ACTIONS(156), + [anon_sym_QMARK] = ACTIONS(156), + [anon_sym_DASH] = ACTIONS(156), + [anon_sym_BANG] = ACTIONS(156), + [anon_sym_0] = ACTIONS(162), + [anon_sym__] = ACTIONS(162), }, [155] = { - [sym_string] = STATE(356), - [sym_simple_expansion] = STATE(356), - [sym_expansion] = STATE(356), - [sym_command_substitution] = STATE(356), - [sym_process_substitution] = STATE(356), - [anon_sym_DQUOTE] = ACTIONS(145), - [sym_raw_string] = ACTIONS(677), - [anon_sym_DOLLAR] = ACTIONS(149), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(151), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(153), - [anon_sym_BQUOTE] = ACTIONS(155), - [anon_sym_LT_LPAREN] = ACTIONS(157), - [anon_sym_GT_LPAREN] = ACTIONS(157), - [sym_word] = ACTIONS(679), - [sym_comment] = ACTIONS(133), + [sym_for_statement] = STATE(360), + [sym_while_statement] = STATE(360), + [sym_if_statement] = STATE(360), + [sym_case_statement] = STATE(360), + [sym_function_definition] = STATE(360), + [sym_subshell] = STATE(360), + [sym_pipeline] = STATE(360), + [sym_list] = STATE(360), + [sym_bracket_command] = STATE(360), + [sym_command] = STATE(360), + [sym_command_name] = STATE(111), + [sym_environment_variable_assignment] = STATE(361), + [sym_subscript] = STATE(113), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(115), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), }, [156] = { - [anon_sym_SEMI_SEMI] = ACTIONS(681), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(681), - [anon_sym_LF] = ACTIONS(681), - [anon_sym_AMP] = ACTIONS(681), + [sym_for_statement] = STATE(362), + [sym_while_statement] = STATE(362), + [sym_if_statement] = STATE(362), + [sym_case_statement] = STATE(362), + [sym_function_definition] = STATE(362), + [sym_subshell] = STATE(362), + [sym_pipeline] = STATE(362), + [sym_list] = STATE(362), + [sym_bracket_command] = STATE(362), + [sym_command] = STATE(362), + [sym_command_name] = STATE(117), + [sym_environment_variable_assignment] = STATE(363), + [sym_subscript] = STATE(113), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(119), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), }, [157] = { - [anon_sym_in] = ACTIONS(683), - [sym_comment] = ACTIONS(133), + [sym_for_statement] = STATE(364), + [sym_while_statement] = STATE(364), + [sym_if_statement] = STATE(364), + [sym_case_statement] = STATE(364), + [sym_function_definition] = STATE(364), + [sym_subshell] = STATE(364), + [sym_pipeline] = STATE(364), + [sym_list] = STATE(364), + [sym_bracket_command] = STATE(364), + [sym_command] = STATE(364), + [sym_command_name] = STATE(111), + [sym_environment_variable_assignment] = STATE(365), + [sym_subscript] = STATE(113), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(115), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), }, [158] = { - [sym__concat] = ACTIONS(685), - [anon_sym_in] = ACTIONS(455), - [anon_sym_SEMI_SEMI] = ACTIONS(455), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(455), - [anon_sym_LF] = ACTIONS(455), - [anon_sym_AMP] = ACTIONS(455), + [sym_concatenation] = STATE(373), + [sym_string] = STATE(367), + [sym_simple_expansion] = STATE(367), + [sym_expansion] = STATE(367), + [sym_command_substitution] = STATE(367), + [sym_process_substitution] = STATE(367), + [aux_sym_for_statement_repeat1] = STATE(374), + [anon_sym_DQUOTE] = ACTIONS(608), + [sym_raw_string] = ACTIONS(610), + [anon_sym_DOLLAR] = ACTIONS(612), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(614), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(616), + [anon_sym_BQUOTE] = ACTIONS(618), + [anon_sym_LT_LPAREN] = ACTIONS(620), + [anon_sym_GT_LPAREN] = ACTIONS(620), + [sym_word] = ACTIONS(622), + [sym_comment] = ACTIONS(52), }, [159] = { - [sym__concat] = ACTIONS(457), - [anon_sym_in] = ACTIONS(459), - [anon_sym_SEMI_SEMI] = ACTIONS(459), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(459), - [anon_sym_LF] = ACTIONS(459), - [anon_sym_AMP] = ACTIONS(459), - }, - [160] = { - [sym__concat] = ACTIONS(461), - [anon_sym_in] = ACTIONS(463), - [anon_sym_SEMI_SEMI] = ACTIONS(463), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(463), - [anon_sym_LF] = ACTIONS(463), - [anon_sym_AMP] = ACTIONS(463), - }, - [161] = { - [sym__concat] = ACTIONS(465), - [anon_sym_in] = ACTIONS(467), - [anon_sym_SEMI_SEMI] = ACTIONS(467), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(467), - [anon_sym_LF] = ACTIONS(467), - [anon_sym_AMP] = ACTIONS(467), - }, - [162] = { - [sym_special_variable_name] = STATE(361), - [anon_sym_RBRACE] = ACTIONS(457), - [anon_sym_LBRACK] = ACTIONS(457), - [anon_sym_EQ] = ACTIONS(457), - [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(225), - [anon_sym_AT] = ACTIONS(219), - [anon_sym_COLON] = ACTIONS(469), - [anon_sym_COLON_QMARK] = ACTIONS(457), - [anon_sym_COLON_DASH] = ACTIONS(457), - [anon_sym_PERCENT] = ACTIONS(457), - [anon_sym_SLASH] = ACTIONS(457), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(687), - [anon_sym_STAR] = ACTIONS(219), - [anon_sym_QMARK] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_0] = ACTIONS(225), - [anon_sym__] = ACTIONS(225), - }, - [163] = { - [anon_sym_RBRACE] = ACTIONS(689), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_EQ] = ACTIONS(693), - [anon_sym_COLON] = ACTIONS(695), - [anon_sym_COLON_QMARK] = ACTIONS(693), - [anon_sym_COLON_DASH] = ACTIONS(693), - [anon_sym_PERCENT] = ACTIONS(693), - [anon_sym_SLASH] = ACTIONS(693), - [sym_comment] = ACTIONS(133), - }, - [164] = { - [anon_sym_RBRACE] = ACTIONS(697), - [anon_sym_LBRACK] = ACTIONS(699), - [anon_sym_EQ] = ACTIONS(701), - [anon_sym_COLON] = ACTIONS(703), - [anon_sym_COLON_QMARK] = ACTIONS(701), - [anon_sym_COLON_DASH] = ACTIONS(701), - [anon_sym_PERCENT] = ACTIONS(701), - [anon_sym_SLASH] = ACTIONS(701), - [sym_comment] = ACTIONS(133), - }, - [165] = { - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(705), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(523), - [sym_comment] = ACTIONS(133), - }, - [166] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(705), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(543), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(299), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), - }, - [167] = { - [anon_sym_PIPE] = ACTIONS(547), - [anon_sym_PIPE_AMP] = ACTIONS(549), - [anon_sym_AMP_AMP] = ACTIONS(551), - [anon_sym_PIPE_PIPE] = ACTIONS(551), - [anon_sym_BQUOTE] = ACTIONS(705), - [sym_comment] = ACTIONS(133), - }, - [168] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(547), - [anon_sym_PIPE_AMP] = ACTIONS(549), - [anon_sym_AMP_AMP] = ACTIONS(551), - [anon_sym_PIPE_PIPE] = ACTIONS(553), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(705), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), - }, - [169] = { - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(707), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(523), - [sym_comment] = ACTIONS(133), - }, - [170] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(707), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(543), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(299), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), - }, - [171] = { - [anon_sym_RPAREN] = ACTIONS(709), - [sym_comment] = ACTIONS(133), - }, - [172] = { - [anon_sym_PIPE] = ACTIONS(711), - [anon_sym_RPAREN] = ACTIONS(711), - [anon_sym_SEMI_SEMI] = ACTIONS(711), - [anon_sym_PIPE_AMP] = ACTIONS(711), - [anon_sym_AMP_AMP] = ACTIONS(711), - [anon_sym_PIPE_PIPE] = ACTIONS(711), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(711), - [anon_sym_LF] = ACTIONS(711), - [anon_sym_AMP] = ACTIONS(711), - }, - [173] = { - [sym_file_descriptor] = ACTIONS(559), - [sym_variable_name] = ACTIONS(559), - [anon_sym_for] = ACTIONS(561), - [anon_sym_while] = ACTIONS(561), - [anon_sym_if] = ACTIONS(561), - [anon_sym_case] = ACTIONS(561), - [anon_sym_RPAREN] = ACTIONS(713), - [anon_sym_function] = ACTIONS(561), - [anon_sym_LPAREN] = ACTIONS(559), - [anon_sym_LBRACK] = ACTIONS(561), - [anon_sym_LBRACK_LBRACK] = ACTIONS(561), - [anon_sym_LT] = ACTIONS(561), - [anon_sym_GT] = ACTIONS(561), - [anon_sym_GT_GT] = ACTIONS(559), - [anon_sym_AMP_GT] = ACTIONS(561), - [anon_sym_AMP_GT_GT] = ACTIONS(559), - [anon_sym_LT_AMP] = ACTIONS(559), - [anon_sym_GT_AMP] = ACTIONS(559), - [anon_sym_DQUOTE] = ACTIONS(559), - [sym_raw_string] = ACTIONS(559), - [anon_sym_DOLLAR] = ACTIONS(561), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(559), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(559), - [anon_sym_BQUOTE] = ACTIONS(559), - [anon_sym_LT_LPAREN] = ACTIONS(559), - [anon_sym_GT_LPAREN] = ACTIONS(559), - [sym_word] = ACTIONS(563), - [sym_comment] = ACTIONS(133), - }, - [174] = { - [anon_sym_PIPE] = ACTIONS(271), - [anon_sym_RPAREN] = ACTIONS(715), - [anon_sym_SEMI_SEMI] = ACTIONS(717), - [anon_sym_PIPE_AMP] = ACTIONS(271), - [anon_sym_AMP_AMP] = ACTIONS(275), - [anon_sym_PIPE_PIPE] = ACTIONS(275), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(717), - [anon_sym_LF] = ACTIONS(717), - [anon_sym_AMP] = ACTIONS(717), - }, - [175] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(271), - [anon_sym_RPAREN] = ACTIONS(715), - [anon_sym_SEMI_SEMI] = ACTIONS(717), - [anon_sym_PIPE_AMP] = ACTIONS(271), - [anon_sym_AMP_AMP] = ACTIONS(275), - [anon_sym_PIPE_PIPE] = ACTIONS(275), - [anon_sym_LT] = ACTIONS(301), - [anon_sym_GT] = ACTIONS(301), - [anon_sym_GT_GT] = ACTIONS(301), - [anon_sym_AMP_GT] = ACTIONS(301), - [anon_sym_AMP_GT_GT] = ACTIONS(301), - [anon_sym_LT_AMP] = ACTIONS(301), - [anon_sym_GT_AMP] = ACTIONS(301), - [anon_sym_DQUOTE] = ACTIONS(301), - [sym_raw_string] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(301), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(301), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(301), - [anon_sym_BQUOTE] = ACTIONS(301), - [anon_sym_LT_LPAREN] = ACTIONS(301), - [anon_sym_GT_LPAREN] = ACTIONS(301), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(717), - [anon_sym_LF] = ACTIONS(717), - [anon_sym_AMP] = ACTIONS(717), - }, - [176] = { - [sym__concat] = ACTIONS(425), - [anon_sym_RBRACE] = ACTIONS(425), - [anon_sym_RBRACK] = ACTIONS(719), - [anon_sym_RBRACK_RBRACK] = ACTIONS(719), - [anon_sym_DQUOTE] = ACTIONS(425), - [sym_raw_string] = ACTIONS(425), - [anon_sym_DOLLAR] = ACTIONS(719), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(425), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(425), - [anon_sym_BQUOTE] = ACTIONS(425), - [anon_sym_LT_LPAREN] = ACTIONS(425), - [anon_sym_GT_LPAREN] = ACTIONS(425), - [sym_word] = ACTIONS(427), - [sym_comment] = ACTIONS(133), - }, - [177] = { - [sym_simple_expansion] = STATE(222), - [sym_expansion] = STATE(222), - [sym_command_substitution] = STATE(222), - [anon_sym_DQUOTE] = ACTIONS(721), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(445), - [anon_sym_DOLLAR] = ACTIONS(199), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(201), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(203), - [anon_sym_BQUOTE] = ACTIONS(205), - [sym_comment] = ACTIONS(85), - }, - [178] = { - [sym_string] = STATE(374), - [sym_simple_expansion] = STATE(374), - [sym_expansion] = STATE(374), - [sym_command_substitution] = STATE(374), - [sym_process_substitution] = STATE(374), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(723), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(725), - [sym_comment] = ACTIONS(133), - }, - [179] = { - [sym__concat] = ACTIONS(727), - [anon_sym_RBRACE] = ACTIONS(451), - [anon_sym_RBRACK] = ACTIONS(729), - [anon_sym_RBRACK_RBRACK] = ACTIONS(729), - [anon_sym_DQUOTE] = ACTIONS(451), - [sym_raw_string] = ACTIONS(451), - [anon_sym_DOLLAR] = ACTIONS(729), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(451), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(451), - [anon_sym_BQUOTE] = ACTIONS(451), - [anon_sym_LT_LPAREN] = ACTIONS(451), - [anon_sym_GT_LPAREN] = ACTIONS(451), - [sym_word] = ACTIONS(455), - [sym_comment] = ACTIONS(133), - }, - [180] = { - [sym__concat] = ACTIONS(457), - [anon_sym_RBRACE] = ACTIONS(457), - [anon_sym_RBRACK] = ACTIONS(469), - [anon_sym_RBRACK_RBRACK] = ACTIONS(469), - [anon_sym_DQUOTE] = ACTIONS(457), - [sym_raw_string] = ACTIONS(457), - [anon_sym_DOLLAR] = ACTIONS(469), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(457), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(457), - [anon_sym_BQUOTE] = ACTIONS(457), - [anon_sym_LT_LPAREN] = ACTIONS(457), - [anon_sym_GT_LPAREN] = ACTIONS(457), - [sym_word] = ACTIONS(459), - [sym_comment] = ACTIONS(133), - }, - [181] = { - [sym__concat] = ACTIONS(461), - [anon_sym_RBRACE] = ACTIONS(461), - [anon_sym_RBRACK] = ACTIONS(731), - [anon_sym_RBRACK_RBRACK] = ACTIONS(731), - [anon_sym_DQUOTE] = ACTIONS(461), - [sym_raw_string] = ACTIONS(461), - [anon_sym_DOLLAR] = ACTIONS(731), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(461), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(461), - [anon_sym_BQUOTE] = ACTIONS(461), - [anon_sym_LT_LPAREN] = ACTIONS(461), - [anon_sym_GT_LPAREN] = ACTIONS(461), - [sym_word] = ACTIONS(463), - [sym_comment] = ACTIONS(133), - }, - [182] = { - [sym__concat] = ACTIONS(465), - [anon_sym_RBRACE] = ACTIONS(465), - [anon_sym_RBRACK] = ACTIONS(733), - [anon_sym_RBRACK_RBRACK] = ACTIONS(733), - [anon_sym_DQUOTE] = ACTIONS(465), - [sym_raw_string] = ACTIONS(465), - [anon_sym_DOLLAR] = ACTIONS(733), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(465), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(465), - [anon_sym_BQUOTE] = ACTIONS(465), - [anon_sym_LT_LPAREN] = ACTIONS(465), - [anon_sym_GT_LPAREN] = ACTIONS(465), - [sym_word] = ACTIONS(467), - [sym_comment] = ACTIONS(133), - }, - [183] = { - [sym_special_variable_name] = STATE(377), - [anon_sym_RBRACE] = ACTIONS(457), - [anon_sym_LBRACK] = ACTIONS(457), - [anon_sym_EQ] = ACTIONS(457), - [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(225), - [anon_sym_AT] = ACTIONS(219), - [anon_sym_COLON] = ACTIONS(469), - [anon_sym_COLON_QMARK] = ACTIONS(457), - [anon_sym_COLON_DASH] = ACTIONS(457), - [anon_sym_PERCENT] = ACTIONS(457), - [anon_sym_SLASH] = ACTIONS(457), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(735), - [anon_sym_STAR] = ACTIONS(219), - [anon_sym_QMARK] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_0] = ACTIONS(225), - [anon_sym__] = ACTIONS(225), - }, - [184] = { - [anon_sym_RBRACE] = ACTIONS(737), - [anon_sym_LBRACK] = ACTIONS(739), - [anon_sym_EQ] = ACTIONS(741), - [anon_sym_COLON] = ACTIONS(743), - [anon_sym_COLON_QMARK] = ACTIONS(741), - [anon_sym_COLON_DASH] = ACTIONS(741), - [anon_sym_PERCENT] = ACTIONS(741), - [anon_sym_SLASH] = ACTIONS(741), - [sym_comment] = ACTIONS(133), - }, - [185] = { - [anon_sym_RBRACE] = ACTIONS(745), - [anon_sym_LBRACK] = ACTIONS(747), - [anon_sym_EQ] = ACTIONS(749), - [anon_sym_COLON] = ACTIONS(751), - [anon_sym_COLON_QMARK] = ACTIONS(749), - [anon_sym_COLON_DASH] = ACTIONS(749), - [anon_sym_PERCENT] = ACTIONS(749), - [anon_sym_SLASH] = ACTIONS(749), - [sym_comment] = ACTIONS(133), - }, - [186] = { - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(753), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(523), - [sym_comment] = ACTIONS(133), - }, - [187] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(753), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(543), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(299), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), - }, - [188] = { - [anon_sym_PIPE] = ACTIONS(547), - [anon_sym_PIPE_AMP] = ACTIONS(549), - [anon_sym_AMP_AMP] = ACTIONS(551), - [anon_sym_PIPE_PIPE] = ACTIONS(551), - [anon_sym_BQUOTE] = ACTIONS(753), - [sym_comment] = ACTIONS(133), - }, - [189] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(547), - [anon_sym_PIPE_AMP] = ACTIONS(549), - [anon_sym_AMP_AMP] = ACTIONS(551), - [anon_sym_PIPE_PIPE] = ACTIONS(553), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(753), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), - }, - [190] = { - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(755), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(523), - [sym_comment] = ACTIONS(133), - }, - [191] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(755), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(543), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(299), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), - }, - [192] = { - [anon_sym_PIPE] = ACTIONS(757), - [anon_sym_RPAREN] = ACTIONS(757), - [anon_sym_SEMI_SEMI] = ACTIONS(757), - [anon_sym_PIPE_AMP] = ACTIONS(757), - [anon_sym_AMP_AMP] = ACTIONS(757), - [anon_sym_PIPE_PIPE] = ACTIONS(757), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(757), - [anon_sym_LF] = ACTIONS(757), - [anon_sym_AMP] = ACTIONS(757), - }, - [193] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(383), - [anon_sym_RBRACK] = ACTIONS(759), - [anon_sym_RBRACK_RBRACK] = ACTIONS(759), - [anon_sym_DQUOTE] = ACTIONS(761), - [sym_raw_string] = ACTIONS(761), - [anon_sym_DOLLAR] = ACTIONS(759), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(761), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(761), - [anon_sym_BQUOTE] = ACTIONS(761), - [anon_sym_LT_LPAREN] = ACTIONS(761), - [anon_sym_GT_LPAREN] = ACTIONS(761), - [sym_word] = ACTIONS(763), - [sym_comment] = ACTIONS(133), - }, - [194] = { - [anon_sym_RBRACK] = ACTIONS(759), - [anon_sym_RBRACK_RBRACK] = ACTIONS(759), - [anon_sym_DQUOTE] = ACTIONS(761), - [sym_raw_string] = ACTIONS(761), - [anon_sym_DOLLAR] = ACTIONS(759), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(761), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(761), - [anon_sym_BQUOTE] = ACTIONS(761), - [anon_sym_LT_LPAREN] = ACTIONS(761), - [anon_sym_GT_LPAREN] = ACTIONS(761), - [sym_word] = ACTIONS(763), - [sym_comment] = ACTIONS(133), - }, - [195] = { - [sym_file_descriptor] = ACTIONS(425), - [sym__concat] = ACTIONS(425), - [sym_variable_name] = ACTIONS(425), - [anon_sym_PIPE] = ACTIONS(719), - [anon_sym_RPAREN] = ACTIONS(425), - [anon_sym_PIPE_AMP] = ACTIONS(425), - [anon_sym_AMP_AMP] = ACTIONS(425), - [anon_sym_PIPE_PIPE] = ACTIONS(719), - [anon_sym_LT] = ACTIONS(719), - [anon_sym_GT] = ACTIONS(719), - [anon_sym_GT_GT] = ACTIONS(425), - [anon_sym_AMP_GT] = ACTIONS(719), - [anon_sym_AMP_GT_GT] = ACTIONS(425), - [anon_sym_LT_AMP] = ACTIONS(425), - [anon_sym_GT_AMP] = ACTIONS(425), - [anon_sym_DQUOTE] = ACTIONS(425), - [sym_raw_string] = ACTIONS(425), - [anon_sym_DOLLAR] = ACTIONS(719), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(425), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(425), - [anon_sym_BQUOTE] = ACTIONS(425), - [anon_sym_LT_LPAREN] = ACTIONS(425), - [anon_sym_GT_LPAREN] = ACTIONS(425), - [sym_word] = ACTIONS(427), - [sym_comment] = ACTIONS(133), - }, - [196] = { - [sym_simple_expansion] = STATE(222), - [sym_expansion] = STATE(222), - [sym_command_substitution] = STATE(222), - [anon_sym_DQUOTE] = ACTIONS(765), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(445), - [anon_sym_DOLLAR] = ACTIONS(199), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(201), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(203), - [anon_sym_BQUOTE] = ACTIONS(205), - [sym_comment] = ACTIONS(85), - }, - [197] = { - [sym_string] = STATE(387), - [sym_simple_expansion] = STATE(387), - [sym_expansion] = STATE(387), - [sym_command_substitution] = STATE(387), - [sym_process_substitution] = STATE(387), - [anon_sym_DQUOTE] = ACTIONS(179), - [sym_raw_string] = ACTIONS(767), - [anon_sym_DOLLAR] = ACTIONS(183), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(185), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(187), - [anon_sym_BQUOTE] = ACTIONS(189), - [anon_sym_LT_LPAREN] = ACTIONS(191), - [anon_sym_GT_LPAREN] = ACTIONS(191), - [sym_word] = ACTIONS(769), - [sym_comment] = ACTIONS(133), - }, - [198] = { - [sym_file_descriptor] = ACTIONS(451), - [sym__concat] = ACTIONS(771), - [sym_variable_name] = ACTIONS(451), - [anon_sym_PIPE] = ACTIONS(729), - [anon_sym_RPAREN] = ACTIONS(451), - [anon_sym_PIPE_AMP] = ACTIONS(451), - [anon_sym_AMP_AMP] = ACTIONS(451), - [anon_sym_PIPE_PIPE] = ACTIONS(729), - [anon_sym_LT] = ACTIONS(729), - [anon_sym_GT] = ACTIONS(729), - [anon_sym_GT_GT] = ACTIONS(451), - [anon_sym_AMP_GT] = ACTIONS(729), - [anon_sym_AMP_GT_GT] = ACTIONS(451), - [anon_sym_LT_AMP] = ACTIONS(451), - [anon_sym_GT_AMP] = ACTIONS(451), - [anon_sym_DQUOTE] = ACTIONS(451), - [sym_raw_string] = ACTIONS(451), - [anon_sym_DOLLAR] = ACTIONS(729), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(451), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(451), - [anon_sym_BQUOTE] = ACTIONS(451), - [anon_sym_LT_LPAREN] = ACTIONS(451), - [anon_sym_GT_LPAREN] = ACTIONS(451), - [sym_word] = ACTIONS(455), - [sym_comment] = ACTIONS(133), - }, - [199] = { - [sym_file_descriptor] = ACTIONS(457), - [sym__concat] = ACTIONS(457), - [sym_variable_name] = ACTIONS(457), - [anon_sym_PIPE] = ACTIONS(469), - [anon_sym_RPAREN] = ACTIONS(457), - [anon_sym_PIPE_AMP] = ACTIONS(457), - [anon_sym_AMP_AMP] = ACTIONS(457), - [anon_sym_PIPE_PIPE] = ACTIONS(469), - [anon_sym_LT] = ACTIONS(469), - [anon_sym_GT] = ACTIONS(469), - [anon_sym_GT_GT] = ACTIONS(457), - [anon_sym_AMP_GT] = ACTIONS(469), - [anon_sym_AMP_GT_GT] = ACTIONS(457), - [anon_sym_LT_AMP] = ACTIONS(457), - [anon_sym_GT_AMP] = ACTIONS(457), - [anon_sym_DQUOTE] = ACTIONS(457), - [sym_raw_string] = ACTIONS(457), - [anon_sym_DOLLAR] = ACTIONS(469), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(457), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(457), - [anon_sym_BQUOTE] = ACTIONS(457), - [anon_sym_LT_LPAREN] = ACTIONS(457), - [anon_sym_GT_LPAREN] = ACTIONS(457), - [sym_word] = ACTIONS(459), - [sym_comment] = ACTIONS(133), - }, - [200] = { - [sym_file_descriptor] = ACTIONS(461), - [sym__concat] = ACTIONS(461), - [sym_variable_name] = ACTIONS(461), - [anon_sym_PIPE] = ACTIONS(731), - [anon_sym_RPAREN] = ACTIONS(461), - [anon_sym_PIPE_AMP] = ACTIONS(461), - [anon_sym_AMP_AMP] = ACTIONS(461), - [anon_sym_PIPE_PIPE] = ACTIONS(731), - [anon_sym_LT] = ACTIONS(731), - [anon_sym_GT] = ACTIONS(731), - [anon_sym_GT_GT] = ACTIONS(461), - [anon_sym_AMP_GT] = ACTIONS(731), - [anon_sym_AMP_GT_GT] = ACTIONS(461), - [anon_sym_LT_AMP] = ACTIONS(461), - [anon_sym_GT_AMP] = ACTIONS(461), - [anon_sym_DQUOTE] = ACTIONS(461), - [sym_raw_string] = ACTIONS(461), - [anon_sym_DOLLAR] = ACTIONS(731), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(461), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(461), - [anon_sym_BQUOTE] = ACTIONS(461), - [anon_sym_LT_LPAREN] = ACTIONS(461), - [anon_sym_GT_LPAREN] = ACTIONS(461), - [sym_word] = ACTIONS(463), - [sym_comment] = ACTIONS(133), - }, - [201] = { - [sym_file_descriptor] = ACTIONS(465), - [sym__concat] = ACTIONS(465), - [sym_variable_name] = ACTIONS(465), - [anon_sym_PIPE] = ACTIONS(733), - [anon_sym_RPAREN] = ACTIONS(465), - [anon_sym_PIPE_AMP] = ACTIONS(465), - [anon_sym_AMP_AMP] = ACTIONS(465), - [anon_sym_PIPE_PIPE] = ACTIONS(733), - [anon_sym_LT] = ACTIONS(733), - [anon_sym_GT] = ACTIONS(733), - [anon_sym_GT_GT] = ACTIONS(465), - [anon_sym_AMP_GT] = ACTIONS(733), - [anon_sym_AMP_GT_GT] = ACTIONS(465), - [anon_sym_LT_AMP] = ACTIONS(465), - [anon_sym_GT_AMP] = ACTIONS(465), - [anon_sym_DQUOTE] = ACTIONS(465), - [sym_raw_string] = ACTIONS(465), - [anon_sym_DOLLAR] = ACTIONS(733), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(465), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(465), - [anon_sym_BQUOTE] = ACTIONS(465), - [anon_sym_LT_LPAREN] = ACTIONS(465), - [anon_sym_GT_LPAREN] = ACTIONS(465), - [sym_word] = ACTIONS(467), - [sym_comment] = ACTIONS(133), - }, - [202] = { - [sym_special_variable_name] = STATE(390), - [anon_sym_RBRACE] = ACTIONS(457), - [anon_sym_LBRACK] = ACTIONS(457), - [anon_sym_EQ] = ACTIONS(457), - [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(225), - [anon_sym_AT] = ACTIONS(219), - [anon_sym_COLON] = ACTIONS(469), - [anon_sym_COLON_QMARK] = ACTIONS(457), - [anon_sym_COLON_DASH] = ACTIONS(457), - [anon_sym_PERCENT] = ACTIONS(457), - [anon_sym_SLASH] = ACTIONS(457), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(773), - [anon_sym_STAR] = ACTIONS(219), - [anon_sym_QMARK] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_0] = ACTIONS(225), - [anon_sym__] = ACTIONS(225), - }, - [203] = { - [anon_sym_RBRACE] = ACTIONS(775), - [anon_sym_LBRACK] = ACTIONS(777), - [anon_sym_EQ] = ACTIONS(779), - [anon_sym_COLON] = ACTIONS(781), - [anon_sym_COLON_QMARK] = ACTIONS(779), - [anon_sym_COLON_DASH] = ACTIONS(779), - [anon_sym_PERCENT] = ACTIONS(779), - [anon_sym_SLASH] = ACTIONS(779), - [sym_comment] = ACTIONS(133), - }, - [204] = { - [anon_sym_RBRACE] = ACTIONS(783), - [anon_sym_LBRACK] = ACTIONS(785), - [anon_sym_EQ] = ACTIONS(787), - [anon_sym_COLON] = ACTIONS(789), - [anon_sym_COLON_QMARK] = ACTIONS(787), - [anon_sym_COLON_DASH] = ACTIONS(787), - [anon_sym_PERCENT] = ACTIONS(787), - [anon_sym_SLASH] = ACTIONS(787), - [sym_comment] = ACTIONS(133), - }, - [205] = { - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(791), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(523), - [sym_comment] = ACTIONS(133), - }, - [206] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(791), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(543), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(299), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), - }, - [207] = { - [anon_sym_PIPE] = ACTIONS(547), - [anon_sym_PIPE_AMP] = ACTIONS(549), - [anon_sym_AMP_AMP] = ACTIONS(551), - [anon_sym_PIPE_PIPE] = ACTIONS(551), - [anon_sym_BQUOTE] = ACTIONS(791), - [sym_comment] = ACTIONS(133), - }, - [208] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(547), - [anon_sym_PIPE_AMP] = ACTIONS(549), - [anon_sym_AMP_AMP] = ACTIONS(551), - [anon_sym_PIPE_PIPE] = ACTIONS(553), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(791), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), - }, - [209] = { - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(793), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(523), - [sym_comment] = ACTIONS(133), - }, - [210] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(793), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(543), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(299), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), - }, - [211] = { - [anon_sym_DQUOTE] = ACTIONS(459), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(469), - [anon_sym_DOLLAR] = ACTIONS(459), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(459), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(459), - [anon_sym_BQUOTE] = ACTIONS(459), - [sym_comment] = ACTIONS(85), - }, - [212] = { - [anon_sym_DQUOTE] = ACTIONS(463), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(731), - [anon_sym_DOLLAR] = ACTIONS(463), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(463), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(463), - [anon_sym_BQUOTE] = ACTIONS(463), - [sym_comment] = ACTIONS(85), - }, - [213] = { - [anon_sym_DQUOTE] = ACTIONS(467), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(733), - [anon_sym_DOLLAR] = ACTIONS(467), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(467), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(467), - [anon_sym_BQUOTE] = ACTIONS(467), - [sym_comment] = ACTIONS(85), - }, - [214] = { - [sym_special_variable_name] = STATE(400), - [anon_sym_RBRACE] = ACTIONS(457), - [anon_sym_LBRACK] = ACTIONS(457), - [anon_sym_EQ] = ACTIONS(457), - [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(225), - [anon_sym_AT] = ACTIONS(219), - [anon_sym_COLON] = ACTIONS(469), - [anon_sym_COLON_QMARK] = ACTIONS(457), - [anon_sym_COLON_DASH] = ACTIONS(457), - [anon_sym_PERCENT] = ACTIONS(457), - [anon_sym_SLASH] = ACTIONS(457), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(795), - [anon_sym_STAR] = ACTIONS(219), - [anon_sym_QMARK] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_0] = ACTIONS(225), - [anon_sym__] = ACTIONS(225), - }, - [215] = { - [anon_sym_RBRACE] = ACTIONS(797), - [anon_sym_LBRACK] = ACTIONS(799), - [anon_sym_EQ] = ACTIONS(801), - [anon_sym_COLON] = ACTIONS(803), - [anon_sym_COLON_QMARK] = ACTIONS(801), - [anon_sym_COLON_DASH] = ACTIONS(801), - [anon_sym_PERCENT] = ACTIONS(801), - [anon_sym_SLASH] = ACTIONS(801), - [sym_comment] = ACTIONS(133), - }, - [216] = { - [anon_sym_RBRACE] = ACTIONS(805), - [anon_sym_LBRACK] = ACTIONS(807), - [anon_sym_EQ] = ACTIONS(809), - [anon_sym_COLON] = ACTIONS(811), - [anon_sym_COLON_QMARK] = ACTIONS(809), - [anon_sym_COLON_DASH] = ACTIONS(809), - [anon_sym_PERCENT] = ACTIONS(809), - [anon_sym_SLASH] = ACTIONS(809), - [sym_comment] = ACTIONS(133), - }, - [217] = { - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(813), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(523), - [sym_comment] = ACTIONS(133), - }, - [218] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(813), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(543), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(299), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), - }, - [219] = { - [anon_sym_PIPE] = ACTIONS(547), - [anon_sym_PIPE_AMP] = ACTIONS(549), - [anon_sym_AMP_AMP] = ACTIONS(551), - [anon_sym_PIPE_PIPE] = ACTIONS(551), - [anon_sym_BQUOTE] = ACTIONS(813), - [sym_comment] = ACTIONS(133), - }, - [220] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(547), - [anon_sym_PIPE_AMP] = ACTIONS(549), - [anon_sym_AMP_AMP] = ACTIONS(551), - [anon_sym_PIPE_PIPE] = ACTIONS(553), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(813), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), - }, - [221] = { - [sym_file_descriptor] = ACTIONS(815), - [sym__concat] = ACTIONS(815), - [anon_sym_PIPE] = ACTIONS(817), - [anon_sym_RPAREN] = ACTIONS(817), - [anon_sym_SEMI_SEMI] = ACTIONS(817), - [anon_sym_PIPE_AMP] = ACTIONS(817), - [anon_sym_AMP_AMP] = ACTIONS(817), - [anon_sym_PIPE_PIPE] = ACTIONS(817), - [anon_sym_LT] = ACTIONS(817), - [anon_sym_GT] = ACTIONS(817), - [anon_sym_GT_GT] = ACTIONS(817), - [anon_sym_AMP_GT] = ACTIONS(817), - [anon_sym_AMP_GT_GT] = ACTIONS(817), - [anon_sym_LT_AMP] = ACTIONS(817), - [anon_sym_GT_AMP] = ACTIONS(817), - [anon_sym_LT_LT] = ACTIONS(817), - [anon_sym_LT_LT_DASH] = ACTIONS(817), - [anon_sym_DQUOTE] = ACTIONS(817), - [sym_raw_string] = ACTIONS(817), - [anon_sym_DOLLAR] = ACTIONS(817), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(817), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(817), - [anon_sym_BQUOTE] = ACTIONS(817), - [anon_sym_LT_LPAREN] = ACTIONS(817), - [anon_sym_GT_LPAREN] = ACTIONS(817), - [sym_word] = ACTIONS(817), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(817), - [anon_sym_LF] = ACTIONS(817), - [anon_sym_AMP] = ACTIONS(817), - }, - [222] = { - [anon_sym_DQUOTE] = ACTIONS(819), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(821), - [anon_sym_DOLLAR] = ACTIONS(819), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(819), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(819), - [anon_sym_BQUOTE] = ACTIONS(819), - [sym_comment] = ACTIONS(85), - }, - [223] = { - [sym_file_descriptor] = ACTIONS(823), - [sym__concat] = ACTIONS(823), - [anon_sym_PIPE] = ACTIONS(825), - [anon_sym_RPAREN] = ACTIONS(825), - [anon_sym_SEMI_SEMI] = ACTIONS(825), - [anon_sym_PIPE_AMP] = ACTIONS(825), - [anon_sym_AMP_AMP] = ACTIONS(825), - [anon_sym_PIPE_PIPE] = ACTIONS(825), - [anon_sym_LT] = ACTIONS(825), - [anon_sym_GT] = ACTIONS(825), - [anon_sym_GT_GT] = ACTIONS(825), - [anon_sym_AMP_GT] = ACTIONS(825), - [anon_sym_AMP_GT_GT] = ACTIONS(825), - [anon_sym_LT_AMP] = ACTIONS(825), - [anon_sym_GT_AMP] = ACTIONS(825), - [anon_sym_LT_LT] = ACTIONS(825), - [anon_sym_LT_LT_DASH] = ACTIONS(825), - [anon_sym_DQUOTE] = ACTIONS(825), - [sym_raw_string] = ACTIONS(825), - [anon_sym_DOLLAR] = ACTIONS(825), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(825), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(825), - [anon_sym_BQUOTE] = ACTIONS(825), - [anon_sym_LT_LPAREN] = ACTIONS(825), - [anon_sym_GT_LPAREN] = ACTIONS(825), - [sym_word] = ACTIONS(825), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(825), - [anon_sym_LF] = ACTIONS(825), - [anon_sym_AMP] = ACTIONS(825), - }, - [224] = { - [sym_string] = STATE(408), - [sym_simple_expansion] = STATE(408), - [sym_expansion] = STATE(408), - [sym_command_substitution] = STATE(408), - [sym_process_substitution] = STATE(408), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(827), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(829), - [sym_comment] = ACTIONS(133), - }, - [225] = { - [anon_sym_RBRACE] = ACTIONS(831), - [anon_sym_LBRACK] = ACTIONS(833), - [sym_comment] = ACTIONS(133), - }, - [226] = { - [anon_sym_RBRACE] = ACTIONS(835), - [anon_sym_LBRACK] = ACTIONS(837), - [sym_comment] = ACTIONS(133), - }, - [227] = { - [sym_file_descriptor] = ACTIONS(839), - [sym__concat] = ACTIONS(839), - [anon_sym_PIPE] = ACTIONS(841), - [anon_sym_RPAREN] = ACTIONS(841), - [anon_sym_SEMI_SEMI] = ACTIONS(841), - [anon_sym_PIPE_AMP] = ACTIONS(841), - [anon_sym_AMP_AMP] = ACTIONS(841), - [anon_sym_PIPE_PIPE] = ACTIONS(841), - [anon_sym_LT] = ACTIONS(841), - [anon_sym_GT] = ACTIONS(841), - [anon_sym_GT_GT] = ACTIONS(841), - [anon_sym_AMP_GT] = ACTIONS(841), - [anon_sym_AMP_GT_GT] = ACTIONS(841), - [anon_sym_LT_AMP] = ACTIONS(841), - [anon_sym_GT_AMP] = ACTIONS(841), - [anon_sym_LT_LT] = ACTIONS(841), - [anon_sym_LT_LT_DASH] = ACTIONS(841), - [anon_sym_DQUOTE] = ACTIONS(841), - [sym_raw_string] = ACTIONS(841), - [anon_sym_DOLLAR] = ACTIONS(841), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(841), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(841), - [anon_sym_BQUOTE] = ACTIONS(841), - [anon_sym_LT_LPAREN] = ACTIONS(841), - [anon_sym_GT_LPAREN] = ACTIONS(841), - [sym_word] = ACTIONS(841), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(841), - [anon_sym_LF] = ACTIONS(841), - [anon_sym_AMP] = ACTIONS(841), - }, - [228] = { - [anon_sym_AT] = ACTIONS(843), - [sym_comment] = ACTIONS(133), - }, - [229] = { - [sym_concatenation] = STATE(415), - [sym_string] = STATE(414), - [sym_simple_expansion] = STATE(414), - [sym_expansion] = STATE(414), - [sym_command_substitution] = STATE(414), - [sym_process_substitution] = STATE(414), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(845), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(847), - [sym_comment] = ACTIONS(133), - }, - [230] = { - [sym_file_descriptor] = ACTIONS(849), - [sym__concat] = ACTIONS(849), - [anon_sym_PIPE] = ACTIONS(851), - [anon_sym_RPAREN] = ACTIONS(851), - [anon_sym_SEMI_SEMI] = ACTIONS(851), - [anon_sym_PIPE_AMP] = ACTIONS(851), - [anon_sym_AMP_AMP] = ACTIONS(851), - [anon_sym_PIPE_PIPE] = ACTIONS(851), - [anon_sym_LT] = ACTIONS(851), - [anon_sym_GT] = ACTIONS(851), - [anon_sym_GT_GT] = ACTIONS(851), - [anon_sym_AMP_GT] = ACTIONS(851), - [anon_sym_AMP_GT_GT] = ACTIONS(851), - [anon_sym_LT_AMP] = ACTIONS(851), - [anon_sym_GT_AMP] = ACTIONS(851), - [anon_sym_LT_LT] = ACTIONS(851), - [anon_sym_LT_LT_DASH] = ACTIONS(851), - [anon_sym_DQUOTE] = ACTIONS(851), - [sym_raw_string] = ACTIONS(851), - [anon_sym_DOLLAR] = ACTIONS(851), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(851), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(851), - [anon_sym_BQUOTE] = ACTIONS(851), - [anon_sym_LT_LPAREN] = ACTIONS(851), - [anon_sym_GT_LPAREN] = ACTIONS(851), - [sym_word] = ACTIONS(851), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(851), - [anon_sym_LF] = ACTIONS(851), - [anon_sym_AMP] = ACTIONS(851), - }, - [231] = { - [anon_sym_AT] = ACTIONS(853), - [sym_comment] = ACTIONS(133), - }, - [232] = { - [sym_concatenation] = STATE(418), - [sym_string] = STATE(417), - [sym_simple_expansion] = STATE(417), - [sym_expansion] = STATE(417), - [sym_command_substitution] = STATE(417), - [sym_process_substitution] = STATE(417), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(855), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(857), - [sym_comment] = ACTIONS(133), - }, - [233] = { - [sym_concatenation] = STATE(419), - [sym_string] = STATE(421), - [sym_array] = STATE(419), - [sym_simple_expansion] = STATE(421), - [sym_expansion] = STATE(421), - [sym_command_substitution] = STATE(421), - [sym_process_substitution] = STATE(421), - [sym__empty_value] = ACTIONS(859), - [anon_sym_LPAREN] = ACTIONS(861), - [anon_sym_DQUOTE] = ACTIONS(179), - [sym_raw_string] = ACTIONS(863), - [anon_sym_DOLLAR] = ACTIONS(183), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(185), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(187), - [anon_sym_BQUOTE] = ACTIONS(189), - [anon_sym_LT_LPAREN] = ACTIONS(191), - [anon_sym_GT_LPAREN] = ACTIONS(191), - [sym_word] = ACTIONS(865), - [sym_comment] = ACTIONS(133), - }, - [234] = { - [anon_sym_in] = ACTIONS(867), - [sym_comment] = ACTIONS(133), - }, - [235] = { - [sym_do_group] = STATE(424), - [anon_sym_do] = ACTIONS(869), - [sym_comment] = ACTIONS(133), - }, - [236] = { - [anon_sym_then] = ACTIONS(871), - [sym_comment] = ACTIONS(133), - }, - [237] = { - [aux_sym_concatenation_repeat1] = STATE(158), - [sym__concat] = ACTIONS(359), - [anon_sym_in] = ACTIONS(873), - [anon_sym_SEMI_SEMI] = ACTIONS(875), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(875), - [anon_sym_LF] = ACTIONS(875), - [anon_sym_AMP] = ACTIONS(875), - }, - [238] = { - [anon_sym_in] = ACTIONS(873), - [anon_sym_SEMI_SEMI] = ACTIONS(875), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(875), - [anon_sym_LF] = ACTIONS(875), - [anon_sym_AMP] = ACTIONS(875), - }, - [239] = { - [anon_sym_LPAREN] = ACTIONS(877), - [sym_comment] = ACTIONS(133), - }, - [240] = { - [anon_sym_PIPE] = ACTIONS(271), - [anon_sym_RPAREN] = ACTIONS(879), - [anon_sym_SEMI_SEMI] = ACTIONS(881), - [anon_sym_PIPE_AMP] = ACTIONS(271), - [anon_sym_AMP_AMP] = ACTIONS(275), - [anon_sym_PIPE_PIPE] = ACTIONS(275), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(881), - [anon_sym_LF] = ACTIONS(881), - [anon_sym_AMP] = ACTIONS(881), - }, - [241] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(271), - [anon_sym_RPAREN] = ACTIONS(879), - [anon_sym_SEMI_SEMI] = ACTIONS(881), - [anon_sym_PIPE_AMP] = ACTIONS(271), - [anon_sym_AMP_AMP] = ACTIONS(275), - [anon_sym_PIPE_PIPE] = ACTIONS(275), - [anon_sym_LT] = ACTIONS(301), - [anon_sym_GT] = ACTIONS(301), - [anon_sym_GT_GT] = ACTIONS(301), - [anon_sym_AMP_GT] = ACTIONS(301), - [anon_sym_AMP_GT_GT] = ACTIONS(301), - [anon_sym_LT_AMP] = ACTIONS(301), - [anon_sym_GT_AMP] = ACTIONS(301), - [anon_sym_DQUOTE] = ACTIONS(301), - [sym_raw_string] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(301), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(301), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(301), - [anon_sym_BQUOTE] = ACTIONS(301), - [anon_sym_LT_LPAREN] = ACTIONS(301), - [anon_sym_GT_LPAREN] = ACTIONS(301), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(881), - [anon_sym_LF] = ACTIONS(881), - [anon_sym_AMP] = ACTIONS(881), - }, - [242] = { - [sym__terminated_statement] = STATE(126), - [sym_for_statement] = STATE(431), - [sym_while_statement] = STATE(431), - [sym_if_statement] = STATE(431), - [sym_case_statement] = STATE(431), - [sym_function_definition] = STATE(431), - [sym_subshell] = STATE(431), - [sym_pipeline] = STATE(431), - [sym_list] = STATE(431), - [sym_bracket_command] = STATE(431), - [sym_command] = STATE(431), + [sym__terminated_statement] = STATE(376), + [sym_for_statement] = STATE(377), + [sym_while_statement] = STATE(377), + [sym_if_statement] = STATE(377), + [sym_case_statement] = STATE(377), + [sym_function_definition] = STATE(377), + [sym_subshell] = STATE(377), + [sym_pipeline] = STATE(377), + [sym_list] = STATE(377), + [sym_bracket_command] = STATE(377), + [sym_command] = STATE(377), [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(432), + [sym_environment_variable_assignment] = STATE(378), [sym_subscript] = STATE(26), [sym_file_redirect] = STATE(27), [sym_concatenation] = STATE(28), @@ -14497,2219 +8928,2837 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(14), [sym_command_substitution] = STATE(14), [sym_process_substitution] = STATE(14), + [aux_sym_program_repeat1] = STATE(379), [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(12), + [anon_sym_for] = ACTIONS(16), + [anon_sym_while] = ACTIONS(18), + [anon_sym_done] = ACTIONS(624), + [anon_sym_if] = ACTIONS(20), + [anon_sym_case] = ACTIONS(22), + [anon_sym_function] = ACTIONS(24), + [anon_sym_LPAREN] = ACTIONS(26), + [anon_sym_LBRACK] = ACTIONS(28), + [anon_sym_LBRACK_LBRACK] = ACTIONS(30), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(36), + [sym_raw_string] = ACTIONS(38), + [anon_sym_DOLLAR] = ACTIONS(40), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(42), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(44), + [anon_sym_BQUOTE] = ACTIONS(46), + [anon_sym_LT_LPAREN] = ACTIONS(48), + [anon_sym_GT_LPAREN] = ACTIONS(48), + [sym_word] = ACTIONS(50), + [sym_comment] = ACTIONS(52), }, - [243] = { - [sym_concatenation] = STATE(194), - [sym_string] = STATE(193), - [sym_simple_expansion] = STATE(193), - [sym_expansion] = STATE(193), - [sym_command_substitution] = STATE(193), - [sym_process_substitution] = STATE(193), - [anon_sym_RBRACK] = ACTIONS(883), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(403), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(405), - [sym_comment] = ACTIONS(133), + [160] = { + [anon_sym_PIPE] = ACTIONS(626), + [anon_sym_RPAREN] = ACTIONS(626), + [anon_sym_SEMI_SEMI] = ACTIONS(626), + [anon_sym_PIPE_AMP] = ACTIONS(626), + [anon_sym_AMP_AMP] = ACTIONS(626), + [anon_sym_PIPE_PIPE] = ACTIONS(626), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(626), + [anon_sym_LF] = ACTIONS(626), + [anon_sym_AMP] = ACTIONS(626), }, - [244] = { - [sym_concatenation] = STATE(194), - [sym_string] = STATE(193), - [sym_simple_expansion] = STATE(193), - [sym_expansion] = STATE(193), - [sym_command_substitution] = STATE(193), - [sym_process_substitution] = STATE(193), - [anon_sym_RBRACK_RBRACK] = ACTIONS(883), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(403), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(405), - [sym_comment] = ACTIONS(133), + [161] = { + [anon_sym_do] = ACTIONS(516), + [anon_sym_then] = ACTIONS(516), + [sym_comment] = ACTIONS(52), }, - [245] = { - [sym_file_descriptor] = ACTIONS(425), - [sym__concat] = ACTIONS(425), - [anon_sym_PIPE] = ACTIONS(719), - [anon_sym_RPAREN] = ACTIONS(425), - [anon_sym_PIPE_AMP] = ACTIONS(425), - [anon_sym_AMP_AMP] = ACTIONS(425), - [anon_sym_PIPE_PIPE] = ACTIONS(719), - [anon_sym_LT] = ACTIONS(719), - [anon_sym_GT] = ACTIONS(719), - [anon_sym_GT_GT] = ACTIONS(425), - [anon_sym_AMP_GT] = ACTIONS(719), - [anon_sym_AMP_GT_GT] = ACTIONS(425), - [anon_sym_LT_AMP] = ACTIONS(425), - [anon_sym_GT_AMP] = ACTIONS(425), - [anon_sym_LT_LT] = ACTIONS(719), - [anon_sym_LT_LT_DASH] = ACTIONS(425), - [anon_sym_DQUOTE] = ACTIONS(425), - [sym_raw_string] = ACTIONS(425), - [anon_sym_DOLLAR] = ACTIONS(719), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(425), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(425), - [anon_sym_BQUOTE] = ACTIONS(425), - [anon_sym_LT_LPAREN] = ACTIONS(425), - [anon_sym_GT_LPAREN] = ACTIONS(425), - [sym_word] = ACTIONS(427), - [sym_comment] = ACTIONS(133), + [162] = { + [sym__terminated_statement] = STATE(383), + [sym_for_statement] = STATE(384), + [sym_while_statement] = STATE(384), + [sym_if_statement] = STATE(384), + [sym_elif_clause] = STATE(385), + [sym_else_clause] = STATE(386), + [sym_case_statement] = STATE(384), + [sym_function_definition] = STATE(384), + [sym_subshell] = STATE(384), + [sym_pipeline] = STATE(384), + [sym_list] = STATE(384), + [sym_bracket_command] = STATE(384), + [sym_command] = STATE(384), + [sym_command_name] = STATE(24), + [sym_environment_variable_assignment] = STATE(387), + [sym_subscript] = STATE(26), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(28), + [sym_string] = STATE(14), + [sym_simple_expansion] = STATE(14), + [sym_expansion] = STATE(14), + [sym_command_substitution] = STATE(14), + [sym_process_substitution] = STATE(14), + [aux_sym_program_repeat1] = STATE(388), + [aux_sym_if_statement_repeat1] = STATE(389), + [aux_sym_command_repeat1] = STATE(30), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(12), + [anon_sym_for] = ACTIONS(16), + [anon_sym_while] = ACTIONS(18), + [anon_sym_if] = ACTIONS(20), + [anon_sym_fi] = ACTIONS(628), + [anon_sym_elif] = ACTIONS(630), + [anon_sym_else] = ACTIONS(632), + [anon_sym_case] = ACTIONS(22), + [anon_sym_function] = ACTIONS(24), + [anon_sym_LPAREN] = ACTIONS(26), + [anon_sym_LBRACK] = ACTIONS(28), + [anon_sym_LBRACK_LBRACK] = ACTIONS(30), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(36), + [sym_raw_string] = ACTIONS(38), + [anon_sym_DOLLAR] = ACTIONS(40), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(42), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(44), + [anon_sym_BQUOTE] = ACTIONS(46), + [anon_sym_LT_LPAREN] = ACTIONS(48), + [anon_sym_GT_LPAREN] = ACTIONS(48), + [sym_word] = ACTIONS(50), + [sym_comment] = ACTIONS(52), }, - [246] = { - [sym_simple_expansion] = STATE(222), - [sym_expansion] = STATE(222), - [sym_command_substitution] = STATE(222), - [anon_sym_DQUOTE] = ACTIONS(885), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(445), - [anon_sym_DOLLAR] = ACTIONS(199), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(201), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(203), - [anon_sym_BQUOTE] = ACTIONS(205), - [sym_comment] = ACTIONS(85), + [163] = { + [sym__concat] = ACTIONS(382), + [anon_sym_in] = ACTIONS(384), + [anon_sym_SEMI_SEMI] = ACTIONS(384), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(384), + [anon_sym_LF] = ACTIONS(384), + [anon_sym_AMP] = ACTIONS(384), }, - [247] = { + [164] = { + [sym_simple_expansion] = STATE(250), + [sym_expansion] = STATE(250), + [sym_command_substitution] = STATE(250), + [anon_sym_DQUOTE] = ACTIONS(634), + [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(402), + [anon_sym_DOLLAR] = ACTIONS(134), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), + [anon_sym_BQUOTE] = ACTIONS(140), + [sym_comment] = ACTIONS(142), + }, + [165] = { + [sym_string] = STATE(391), + [sym_simple_expansion] = STATE(391), + [sym_expansion] = STATE(391), + [sym_command_substitution] = STATE(391), + [sym_process_substitution] = STATE(391), + [anon_sym_DQUOTE] = ACTIONS(64), + [sym_raw_string] = ACTIONS(636), + [anon_sym_DOLLAR] = ACTIONS(68), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(70), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(72), + [anon_sym_BQUOTE] = ACTIONS(74), + [anon_sym_LT_LPAREN] = ACTIONS(76), + [anon_sym_GT_LPAREN] = ACTIONS(76), + [sym_word] = ACTIONS(638), + [sym_comment] = ACTIONS(52), + }, + [166] = { + [anon_sym_SEMI_SEMI] = ACTIONS(640), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_LF] = ACTIONS(640), + [anon_sym_AMP] = ACTIONS(640), + }, + [167] = { + [anon_sym_in] = ACTIONS(642), + [sym_comment] = ACTIONS(52), + }, + [168] = { + [sym__concat] = ACTIONS(644), + [anon_sym_in] = ACTIONS(412), + [anon_sym_SEMI_SEMI] = ACTIONS(412), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(412), + [anon_sym_LF] = ACTIONS(412), + [anon_sym_AMP] = ACTIONS(412), + }, + [169] = { + [sym__concat] = ACTIONS(414), + [anon_sym_in] = ACTIONS(416), + [anon_sym_SEMI_SEMI] = ACTIONS(416), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(416), + [anon_sym_LF] = ACTIONS(416), + [anon_sym_AMP] = ACTIONS(416), + }, + [170] = { + [sym__concat] = ACTIONS(418), + [anon_sym_in] = ACTIONS(420), + [anon_sym_SEMI_SEMI] = ACTIONS(420), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(420), + [anon_sym_LF] = ACTIONS(420), + [anon_sym_AMP] = ACTIONS(420), + }, + [171] = { + [sym__concat] = ACTIONS(422), + [anon_sym_in] = ACTIONS(424), + [anon_sym_SEMI_SEMI] = ACTIONS(424), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(424), + [anon_sym_LF] = ACTIONS(424), + [anon_sym_AMP] = ACTIONS(424), + }, + [172] = { + [sym_special_variable_name] = STATE(396), + [anon_sym_RBRACE] = ACTIONS(414), + [anon_sym_LBRACK] = ACTIONS(414), + [anon_sym_EQ] = ACTIONS(414), + [anon_sym_DOLLAR] = ACTIONS(156), + [anon_sym_POUND] = ACTIONS(156), + [anon_sym_AT] = ACTIONS(156), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_QMARK] = ACTIONS(414), + [anon_sym_COLON_DASH] = ACTIONS(414), + [anon_sym_PERCENT] = ACTIONS(414), + [anon_sym_SLASH] = ACTIONS(414), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(646), + [anon_sym_STAR] = ACTIONS(156), + [anon_sym_QMARK] = ACTIONS(156), + [anon_sym_DASH] = ACTIONS(156), + [anon_sym_BANG] = ACTIONS(156), + [anon_sym_0] = ACTIONS(162), + [anon_sym__] = ACTIONS(162), + }, + [173] = { + [anon_sym_RBRACE] = ACTIONS(648), + [anon_sym_LBRACK] = ACTIONS(650), + [anon_sym_EQ] = ACTIONS(652), + [anon_sym_COLON] = ACTIONS(654), + [anon_sym_COLON_QMARK] = ACTIONS(652), + [anon_sym_COLON_DASH] = ACTIONS(652), + [anon_sym_PERCENT] = ACTIONS(652), + [anon_sym_SLASH] = ACTIONS(652), + [sym_comment] = ACTIONS(52), + }, + [174] = { + [anon_sym_RBRACE] = ACTIONS(656), + [anon_sym_LBRACK] = ACTIONS(658), + [anon_sym_EQ] = ACTIONS(660), + [anon_sym_COLON] = ACTIONS(662), + [anon_sym_COLON_QMARK] = ACTIONS(660), + [anon_sym_COLON_DASH] = ACTIONS(660), + [anon_sym_PERCENT] = ACTIONS(660), + [anon_sym_SLASH] = ACTIONS(660), + [sym_comment] = ACTIONS(52), + }, + [175] = { + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(664), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(480), + [sym_comment] = ACTIONS(52), + }, + [176] = { + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(664), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(500), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(236), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), + }, + [177] = { + [anon_sym_PIPE] = ACTIONS(504), + [anon_sym_PIPE_AMP] = ACTIONS(506), + [anon_sym_AMP_AMP] = ACTIONS(508), + [anon_sym_PIPE_PIPE] = ACTIONS(508), + [anon_sym_BQUOTE] = ACTIONS(664), + [sym_comment] = ACTIONS(52), + }, + [178] = { + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(504), + [anon_sym_PIPE_AMP] = ACTIONS(506), + [anon_sym_AMP_AMP] = ACTIONS(508), + [anon_sym_PIPE_PIPE] = ACTIONS(510), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(664), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), + }, + [179] = { + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(666), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(480), + [sym_comment] = ACTIONS(52), + }, + [180] = { + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(666), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(500), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(236), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), + }, + [181] = { + [anon_sym_RPAREN] = ACTIONS(668), + [sym_comment] = ACTIONS(52), + }, + [182] = { + [anon_sym_PIPE] = ACTIONS(670), + [anon_sym_RPAREN] = ACTIONS(670), + [anon_sym_SEMI_SEMI] = ACTIONS(670), + [anon_sym_PIPE_AMP] = ACTIONS(670), + [anon_sym_AMP_AMP] = ACTIONS(670), + [anon_sym_PIPE_PIPE] = ACTIONS(670), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(670), + [anon_sym_LF] = ACTIONS(670), + [anon_sym_AMP] = ACTIONS(670), + }, + [183] = { + [sym_file_descriptor] = ACTIONS(516), + [sym_variable_name] = ACTIONS(516), + [anon_sym_for] = ACTIONS(518), + [anon_sym_while] = ACTIONS(518), + [anon_sym_if] = ACTIONS(518), + [anon_sym_case] = ACTIONS(518), + [anon_sym_RPAREN] = ACTIONS(672), + [anon_sym_function] = ACTIONS(518), + [anon_sym_LPAREN] = ACTIONS(516), + [anon_sym_LBRACK] = ACTIONS(518), + [anon_sym_LBRACK_LBRACK] = ACTIONS(518), + [anon_sym_LT] = ACTIONS(518), + [anon_sym_GT] = ACTIONS(518), + [anon_sym_GT_GT] = ACTIONS(516), + [anon_sym_AMP_GT] = ACTIONS(518), + [anon_sym_AMP_GT_GT] = ACTIONS(516), + [anon_sym_LT_AMP] = ACTIONS(516), + [anon_sym_GT_AMP] = ACTIONS(516), + [anon_sym_DQUOTE] = ACTIONS(516), + [sym_raw_string] = ACTIONS(516), + [anon_sym_DOLLAR] = ACTIONS(518), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(516), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(516), + [anon_sym_BQUOTE] = ACTIONS(516), + [anon_sym_LT_LPAREN] = ACTIONS(516), + [anon_sym_GT_LPAREN] = ACTIONS(516), + [sym_word] = ACTIONS(520), + [sym_comment] = ACTIONS(52), + }, + [184] = { + [anon_sym_PIPE] = ACTIONS(208), + [anon_sym_RPAREN] = ACTIONS(674), + [anon_sym_SEMI_SEMI] = ACTIONS(676), + [anon_sym_PIPE_AMP] = ACTIONS(208), + [anon_sym_AMP_AMP] = ACTIONS(212), + [anon_sym_PIPE_PIPE] = ACTIONS(212), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(676), + [anon_sym_LF] = ACTIONS(676), + [anon_sym_AMP] = ACTIONS(676), + }, + [185] = { + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(208), + [anon_sym_RPAREN] = ACTIONS(674), + [anon_sym_SEMI_SEMI] = ACTIONS(676), + [anon_sym_PIPE_AMP] = ACTIONS(208), + [anon_sym_AMP_AMP] = ACTIONS(212), + [anon_sym_PIPE_PIPE] = ACTIONS(212), + [anon_sym_LT] = ACTIONS(238), + [anon_sym_GT] = ACTIONS(238), + [anon_sym_GT_GT] = ACTIONS(238), + [anon_sym_AMP_GT] = ACTIONS(238), + [anon_sym_AMP_GT_GT] = ACTIONS(238), + [anon_sym_LT_AMP] = ACTIONS(238), + [anon_sym_GT_AMP] = ACTIONS(238), + [anon_sym_DQUOTE] = ACTIONS(238), + [sym_raw_string] = ACTIONS(238), + [anon_sym_DOLLAR] = ACTIONS(238), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(238), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(238), + [anon_sym_BQUOTE] = ACTIONS(238), + [anon_sym_LT_LPAREN] = ACTIONS(238), + [anon_sym_GT_LPAREN] = ACTIONS(238), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(676), + [anon_sym_LF] = ACTIONS(676), + [anon_sym_AMP] = ACTIONS(676), + }, + [186] = { + [sym__concat] = ACTIONS(382), + [anon_sym_RBRACE] = ACTIONS(382), + [anon_sym_RBRACK] = ACTIONS(678), + [anon_sym_DQUOTE] = ACTIONS(382), + [sym_raw_string] = ACTIONS(382), + [anon_sym_DOLLAR] = ACTIONS(678), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(382), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(382), + [anon_sym_BQUOTE] = ACTIONS(382), + [anon_sym_LT_LPAREN] = ACTIONS(382), + [anon_sym_GT_LPAREN] = ACTIONS(382), + [sym_word] = ACTIONS(384), + [sym_comment] = ACTIONS(52), + }, + [187] = { + [sym_simple_expansion] = STATE(250), + [sym_expansion] = STATE(250), + [sym_command_substitution] = STATE(250), + [anon_sym_DQUOTE] = ACTIONS(680), + [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(402), + [anon_sym_DOLLAR] = ACTIONS(134), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), + [anon_sym_BQUOTE] = ACTIONS(140), + [sym_comment] = ACTIONS(142), + }, + [188] = { + [sym_string] = STATE(409), + [sym_simple_expansion] = STATE(409), + [sym_expansion] = STATE(409), + [sym_command_substitution] = STATE(409), + [sym_process_substitution] = STATE(409), + [anon_sym_DQUOTE] = ACTIONS(82), + [sym_raw_string] = ACTIONS(682), + [anon_sym_DOLLAR] = ACTIONS(86), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(88), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(90), + [anon_sym_BQUOTE] = ACTIONS(92), + [anon_sym_LT_LPAREN] = ACTIONS(94), + [anon_sym_GT_LPAREN] = ACTIONS(94), + [sym_word] = ACTIONS(684), + [sym_comment] = ACTIONS(52), + }, + [189] = { + [sym__concat] = ACTIONS(686), + [anon_sym_RBRACE] = ACTIONS(408), + [anon_sym_RBRACK] = ACTIONS(688), + [anon_sym_DQUOTE] = ACTIONS(408), + [sym_raw_string] = ACTIONS(408), + [anon_sym_DOLLAR] = ACTIONS(688), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(408), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(408), + [anon_sym_BQUOTE] = ACTIONS(408), + [anon_sym_LT_LPAREN] = ACTIONS(408), + [anon_sym_GT_LPAREN] = ACTIONS(408), + [sym_word] = ACTIONS(412), + [sym_comment] = ACTIONS(52), + }, + [190] = { + [sym__concat] = ACTIONS(414), + [anon_sym_RBRACE] = ACTIONS(414), + [anon_sym_RBRACK] = ACTIONS(426), + [anon_sym_DQUOTE] = ACTIONS(414), + [sym_raw_string] = ACTIONS(414), + [anon_sym_DOLLAR] = ACTIONS(426), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(414), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(414), + [anon_sym_BQUOTE] = ACTIONS(414), + [anon_sym_LT_LPAREN] = ACTIONS(414), + [anon_sym_GT_LPAREN] = ACTIONS(414), + [sym_word] = ACTIONS(416), + [sym_comment] = ACTIONS(52), + }, + [191] = { + [sym__concat] = ACTIONS(418), + [anon_sym_RBRACE] = ACTIONS(418), + [anon_sym_RBRACK] = ACTIONS(690), + [anon_sym_DQUOTE] = ACTIONS(418), + [sym_raw_string] = ACTIONS(418), + [anon_sym_DOLLAR] = ACTIONS(690), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(418), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(418), + [anon_sym_BQUOTE] = ACTIONS(418), + [anon_sym_LT_LPAREN] = ACTIONS(418), + [anon_sym_GT_LPAREN] = ACTIONS(418), + [sym_word] = ACTIONS(420), + [sym_comment] = ACTIONS(52), + }, + [192] = { + [sym__concat] = ACTIONS(422), + [anon_sym_RBRACE] = ACTIONS(422), + [anon_sym_RBRACK] = ACTIONS(692), + [anon_sym_DQUOTE] = ACTIONS(422), + [sym_raw_string] = ACTIONS(422), + [anon_sym_DOLLAR] = ACTIONS(692), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(422), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(422), + [anon_sym_BQUOTE] = ACTIONS(422), + [anon_sym_LT_LPAREN] = ACTIONS(422), + [anon_sym_GT_LPAREN] = ACTIONS(422), + [sym_word] = ACTIONS(424), + [sym_comment] = ACTIONS(52), + }, + [193] = { + [sym_special_variable_name] = STATE(412), + [anon_sym_RBRACE] = ACTIONS(414), + [anon_sym_LBRACK] = ACTIONS(414), + [anon_sym_EQ] = ACTIONS(414), + [anon_sym_DOLLAR] = ACTIONS(156), + [anon_sym_POUND] = ACTIONS(156), + [anon_sym_AT] = ACTIONS(156), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_QMARK] = ACTIONS(414), + [anon_sym_COLON_DASH] = ACTIONS(414), + [anon_sym_PERCENT] = ACTIONS(414), + [anon_sym_SLASH] = ACTIONS(414), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(694), + [anon_sym_STAR] = ACTIONS(156), + [anon_sym_QMARK] = ACTIONS(156), + [anon_sym_DASH] = ACTIONS(156), + [anon_sym_BANG] = ACTIONS(156), + [anon_sym_0] = ACTIONS(162), + [anon_sym__] = ACTIONS(162), + }, + [194] = { + [anon_sym_RBRACE] = ACTIONS(696), + [anon_sym_LBRACK] = ACTIONS(698), + [anon_sym_EQ] = ACTIONS(700), + [anon_sym_COLON] = ACTIONS(702), + [anon_sym_COLON_QMARK] = ACTIONS(700), + [anon_sym_COLON_DASH] = ACTIONS(700), + [anon_sym_PERCENT] = ACTIONS(700), + [anon_sym_SLASH] = ACTIONS(700), + [sym_comment] = ACTIONS(52), + }, + [195] = { + [anon_sym_RBRACE] = ACTIONS(704), + [anon_sym_LBRACK] = ACTIONS(706), + [anon_sym_EQ] = ACTIONS(708), + [anon_sym_COLON] = ACTIONS(710), + [anon_sym_COLON_QMARK] = ACTIONS(708), + [anon_sym_COLON_DASH] = ACTIONS(708), + [anon_sym_PERCENT] = ACTIONS(708), + [anon_sym_SLASH] = ACTIONS(708), + [sym_comment] = ACTIONS(52), + }, + [196] = { + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(712), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(480), + [sym_comment] = ACTIONS(52), + }, + [197] = { + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(712), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(500), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(236), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), + }, + [198] = { + [anon_sym_PIPE] = ACTIONS(504), + [anon_sym_PIPE_AMP] = ACTIONS(506), + [anon_sym_AMP_AMP] = ACTIONS(508), + [anon_sym_PIPE_PIPE] = ACTIONS(508), + [anon_sym_BQUOTE] = ACTIONS(712), + [sym_comment] = ACTIONS(52), + }, + [199] = { + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(504), + [anon_sym_PIPE_AMP] = ACTIONS(506), + [anon_sym_AMP_AMP] = ACTIONS(508), + [anon_sym_PIPE_PIPE] = ACTIONS(510), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(712), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), + }, + [200] = { + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(714), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(480), + [sym_comment] = ACTIONS(52), + }, + [201] = { + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(714), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(500), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(236), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), + }, + [202] = { + [anon_sym_PIPE] = ACTIONS(716), + [anon_sym_RPAREN] = ACTIONS(716), + [anon_sym_SEMI_SEMI] = ACTIONS(716), + [anon_sym_PIPE_AMP] = ACTIONS(716), + [anon_sym_AMP_AMP] = ACTIONS(716), + [anon_sym_PIPE_PIPE] = ACTIONS(716), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(716), + [anon_sym_LF] = ACTIONS(716), + [anon_sym_AMP] = ACTIONS(716), + }, + [203] = { + [aux_sym_concatenation_repeat1] = STATE(189), + [sym__concat] = ACTIONS(322), + [anon_sym_RBRACK] = ACTIONS(718), + [anon_sym_DQUOTE] = ACTIONS(720), + [sym_raw_string] = ACTIONS(720), + [anon_sym_DOLLAR] = ACTIONS(718), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(720), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(720), + [anon_sym_BQUOTE] = ACTIONS(720), + [anon_sym_LT_LPAREN] = ACTIONS(720), + [anon_sym_GT_LPAREN] = ACTIONS(720), + [sym_word] = ACTIONS(722), + [sym_comment] = ACTIONS(52), + }, + [204] = { + [anon_sym_RBRACK] = ACTIONS(718), + [anon_sym_DQUOTE] = ACTIONS(720), + [sym_raw_string] = ACTIONS(720), + [anon_sym_DOLLAR] = ACTIONS(718), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(720), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(720), + [anon_sym_BQUOTE] = ACTIONS(720), + [anon_sym_LT_LPAREN] = ACTIONS(720), + [anon_sym_GT_LPAREN] = ACTIONS(720), + [sym_word] = ACTIONS(722), + [sym_comment] = ACTIONS(52), + }, + [205] = { + [sym__concat] = ACTIONS(382), + [anon_sym_RBRACK_RBRACK] = ACTIONS(678), + [anon_sym_DQUOTE] = ACTIONS(382), + [sym_raw_string] = ACTIONS(382), + [anon_sym_DOLLAR] = ACTIONS(678), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(382), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(382), + [anon_sym_BQUOTE] = ACTIONS(382), + [anon_sym_LT_LPAREN] = ACTIONS(382), + [anon_sym_GT_LPAREN] = ACTIONS(382), + [sym_word] = ACTIONS(384), + [sym_comment] = ACTIONS(52), + }, + [206] = { + [sym_simple_expansion] = STATE(250), + [sym_expansion] = STATE(250), + [sym_command_substitution] = STATE(250), + [anon_sym_DQUOTE] = ACTIONS(724), + [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(402), + [anon_sym_DOLLAR] = ACTIONS(134), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), + [anon_sym_BQUOTE] = ACTIONS(140), + [sym_comment] = ACTIONS(142), + }, + [207] = { + [sym_string] = STATE(422), + [sym_simple_expansion] = STATE(422), + [sym_expansion] = STATE(422), + [sym_command_substitution] = STATE(422), + [sym_process_substitution] = STATE(422), + [anon_sym_DQUOTE] = ACTIONS(98), + [sym_raw_string] = ACTIONS(726), + [anon_sym_DOLLAR] = ACTIONS(102), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(104), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(106), + [anon_sym_BQUOTE] = ACTIONS(108), + [anon_sym_LT_LPAREN] = ACTIONS(110), + [anon_sym_GT_LPAREN] = ACTIONS(110), + [sym_word] = ACTIONS(728), + [sym_comment] = ACTIONS(52), + }, + [208] = { + [sym__concat] = ACTIONS(730), + [anon_sym_RBRACK_RBRACK] = ACTIONS(688), + [anon_sym_DQUOTE] = ACTIONS(408), + [sym_raw_string] = ACTIONS(408), + [anon_sym_DOLLAR] = ACTIONS(688), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(408), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(408), + [anon_sym_BQUOTE] = ACTIONS(408), + [anon_sym_LT_LPAREN] = ACTIONS(408), + [anon_sym_GT_LPAREN] = ACTIONS(408), + [sym_word] = ACTIONS(412), + [sym_comment] = ACTIONS(52), + }, + [209] = { + [sym__concat] = ACTIONS(414), + [anon_sym_RBRACK_RBRACK] = ACTIONS(426), + [anon_sym_DQUOTE] = ACTIONS(414), + [sym_raw_string] = ACTIONS(414), + [anon_sym_DOLLAR] = ACTIONS(426), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(414), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(414), + [anon_sym_BQUOTE] = ACTIONS(414), + [anon_sym_LT_LPAREN] = ACTIONS(414), + [anon_sym_GT_LPAREN] = ACTIONS(414), + [sym_word] = ACTIONS(416), + [sym_comment] = ACTIONS(52), + }, + [210] = { + [sym__concat] = ACTIONS(418), + [anon_sym_RBRACK_RBRACK] = ACTIONS(690), + [anon_sym_DQUOTE] = ACTIONS(418), + [sym_raw_string] = ACTIONS(418), + [anon_sym_DOLLAR] = ACTIONS(690), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(418), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(418), + [anon_sym_BQUOTE] = ACTIONS(418), + [anon_sym_LT_LPAREN] = ACTIONS(418), + [anon_sym_GT_LPAREN] = ACTIONS(418), + [sym_word] = ACTIONS(420), + [sym_comment] = ACTIONS(52), + }, + [211] = { + [sym__concat] = ACTIONS(422), + [anon_sym_RBRACK_RBRACK] = ACTIONS(692), + [anon_sym_DQUOTE] = ACTIONS(422), + [sym_raw_string] = ACTIONS(422), + [anon_sym_DOLLAR] = ACTIONS(692), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(422), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(422), + [anon_sym_BQUOTE] = ACTIONS(422), + [anon_sym_LT_LPAREN] = ACTIONS(422), + [anon_sym_GT_LPAREN] = ACTIONS(422), + [sym_word] = ACTIONS(424), + [sym_comment] = ACTIONS(52), + }, + [212] = { + [sym_special_variable_name] = STATE(425), + [anon_sym_RBRACE] = ACTIONS(414), + [anon_sym_LBRACK] = ACTIONS(414), + [anon_sym_EQ] = ACTIONS(414), + [anon_sym_DOLLAR] = ACTIONS(156), + [anon_sym_POUND] = ACTIONS(156), + [anon_sym_AT] = ACTIONS(156), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_QMARK] = ACTIONS(414), + [anon_sym_COLON_DASH] = ACTIONS(414), + [anon_sym_PERCENT] = ACTIONS(414), + [anon_sym_SLASH] = ACTIONS(414), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(732), + [anon_sym_STAR] = ACTIONS(156), + [anon_sym_QMARK] = ACTIONS(156), + [anon_sym_DASH] = ACTIONS(156), + [anon_sym_BANG] = ACTIONS(156), + [anon_sym_0] = ACTIONS(162), + [anon_sym__] = ACTIONS(162), + }, + [213] = { + [anon_sym_RBRACE] = ACTIONS(734), + [anon_sym_LBRACK] = ACTIONS(736), + [anon_sym_EQ] = ACTIONS(738), + [anon_sym_COLON] = ACTIONS(740), + [anon_sym_COLON_QMARK] = ACTIONS(738), + [anon_sym_COLON_DASH] = ACTIONS(738), + [anon_sym_PERCENT] = ACTIONS(738), + [anon_sym_SLASH] = ACTIONS(738), + [sym_comment] = ACTIONS(52), + }, + [214] = { + [anon_sym_RBRACE] = ACTIONS(742), + [anon_sym_LBRACK] = ACTIONS(744), + [anon_sym_EQ] = ACTIONS(746), + [anon_sym_COLON] = ACTIONS(748), + [anon_sym_COLON_QMARK] = ACTIONS(746), + [anon_sym_COLON_DASH] = ACTIONS(746), + [anon_sym_PERCENT] = ACTIONS(746), + [anon_sym_SLASH] = ACTIONS(746), + [sym_comment] = ACTIONS(52), + }, + [215] = { + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(750), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(480), + [sym_comment] = ACTIONS(52), + }, + [216] = { + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(750), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(500), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(236), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), + }, + [217] = { + [anon_sym_PIPE] = ACTIONS(504), + [anon_sym_PIPE_AMP] = ACTIONS(506), + [anon_sym_AMP_AMP] = ACTIONS(508), + [anon_sym_PIPE_PIPE] = ACTIONS(508), + [anon_sym_BQUOTE] = ACTIONS(750), + [sym_comment] = ACTIONS(52), + }, + [218] = { + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(504), + [anon_sym_PIPE_AMP] = ACTIONS(506), + [anon_sym_AMP_AMP] = ACTIONS(508), + [anon_sym_PIPE_PIPE] = ACTIONS(510), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(750), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), + }, + [219] = { + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(752), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(480), + [sym_comment] = ACTIONS(52), + }, + [220] = { + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(752), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(500), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(236), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), + }, + [221] = { + [aux_sym_concatenation_repeat1] = STATE(208), + [sym__concat] = ACTIONS(348), + [anon_sym_RBRACK_RBRACK] = ACTIONS(718), + [anon_sym_DQUOTE] = ACTIONS(720), + [sym_raw_string] = ACTIONS(720), + [anon_sym_DOLLAR] = ACTIONS(718), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(720), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(720), + [anon_sym_BQUOTE] = ACTIONS(720), + [anon_sym_LT_LPAREN] = ACTIONS(720), + [anon_sym_GT_LPAREN] = ACTIONS(720), + [sym_word] = ACTIONS(722), + [sym_comment] = ACTIONS(52), + }, + [222] = { + [anon_sym_RBRACK_RBRACK] = ACTIONS(718), + [anon_sym_DQUOTE] = ACTIONS(720), + [sym_raw_string] = ACTIONS(720), + [anon_sym_DOLLAR] = ACTIONS(718), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(720), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(720), + [anon_sym_BQUOTE] = ACTIONS(720), + [anon_sym_LT_LPAREN] = ACTIONS(720), + [anon_sym_GT_LPAREN] = ACTIONS(720), + [sym_word] = ACTIONS(722), + [sym_comment] = ACTIONS(52), + }, + [223] = { + [sym_file_descriptor] = ACTIONS(382), + [sym__concat] = ACTIONS(382), + [sym_variable_name] = ACTIONS(382), + [anon_sym_LT] = ACTIONS(678), + [anon_sym_GT] = ACTIONS(678), + [anon_sym_GT_GT] = ACTIONS(382), + [anon_sym_AMP_GT] = ACTIONS(678), + [anon_sym_AMP_GT_GT] = ACTIONS(382), + [anon_sym_LT_AMP] = ACTIONS(382), + [anon_sym_GT_AMP] = ACTIONS(382), + [anon_sym_DQUOTE] = ACTIONS(382), + [sym_raw_string] = ACTIONS(382), + [anon_sym_DOLLAR] = ACTIONS(678), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(382), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(382), + [anon_sym_BQUOTE] = ACTIONS(382), + [anon_sym_LT_LPAREN] = ACTIONS(382), + [anon_sym_GT_LPAREN] = ACTIONS(382), + [sym_word] = ACTIONS(678), + [sym_comment] = ACTIONS(52), + }, + [224] = { + [sym_simple_expansion] = STATE(250), + [sym_expansion] = STATE(250), + [sym_command_substitution] = STATE(250), + [anon_sym_DQUOTE] = ACTIONS(754), + [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(402), + [anon_sym_DOLLAR] = ACTIONS(134), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), + [anon_sym_BQUOTE] = ACTIONS(140), + [sym_comment] = ACTIONS(142), + }, + [225] = { [sym_string] = STATE(435), [sym_simple_expansion] = STATE(435), [sym_expansion] = STATE(435), [sym_command_substitution] = STATE(435), [sym_process_substitution] = STATE(435), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(887), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(889), - [sym_comment] = ACTIONS(133), + [anon_sym_DQUOTE] = ACTIONS(114), + [sym_raw_string] = ACTIONS(756), + [anon_sym_DOLLAR] = ACTIONS(118), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(120), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(122), + [anon_sym_BQUOTE] = ACTIONS(124), + [anon_sym_LT_LPAREN] = ACTIONS(126), + [anon_sym_GT_LPAREN] = ACTIONS(126), + [sym_word] = ACTIONS(758), + [sym_comment] = ACTIONS(52), + }, + [226] = { + [sym_file_descriptor] = ACTIONS(408), + [sym__concat] = ACTIONS(760), + [sym_variable_name] = ACTIONS(408), + [anon_sym_LT] = ACTIONS(688), + [anon_sym_GT] = ACTIONS(688), + [anon_sym_GT_GT] = ACTIONS(408), + [anon_sym_AMP_GT] = ACTIONS(688), + [anon_sym_AMP_GT_GT] = ACTIONS(408), + [anon_sym_LT_AMP] = ACTIONS(408), + [anon_sym_GT_AMP] = ACTIONS(408), + [anon_sym_DQUOTE] = ACTIONS(408), + [sym_raw_string] = ACTIONS(408), + [anon_sym_DOLLAR] = ACTIONS(688), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(408), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(408), + [anon_sym_BQUOTE] = ACTIONS(408), + [anon_sym_LT_LPAREN] = ACTIONS(408), + [anon_sym_GT_LPAREN] = ACTIONS(408), + [sym_word] = ACTIONS(688), + [sym_comment] = ACTIONS(52), + }, + [227] = { + [sym_file_descriptor] = ACTIONS(414), + [sym__concat] = ACTIONS(414), + [sym_variable_name] = ACTIONS(414), + [anon_sym_LT] = ACTIONS(426), + [anon_sym_GT] = ACTIONS(426), + [anon_sym_GT_GT] = ACTIONS(414), + [anon_sym_AMP_GT] = ACTIONS(426), + [anon_sym_AMP_GT_GT] = ACTIONS(414), + [anon_sym_LT_AMP] = ACTIONS(414), + [anon_sym_GT_AMP] = ACTIONS(414), + [anon_sym_DQUOTE] = ACTIONS(414), + [sym_raw_string] = ACTIONS(414), + [anon_sym_DOLLAR] = ACTIONS(426), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(414), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(414), + [anon_sym_BQUOTE] = ACTIONS(414), + [anon_sym_LT_LPAREN] = ACTIONS(414), + [anon_sym_GT_LPAREN] = ACTIONS(414), + [sym_word] = ACTIONS(426), + [sym_comment] = ACTIONS(52), + }, + [228] = { + [sym_file_descriptor] = ACTIONS(418), + [sym__concat] = ACTIONS(418), + [sym_variable_name] = ACTIONS(418), + [anon_sym_LT] = ACTIONS(690), + [anon_sym_GT] = ACTIONS(690), + [anon_sym_GT_GT] = ACTIONS(418), + [anon_sym_AMP_GT] = ACTIONS(690), + [anon_sym_AMP_GT_GT] = ACTIONS(418), + [anon_sym_LT_AMP] = ACTIONS(418), + [anon_sym_GT_AMP] = ACTIONS(418), + [anon_sym_DQUOTE] = ACTIONS(418), + [sym_raw_string] = ACTIONS(418), + [anon_sym_DOLLAR] = ACTIONS(690), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(418), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(418), + [anon_sym_BQUOTE] = ACTIONS(418), + [anon_sym_LT_LPAREN] = ACTIONS(418), + [anon_sym_GT_LPAREN] = ACTIONS(418), + [sym_word] = ACTIONS(690), + [sym_comment] = ACTIONS(52), + }, + [229] = { + [sym_file_descriptor] = ACTIONS(422), + [sym__concat] = ACTIONS(422), + [sym_variable_name] = ACTIONS(422), + [anon_sym_LT] = ACTIONS(692), + [anon_sym_GT] = ACTIONS(692), + [anon_sym_GT_GT] = ACTIONS(422), + [anon_sym_AMP_GT] = ACTIONS(692), + [anon_sym_AMP_GT_GT] = ACTIONS(422), + [anon_sym_LT_AMP] = ACTIONS(422), + [anon_sym_GT_AMP] = ACTIONS(422), + [anon_sym_DQUOTE] = ACTIONS(422), + [sym_raw_string] = ACTIONS(422), + [anon_sym_DOLLAR] = ACTIONS(692), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(422), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(422), + [anon_sym_BQUOTE] = ACTIONS(422), + [anon_sym_LT_LPAREN] = ACTIONS(422), + [anon_sym_GT_LPAREN] = ACTIONS(422), + [sym_word] = ACTIONS(692), + [sym_comment] = ACTIONS(52), + }, + [230] = { + [sym_special_variable_name] = STATE(438), + [anon_sym_RBRACE] = ACTIONS(414), + [anon_sym_LBRACK] = ACTIONS(414), + [anon_sym_EQ] = ACTIONS(414), + [anon_sym_DOLLAR] = ACTIONS(156), + [anon_sym_POUND] = ACTIONS(156), + [anon_sym_AT] = ACTIONS(156), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_QMARK] = ACTIONS(414), + [anon_sym_COLON_DASH] = ACTIONS(414), + [anon_sym_PERCENT] = ACTIONS(414), + [anon_sym_SLASH] = ACTIONS(414), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(762), + [anon_sym_STAR] = ACTIONS(156), + [anon_sym_QMARK] = ACTIONS(156), + [anon_sym_DASH] = ACTIONS(156), + [anon_sym_BANG] = ACTIONS(156), + [anon_sym_0] = ACTIONS(162), + [anon_sym__] = ACTIONS(162), + }, + [231] = { + [anon_sym_RBRACE] = ACTIONS(764), + [anon_sym_LBRACK] = ACTIONS(766), + [anon_sym_EQ] = ACTIONS(768), + [anon_sym_COLON] = ACTIONS(770), + [anon_sym_COLON_QMARK] = ACTIONS(768), + [anon_sym_COLON_DASH] = ACTIONS(768), + [anon_sym_PERCENT] = ACTIONS(768), + [anon_sym_SLASH] = ACTIONS(768), + [sym_comment] = ACTIONS(52), + }, + [232] = { + [anon_sym_RBRACE] = ACTIONS(772), + [anon_sym_LBRACK] = ACTIONS(774), + [anon_sym_EQ] = ACTIONS(776), + [anon_sym_COLON] = ACTIONS(778), + [anon_sym_COLON_QMARK] = ACTIONS(776), + [anon_sym_COLON_DASH] = ACTIONS(776), + [anon_sym_PERCENT] = ACTIONS(776), + [anon_sym_SLASH] = ACTIONS(776), + [sym_comment] = ACTIONS(52), + }, + [233] = { + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(780), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(480), + [sym_comment] = ACTIONS(52), + }, + [234] = { + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(780), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(500), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(236), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), + }, + [235] = { + [anon_sym_PIPE] = ACTIONS(504), + [anon_sym_PIPE_AMP] = ACTIONS(506), + [anon_sym_AMP_AMP] = ACTIONS(508), + [anon_sym_PIPE_PIPE] = ACTIONS(508), + [anon_sym_BQUOTE] = ACTIONS(780), + [sym_comment] = ACTIONS(52), + }, + [236] = { + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(504), + [anon_sym_PIPE_AMP] = ACTIONS(506), + [anon_sym_AMP_AMP] = ACTIONS(508), + [anon_sym_PIPE_PIPE] = ACTIONS(510), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(780), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), + }, + [237] = { + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(782), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(480), + [sym_comment] = ACTIONS(52), + }, + [238] = { + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(782), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(500), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(236), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), + }, + [239] = { + [anon_sym_DQUOTE] = ACTIONS(416), + [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(426), + [anon_sym_DOLLAR] = ACTIONS(416), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(416), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(416), + [anon_sym_BQUOTE] = ACTIONS(416), + [sym_comment] = ACTIONS(142), + }, + [240] = { + [anon_sym_DQUOTE] = ACTIONS(420), + [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(690), + [anon_sym_DOLLAR] = ACTIONS(420), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(420), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(420), + [anon_sym_BQUOTE] = ACTIONS(420), + [sym_comment] = ACTIONS(142), + }, + [241] = { + [anon_sym_DQUOTE] = ACTIONS(424), + [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(692), + [anon_sym_DOLLAR] = ACTIONS(424), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(424), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(424), + [anon_sym_BQUOTE] = ACTIONS(424), + [sym_comment] = ACTIONS(142), + }, + [242] = { + [sym_special_variable_name] = STATE(448), + [anon_sym_RBRACE] = ACTIONS(414), + [anon_sym_LBRACK] = ACTIONS(414), + [anon_sym_EQ] = ACTIONS(414), + [anon_sym_DOLLAR] = ACTIONS(156), + [anon_sym_POUND] = ACTIONS(156), + [anon_sym_AT] = ACTIONS(156), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_QMARK] = ACTIONS(414), + [anon_sym_COLON_DASH] = ACTIONS(414), + [anon_sym_PERCENT] = ACTIONS(414), + [anon_sym_SLASH] = ACTIONS(414), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(784), + [anon_sym_STAR] = ACTIONS(156), + [anon_sym_QMARK] = ACTIONS(156), + [anon_sym_DASH] = ACTIONS(156), + [anon_sym_BANG] = ACTIONS(156), + [anon_sym_0] = ACTIONS(162), + [anon_sym__] = ACTIONS(162), + }, + [243] = { + [anon_sym_RBRACE] = ACTIONS(786), + [anon_sym_LBRACK] = ACTIONS(788), + [anon_sym_EQ] = ACTIONS(790), + [anon_sym_COLON] = ACTIONS(792), + [anon_sym_COLON_QMARK] = ACTIONS(790), + [anon_sym_COLON_DASH] = ACTIONS(790), + [anon_sym_PERCENT] = ACTIONS(790), + [anon_sym_SLASH] = ACTIONS(790), + [sym_comment] = ACTIONS(52), + }, + [244] = { + [anon_sym_RBRACE] = ACTIONS(794), + [anon_sym_LBRACK] = ACTIONS(796), + [anon_sym_EQ] = ACTIONS(798), + [anon_sym_COLON] = ACTIONS(800), + [anon_sym_COLON_QMARK] = ACTIONS(798), + [anon_sym_COLON_DASH] = ACTIONS(798), + [anon_sym_PERCENT] = ACTIONS(798), + [anon_sym_SLASH] = ACTIONS(798), + [sym_comment] = ACTIONS(52), + }, + [245] = { + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(802), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(480), + [sym_comment] = ACTIONS(52), + }, + [246] = { + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(802), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(500), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(236), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), + }, + [247] = { + [anon_sym_PIPE] = ACTIONS(504), + [anon_sym_PIPE_AMP] = ACTIONS(506), + [anon_sym_AMP_AMP] = ACTIONS(508), + [anon_sym_PIPE_PIPE] = ACTIONS(508), + [anon_sym_BQUOTE] = ACTIONS(802), + [sym_comment] = ACTIONS(52), }, [248] = { - [sym_file_descriptor] = ACTIONS(451), - [sym__concat] = ACTIONS(891), - [anon_sym_PIPE] = ACTIONS(729), - [anon_sym_RPAREN] = ACTIONS(451), - [anon_sym_PIPE_AMP] = ACTIONS(451), - [anon_sym_AMP_AMP] = ACTIONS(451), - [anon_sym_PIPE_PIPE] = ACTIONS(729), - [anon_sym_LT] = ACTIONS(729), - [anon_sym_GT] = ACTIONS(729), - [anon_sym_GT_GT] = ACTIONS(451), - [anon_sym_AMP_GT] = ACTIONS(729), - [anon_sym_AMP_GT_GT] = ACTIONS(451), - [anon_sym_LT_AMP] = ACTIONS(451), - [anon_sym_GT_AMP] = ACTIONS(451), - [anon_sym_LT_LT] = ACTIONS(729), - [anon_sym_LT_LT_DASH] = ACTIONS(451), - [anon_sym_DQUOTE] = ACTIONS(451), - [sym_raw_string] = ACTIONS(451), - [anon_sym_DOLLAR] = ACTIONS(729), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(451), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(451), - [anon_sym_BQUOTE] = ACTIONS(451), - [anon_sym_LT_LPAREN] = ACTIONS(451), - [anon_sym_GT_LPAREN] = ACTIONS(451), - [sym_word] = ACTIONS(455), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(504), + [anon_sym_PIPE_AMP] = ACTIONS(506), + [anon_sym_AMP_AMP] = ACTIONS(508), + [anon_sym_PIPE_PIPE] = ACTIONS(510), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(802), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), }, [249] = { - [sym_file_descriptor] = ACTIONS(457), - [sym__concat] = ACTIONS(457), - [anon_sym_PIPE] = ACTIONS(469), - [anon_sym_RPAREN] = ACTIONS(457), - [anon_sym_PIPE_AMP] = ACTIONS(457), - [anon_sym_AMP_AMP] = ACTIONS(457), - [anon_sym_PIPE_PIPE] = ACTIONS(469), - [anon_sym_LT] = ACTIONS(469), - [anon_sym_GT] = ACTIONS(469), - [anon_sym_GT_GT] = ACTIONS(457), - [anon_sym_AMP_GT] = ACTIONS(469), - [anon_sym_AMP_GT_GT] = ACTIONS(457), - [anon_sym_LT_AMP] = ACTIONS(457), - [anon_sym_GT_AMP] = ACTIONS(457), - [anon_sym_LT_LT] = ACTIONS(469), - [anon_sym_LT_LT_DASH] = ACTIONS(457), - [anon_sym_DQUOTE] = ACTIONS(457), - [sym_raw_string] = ACTIONS(457), - [anon_sym_DOLLAR] = ACTIONS(469), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(457), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(457), - [anon_sym_BQUOTE] = ACTIONS(457), - [anon_sym_LT_LPAREN] = ACTIONS(457), - [anon_sym_GT_LPAREN] = ACTIONS(457), - [sym_word] = ACTIONS(459), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(804), + [sym__concat] = ACTIONS(804), + [anon_sym_PIPE] = ACTIONS(806), + [anon_sym_RPAREN] = ACTIONS(806), + [anon_sym_SEMI_SEMI] = ACTIONS(806), + [anon_sym_PIPE_AMP] = ACTIONS(806), + [anon_sym_AMP_AMP] = ACTIONS(806), + [anon_sym_PIPE_PIPE] = ACTIONS(806), + [anon_sym_LT] = ACTIONS(806), + [anon_sym_GT] = ACTIONS(806), + [anon_sym_GT_GT] = ACTIONS(806), + [anon_sym_AMP_GT] = ACTIONS(806), + [anon_sym_AMP_GT_GT] = ACTIONS(806), + [anon_sym_LT_AMP] = ACTIONS(806), + [anon_sym_GT_AMP] = ACTIONS(806), + [anon_sym_LT_LT] = ACTIONS(806), + [anon_sym_LT_LT_DASH] = ACTIONS(806), + [anon_sym_DQUOTE] = ACTIONS(806), + [sym_raw_string] = ACTIONS(806), + [anon_sym_DOLLAR] = ACTIONS(806), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(806), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(806), + [anon_sym_BQUOTE] = ACTIONS(806), + [anon_sym_LT_LPAREN] = ACTIONS(806), + [anon_sym_GT_LPAREN] = ACTIONS(806), + [sym_word] = ACTIONS(806), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(806), + [anon_sym_LF] = ACTIONS(806), + [anon_sym_AMP] = ACTIONS(806), }, [250] = { - [sym_file_descriptor] = ACTIONS(461), - [sym__concat] = ACTIONS(461), - [anon_sym_PIPE] = ACTIONS(731), - [anon_sym_RPAREN] = ACTIONS(461), - [anon_sym_PIPE_AMP] = ACTIONS(461), - [anon_sym_AMP_AMP] = ACTIONS(461), - [anon_sym_PIPE_PIPE] = ACTIONS(731), - [anon_sym_LT] = ACTIONS(731), - [anon_sym_GT] = ACTIONS(731), - [anon_sym_GT_GT] = ACTIONS(461), - [anon_sym_AMP_GT] = ACTIONS(731), - [anon_sym_AMP_GT_GT] = ACTIONS(461), - [anon_sym_LT_AMP] = ACTIONS(461), - [anon_sym_GT_AMP] = ACTIONS(461), - [anon_sym_LT_LT] = ACTIONS(731), - [anon_sym_LT_LT_DASH] = ACTIONS(461), - [anon_sym_DQUOTE] = ACTIONS(461), - [sym_raw_string] = ACTIONS(461), - [anon_sym_DOLLAR] = ACTIONS(731), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(461), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(461), - [anon_sym_BQUOTE] = ACTIONS(461), - [anon_sym_LT_LPAREN] = ACTIONS(461), - [anon_sym_GT_LPAREN] = ACTIONS(461), - [sym_word] = ACTIONS(463), - [sym_comment] = ACTIONS(133), + [anon_sym_DQUOTE] = ACTIONS(808), + [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(810), + [anon_sym_DOLLAR] = ACTIONS(808), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(808), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(808), + [anon_sym_BQUOTE] = ACTIONS(808), + [sym_comment] = ACTIONS(142), }, [251] = { - [sym_file_descriptor] = ACTIONS(465), - [sym__concat] = ACTIONS(465), - [anon_sym_PIPE] = ACTIONS(733), - [anon_sym_RPAREN] = ACTIONS(465), - [anon_sym_PIPE_AMP] = ACTIONS(465), - [anon_sym_AMP_AMP] = ACTIONS(465), - [anon_sym_PIPE_PIPE] = ACTIONS(733), - [anon_sym_LT] = ACTIONS(733), - [anon_sym_GT] = ACTIONS(733), - [anon_sym_GT_GT] = ACTIONS(465), - [anon_sym_AMP_GT] = ACTIONS(733), - [anon_sym_AMP_GT_GT] = ACTIONS(465), - [anon_sym_LT_AMP] = ACTIONS(465), - [anon_sym_GT_AMP] = ACTIONS(465), - [anon_sym_LT_LT] = ACTIONS(733), - [anon_sym_LT_LT_DASH] = ACTIONS(465), - [anon_sym_DQUOTE] = ACTIONS(465), - [sym_raw_string] = ACTIONS(465), - [anon_sym_DOLLAR] = ACTIONS(733), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(465), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(465), - [anon_sym_BQUOTE] = ACTIONS(465), - [anon_sym_LT_LPAREN] = ACTIONS(465), - [anon_sym_GT_LPAREN] = ACTIONS(465), - [sym_word] = ACTIONS(467), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(812), + [sym__concat] = ACTIONS(812), + [anon_sym_PIPE] = ACTIONS(814), + [anon_sym_RPAREN] = ACTIONS(814), + [anon_sym_SEMI_SEMI] = ACTIONS(814), + [anon_sym_PIPE_AMP] = ACTIONS(814), + [anon_sym_AMP_AMP] = ACTIONS(814), + [anon_sym_PIPE_PIPE] = ACTIONS(814), + [anon_sym_LT] = ACTIONS(814), + [anon_sym_GT] = ACTIONS(814), + [anon_sym_GT_GT] = ACTIONS(814), + [anon_sym_AMP_GT] = ACTIONS(814), + [anon_sym_AMP_GT_GT] = ACTIONS(814), + [anon_sym_LT_AMP] = ACTIONS(814), + [anon_sym_GT_AMP] = ACTIONS(814), + [anon_sym_LT_LT] = ACTIONS(814), + [anon_sym_LT_LT_DASH] = ACTIONS(814), + [anon_sym_DQUOTE] = ACTIONS(814), + [sym_raw_string] = ACTIONS(814), + [anon_sym_DOLLAR] = ACTIONS(814), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(814), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(814), + [anon_sym_BQUOTE] = ACTIONS(814), + [anon_sym_LT_LPAREN] = ACTIONS(814), + [anon_sym_GT_LPAREN] = ACTIONS(814), + [sym_word] = ACTIONS(814), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(814), + [anon_sym_LF] = ACTIONS(814), + [anon_sym_AMP] = ACTIONS(814), }, [252] = { - [sym_special_variable_name] = STATE(438), - [anon_sym_RBRACE] = ACTIONS(457), - [anon_sym_LBRACK] = ACTIONS(457), - [anon_sym_EQ] = ACTIONS(457), - [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(225), - [anon_sym_AT] = ACTIONS(219), - [anon_sym_COLON] = ACTIONS(469), - [anon_sym_COLON_QMARK] = ACTIONS(457), - [anon_sym_COLON_DASH] = ACTIONS(457), - [anon_sym_PERCENT] = ACTIONS(457), - [anon_sym_SLASH] = ACTIONS(457), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(893), - [anon_sym_STAR] = ACTIONS(219), - [anon_sym_QMARK] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_0] = ACTIONS(225), - [anon_sym__] = ACTIONS(225), + [sym_string] = STATE(456), + [sym_simple_expansion] = STATE(456), + [sym_expansion] = STATE(456), + [sym_command_substitution] = STATE(456), + [sym_process_substitution] = STATE(456), + [anon_sym_DQUOTE] = ACTIONS(36), + [sym_raw_string] = ACTIONS(816), + [anon_sym_DOLLAR] = ACTIONS(40), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(42), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(44), + [anon_sym_BQUOTE] = ACTIONS(46), + [anon_sym_LT_LPAREN] = ACTIONS(48), + [anon_sym_GT_LPAREN] = ACTIONS(48), + [sym_word] = ACTIONS(818), + [sym_comment] = ACTIONS(52), }, [253] = { - [anon_sym_RBRACE] = ACTIONS(895), - [anon_sym_LBRACK] = ACTIONS(897), - [anon_sym_EQ] = ACTIONS(899), - [anon_sym_COLON] = ACTIONS(901), - [anon_sym_COLON_QMARK] = ACTIONS(899), - [anon_sym_COLON_DASH] = ACTIONS(899), - [anon_sym_PERCENT] = ACTIONS(899), - [anon_sym_SLASH] = ACTIONS(899), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(820), + [anon_sym_LBRACK] = ACTIONS(822), + [sym_comment] = ACTIONS(52), }, [254] = { - [anon_sym_RBRACE] = ACTIONS(903), - [anon_sym_LBRACK] = ACTIONS(905), - [anon_sym_EQ] = ACTIONS(907), - [anon_sym_COLON] = ACTIONS(909), - [anon_sym_COLON_QMARK] = ACTIONS(907), - [anon_sym_COLON_DASH] = ACTIONS(907), - [anon_sym_PERCENT] = ACTIONS(907), - [anon_sym_SLASH] = ACTIONS(907), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(824), + [anon_sym_LBRACK] = ACTIONS(826), + [sym_comment] = ACTIONS(52), }, [255] = { - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(911), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(523), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(828), + [sym__concat] = ACTIONS(828), + [anon_sym_PIPE] = ACTIONS(830), + [anon_sym_RPAREN] = ACTIONS(830), + [anon_sym_SEMI_SEMI] = ACTIONS(830), + [anon_sym_PIPE_AMP] = ACTIONS(830), + [anon_sym_AMP_AMP] = ACTIONS(830), + [anon_sym_PIPE_PIPE] = ACTIONS(830), + [anon_sym_LT] = ACTIONS(830), + [anon_sym_GT] = ACTIONS(830), + [anon_sym_GT_GT] = ACTIONS(830), + [anon_sym_AMP_GT] = ACTIONS(830), + [anon_sym_AMP_GT_GT] = ACTIONS(830), + [anon_sym_LT_AMP] = ACTIONS(830), + [anon_sym_GT_AMP] = ACTIONS(830), + [anon_sym_LT_LT] = ACTIONS(830), + [anon_sym_LT_LT_DASH] = ACTIONS(830), + [anon_sym_DQUOTE] = ACTIONS(830), + [sym_raw_string] = ACTIONS(830), + [anon_sym_DOLLAR] = ACTIONS(830), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(830), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(830), + [anon_sym_BQUOTE] = ACTIONS(830), + [anon_sym_LT_LPAREN] = ACTIONS(830), + [anon_sym_GT_LPAREN] = ACTIONS(830), + [sym_word] = ACTIONS(830), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(830), + [anon_sym_LF] = ACTIONS(830), + [anon_sym_AMP] = ACTIONS(830), }, [256] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(911), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(543), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(299), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), + [anon_sym_AT] = ACTIONS(832), + [sym_comment] = ACTIONS(52), }, [257] = { - [anon_sym_PIPE] = ACTIONS(547), - [anon_sym_PIPE_AMP] = ACTIONS(549), - [anon_sym_AMP_AMP] = ACTIONS(551), - [anon_sym_PIPE_PIPE] = ACTIONS(551), - [anon_sym_BQUOTE] = ACTIONS(911), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(463), + [sym_string] = STATE(462), + [sym_simple_expansion] = STATE(462), + [sym_expansion] = STATE(462), + [sym_command_substitution] = STATE(462), + [sym_process_substitution] = STATE(462), + [anon_sym_DQUOTE] = ACTIONS(82), + [sym_raw_string] = ACTIONS(834), + [anon_sym_DOLLAR] = ACTIONS(86), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(88), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(90), + [anon_sym_BQUOTE] = ACTIONS(92), + [anon_sym_LT_LPAREN] = ACTIONS(94), + [anon_sym_GT_LPAREN] = ACTIONS(94), + [sym_word] = ACTIONS(836), + [sym_comment] = ACTIONS(52), }, [258] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(547), - [anon_sym_PIPE_AMP] = ACTIONS(549), - [anon_sym_AMP_AMP] = ACTIONS(551), - [anon_sym_PIPE_PIPE] = ACTIONS(553), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(911), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(838), + [sym__concat] = ACTIONS(838), + [anon_sym_PIPE] = ACTIONS(840), + [anon_sym_RPAREN] = ACTIONS(840), + [anon_sym_SEMI_SEMI] = ACTIONS(840), + [anon_sym_PIPE_AMP] = ACTIONS(840), + [anon_sym_AMP_AMP] = ACTIONS(840), + [anon_sym_PIPE_PIPE] = ACTIONS(840), + [anon_sym_LT] = ACTIONS(840), + [anon_sym_GT] = ACTIONS(840), + [anon_sym_GT_GT] = ACTIONS(840), + [anon_sym_AMP_GT] = ACTIONS(840), + [anon_sym_AMP_GT_GT] = ACTIONS(840), + [anon_sym_LT_AMP] = ACTIONS(840), + [anon_sym_GT_AMP] = ACTIONS(840), + [anon_sym_LT_LT] = ACTIONS(840), + [anon_sym_LT_LT_DASH] = ACTIONS(840), + [anon_sym_DQUOTE] = ACTIONS(840), + [sym_raw_string] = ACTIONS(840), + [anon_sym_DOLLAR] = ACTIONS(840), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(840), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(840), + [anon_sym_BQUOTE] = ACTIONS(840), + [anon_sym_LT_LPAREN] = ACTIONS(840), + [anon_sym_GT_LPAREN] = ACTIONS(840), + [sym_word] = ACTIONS(840), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(840), + [anon_sym_LF] = ACTIONS(840), + [anon_sym_AMP] = ACTIONS(840), }, [259] = { - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(913), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(523), - [sym_comment] = ACTIONS(133), + [anon_sym_AT] = ACTIONS(842), + [sym_comment] = ACTIONS(52), }, [260] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(913), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(543), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(299), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(466), + [sym_string] = STATE(465), + [sym_simple_expansion] = STATE(465), + [sym_expansion] = STATE(465), + [sym_command_substitution] = STATE(465), + [sym_process_substitution] = STATE(465), + [anon_sym_DQUOTE] = ACTIONS(82), + [sym_raw_string] = ACTIONS(844), + [anon_sym_DOLLAR] = ACTIONS(86), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(88), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(90), + [anon_sym_BQUOTE] = ACTIONS(92), + [anon_sym_LT_LPAREN] = ACTIONS(94), + [anon_sym_GT_LPAREN] = ACTIONS(94), + [sym_word] = ACTIONS(846), + [sym_comment] = ACTIONS(52), }, [261] = { - [anon_sym_RPAREN] = ACTIONS(915), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(467), + [sym_string] = STATE(470), + [sym_array] = STATE(467), + [sym_simple_expansion] = STATE(470), + [sym_expansion] = STATE(470), + [sym_command_substitution] = STATE(470), + [sym_process_substitution] = STATE(470), + [sym__empty_value] = ACTIONS(848), + [anon_sym_LPAREN] = ACTIONS(850), + [anon_sym_DQUOTE] = ACTIONS(852), + [sym_raw_string] = ACTIONS(854), + [anon_sym_DOLLAR] = ACTIONS(856), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(858), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(860), + [anon_sym_BQUOTE] = ACTIONS(862), + [anon_sym_LT_LPAREN] = ACTIONS(864), + [anon_sym_GT_LPAREN] = ACTIONS(864), + [sym_word] = ACTIONS(866), + [sym_comment] = ACTIONS(52), }, [262] = { - [sym_for_statement] = STATE(448), - [sym_while_statement] = STATE(448), - [sym_if_statement] = STATE(448), - [sym_case_statement] = STATE(448), - [sym_function_definition] = STATE(448), - [sym_subshell] = STATE(448), - [sym_pipeline] = STATE(448), - [sym_list] = STATE(448), - [sym_bracket_command] = STATE(448), - [sym_command] = STATE(448), - [sym_command_name] = STATE(103), - [sym_environment_variable_assignment] = STATE(449), - [sym_subscript] = STATE(105), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(107), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), + [anon_sym_in] = ACTIONS(868), + [sym_comment] = ACTIONS(52), }, [263] = { - [sym_file_descriptor] = ACTIONS(917), - [sym__concat] = ACTIONS(917), - [anon_sym_PIPE] = ACTIONS(919), - [anon_sym_RPAREN] = ACTIONS(919), - [anon_sym_SEMI_SEMI] = ACTIONS(919), - [anon_sym_PIPE_AMP] = ACTIONS(919), - [anon_sym_AMP_AMP] = ACTIONS(919), - [anon_sym_PIPE_PIPE] = ACTIONS(919), - [anon_sym_LT] = ACTIONS(919), - [anon_sym_GT] = ACTIONS(919), - [anon_sym_GT_GT] = ACTIONS(919), - [anon_sym_AMP_GT] = ACTIONS(919), - [anon_sym_AMP_GT_GT] = ACTIONS(919), - [anon_sym_LT_AMP] = ACTIONS(919), - [anon_sym_GT_AMP] = ACTIONS(919), - [anon_sym_LT_LT] = ACTIONS(919), - [anon_sym_LT_LT_DASH] = ACTIONS(919), - [anon_sym_DQUOTE] = ACTIONS(919), - [sym_raw_string] = ACTIONS(919), - [anon_sym_DOLLAR] = ACTIONS(919), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(919), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(919), - [anon_sym_BQUOTE] = ACTIONS(919), - [anon_sym_LT_LPAREN] = ACTIONS(919), - [anon_sym_GT_LPAREN] = ACTIONS(919), - [sym_word] = ACTIONS(919), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(919), - [anon_sym_LF] = ACTIONS(919), - [anon_sym_AMP] = ACTIONS(919), + [sym_do_group] = STATE(478), + [anon_sym_do] = ACTIONS(870), + [sym_comment] = ACTIONS(52), }, [264] = { - [sym_for_statement] = STATE(450), - [sym_while_statement] = STATE(450), - [sym_if_statement] = STATE(450), - [sym_case_statement] = STATE(450), - [sym_function_definition] = STATE(450), - [sym_subshell] = STATE(450), - [sym_pipeline] = STATE(450), - [sym_list] = STATE(450), - [sym_bracket_command] = STATE(450), - [sym_command] = STATE(450), - [sym_command_name] = STATE(103), - [sym_environment_variable_assignment] = STATE(451), - [sym_subscript] = STATE(105), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(107), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), + [anon_sym_then] = ACTIONS(872), + [sym_comment] = ACTIONS(52), }, [265] = { - [anon_sym_LT] = ACTIONS(921), - [anon_sym_GT] = ACTIONS(921), - [anon_sym_GT_GT] = ACTIONS(923), - [anon_sym_AMP_GT] = ACTIONS(921), - [anon_sym_AMP_GT_GT] = ACTIONS(923), - [anon_sym_LT_AMP] = ACTIONS(923), - [anon_sym_GT_AMP] = ACTIONS(923), - [sym_comment] = ACTIONS(133), + [aux_sym_concatenation_repeat1] = STATE(168), + [sym__concat] = ACTIONS(298), + [anon_sym_in] = ACTIONS(874), + [anon_sym_SEMI_SEMI] = ACTIONS(876), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(876), + [anon_sym_LF] = ACTIONS(876), + [anon_sym_AMP] = ACTIONS(876), }, [266] = { - [sym_concatenation] = STATE(460), - [sym_string] = STATE(454), - [sym_simple_expansion] = STATE(454), - [sym_expansion] = STATE(454), - [sym_command_substitution] = STATE(454), - [sym_process_substitution] = STATE(454), - [anon_sym_DQUOTE] = ACTIONS(925), - [sym_raw_string] = ACTIONS(927), - [anon_sym_DOLLAR] = ACTIONS(929), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(931), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(933), - [anon_sym_BQUOTE] = ACTIONS(935), - [anon_sym_LT_LPAREN] = ACTIONS(937), - [anon_sym_GT_LPAREN] = ACTIONS(937), - [sym_word] = ACTIONS(939), - [sym_comment] = ACTIONS(133), + [anon_sym_in] = ACTIONS(874), + [anon_sym_SEMI_SEMI] = ACTIONS(876), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(876), + [anon_sym_LF] = ACTIONS(876), + [anon_sym_AMP] = ACTIONS(876), }, [267] = { - [sym_heredoc] = STATE(463), - [sym__simple_heredoc] = ACTIONS(941), - [sym__heredoc_beginning] = ACTIONS(943), - [sym_comment] = ACTIONS(133), + [anon_sym_LPAREN] = ACTIONS(878), + [sym_comment] = ACTIONS(52), }, [268] = { - [aux_sym_concatenation_repeat1] = STATE(248), - [sym_file_descriptor] = ACTIONS(387), - [sym__concat] = ACTIONS(501), - [anon_sym_PIPE] = ACTIONS(385), - [anon_sym_RPAREN] = ACTIONS(387), - [anon_sym_PIPE_AMP] = ACTIONS(387), - [anon_sym_AMP_AMP] = ACTIONS(387), - [anon_sym_PIPE_PIPE] = ACTIONS(385), - [anon_sym_LT] = ACTIONS(385), - [anon_sym_GT] = ACTIONS(385), - [anon_sym_GT_GT] = ACTIONS(387), - [anon_sym_AMP_GT] = ACTIONS(385), - [anon_sym_AMP_GT_GT] = ACTIONS(387), - [anon_sym_LT_AMP] = ACTIONS(387), - [anon_sym_GT_AMP] = ACTIONS(387), - [anon_sym_LT_LT] = ACTIONS(385), - [anon_sym_LT_LT_DASH] = ACTIONS(387), - [anon_sym_DQUOTE] = ACTIONS(387), - [sym_raw_string] = ACTIONS(387), - [anon_sym_DOLLAR] = ACTIONS(385), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(387), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(387), - [anon_sym_BQUOTE] = ACTIONS(387), - [anon_sym_LT_LPAREN] = ACTIONS(387), - [anon_sym_GT_LPAREN] = ACTIONS(387), - [sym_word] = ACTIONS(389), - [sym_comment] = ACTIONS(133), + [anon_sym_PIPE] = ACTIONS(208), + [anon_sym_RPAREN] = ACTIONS(880), + [anon_sym_SEMI_SEMI] = ACTIONS(882), + [anon_sym_PIPE_AMP] = ACTIONS(208), + [anon_sym_AMP_AMP] = ACTIONS(212), + [anon_sym_PIPE_PIPE] = ACTIONS(212), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(882), + [anon_sym_LF] = ACTIONS(882), + [anon_sym_AMP] = ACTIONS(882), }, [269] = { - [sym_file_descriptor] = ACTIONS(589), - [anon_sym_PIPE] = ACTIONS(945), - [anon_sym_RPAREN] = ACTIONS(589), - [anon_sym_PIPE_AMP] = ACTIONS(589), - [anon_sym_AMP_AMP] = ACTIONS(589), - [anon_sym_PIPE_PIPE] = ACTIONS(589), - [anon_sym_LT] = ACTIONS(945), - [anon_sym_GT] = ACTIONS(945), - [anon_sym_GT_GT] = ACTIONS(589), - [anon_sym_AMP_GT] = ACTIONS(945), - [anon_sym_AMP_GT_GT] = ACTIONS(589), - [anon_sym_LT_AMP] = ACTIONS(589), - [anon_sym_GT_AMP] = ACTIONS(589), - [anon_sym_LT_LT] = ACTIONS(945), - [anon_sym_LT_LT_DASH] = ACTIONS(589), - [anon_sym_BQUOTE] = ACTIONS(589), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(208), + [anon_sym_RPAREN] = ACTIONS(880), + [anon_sym_SEMI_SEMI] = ACTIONS(882), + [anon_sym_PIPE_AMP] = ACTIONS(208), + [anon_sym_AMP_AMP] = ACTIONS(212), + [anon_sym_PIPE_PIPE] = ACTIONS(212), + [anon_sym_LT] = ACTIONS(238), + [anon_sym_GT] = ACTIONS(238), + [anon_sym_GT_GT] = ACTIONS(238), + [anon_sym_AMP_GT] = ACTIONS(238), + [anon_sym_AMP_GT_GT] = ACTIONS(238), + [anon_sym_LT_AMP] = ACTIONS(238), + [anon_sym_GT_AMP] = ACTIONS(238), + [anon_sym_DQUOTE] = ACTIONS(238), + [sym_raw_string] = ACTIONS(238), + [anon_sym_DOLLAR] = ACTIONS(238), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(238), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(238), + [anon_sym_BQUOTE] = ACTIONS(238), + [anon_sym_LT_LPAREN] = ACTIONS(238), + [anon_sym_GT_LPAREN] = ACTIONS(238), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(882), + [anon_sym_LF] = ACTIONS(882), + [anon_sym_AMP] = ACTIONS(882), }, [270] = { - [sym_file_descriptor] = ACTIONS(387), - [anon_sym_PIPE] = ACTIONS(385), - [anon_sym_RPAREN] = ACTIONS(387), - [anon_sym_PIPE_AMP] = ACTIONS(387), - [anon_sym_AMP_AMP] = ACTIONS(387), - [anon_sym_PIPE_PIPE] = ACTIONS(385), - [anon_sym_LT] = ACTIONS(385), - [anon_sym_GT] = ACTIONS(385), - [anon_sym_GT_GT] = ACTIONS(387), - [anon_sym_AMP_GT] = ACTIONS(385), - [anon_sym_AMP_GT_GT] = ACTIONS(387), - [anon_sym_LT_AMP] = ACTIONS(387), - [anon_sym_GT_AMP] = ACTIONS(387), - [anon_sym_LT_LT] = ACTIONS(385), - [anon_sym_LT_LT_DASH] = ACTIONS(387), - [anon_sym_DQUOTE] = ACTIONS(387), - [sym_raw_string] = ACTIONS(387), - [anon_sym_DOLLAR] = ACTIONS(385), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(387), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(387), - [anon_sym_BQUOTE] = ACTIONS(387), - [anon_sym_LT_LPAREN] = ACTIONS(387), - [anon_sym_GT_LPAREN] = ACTIONS(387), - [sym_word] = ACTIONS(389), - [sym_comment] = ACTIONS(133), + [sym__terminated_statement] = STATE(134), + [sym_for_statement] = STATE(485), + [sym_while_statement] = STATE(485), + [sym_if_statement] = STATE(485), + [sym_case_statement] = STATE(485), + [sym_function_definition] = STATE(485), + [sym_subshell] = STATE(485), + [sym_pipeline] = STATE(485), + [sym_list] = STATE(485), + [sym_bracket_command] = STATE(485), + [sym_command] = STATE(485), + [sym_command_name] = STATE(24), + [sym_environment_variable_assignment] = STATE(486), + [sym_subscript] = STATE(26), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(28), + [sym_string] = STATE(14), + [sym_simple_expansion] = STATE(14), + [sym_expansion] = STATE(14), + [sym_command_substitution] = STATE(14), + [sym_process_substitution] = STATE(14), + [aux_sym_command_repeat1] = STATE(30), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(12), + [anon_sym_for] = ACTIONS(16), + [anon_sym_while] = ACTIONS(18), + [anon_sym_if] = ACTIONS(20), + [anon_sym_case] = ACTIONS(22), + [anon_sym_function] = ACTIONS(24), + [anon_sym_LPAREN] = ACTIONS(26), + [anon_sym_LBRACK] = ACTIONS(28), + [anon_sym_LBRACK_LBRACK] = ACTIONS(30), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(36), + [sym_raw_string] = ACTIONS(38), + [anon_sym_DOLLAR] = ACTIONS(40), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(42), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(44), + [anon_sym_BQUOTE] = ACTIONS(46), + [anon_sym_LT_LPAREN] = ACTIONS(48), + [anon_sym_GT_LPAREN] = ACTIONS(48), + [sym_word] = ACTIONS(50), + [sym_comment] = ACTIONS(52), }, [271] = { - [sym_file_redirect] = STATE(269), - [sym_heredoc_redirect] = STATE(269), - [sym_concatenation] = STATE(465), - [sym_string] = STATE(464), - [sym_simple_expansion] = STATE(464), - [sym_expansion] = STATE(464), - [sym_command_substitution] = STATE(464), - [sym_process_substitution] = STATE(464), - [aux_sym_command_repeat2] = STATE(466), - [sym_file_descriptor] = ACTIONS(525), - [anon_sym_PIPE] = ACTIONS(947), - [anon_sym_RPAREN] = ACTIONS(949), - [anon_sym_PIPE_AMP] = ACTIONS(949), - [anon_sym_AMP_AMP] = ACTIONS(949), - [anon_sym_PIPE_PIPE] = ACTIONS(947), - [anon_sym_LT] = ACTIONS(531), - [anon_sym_GT] = ACTIONS(531), - [anon_sym_GT_GT] = ACTIONS(533), - [anon_sym_AMP_GT] = ACTIONS(531), - [anon_sym_AMP_GT_GT] = ACTIONS(533), - [anon_sym_LT_AMP] = ACTIONS(533), - [anon_sym_GT_AMP] = ACTIONS(533), - [anon_sym_LT_LT] = ACTIONS(535), - [anon_sym_LT_LT_DASH] = ACTIONS(537), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(951), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(953), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(204), + [sym_string] = STATE(203), + [sym_simple_expansion] = STATE(203), + [sym_expansion] = STATE(203), + [sym_command_substitution] = STATE(203), + [sym_process_substitution] = STATE(203), + [anon_sym_RBRACK] = ACTIONS(884), + [anon_sym_DQUOTE] = ACTIONS(82), + [sym_raw_string] = ACTIONS(342), + [anon_sym_DOLLAR] = ACTIONS(86), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(88), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(90), + [anon_sym_BQUOTE] = ACTIONS(92), + [anon_sym_LT_LPAREN] = ACTIONS(94), + [anon_sym_GT_LPAREN] = ACTIONS(94), + [sym_word] = ACTIONS(344), + [sym_comment] = ACTIONS(52), }, [272] = { - [sym_file_redirect] = STATE(467), - [sym_heredoc_redirect] = STATE(467), - [sym_file_descriptor] = ACTIONS(525), - [anon_sym_PIPE] = ACTIONS(947), - [anon_sym_RPAREN] = ACTIONS(949), - [anon_sym_PIPE_AMP] = ACTIONS(949), - [anon_sym_AMP_AMP] = ACTIONS(949), - [anon_sym_PIPE_PIPE] = ACTIONS(949), - [anon_sym_LT] = ACTIONS(531), - [anon_sym_GT] = ACTIONS(531), - [anon_sym_GT_GT] = ACTIONS(533), - [anon_sym_AMP_GT] = ACTIONS(531), - [anon_sym_AMP_GT_GT] = ACTIONS(533), - [anon_sym_LT_AMP] = ACTIONS(533), - [anon_sym_GT_AMP] = ACTIONS(533), - [anon_sym_LT_LT] = ACTIONS(535), - [anon_sym_LT_LT_DASH] = ACTIONS(537), - [anon_sym_BQUOTE] = ACTIONS(949), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(222), + [sym_string] = STATE(221), + [sym_simple_expansion] = STATE(221), + [sym_expansion] = STATE(221), + [sym_command_substitution] = STATE(221), + [sym_process_substitution] = STATE(221), + [anon_sym_RBRACK_RBRACK] = ACTIONS(884), + [anon_sym_DQUOTE] = ACTIONS(98), + [sym_raw_string] = ACTIONS(360), + [anon_sym_DOLLAR] = ACTIONS(102), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(104), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(106), + [anon_sym_BQUOTE] = ACTIONS(108), + [anon_sym_LT_LPAREN] = ACTIONS(110), + [anon_sym_GT_LPAREN] = ACTIONS(110), + [sym_word] = ACTIONS(362), + [sym_comment] = ACTIONS(52), }, [273] = { - [sym_file_redirect] = STATE(269), - [sym_heredoc_redirect] = STATE(269), - [sym_concatenation] = STATE(270), - [sym_string] = STATE(268), - [sym_simple_expansion] = STATE(268), - [sym_expansion] = STATE(268), - [sym_command_substitution] = STATE(268), - [sym_process_substitution] = STATE(268), - [aux_sym_for_statement_repeat1] = STATE(468), - [aux_sym_command_repeat2] = STATE(466), - [sym_file_descriptor] = ACTIONS(525), - [anon_sym_PIPE] = ACTIONS(947), - [anon_sym_RPAREN] = ACTIONS(949), - [anon_sym_PIPE_AMP] = ACTIONS(949), - [anon_sym_AMP_AMP] = ACTIONS(949), - [anon_sym_PIPE_PIPE] = ACTIONS(947), - [anon_sym_LT] = ACTIONS(531), - [anon_sym_GT] = ACTIONS(531), - [anon_sym_GT_GT] = ACTIONS(533), - [anon_sym_AMP_GT] = ACTIONS(531), - [anon_sym_AMP_GT_GT] = ACTIONS(533), - [anon_sym_LT_AMP] = ACTIONS(533), - [anon_sym_GT_AMP] = ACTIONS(533), - [anon_sym_LT_LT] = ACTIONS(535), - [anon_sym_LT_LT_DASH] = ACTIONS(537), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(539), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(541), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(382), + [sym__concat] = ACTIONS(382), + [anon_sym_PIPE] = ACTIONS(678), + [anon_sym_RPAREN] = ACTIONS(382), + [anon_sym_PIPE_AMP] = ACTIONS(382), + [anon_sym_AMP_AMP] = ACTIONS(382), + [anon_sym_PIPE_PIPE] = ACTIONS(678), + [anon_sym_LT] = ACTIONS(678), + [anon_sym_GT] = ACTIONS(678), + [anon_sym_GT_GT] = ACTIONS(382), + [anon_sym_AMP_GT] = ACTIONS(678), + [anon_sym_AMP_GT_GT] = ACTIONS(382), + [anon_sym_LT_AMP] = ACTIONS(382), + [anon_sym_GT_AMP] = ACTIONS(382), + [anon_sym_LT_LT] = ACTIONS(678), + [anon_sym_LT_LT_DASH] = ACTIONS(382), + [anon_sym_DQUOTE] = ACTIONS(382), + [sym_raw_string] = ACTIONS(382), + [anon_sym_DOLLAR] = ACTIONS(678), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(382), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(382), + [anon_sym_BQUOTE] = ACTIONS(382), + [anon_sym_LT_LPAREN] = ACTIONS(382), + [anon_sym_GT_LPAREN] = ACTIONS(382), + [sym_word] = ACTIONS(384), + [sym_comment] = ACTIONS(52), }, [274] = { - [sym_for_statement] = STATE(448), - [sym_while_statement] = STATE(448), - [sym_if_statement] = STATE(448), - [sym_case_statement] = STATE(448), - [sym_function_definition] = STATE(448), - [sym_subshell] = STATE(448), - [sym_pipeline] = STATE(448), - [sym_list] = STATE(448), - [sym_bracket_command] = STATE(448), - [sym_command] = STATE(448), - [sym_command_name] = STATE(109), - [sym_environment_variable_assignment] = STATE(469), - [sym_subscript] = STATE(105), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(111), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), + [sym_simple_expansion] = STATE(250), + [sym_expansion] = STATE(250), + [sym_command_substitution] = STATE(250), + [anon_sym_DQUOTE] = ACTIONS(886), + [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(402), + [anon_sym_DOLLAR] = ACTIONS(134), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), + [anon_sym_BQUOTE] = ACTIONS(140), + [sym_comment] = ACTIONS(142), }, [275] = { - [sym_for_statement] = STATE(470), - [sym_while_statement] = STATE(470), - [sym_if_statement] = STATE(470), - [sym_case_statement] = STATE(470), - [sym_function_definition] = STATE(470), - [sym_subshell] = STATE(470), - [sym_pipeline] = STATE(470), - [sym_list] = STATE(470), - [sym_bracket_command] = STATE(470), - [sym_command] = STATE(470), - [sym_command_name] = STATE(109), - [sym_environment_variable_assignment] = STATE(471), - [sym_subscript] = STATE(105), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(111), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), + [sym_string] = STATE(489), + [sym_simple_expansion] = STATE(489), + [sym_expansion] = STATE(489), + [sym_command_substitution] = STATE(489), + [sym_process_substitution] = STATE(489), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(888), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(890), + [sym_comment] = ACTIONS(52), }, [276] = { - [sym_file_redirect] = STATE(269), - [sym_heredoc_redirect] = STATE(269), - [sym_concatenation] = STATE(465), - [sym_string] = STATE(464), - [sym_simple_expansion] = STATE(464), - [sym_expansion] = STATE(464), - [sym_command_substitution] = STATE(464), - [sym_process_substitution] = STATE(464), - [aux_sym_command_repeat2] = STATE(466), - [sym_file_descriptor] = ACTIONS(525), - [anon_sym_PIPE] = ACTIONS(947), - [anon_sym_PIPE_AMP] = ACTIONS(949), - [anon_sym_AMP_AMP] = ACTIONS(949), - [anon_sym_PIPE_PIPE] = ACTIONS(947), - [anon_sym_LT] = ACTIONS(531), - [anon_sym_GT] = ACTIONS(531), - [anon_sym_GT_GT] = ACTIONS(533), - [anon_sym_AMP_GT] = ACTIONS(531), - [anon_sym_AMP_GT_GT] = ACTIONS(533), - [anon_sym_LT_AMP] = ACTIONS(533), - [anon_sym_GT_AMP] = ACTIONS(533), - [anon_sym_LT_LT] = ACTIONS(535), - [anon_sym_LT_LT_DASH] = ACTIONS(537), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(951), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(949), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(953), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(408), + [sym__concat] = ACTIONS(892), + [anon_sym_PIPE] = ACTIONS(688), + [anon_sym_RPAREN] = ACTIONS(408), + [anon_sym_PIPE_AMP] = ACTIONS(408), + [anon_sym_AMP_AMP] = ACTIONS(408), + [anon_sym_PIPE_PIPE] = ACTIONS(688), + [anon_sym_LT] = ACTIONS(688), + [anon_sym_GT] = ACTIONS(688), + [anon_sym_GT_GT] = ACTIONS(408), + [anon_sym_AMP_GT] = ACTIONS(688), + [anon_sym_AMP_GT_GT] = ACTIONS(408), + [anon_sym_LT_AMP] = ACTIONS(408), + [anon_sym_GT_AMP] = ACTIONS(408), + [anon_sym_LT_LT] = ACTIONS(688), + [anon_sym_LT_LT_DASH] = ACTIONS(408), + [anon_sym_DQUOTE] = ACTIONS(408), + [sym_raw_string] = ACTIONS(408), + [anon_sym_DOLLAR] = ACTIONS(688), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(408), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(408), + [anon_sym_BQUOTE] = ACTIONS(408), + [anon_sym_LT_LPAREN] = ACTIONS(408), + [anon_sym_GT_LPAREN] = ACTIONS(408), + [sym_word] = ACTIONS(412), + [sym_comment] = ACTIONS(52), }, [277] = { - [sym_file_redirect] = STATE(269), - [sym_heredoc_redirect] = STATE(269), - [sym_concatenation] = STATE(270), - [sym_string] = STATE(268), - [sym_simple_expansion] = STATE(268), - [sym_expansion] = STATE(268), - [sym_command_substitution] = STATE(268), - [sym_process_substitution] = STATE(268), - [aux_sym_for_statement_repeat1] = STATE(472), - [aux_sym_command_repeat2] = STATE(466), - [sym_file_descriptor] = ACTIONS(525), - [anon_sym_PIPE] = ACTIONS(947), - [anon_sym_PIPE_AMP] = ACTIONS(949), - [anon_sym_AMP_AMP] = ACTIONS(949), - [anon_sym_PIPE_PIPE] = ACTIONS(947), - [anon_sym_LT] = ACTIONS(531), - [anon_sym_GT] = ACTIONS(531), - [anon_sym_GT_GT] = ACTIONS(533), - [anon_sym_AMP_GT] = ACTIONS(531), - [anon_sym_AMP_GT_GT] = ACTIONS(533), - [anon_sym_LT_AMP] = ACTIONS(533), - [anon_sym_GT_AMP] = ACTIONS(533), - [anon_sym_LT_LT] = ACTIONS(535), - [anon_sym_LT_LT_DASH] = ACTIONS(537), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(539), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(949), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(541), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(414), + [sym__concat] = ACTIONS(414), + [anon_sym_PIPE] = ACTIONS(426), + [anon_sym_RPAREN] = ACTIONS(414), + [anon_sym_PIPE_AMP] = ACTIONS(414), + [anon_sym_AMP_AMP] = ACTIONS(414), + [anon_sym_PIPE_PIPE] = ACTIONS(426), + [anon_sym_LT] = ACTIONS(426), + [anon_sym_GT] = ACTIONS(426), + [anon_sym_GT_GT] = ACTIONS(414), + [anon_sym_AMP_GT] = ACTIONS(426), + [anon_sym_AMP_GT_GT] = ACTIONS(414), + [anon_sym_LT_AMP] = ACTIONS(414), + [anon_sym_GT_AMP] = ACTIONS(414), + [anon_sym_LT_LT] = ACTIONS(426), + [anon_sym_LT_LT_DASH] = ACTIONS(414), + [anon_sym_DQUOTE] = ACTIONS(414), + [sym_raw_string] = ACTIONS(414), + [anon_sym_DOLLAR] = ACTIONS(426), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(414), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(414), + [anon_sym_BQUOTE] = ACTIONS(414), + [anon_sym_LT_LPAREN] = ACTIONS(414), + [anon_sym_GT_LPAREN] = ACTIONS(414), + [sym_word] = ACTIONS(416), + [sym_comment] = ACTIONS(52), }, [278] = { - [sym_file_descriptor] = ACTIONS(955), - [sym__concat] = ACTIONS(955), - [anon_sym_PIPE] = ACTIONS(957), - [anon_sym_RPAREN] = ACTIONS(957), - [anon_sym_SEMI_SEMI] = ACTIONS(957), - [anon_sym_PIPE_AMP] = ACTIONS(957), - [anon_sym_AMP_AMP] = ACTIONS(957), - [anon_sym_PIPE_PIPE] = ACTIONS(957), - [anon_sym_LT] = ACTIONS(957), - [anon_sym_GT] = ACTIONS(957), - [anon_sym_GT_GT] = ACTIONS(957), - [anon_sym_AMP_GT] = ACTIONS(957), - [anon_sym_AMP_GT_GT] = ACTIONS(957), - [anon_sym_LT_AMP] = ACTIONS(957), - [anon_sym_GT_AMP] = ACTIONS(957), - [anon_sym_LT_LT] = ACTIONS(957), - [anon_sym_LT_LT_DASH] = ACTIONS(957), - [anon_sym_DQUOTE] = ACTIONS(957), - [sym_raw_string] = ACTIONS(957), - [anon_sym_DOLLAR] = ACTIONS(957), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(957), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(957), - [anon_sym_BQUOTE] = ACTIONS(957), - [anon_sym_LT_LPAREN] = ACTIONS(957), - [anon_sym_GT_LPAREN] = ACTIONS(957), - [sym_word] = ACTIONS(957), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(957), - [anon_sym_LF] = ACTIONS(957), - [anon_sym_AMP] = ACTIONS(957), + [sym_file_descriptor] = ACTIONS(418), + [sym__concat] = ACTIONS(418), + [anon_sym_PIPE] = ACTIONS(690), + [anon_sym_RPAREN] = ACTIONS(418), + [anon_sym_PIPE_AMP] = ACTIONS(418), + [anon_sym_AMP_AMP] = ACTIONS(418), + [anon_sym_PIPE_PIPE] = ACTIONS(690), + [anon_sym_LT] = ACTIONS(690), + [anon_sym_GT] = ACTIONS(690), + [anon_sym_GT_GT] = ACTIONS(418), + [anon_sym_AMP_GT] = ACTIONS(690), + [anon_sym_AMP_GT_GT] = ACTIONS(418), + [anon_sym_LT_AMP] = ACTIONS(418), + [anon_sym_GT_AMP] = ACTIONS(418), + [anon_sym_LT_LT] = ACTIONS(690), + [anon_sym_LT_LT_DASH] = ACTIONS(418), + [anon_sym_DQUOTE] = ACTIONS(418), + [sym_raw_string] = ACTIONS(418), + [anon_sym_DOLLAR] = ACTIONS(690), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(418), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(418), + [anon_sym_BQUOTE] = ACTIONS(418), + [anon_sym_LT_LPAREN] = ACTIONS(418), + [anon_sym_GT_LPAREN] = ACTIONS(418), + [sym_word] = ACTIONS(420), + [sym_comment] = ACTIONS(52), }, [279] = { - [sym_compound_statement] = STATE(474), - [anon_sym_LBRACE] = ACTIONS(959), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(422), + [sym__concat] = ACTIONS(422), + [anon_sym_PIPE] = ACTIONS(692), + [anon_sym_RPAREN] = ACTIONS(422), + [anon_sym_PIPE_AMP] = ACTIONS(422), + [anon_sym_AMP_AMP] = ACTIONS(422), + [anon_sym_PIPE_PIPE] = ACTIONS(692), + [anon_sym_LT] = ACTIONS(692), + [anon_sym_GT] = ACTIONS(692), + [anon_sym_GT_GT] = ACTIONS(422), + [anon_sym_AMP_GT] = ACTIONS(692), + [anon_sym_AMP_GT_GT] = ACTIONS(422), + [anon_sym_LT_AMP] = ACTIONS(422), + [anon_sym_GT_AMP] = ACTIONS(422), + [anon_sym_LT_LT] = ACTIONS(692), + [anon_sym_LT_LT_DASH] = ACTIONS(422), + [anon_sym_DQUOTE] = ACTIONS(422), + [sym_raw_string] = ACTIONS(422), + [anon_sym_DOLLAR] = ACTIONS(692), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(422), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(422), + [anon_sym_BQUOTE] = ACTIONS(422), + [anon_sym_LT_LPAREN] = ACTIONS(422), + [anon_sym_GT_LPAREN] = ACTIONS(422), + [sym_word] = ACTIONS(424), + [sym_comment] = ACTIONS(52), }, [280] = { - [anon_sym_PIPE] = ACTIONS(961), - [anon_sym_RPAREN] = ACTIONS(961), - [anon_sym_SEMI_SEMI] = ACTIONS(961), - [anon_sym_PIPE_AMP] = ACTIONS(961), - [anon_sym_AMP_AMP] = ACTIONS(961), - [anon_sym_PIPE_PIPE] = ACTIONS(961), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(961), - [anon_sym_LF] = ACTIONS(961), - [anon_sym_AMP] = ACTIONS(961), + [sym_special_variable_name] = STATE(492), + [anon_sym_RBRACE] = ACTIONS(414), + [anon_sym_LBRACK] = ACTIONS(414), + [anon_sym_EQ] = ACTIONS(414), + [anon_sym_DOLLAR] = ACTIONS(156), + [anon_sym_POUND] = ACTIONS(156), + [anon_sym_AT] = ACTIONS(156), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_QMARK] = ACTIONS(414), + [anon_sym_COLON_DASH] = ACTIONS(414), + [anon_sym_PERCENT] = ACTIONS(414), + [anon_sym_SLASH] = ACTIONS(414), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(894), + [anon_sym_STAR] = ACTIONS(156), + [anon_sym_QMARK] = ACTIONS(156), + [anon_sym_DASH] = ACTIONS(156), + [anon_sym_BANG] = ACTIONS(156), + [anon_sym_0] = ACTIONS(162), + [anon_sym__] = ACTIONS(162), }, [281] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(961), - [anon_sym_RPAREN] = ACTIONS(961), - [anon_sym_SEMI_SEMI] = ACTIONS(961), - [anon_sym_PIPE_AMP] = ACTIONS(961), - [anon_sym_AMP_AMP] = ACTIONS(961), - [anon_sym_PIPE_PIPE] = ACTIONS(961), - [anon_sym_LT] = ACTIONS(301), - [anon_sym_GT] = ACTIONS(301), - [anon_sym_GT_GT] = ACTIONS(301), - [anon_sym_AMP_GT] = ACTIONS(301), - [anon_sym_AMP_GT_GT] = ACTIONS(301), - [anon_sym_LT_AMP] = ACTIONS(301), - [anon_sym_GT_AMP] = ACTIONS(301), - [anon_sym_DQUOTE] = ACTIONS(301), - [sym_raw_string] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(301), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(301), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(301), - [anon_sym_BQUOTE] = ACTIONS(301), - [anon_sym_LT_LPAREN] = ACTIONS(301), - [anon_sym_GT_LPAREN] = ACTIONS(301), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(961), - [anon_sym_LF] = ACTIONS(961), - [anon_sym_AMP] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(896), + [anon_sym_LBRACK] = ACTIONS(898), + [anon_sym_EQ] = ACTIONS(900), + [anon_sym_COLON] = ACTIONS(902), + [anon_sym_COLON_QMARK] = ACTIONS(900), + [anon_sym_COLON_DASH] = ACTIONS(900), + [anon_sym_PERCENT] = ACTIONS(900), + [anon_sym_SLASH] = ACTIONS(900), + [sym_comment] = ACTIONS(52), }, [282] = { - [anon_sym_PIPE] = ACTIONS(271), - [anon_sym_RPAREN] = ACTIONS(963), - [anon_sym_SEMI_SEMI] = ACTIONS(963), - [anon_sym_PIPE_AMP] = ACTIONS(271), - [anon_sym_AMP_AMP] = ACTIONS(963), - [anon_sym_PIPE_PIPE] = ACTIONS(963), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(963), - [anon_sym_LF] = ACTIONS(963), - [anon_sym_AMP] = ACTIONS(963), + [anon_sym_RBRACE] = ACTIONS(904), + [anon_sym_LBRACK] = ACTIONS(906), + [anon_sym_EQ] = ACTIONS(908), + [anon_sym_COLON] = ACTIONS(910), + [anon_sym_COLON_QMARK] = ACTIONS(908), + [anon_sym_COLON_DASH] = ACTIONS(908), + [anon_sym_PERCENT] = ACTIONS(908), + [anon_sym_SLASH] = ACTIONS(908), + [sym_comment] = ACTIONS(52), }, [283] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(271), - [anon_sym_RPAREN] = ACTIONS(963), - [anon_sym_SEMI_SEMI] = ACTIONS(963), - [anon_sym_PIPE_AMP] = ACTIONS(271), - [anon_sym_AMP_AMP] = ACTIONS(963), - [anon_sym_PIPE_PIPE] = ACTIONS(963), - [anon_sym_LT] = ACTIONS(301), - [anon_sym_GT] = ACTIONS(301), - [anon_sym_GT_GT] = ACTIONS(301), - [anon_sym_AMP_GT] = ACTIONS(301), - [anon_sym_AMP_GT_GT] = ACTIONS(301), - [anon_sym_LT_AMP] = ACTIONS(301), - [anon_sym_GT_AMP] = ACTIONS(301), - [anon_sym_DQUOTE] = ACTIONS(301), - [sym_raw_string] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(301), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(301), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(301), - [anon_sym_BQUOTE] = ACTIONS(301), - [anon_sym_LT_LPAREN] = ACTIONS(301), - [anon_sym_GT_LPAREN] = ACTIONS(301), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(963), - [anon_sym_LF] = ACTIONS(963), - [anon_sym_AMP] = ACTIONS(963), + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(912), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(480), + [sym_comment] = ACTIONS(52), }, [284] = { - [sym_concatenation] = STATE(476), - [sym_string] = STATE(475), - [sym_simple_expansion] = STATE(475), - [sym_expansion] = STATE(475), - [sym_command_substitution] = STATE(475), - [sym_process_substitution] = STATE(475), - [anon_sym_DQUOTE] = ACTIONS(569), - [sym_raw_string] = ACTIONS(965), - [anon_sym_DOLLAR] = ACTIONS(573), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(575), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(577), - [anon_sym_BQUOTE] = ACTIONS(579), - [anon_sym_LT_LPAREN] = ACTIONS(581), - [anon_sym_GT_LPAREN] = ACTIONS(581), - [sym_word] = ACTIONS(967), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(912), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(500), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(236), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), }, [285] = { - [sym_simple_expansion] = STATE(70), - [sym_expansion] = STATE(70), - [sym_command_substitution] = STATE(70), - [aux_sym_string_repeat1] = STATE(478), - [anon_sym_DQUOTE] = ACTIONS(969), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(197), - [anon_sym_DOLLAR] = ACTIONS(199), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(201), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(203), - [anon_sym_BQUOTE] = ACTIONS(205), - [sym_comment] = ACTIONS(85), + [anon_sym_PIPE] = ACTIONS(504), + [anon_sym_PIPE_AMP] = ACTIONS(506), + [anon_sym_AMP_AMP] = ACTIONS(508), + [anon_sym_PIPE_PIPE] = ACTIONS(508), + [anon_sym_BQUOTE] = ACTIONS(912), + [sym_comment] = ACTIONS(52), }, [286] = { - [aux_sym_concatenation_repeat1] = STATE(480), - [sym_file_descriptor] = ACTIONS(409), - [sym__concat] = ACTIONS(971), - [anon_sym_PIPE] = ACTIONS(973), - [anon_sym_RPAREN] = ACTIONS(973), - [anon_sym_SEMI_SEMI] = ACTIONS(973), - [anon_sym_PIPE_AMP] = ACTIONS(973), - [anon_sym_AMP_AMP] = ACTIONS(973), - [anon_sym_PIPE_PIPE] = ACTIONS(973), - [anon_sym_LT] = ACTIONS(973), - [anon_sym_GT] = ACTIONS(973), - [anon_sym_GT_GT] = ACTIONS(973), - [anon_sym_AMP_GT] = ACTIONS(973), - [anon_sym_AMP_GT_GT] = ACTIONS(973), - [anon_sym_LT_AMP] = ACTIONS(973), - [anon_sym_GT_AMP] = ACTIONS(973), - [anon_sym_LT_LT] = ACTIONS(973), - [anon_sym_LT_LT_DASH] = ACTIONS(973), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(973), - [anon_sym_LF] = ACTIONS(973), - [anon_sym_AMP] = ACTIONS(973), + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(504), + [anon_sym_PIPE_AMP] = ACTIONS(506), + [anon_sym_AMP_AMP] = ACTIONS(508), + [anon_sym_PIPE_PIPE] = ACTIONS(510), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(912), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), }, [287] = { - [sym_special_variable_name] = STATE(483), - [anon_sym_DOLLAR] = ACTIONS(975), - [anon_sym_POUND] = ACTIONS(977), - [anon_sym_AT] = ACTIONS(975), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(979), - [anon_sym_STAR] = ACTIONS(975), - [anon_sym_QMARK] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_BANG] = ACTIONS(975), - [anon_sym_0] = ACTIONS(977), - [anon_sym__] = ACTIONS(977), + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(914), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(480), + [sym_comment] = ACTIONS(52), }, [288] = { - [sym_special_variable_name] = STATE(486), - [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(981), - [anon_sym_AT] = ACTIONS(219), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(983), - [anon_sym_STAR] = ACTIONS(219), - [anon_sym_QMARK] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_0] = ACTIONS(225), - [anon_sym__] = ACTIONS(225), + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(914), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(500), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(236), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), }, [289] = { - [sym_for_statement] = STATE(487), - [sym_while_statement] = STATE(487), - [sym_if_statement] = STATE(487), - [sym_case_statement] = STATE(487), - [sym_function_definition] = STATE(487), - [sym_subshell] = STATE(487), - [sym_pipeline] = STATE(487), - [sym_list] = STATE(487), - [sym_bracket_command] = STATE(487), - [sym_command] = STATE(487), - [sym_command_name] = STATE(103), - [sym_environment_variable_assignment] = STATE(488), - [sym_subscript] = STATE(105), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(107), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(916), + [sym_comment] = ACTIONS(52), }, [290] = { - [sym_for_statement] = STATE(489), - [sym_while_statement] = STATE(489), - [sym_if_statement] = STATE(489), - [sym_case_statement] = STATE(489), - [sym_function_definition] = STATE(489), - [sym_subshell] = STATE(489), - [sym_pipeline] = STATE(489), - [sym_list] = STATE(489), - [sym_bracket_command] = STATE(489), - [sym_command] = STATE(489), - [sym_command_name] = STATE(109), - [sym_environment_variable_assignment] = STATE(490), - [sym_subscript] = STATE(105), + [sym_for_statement] = STATE(502), + [sym_while_statement] = STATE(502), + [sym_if_statement] = STATE(502), + [sym_case_statement] = STATE(502), + [sym_function_definition] = STATE(502), + [sym_subshell] = STATE(502), + [sym_pipeline] = STATE(502), + [sym_list] = STATE(502), + [sym_bracket_command] = STATE(502), + [sym_command] = STATE(502), + [sym_command_name] = STATE(111), + [sym_environment_variable_assignment] = STATE(503), + [sym_subscript] = STATE(113), [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(111), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(115), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), }, [291] = { - [sym_for_statement] = STATE(491), - [sym_while_statement] = STATE(491), - [sym_if_statement] = STATE(491), - [sym_case_statement] = STATE(491), - [sym_function_definition] = STATE(491), - [sym_subshell] = STATE(491), - [sym_pipeline] = STATE(491), - [sym_list] = STATE(491), - [sym_bracket_command] = STATE(491), - [sym_command] = STATE(491), - [sym_command_name] = STATE(103), - [sym_environment_variable_assignment] = STATE(492), - [sym_subscript] = STATE(105), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(107), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(918), + [sym__concat] = ACTIONS(918), + [anon_sym_PIPE] = ACTIONS(920), + [anon_sym_RPAREN] = ACTIONS(920), + [anon_sym_SEMI_SEMI] = ACTIONS(920), + [anon_sym_PIPE_AMP] = ACTIONS(920), + [anon_sym_AMP_AMP] = ACTIONS(920), + [anon_sym_PIPE_PIPE] = ACTIONS(920), + [anon_sym_LT] = ACTIONS(920), + [anon_sym_GT] = ACTIONS(920), + [anon_sym_GT_GT] = ACTIONS(920), + [anon_sym_AMP_GT] = ACTIONS(920), + [anon_sym_AMP_GT_GT] = ACTIONS(920), + [anon_sym_LT_AMP] = ACTIONS(920), + [anon_sym_GT_AMP] = ACTIONS(920), + [anon_sym_LT_LT] = ACTIONS(920), + [anon_sym_LT_LT_DASH] = ACTIONS(920), + [anon_sym_DQUOTE] = ACTIONS(920), + [sym_raw_string] = ACTIONS(920), + [anon_sym_DOLLAR] = ACTIONS(920), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(920), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(920), + [anon_sym_BQUOTE] = ACTIONS(920), + [anon_sym_LT_LPAREN] = ACTIONS(920), + [anon_sym_GT_LPAREN] = ACTIONS(920), + [sym_word] = ACTIONS(920), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(920), + [anon_sym_LF] = ACTIONS(920), + [anon_sym_AMP] = ACTIONS(920), }, [292] = { - [sym_file_descriptor] = ACTIONS(409), - [anon_sym_PIPE] = ACTIONS(973), - [anon_sym_RPAREN] = ACTIONS(973), - [anon_sym_SEMI_SEMI] = ACTIONS(973), - [anon_sym_PIPE_AMP] = ACTIONS(973), - [anon_sym_AMP_AMP] = ACTIONS(973), - [anon_sym_PIPE_PIPE] = ACTIONS(973), - [anon_sym_LT] = ACTIONS(973), - [anon_sym_GT] = ACTIONS(973), - [anon_sym_GT_GT] = ACTIONS(973), - [anon_sym_AMP_GT] = ACTIONS(973), - [anon_sym_AMP_GT_GT] = ACTIONS(973), - [anon_sym_LT_AMP] = ACTIONS(973), - [anon_sym_GT_AMP] = ACTIONS(973), - [anon_sym_LT_LT] = ACTIONS(973), - [anon_sym_LT_LT_DASH] = ACTIONS(973), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(973), - [anon_sym_LF] = ACTIONS(973), - [anon_sym_AMP] = ACTIONS(973), + [sym_for_statement] = STATE(504), + [sym_while_statement] = STATE(504), + [sym_if_statement] = STATE(504), + [sym_case_statement] = STATE(504), + [sym_function_definition] = STATE(504), + [sym_subshell] = STATE(504), + [sym_pipeline] = STATE(504), + [sym_list] = STATE(504), + [sym_bracket_command] = STATE(504), + [sym_command] = STATE(504), + [sym_command_name] = STATE(111), + [sym_environment_variable_assignment] = STATE(505), + [sym_subscript] = STATE(113), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(115), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), }, [293] = { - [sym_file_descriptor] = ACTIONS(985), - [anon_sym_PIPE] = ACTIONS(987), - [anon_sym_RPAREN] = ACTIONS(987), - [anon_sym_SEMI_SEMI] = ACTIONS(987), - [anon_sym_PIPE_AMP] = ACTIONS(987), - [anon_sym_AMP_AMP] = ACTIONS(987), - [anon_sym_PIPE_PIPE] = ACTIONS(987), - [anon_sym_LT] = ACTIONS(987), - [anon_sym_GT] = ACTIONS(987), - [anon_sym_GT_GT] = ACTIONS(987), - [anon_sym_AMP_GT] = ACTIONS(987), - [anon_sym_AMP_GT_GT] = ACTIONS(987), - [anon_sym_LT_AMP] = ACTIONS(987), - [anon_sym_GT_AMP] = ACTIONS(987), - [anon_sym_LT_LT] = ACTIONS(987), - [anon_sym_LT_LT_DASH] = ACTIONS(987), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(987), - [anon_sym_LF] = ACTIONS(987), - [anon_sym_AMP] = ACTIONS(987), + [anon_sym_LT] = ACTIONS(922), + [anon_sym_GT] = ACTIONS(922), + [anon_sym_GT_GT] = ACTIONS(924), + [anon_sym_AMP_GT] = ACTIONS(922), + [anon_sym_AMP_GT_GT] = ACTIONS(924), + [anon_sym_LT_AMP] = ACTIONS(924), + [anon_sym_GT_AMP] = ACTIONS(924), + [sym_comment] = ACTIONS(52), }, [294] = { - [sym_simple_expansion] = STATE(493), - [sym_expansion] = STATE(493), - [aux_sym_heredoc_repeat1] = STATE(497), - [sym__heredoc_middle] = ACTIONS(989), - [sym__heredoc_end] = ACTIONS(991), - [anon_sym_DOLLAR] = ACTIONS(993), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(995), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(514), + [sym_string] = STATE(508), + [sym_simple_expansion] = STATE(508), + [sym_expansion] = STATE(508), + [sym_command_substitution] = STATE(508), + [sym_process_substitution] = STATE(508), + [anon_sym_DQUOTE] = ACTIONS(926), + [sym_raw_string] = ACTIONS(928), + [anon_sym_DOLLAR] = ACTIONS(930), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(932), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(934), + [anon_sym_BQUOTE] = ACTIONS(936), + [anon_sym_LT_LPAREN] = ACTIONS(938), + [anon_sym_GT_LPAREN] = ACTIONS(938), + [sym_word] = ACTIONS(940), + [sym_comment] = ACTIONS(52), }, [295] = { - [sym_file_descriptor] = ACTIONS(997), - [anon_sym_PIPE] = ACTIONS(999), - [anon_sym_RPAREN] = ACTIONS(999), - [anon_sym_SEMI_SEMI] = ACTIONS(999), - [anon_sym_PIPE_AMP] = ACTIONS(999), - [anon_sym_AMP_AMP] = ACTIONS(999), - [anon_sym_PIPE_PIPE] = ACTIONS(999), - [anon_sym_LT] = ACTIONS(999), - [anon_sym_GT] = ACTIONS(999), - [anon_sym_GT_GT] = ACTIONS(999), - [anon_sym_AMP_GT] = ACTIONS(999), - [anon_sym_AMP_GT_GT] = ACTIONS(999), - [anon_sym_LT_AMP] = ACTIONS(999), - [anon_sym_GT_AMP] = ACTIONS(999), - [anon_sym_LT_LT] = ACTIONS(999), - [anon_sym_LT_LT_DASH] = ACTIONS(999), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(999), - [anon_sym_LF] = ACTIONS(999), - [anon_sym_AMP] = ACTIONS(999), + [sym_heredoc] = STATE(517), + [sym__simple_heredoc] = ACTIONS(942), + [sym__heredoc_beginning] = ACTIONS(944), + [sym_comment] = ACTIONS(52), }, [296] = { - [aux_sym_concatenation_repeat1] = STATE(77), - [sym_file_descriptor] = ACTIONS(761), - [sym__concat] = ACTIONS(209), - [anon_sym_PIPE] = ACTIONS(763), - [anon_sym_RPAREN] = ACTIONS(763), - [anon_sym_SEMI_SEMI] = ACTIONS(763), - [anon_sym_PIPE_AMP] = ACTIONS(763), - [anon_sym_AMP_AMP] = ACTIONS(763), - [anon_sym_PIPE_PIPE] = ACTIONS(763), - [anon_sym_LT] = ACTIONS(763), - [anon_sym_GT] = ACTIONS(763), - [anon_sym_GT_GT] = ACTIONS(763), - [anon_sym_AMP_GT] = ACTIONS(763), - [anon_sym_AMP_GT_GT] = ACTIONS(763), - [anon_sym_LT_AMP] = ACTIONS(763), - [anon_sym_GT_AMP] = ACTIONS(763), - [anon_sym_LT_LT] = ACTIONS(763), - [anon_sym_LT_LT_DASH] = ACTIONS(763), - [anon_sym_DQUOTE] = ACTIONS(763), - [sym_raw_string] = ACTIONS(763), - [anon_sym_DOLLAR] = ACTIONS(763), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(763), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(763), - [anon_sym_BQUOTE] = ACTIONS(763), - [anon_sym_LT_LPAREN] = ACTIONS(763), - [anon_sym_GT_LPAREN] = ACTIONS(763), - [sym_word] = ACTIONS(763), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(763), - [anon_sym_LF] = ACTIONS(763), - [anon_sym_AMP] = ACTIONS(763), + [aux_sym_concatenation_repeat1] = STATE(276), + [sym_file_descriptor] = ACTIONS(326), + [sym__concat] = ACTIONS(458), + [anon_sym_PIPE] = ACTIONS(324), + [anon_sym_RPAREN] = ACTIONS(326), + [anon_sym_PIPE_AMP] = ACTIONS(326), + [anon_sym_AMP_AMP] = ACTIONS(326), + [anon_sym_PIPE_PIPE] = ACTIONS(324), + [anon_sym_LT] = ACTIONS(324), + [anon_sym_GT] = ACTIONS(324), + [anon_sym_GT_GT] = ACTIONS(326), + [anon_sym_AMP_GT] = ACTIONS(324), + [anon_sym_AMP_GT_GT] = ACTIONS(326), + [anon_sym_LT_AMP] = ACTIONS(326), + [anon_sym_GT_AMP] = ACTIONS(326), + [anon_sym_LT_LT] = ACTIONS(324), + [anon_sym_LT_LT_DASH] = ACTIONS(326), + [anon_sym_DQUOTE] = ACTIONS(326), + [sym_raw_string] = ACTIONS(326), + [anon_sym_DOLLAR] = ACTIONS(324), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(326), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(326), + [anon_sym_BQUOTE] = ACTIONS(326), + [anon_sym_LT_LPAREN] = ACTIONS(326), + [anon_sym_GT_LPAREN] = ACTIONS(326), + [sym_word] = ACTIONS(328), + [sym_comment] = ACTIONS(52), }, [297] = { - [sym_file_descriptor] = ACTIONS(761), - [anon_sym_PIPE] = ACTIONS(763), - [anon_sym_RPAREN] = ACTIONS(763), - [anon_sym_SEMI_SEMI] = ACTIONS(763), - [anon_sym_PIPE_AMP] = ACTIONS(763), - [anon_sym_AMP_AMP] = ACTIONS(763), - [anon_sym_PIPE_PIPE] = ACTIONS(763), - [anon_sym_LT] = ACTIONS(763), - [anon_sym_GT] = ACTIONS(763), - [anon_sym_GT_GT] = ACTIONS(763), - [anon_sym_AMP_GT] = ACTIONS(763), - [anon_sym_AMP_GT_GT] = ACTIONS(763), - [anon_sym_LT_AMP] = ACTIONS(763), - [anon_sym_GT_AMP] = ACTIONS(763), - [anon_sym_LT_LT] = ACTIONS(763), - [anon_sym_LT_LT_DASH] = ACTIONS(763), - [anon_sym_DQUOTE] = ACTIONS(763), - [sym_raw_string] = ACTIONS(763), - [anon_sym_DOLLAR] = ACTIONS(763), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(763), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(763), - [anon_sym_BQUOTE] = ACTIONS(763), - [anon_sym_LT_LPAREN] = ACTIONS(763), - [anon_sym_GT_LPAREN] = ACTIONS(763), - [sym_word] = ACTIONS(763), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(763), - [anon_sym_LF] = ACTIONS(763), - [anon_sym_AMP] = ACTIONS(763), + [sym_file_descriptor] = ACTIONS(546), + [anon_sym_PIPE] = ACTIONS(946), + [anon_sym_RPAREN] = ACTIONS(546), + [anon_sym_PIPE_AMP] = ACTIONS(546), + [anon_sym_AMP_AMP] = ACTIONS(546), + [anon_sym_PIPE_PIPE] = ACTIONS(546), + [anon_sym_LT] = ACTIONS(946), + [anon_sym_GT] = ACTIONS(946), + [anon_sym_GT_GT] = ACTIONS(546), + [anon_sym_AMP_GT] = ACTIONS(946), + [anon_sym_AMP_GT_GT] = ACTIONS(546), + [anon_sym_LT_AMP] = ACTIONS(546), + [anon_sym_GT_AMP] = ACTIONS(546), + [anon_sym_LT_LT] = ACTIONS(946), + [anon_sym_LT_LT_DASH] = ACTIONS(546), + [anon_sym_BQUOTE] = ACTIONS(546), + [sym_comment] = ACTIONS(52), }, [298] = { - [sym_file_redirect] = STATE(299), - [sym_heredoc_redirect] = STATE(299), - [sym_file_descriptor] = ACTIONS(277), - [anon_sym_PIPE] = ACTIONS(1001), - [anon_sym_RPAREN] = ACTIONS(1001), - [anon_sym_SEMI_SEMI] = ACTIONS(1001), - [anon_sym_PIPE_AMP] = ACTIONS(1001), - [anon_sym_AMP_AMP] = ACTIONS(1001), - [anon_sym_PIPE_PIPE] = ACTIONS(1001), - [anon_sym_LT] = ACTIONS(281), - [anon_sym_GT] = ACTIONS(281), - [anon_sym_GT_GT] = ACTIONS(281), - [anon_sym_AMP_GT] = ACTIONS(281), - [anon_sym_AMP_GT_GT] = ACTIONS(281), - [anon_sym_LT_AMP] = ACTIONS(281), - [anon_sym_GT_AMP] = ACTIONS(281), - [anon_sym_LT_LT] = ACTIONS(283), - [anon_sym_LT_LT_DASH] = ACTIONS(283), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1001), - [anon_sym_LF] = ACTIONS(1001), - [anon_sym_AMP] = ACTIONS(1001), + [sym_file_descriptor] = ACTIONS(326), + [anon_sym_PIPE] = ACTIONS(324), + [anon_sym_RPAREN] = ACTIONS(326), + [anon_sym_PIPE_AMP] = ACTIONS(326), + [anon_sym_AMP_AMP] = ACTIONS(326), + [anon_sym_PIPE_PIPE] = ACTIONS(324), + [anon_sym_LT] = ACTIONS(324), + [anon_sym_GT] = ACTIONS(324), + [anon_sym_GT_GT] = ACTIONS(326), + [anon_sym_AMP_GT] = ACTIONS(324), + [anon_sym_AMP_GT_GT] = ACTIONS(326), + [anon_sym_LT_AMP] = ACTIONS(326), + [anon_sym_GT_AMP] = ACTIONS(326), + [anon_sym_LT_LT] = ACTIONS(324), + [anon_sym_LT_LT_DASH] = ACTIONS(326), + [anon_sym_DQUOTE] = ACTIONS(326), + [sym_raw_string] = ACTIONS(326), + [anon_sym_DOLLAR] = ACTIONS(324), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(326), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(326), + [anon_sym_BQUOTE] = ACTIONS(326), + [anon_sym_LT_LPAREN] = ACTIONS(326), + [anon_sym_GT_LPAREN] = ACTIONS(326), + [sym_word] = ACTIONS(328), + [sym_comment] = ACTIONS(52), }, [299] = { - [sym_file_descriptor] = ACTIONS(1003), - [anon_sym_PIPE] = ACTIONS(1005), - [anon_sym_RPAREN] = ACTIONS(1005), - [anon_sym_SEMI_SEMI] = ACTIONS(1005), - [anon_sym_PIPE_AMP] = ACTIONS(1005), - [anon_sym_AMP_AMP] = ACTIONS(1005), - [anon_sym_PIPE_PIPE] = ACTIONS(1005), - [anon_sym_LT] = ACTIONS(1005), - [anon_sym_GT] = ACTIONS(1005), - [anon_sym_GT_GT] = ACTIONS(1005), - [anon_sym_AMP_GT] = ACTIONS(1005), - [anon_sym_AMP_GT_GT] = ACTIONS(1005), - [anon_sym_LT_AMP] = ACTIONS(1005), - [anon_sym_GT_AMP] = ACTIONS(1005), - [anon_sym_LT_LT] = ACTIONS(1005), - [anon_sym_LT_LT_DASH] = ACTIONS(1005), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1005), - [anon_sym_LF] = ACTIONS(1005), - [anon_sym_AMP] = ACTIONS(1005), + [sym_file_redirect] = STATE(297), + [sym_heredoc_redirect] = STATE(297), + [sym_concatenation] = STATE(519), + [sym_string] = STATE(518), + [sym_simple_expansion] = STATE(518), + [sym_expansion] = STATE(518), + [sym_command_substitution] = STATE(518), + [sym_process_substitution] = STATE(518), + [aux_sym_command_repeat2] = STATE(520), + [sym_file_descriptor] = ACTIONS(482), + [anon_sym_PIPE] = ACTIONS(948), + [anon_sym_RPAREN] = ACTIONS(950), + [anon_sym_PIPE_AMP] = ACTIONS(950), + [anon_sym_AMP_AMP] = ACTIONS(950), + [anon_sym_PIPE_PIPE] = ACTIONS(948), + [anon_sym_LT] = ACTIONS(488), + [anon_sym_GT] = ACTIONS(488), + [anon_sym_GT_GT] = ACTIONS(490), + [anon_sym_AMP_GT] = ACTIONS(488), + [anon_sym_AMP_GT_GT] = ACTIONS(490), + [anon_sym_LT_AMP] = ACTIONS(490), + [anon_sym_GT_AMP] = ACTIONS(490), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_LT_LT_DASH] = ACTIONS(494), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(952), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(954), + [sym_comment] = ACTIONS(52), }, [300] = { - [sym_file_redirect] = STATE(122), - [sym_heredoc_redirect] = STATE(122), - [sym_concatenation] = STATE(297), + [sym_file_redirect] = STATE(521), + [sym_heredoc_redirect] = STATE(521), + [sym_file_descriptor] = ACTIONS(482), + [anon_sym_PIPE] = ACTIONS(948), + [anon_sym_RPAREN] = ACTIONS(950), + [anon_sym_PIPE_AMP] = ACTIONS(950), + [anon_sym_AMP_AMP] = ACTIONS(950), + [anon_sym_PIPE_PIPE] = ACTIONS(950), + [anon_sym_LT] = ACTIONS(488), + [anon_sym_GT] = ACTIONS(488), + [anon_sym_GT_GT] = ACTIONS(490), + [anon_sym_AMP_GT] = ACTIONS(488), + [anon_sym_AMP_GT_GT] = ACTIONS(490), + [anon_sym_LT_AMP] = ACTIONS(490), + [anon_sym_GT_AMP] = ACTIONS(490), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_LT_LT_DASH] = ACTIONS(494), + [anon_sym_BQUOTE] = ACTIONS(950), + [sym_comment] = ACTIONS(52), + }, + [301] = { + [sym_file_redirect] = STATE(297), + [sym_heredoc_redirect] = STATE(297), + [sym_concatenation] = STATE(298), [sym_string] = STATE(296), [sym_simple_expansion] = STATE(296), [sym_expansion] = STATE(296), [sym_command_substitution] = STATE(296), [sym_process_substitution] = STATE(296), - [aux_sym_command_repeat2] = STATE(498), - [sym_file_descriptor] = ACTIONS(277), - [anon_sym_PIPE] = ACTIONS(1001), - [anon_sym_RPAREN] = ACTIONS(1001), - [anon_sym_SEMI_SEMI] = ACTIONS(1001), - [anon_sym_PIPE_AMP] = ACTIONS(1001), - [anon_sym_AMP_AMP] = ACTIONS(1001), - [anon_sym_PIPE_PIPE] = ACTIONS(1001), - [anon_sym_LT] = ACTIONS(281), - [anon_sym_GT] = ACTIONS(281), - [anon_sym_GT_GT] = ACTIONS(281), - [anon_sym_AMP_GT] = ACTIONS(281), - [anon_sym_AMP_GT_GT] = ACTIONS(281), - [anon_sym_LT_AMP] = ACTIONS(281), - [anon_sym_GT_AMP] = ACTIONS(281), - [anon_sym_LT_LT] = ACTIONS(283), - [anon_sym_LT_LT_DASH] = ACTIONS(283), - [anon_sym_DQUOTE] = ACTIONS(285), - [sym_raw_string] = ACTIONS(595), - [anon_sym_DOLLAR] = ACTIONS(289), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(291), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(293), - [anon_sym_BQUOTE] = ACTIONS(295), - [anon_sym_LT_LPAREN] = ACTIONS(297), - [anon_sym_GT_LPAREN] = ACTIONS(297), - [sym_word] = ACTIONS(595), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1001), - [anon_sym_LF] = ACTIONS(1001), - [anon_sym_AMP] = ACTIONS(1001), - }, - [301] = { - [sym__concat] = ACTIONS(425), - [anon_sym_PIPE] = ACTIONS(425), - [anon_sym_RPAREN] = ACTIONS(425), - [anon_sym_RBRACK] = ACTIONS(425), - [sym_comment] = ACTIONS(133), + [aux_sym_for_statement_repeat1] = STATE(522), + [aux_sym_command_repeat2] = STATE(520), + [sym_file_descriptor] = ACTIONS(482), + [anon_sym_PIPE] = ACTIONS(948), + [anon_sym_RPAREN] = ACTIONS(950), + [anon_sym_PIPE_AMP] = ACTIONS(950), + [anon_sym_AMP_AMP] = ACTIONS(950), + [anon_sym_PIPE_PIPE] = ACTIONS(948), + [anon_sym_LT] = ACTIONS(488), + [anon_sym_GT] = ACTIONS(488), + [anon_sym_GT_GT] = ACTIONS(490), + [anon_sym_AMP_GT] = ACTIONS(488), + [anon_sym_AMP_GT_GT] = ACTIONS(490), + [anon_sym_LT_AMP] = ACTIONS(490), + [anon_sym_GT_AMP] = ACTIONS(490), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_LT_LT_DASH] = ACTIONS(494), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(496), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(498), + [sym_comment] = ACTIONS(52), }, [302] = { - [sym_simple_expansion] = STATE(222), - [sym_expansion] = STATE(222), - [sym_command_substitution] = STATE(222), - [anon_sym_DQUOTE] = ACTIONS(1007), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(445), - [anon_sym_DOLLAR] = ACTIONS(199), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(201), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(203), - [anon_sym_BQUOTE] = ACTIONS(205), - [sym_comment] = ACTIONS(85), + [sym_for_statement] = STATE(502), + [sym_while_statement] = STATE(502), + [sym_if_statement] = STATE(502), + [sym_case_statement] = STATE(502), + [sym_function_definition] = STATE(502), + [sym_subshell] = STATE(502), + [sym_pipeline] = STATE(502), + [sym_list] = STATE(502), + [sym_bracket_command] = STATE(502), + [sym_command] = STATE(502), + [sym_command_name] = STATE(117), + [sym_environment_variable_assignment] = STATE(523), + [sym_subscript] = STATE(113), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(119), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), }, [303] = { - [sym_string] = STATE(500), - [sym_simple_expansion] = STATE(500), - [sym_expansion] = STATE(500), - [sym_command_substitution] = STATE(500), - [sym_process_substitution] = STATE(500), - [anon_sym_DQUOTE] = ACTIONS(313), - [sym_raw_string] = ACTIONS(1009), - [anon_sym_DOLLAR] = ACTIONS(317), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(319), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(321), - [anon_sym_BQUOTE] = ACTIONS(323), - [anon_sym_LT_LPAREN] = ACTIONS(325), - [anon_sym_GT_LPAREN] = ACTIONS(325), - [sym_word] = ACTIONS(1011), - [sym_comment] = ACTIONS(133), + [sym_for_statement] = STATE(524), + [sym_while_statement] = STATE(524), + [sym_if_statement] = STATE(524), + [sym_case_statement] = STATE(524), + [sym_function_definition] = STATE(524), + [sym_subshell] = STATE(524), + [sym_pipeline] = STATE(524), + [sym_list] = STATE(524), + [sym_bracket_command] = STATE(524), + [sym_command] = STATE(524), + [sym_command_name] = STATE(117), + [sym_environment_variable_assignment] = STATE(525), + [sym_subscript] = STATE(113), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(119), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), }, [304] = { - [anon_sym_EQ] = ACTIONS(1013), - [sym_comment] = ACTIONS(133), + [sym_file_redirect] = STATE(297), + [sym_heredoc_redirect] = STATE(297), + [sym_concatenation] = STATE(519), + [sym_string] = STATE(518), + [sym_simple_expansion] = STATE(518), + [sym_expansion] = STATE(518), + [sym_command_substitution] = STATE(518), + [sym_process_substitution] = STATE(518), + [aux_sym_command_repeat2] = STATE(520), + [sym_file_descriptor] = ACTIONS(482), + [anon_sym_PIPE] = ACTIONS(948), + [anon_sym_PIPE_AMP] = ACTIONS(950), + [anon_sym_AMP_AMP] = ACTIONS(950), + [anon_sym_PIPE_PIPE] = ACTIONS(948), + [anon_sym_LT] = ACTIONS(488), + [anon_sym_GT] = ACTIONS(488), + [anon_sym_GT_GT] = ACTIONS(490), + [anon_sym_AMP_GT] = ACTIONS(488), + [anon_sym_AMP_GT_GT] = ACTIONS(490), + [anon_sym_LT_AMP] = ACTIONS(490), + [anon_sym_GT_AMP] = ACTIONS(490), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_LT_LT_DASH] = ACTIONS(494), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(952), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(950), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(954), + [sym_comment] = ACTIONS(52), }, [305] = { - [sym__concat] = ACTIONS(1015), - [anon_sym_PIPE] = ACTIONS(451), - [anon_sym_RPAREN] = ACTIONS(451), - [anon_sym_RBRACK] = ACTIONS(451), - [sym_comment] = ACTIONS(133), + [sym_file_redirect] = STATE(297), + [sym_heredoc_redirect] = STATE(297), + [sym_concatenation] = STATE(298), + [sym_string] = STATE(296), + [sym_simple_expansion] = STATE(296), + [sym_expansion] = STATE(296), + [sym_command_substitution] = STATE(296), + [sym_process_substitution] = STATE(296), + [aux_sym_for_statement_repeat1] = STATE(526), + [aux_sym_command_repeat2] = STATE(520), + [sym_file_descriptor] = ACTIONS(482), + [anon_sym_PIPE] = ACTIONS(948), + [anon_sym_PIPE_AMP] = ACTIONS(950), + [anon_sym_AMP_AMP] = ACTIONS(950), + [anon_sym_PIPE_PIPE] = ACTIONS(948), + [anon_sym_LT] = ACTIONS(488), + [anon_sym_GT] = ACTIONS(488), + [anon_sym_GT_GT] = ACTIONS(490), + [anon_sym_AMP_GT] = ACTIONS(488), + [anon_sym_AMP_GT_GT] = ACTIONS(490), + [anon_sym_LT_AMP] = ACTIONS(490), + [anon_sym_GT_AMP] = ACTIONS(490), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_LT_LT_DASH] = ACTIONS(494), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(496), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(950), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(498), + [sym_comment] = ACTIONS(52), }, [306] = { - [sym__concat] = ACTIONS(457), - [anon_sym_PIPE] = ACTIONS(457), - [anon_sym_RPAREN] = ACTIONS(457), - [anon_sym_RBRACK] = ACTIONS(457), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(956), + [sym__concat] = ACTIONS(956), + [anon_sym_PIPE] = ACTIONS(958), + [anon_sym_RPAREN] = ACTIONS(958), + [anon_sym_SEMI_SEMI] = ACTIONS(958), + [anon_sym_PIPE_AMP] = ACTIONS(958), + [anon_sym_AMP_AMP] = ACTIONS(958), + [anon_sym_PIPE_PIPE] = ACTIONS(958), + [anon_sym_LT] = ACTIONS(958), + [anon_sym_GT] = ACTIONS(958), + [anon_sym_GT_GT] = ACTIONS(958), + [anon_sym_AMP_GT] = ACTIONS(958), + [anon_sym_AMP_GT_GT] = ACTIONS(958), + [anon_sym_LT_AMP] = ACTIONS(958), + [anon_sym_GT_AMP] = ACTIONS(958), + [anon_sym_LT_LT] = ACTIONS(958), + [anon_sym_LT_LT_DASH] = ACTIONS(958), + [anon_sym_DQUOTE] = ACTIONS(958), + [sym_raw_string] = ACTIONS(958), + [anon_sym_DOLLAR] = ACTIONS(958), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(958), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(958), + [anon_sym_BQUOTE] = ACTIONS(958), + [anon_sym_LT_LPAREN] = ACTIONS(958), + [anon_sym_GT_LPAREN] = ACTIONS(958), + [sym_word] = ACTIONS(958), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(958), + [anon_sym_LF] = ACTIONS(958), + [anon_sym_AMP] = ACTIONS(958), }, [307] = { - [sym__concat] = ACTIONS(461), - [anon_sym_PIPE] = ACTIONS(461), - [anon_sym_RPAREN] = ACTIONS(461), - [anon_sym_RBRACK] = ACTIONS(461), - [sym_comment] = ACTIONS(133), + [sym_compound_statement] = STATE(528), + [anon_sym_LBRACE] = ACTIONS(960), + [sym_comment] = ACTIONS(52), }, [308] = { - [sym__concat] = ACTIONS(465), - [anon_sym_PIPE] = ACTIONS(465), - [anon_sym_RPAREN] = ACTIONS(465), - [anon_sym_RBRACK] = ACTIONS(465), - [sym_comment] = ACTIONS(133), + [anon_sym_PIPE] = ACTIONS(962), + [anon_sym_RPAREN] = ACTIONS(962), + [anon_sym_SEMI_SEMI] = ACTIONS(962), + [anon_sym_PIPE_AMP] = ACTIONS(962), + [anon_sym_AMP_AMP] = ACTIONS(962), + [anon_sym_PIPE_PIPE] = ACTIONS(962), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(962), + [anon_sym_LF] = ACTIONS(962), + [anon_sym_AMP] = ACTIONS(962), }, [309] = { - [sym_special_variable_name] = STATE(503), - [anon_sym_RBRACE] = ACTIONS(457), - [anon_sym_LBRACK] = ACTIONS(457), - [anon_sym_EQ] = ACTIONS(457), - [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(225), - [anon_sym_AT] = ACTIONS(219), - [anon_sym_COLON] = ACTIONS(469), - [anon_sym_COLON_QMARK] = ACTIONS(457), - [anon_sym_COLON_DASH] = ACTIONS(457), - [anon_sym_PERCENT] = ACTIONS(457), - [anon_sym_SLASH] = ACTIONS(457), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(1017), - [anon_sym_STAR] = ACTIONS(219), - [anon_sym_QMARK] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_0] = ACTIONS(225), - [anon_sym__] = ACTIONS(225), + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(962), + [anon_sym_RPAREN] = ACTIONS(962), + [anon_sym_SEMI_SEMI] = ACTIONS(962), + [anon_sym_PIPE_AMP] = ACTIONS(962), + [anon_sym_AMP_AMP] = ACTIONS(962), + [anon_sym_PIPE_PIPE] = ACTIONS(962), + [anon_sym_LT] = ACTIONS(238), + [anon_sym_GT] = ACTIONS(238), + [anon_sym_GT_GT] = ACTIONS(238), + [anon_sym_AMP_GT] = ACTIONS(238), + [anon_sym_AMP_GT_GT] = ACTIONS(238), + [anon_sym_LT_AMP] = ACTIONS(238), + [anon_sym_GT_AMP] = ACTIONS(238), + [anon_sym_DQUOTE] = ACTIONS(238), + [sym_raw_string] = ACTIONS(238), + [anon_sym_DOLLAR] = ACTIONS(238), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(238), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(238), + [anon_sym_BQUOTE] = ACTIONS(238), + [anon_sym_LT_LPAREN] = ACTIONS(238), + [anon_sym_GT_LPAREN] = ACTIONS(238), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(962), + [anon_sym_LF] = ACTIONS(962), + [anon_sym_AMP] = ACTIONS(962), }, [310] = { - [anon_sym_RBRACE] = ACTIONS(1019), - [anon_sym_LBRACK] = ACTIONS(1021), - [anon_sym_EQ] = ACTIONS(1023), - [anon_sym_COLON] = ACTIONS(1025), - [anon_sym_COLON_QMARK] = ACTIONS(1023), - [anon_sym_COLON_DASH] = ACTIONS(1023), - [anon_sym_PERCENT] = ACTIONS(1023), - [anon_sym_SLASH] = ACTIONS(1023), - [sym_comment] = ACTIONS(133), + [anon_sym_PIPE] = ACTIONS(208), + [anon_sym_RPAREN] = ACTIONS(964), + [anon_sym_SEMI_SEMI] = ACTIONS(964), + [anon_sym_PIPE_AMP] = ACTIONS(208), + [anon_sym_AMP_AMP] = ACTIONS(964), + [anon_sym_PIPE_PIPE] = ACTIONS(964), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(964), + [anon_sym_LF] = ACTIONS(964), + [anon_sym_AMP] = ACTIONS(964), }, [311] = { - [anon_sym_RBRACE] = ACTIONS(1027), - [anon_sym_LBRACK] = ACTIONS(1029), - [anon_sym_EQ] = ACTIONS(1031), - [anon_sym_COLON] = ACTIONS(1033), - [anon_sym_COLON_QMARK] = ACTIONS(1031), - [anon_sym_COLON_DASH] = ACTIONS(1031), - [anon_sym_PERCENT] = ACTIONS(1031), - [anon_sym_SLASH] = ACTIONS(1031), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(208), + [anon_sym_RPAREN] = ACTIONS(964), + [anon_sym_SEMI_SEMI] = ACTIONS(964), + [anon_sym_PIPE_AMP] = ACTIONS(208), + [anon_sym_AMP_AMP] = ACTIONS(964), + [anon_sym_PIPE_PIPE] = ACTIONS(964), + [anon_sym_LT] = ACTIONS(238), + [anon_sym_GT] = ACTIONS(238), + [anon_sym_GT_GT] = ACTIONS(238), + [anon_sym_AMP_GT] = ACTIONS(238), + [anon_sym_AMP_GT_GT] = ACTIONS(238), + [anon_sym_LT_AMP] = ACTIONS(238), + [anon_sym_GT_AMP] = ACTIONS(238), + [anon_sym_DQUOTE] = ACTIONS(238), + [sym_raw_string] = ACTIONS(238), + [anon_sym_DOLLAR] = ACTIONS(238), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(238), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(238), + [anon_sym_BQUOTE] = ACTIONS(238), + [anon_sym_LT_LPAREN] = ACTIONS(238), + [anon_sym_GT_LPAREN] = ACTIONS(238), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(964), + [anon_sym_LF] = ACTIONS(964), + [anon_sym_AMP] = ACTIONS(964), }, [312] = { - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(1035), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(523), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(530), + [sym_string] = STATE(529), + [sym_simple_expansion] = STATE(529), + [sym_expansion] = STATE(529), + [sym_command_substitution] = STATE(529), + [sym_process_substitution] = STATE(529), + [anon_sym_DQUOTE] = ACTIONS(526), + [sym_raw_string] = ACTIONS(966), + [anon_sym_DOLLAR] = ACTIONS(530), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(532), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(534), + [anon_sym_BQUOTE] = ACTIONS(536), + [anon_sym_LT_LPAREN] = ACTIONS(538), + [anon_sym_GT_LPAREN] = ACTIONS(538), + [sym_word] = ACTIONS(968), + [sym_comment] = ACTIONS(52), }, [313] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(1035), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(543), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(299), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), + [sym_simple_expansion] = STATE(78), + [sym_expansion] = STATE(78), + [sym_command_substitution] = STATE(78), + [aux_sym_string_repeat1] = STATE(532), + [anon_sym_DQUOTE] = ACTIONS(970), + [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(132), + [anon_sym_DOLLAR] = ACTIONS(134), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), + [anon_sym_BQUOTE] = ACTIONS(140), + [sym_comment] = ACTIONS(142), }, [314] = { - [anon_sym_PIPE] = ACTIONS(547), - [anon_sym_PIPE_AMP] = ACTIONS(549), - [anon_sym_AMP_AMP] = ACTIONS(551), - [anon_sym_PIPE_PIPE] = ACTIONS(551), - [anon_sym_BQUOTE] = ACTIONS(1035), - [sym_comment] = ACTIONS(133), + [aux_sym_concatenation_repeat1] = STATE(534), + [sym_file_descriptor] = ACTIONS(366), + [sym__concat] = ACTIONS(972), + [anon_sym_PIPE] = ACTIONS(974), + [anon_sym_RPAREN] = ACTIONS(974), + [anon_sym_SEMI_SEMI] = ACTIONS(974), + [anon_sym_PIPE_AMP] = ACTIONS(974), + [anon_sym_AMP_AMP] = ACTIONS(974), + [anon_sym_PIPE_PIPE] = ACTIONS(974), + [anon_sym_LT] = ACTIONS(974), + [anon_sym_GT] = ACTIONS(974), + [anon_sym_GT_GT] = ACTIONS(974), + [anon_sym_AMP_GT] = ACTIONS(974), + [anon_sym_AMP_GT_GT] = ACTIONS(974), + [anon_sym_LT_AMP] = ACTIONS(974), + [anon_sym_GT_AMP] = ACTIONS(974), + [anon_sym_LT_LT] = ACTIONS(974), + [anon_sym_LT_LT_DASH] = ACTIONS(974), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(974), + [anon_sym_LF] = ACTIONS(974), + [anon_sym_AMP] = ACTIONS(974), }, [315] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(547), - [anon_sym_PIPE_AMP] = ACTIONS(549), - [anon_sym_AMP_AMP] = ACTIONS(551), - [anon_sym_PIPE_PIPE] = ACTIONS(553), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(1035), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), + [sym_special_variable_name] = STATE(537), + [anon_sym_DOLLAR] = ACTIONS(976), + [anon_sym_POUND] = ACTIONS(976), + [anon_sym_AT] = ACTIONS(976), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(978), + [anon_sym_STAR] = ACTIONS(976), + [anon_sym_QMARK] = ACTIONS(976), + [anon_sym_DASH] = ACTIONS(976), + [anon_sym_BANG] = ACTIONS(976), + [anon_sym_0] = ACTIONS(980), + [anon_sym__] = ACTIONS(980), }, [316] = { - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(1037), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(523), - [sym_comment] = ACTIONS(133), + [sym_special_variable_name] = STATE(540), + [anon_sym_DOLLAR] = ACTIONS(156), + [anon_sym_POUND] = ACTIONS(982), + [anon_sym_AT] = ACTIONS(156), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(984), + [anon_sym_STAR] = ACTIONS(156), + [anon_sym_QMARK] = ACTIONS(156), + [anon_sym_DASH] = ACTIONS(156), + [anon_sym_BANG] = ACTIONS(156), + [anon_sym_0] = ACTIONS(162), + [anon_sym__] = ACTIONS(162), }, [317] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(1037), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(543), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(299), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), - }, - [318] = { - [sym_file_descriptor] = ACTIONS(1039), - [sym_variable_name] = ACTIONS(1039), - [anon_sym_PIPE] = ACTIONS(1041), - [anon_sym_RPAREN] = ACTIONS(1041), - [anon_sym_SEMI_SEMI] = ACTIONS(1041), - [anon_sym_PIPE_AMP] = ACTIONS(1041), - [anon_sym_AMP_AMP] = ACTIONS(1041), - [anon_sym_PIPE_PIPE] = ACTIONS(1041), - [anon_sym_LT] = ACTIONS(1041), - [anon_sym_GT] = ACTIONS(1041), - [anon_sym_GT_GT] = ACTIONS(1041), - [anon_sym_AMP_GT] = ACTIONS(1041), - [anon_sym_AMP_GT_GT] = ACTIONS(1041), - [anon_sym_LT_AMP] = ACTIONS(1041), - [anon_sym_GT_AMP] = ACTIONS(1041), - [anon_sym_DQUOTE] = ACTIONS(1041), - [sym_raw_string] = ACTIONS(1041), - [anon_sym_DOLLAR] = ACTIONS(1041), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1041), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1041), - [anon_sym_BQUOTE] = ACTIONS(1041), - [anon_sym_LT_LPAREN] = ACTIONS(1041), - [anon_sym_GT_LPAREN] = ACTIONS(1041), - [sym_word] = ACTIONS(1041), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1041), - [anon_sym_LF] = ACTIONS(1041), - [anon_sym_AMP] = ACTIONS(1041), - }, - [319] = { - [anon_sym_RPAREN] = ACTIONS(1043), - [sym_word] = ACTIONS(1045), - [sym_comment] = ACTIONS(133), - }, - [320] = { - [anon_sym_RPAREN] = ACTIONS(1047), - [sym_word] = ACTIONS(1049), - [sym_comment] = ACTIONS(133), - }, - [321] = { - [sym_file_descriptor] = ACTIONS(425), - [sym__concat] = ACTIONS(425), - [sym_variable_name] = ACTIONS(425), - [anon_sym_PIPE] = ACTIONS(427), - [anon_sym_RPAREN] = ACTIONS(427), - [anon_sym_SEMI_SEMI] = ACTIONS(427), - [anon_sym_PIPE_AMP] = ACTIONS(427), - [anon_sym_AMP_AMP] = ACTIONS(427), - [anon_sym_PIPE_PIPE] = ACTIONS(427), - [anon_sym_LT] = ACTIONS(427), - [anon_sym_GT] = ACTIONS(427), - [anon_sym_GT_GT] = ACTIONS(427), - [anon_sym_AMP_GT] = ACTIONS(427), - [anon_sym_AMP_GT_GT] = ACTIONS(427), - [anon_sym_LT_AMP] = ACTIONS(427), - [anon_sym_GT_AMP] = ACTIONS(427), - [anon_sym_DQUOTE] = ACTIONS(427), - [sym_raw_string] = ACTIONS(427), - [anon_sym_DOLLAR] = ACTIONS(427), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(427), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(427), - [anon_sym_BQUOTE] = ACTIONS(427), - [anon_sym_LT_LPAREN] = ACTIONS(427), - [anon_sym_GT_LPAREN] = ACTIONS(427), - [sym_word] = ACTIONS(427), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(427), - [anon_sym_LF] = ACTIONS(427), - [anon_sym_AMP] = ACTIONS(427), - }, - [322] = { - [sym_simple_expansion] = STATE(222), - [sym_expansion] = STATE(222), - [sym_command_substitution] = STATE(222), - [anon_sym_DQUOTE] = ACTIONS(1051), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(445), - [anon_sym_DOLLAR] = ACTIONS(199), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(201), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(203), - [anon_sym_BQUOTE] = ACTIONS(205), - [sym_comment] = ACTIONS(85), - }, - [323] = { - [sym_string] = STATE(515), - [sym_simple_expansion] = STATE(515), - [sym_expansion] = STATE(515), - [sym_command_substitution] = STATE(515), - [sym_process_substitution] = STATE(515), - [anon_sym_DQUOTE] = ACTIONS(333), - [sym_raw_string] = ACTIONS(1053), - [anon_sym_DOLLAR] = ACTIONS(337), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(339), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(341), - [anon_sym_BQUOTE] = ACTIONS(343), - [anon_sym_LT_LPAREN] = ACTIONS(345), - [anon_sym_GT_LPAREN] = ACTIONS(345), - [sym_word] = ACTIONS(1055), - [sym_comment] = ACTIONS(133), - }, - [324] = { - [sym_file_descriptor] = ACTIONS(451), - [sym__concat] = ACTIONS(1057), - [sym_variable_name] = ACTIONS(451), - [anon_sym_PIPE] = ACTIONS(455), - [anon_sym_RPAREN] = ACTIONS(455), - [anon_sym_SEMI_SEMI] = ACTIONS(455), - [anon_sym_PIPE_AMP] = ACTIONS(455), - [anon_sym_AMP_AMP] = ACTIONS(455), - [anon_sym_PIPE_PIPE] = ACTIONS(455), - [anon_sym_LT] = ACTIONS(455), - [anon_sym_GT] = ACTIONS(455), - [anon_sym_GT_GT] = ACTIONS(455), - [anon_sym_AMP_GT] = ACTIONS(455), - [anon_sym_AMP_GT_GT] = ACTIONS(455), - [anon_sym_LT_AMP] = ACTIONS(455), - [anon_sym_GT_AMP] = ACTIONS(455), - [anon_sym_DQUOTE] = ACTIONS(455), - [sym_raw_string] = ACTIONS(455), - [anon_sym_DOLLAR] = ACTIONS(455), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(455), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(455), - [anon_sym_BQUOTE] = ACTIONS(455), - [anon_sym_LT_LPAREN] = ACTIONS(455), - [anon_sym_GT_LPAREN] = ACTIONS(455), - [sym_word] = ACTIONS(455), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(455), - [anon_sym_LF] = ACTIONS(455), - [anon_sym_AMP] = ACTIONS(455), - }, - [325] = { - [sym_file_descriptor] = ACTIONS(457), - [sym__concat] = ACTIONS(457), - [sym_variable_name] = ACTIONS(457), - [anon_sym_PIPE] = ACTIONS(459), - [anon_sym_RPAREN] = ACTIONS(459), - [anon_sym_SEMI_SEMI] = ACTIONS(459), - [anon_sym_PIPE_AMP] = ACTIONS(459), - [anon_sym_AMP_AMP] = ACTIONS(459), - [anon_sym_PIPE_PIPE] = ACTIONS(459), - [anon_sym_LT] = ACTIONS(459), - [anon_sym_GT] = ACTIONS(459), - [anon_sym_GT_GT] = ACTIONS(459), - [anon_sym_AMP_GT] = ACTIONS(459), - [anon_sym_AMP_GT_GT] = ACTIONS(459), - [anon_sym_LT_AMP] = ACTIONS(459), - [anon_sym_GT_AMP] = ACTIONS(459), - [anon_sym_DQUOTE] = ACTIONS(459), - [sym_raw_string] = ACTIONS(459), - [anon_sym_DOLLAR] = ACTIONS(459), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(459), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(459), - [anon_sym_BQUOTE] = ACTIONS(459), - [anon_sym_LT_LPAREN] = ACTIONS(459), - [anon_sym_GT_LPAREN] = ACTIONS(459), - [sym_word] = ACTIONS(459), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(459), - [anon_sym_LF] = ACTIONS(459), - [anon_sym_AMP] = ACTIONS(459), - }, - [326] = { - [sym_file_descriptor] = ACTIONS(461), - [sym__concat] = ACTIONS(461), - [sym_variable_name] = ACTIONS(461), - [anon_sym_PIPE] = ACTIONS(463), - [anon_sym_RPAREN] = ACTIONS(463), - [anon_sym_SEMI_SEMI] = ACTIONS(463), - [anon_sym_PIPE_AMP] = ACTIONS(463), - [anon_sym_AMP_AMP] = ACTIONS(463), - [anon_sym_PIPE_PIPE] = ACTIONS(463), - [anon_sym_LT] = ACTIONS(463), - [anon_sym_GT] = ACTIONS(463), - [anon_sym_GT_GT] = ACTIONS(463), - [anon_sym_AMP_GT] = ACTIONS(463), - [anon_sym_AMP_GT_GT] = ACTIONS(463), - [anon_sym_LT_AMP] = ACTIONS(463), - [anon_sym_GT_AMP] = ACTIONS(463), - [anon_sym_DQUOTE] = ACTIONS(463), - [sym_raw_string] = ACTIONS(463), - [anon_sym_DOLLAR] = ACTIONS(463), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(463), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(463), - [anon_sym_BQUOTE] = ACTIONS(463), - [anon_sym_LT_LPAREN] = ACTIONS(463), - [anon_sym_GT_LPAREN] = ACTIONS(463), - [sym_word] = ACTIONS(463), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(463), - [anon_sym_LF] = ACTIONS(463), - [anon_sym_AMP] = ACTIONS(463), - }, - [327] = { - [sym_file_descriptor] = ACTIONS(465), - [sym__concat] = ACTIONS(465), - [sym_variable_name] = ACTIONS(465), - [anon_sym_PIPE] = ACTIONS(467), - [anon_sym_RPAREN] = ACTIONS(467), - [anon_sym_SEMI_SEMI] = ACTIONS(467), - [anon_sym_PIPE_AMP] = ACTIONS(467), - [anon_sym_AMP_AMP] = ACTIONS(467), - [anon_sym_PIPE_PIPE] = ACTIONS(467), - [anon_sym_LT] = ACTIONS(467), - [anon_sym_GT] = ACTIONS(467), - [anon_sym_GT_GT] = ACTIONS(467), - [anon_sym_AMP_GT] = ACTIONS(467), - [anon_sym_AMP_GT_GT] = ACTIONS(467), - [anon_sym_LT_AMP] = ACTIONS(467), - [anon_sym_GT_AMP] = ACTIONS(467), - [anon_sym_DQUOTE] = ACTIONS(467), - [sym_raw_string] = ACTIONS(467), - [anon_sym_DOLLAR] = ACTIONS(467), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(467), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(467), - [anon_sym_BQUOTE] = ACTIONS(467), - [anon_sym_LT_LPAREN] = ACTIONS(467), - [anon_sym_GT_LPAREN] = ACTIONS(467), - [sym_word] = ACTIONS(467), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(467), - [anon_sym_LF] = ACTIONS(467), - [anon_sym_AMP] = ACTIONS(467), - }, - [328] = { - [sym_special_variable_name] = STATE(518), - [anon_sym_RBRACE] = ACTIONS(457), - [anon_sym_LBRACK] = ACTIONS(457), - [anon_sym_EQ] = ACTIONS(457), - [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(225), - [anon_sym_AT] = ACTIONS(219), - [anon_sym_COLON] = ACTIONS(469), - [anon_sym_COLON_QMARK] = ACTIONS(457), - [anon_sym_COLON_DASH] = ACTIONS(457), - [anon_sym_PERCENT] = ACTIONS(457), - [anon_sym_SLASH] = ACTIONS(457), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(1059), - [anon_sym_STAR] = ACTIONS(219), - [anon_sym_QMARK] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_0] = ACTIONS(225), - [anon_sym__] = ACTIONS(225), - }, - [329] = { - [anon_sym_RBRACE] = ACTIONS(1061), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_EQ] = ACTIONS(1065), - [anon_sym_COLON] = ACTIONS(1067), - [anon_sym_COLON_QMARK] = ACTIONS(1065), - [anon_sym_COLON_DASH] = ACTIONS(1065), - [anon_sym_PERCENT] = ACTIONS(1065), - [anon_sym_SLASH] = ACTIONS(1065), - [sym_comment] = ACTIONS(133), - }, - [330] = { - [anon_sym_RBRACE] = ACTIONS(1069), - [anon_sym_LBRACK] = ACTIONS(1071), - [anon_sym_EQ] = ACTIONS(1073), - [anon_sym_COLON] = ACTIONS(1075), - [anon_sym_COLON_QMARK] = ACTIONS(1073), - [anon_sym_COLON_DASH] = ACTIONS(1073), - [anon_sym_PERCENT] = ACTIONS(1073), - [anon_sym_SLASH] = ACTIONS(1073), - [sym_comment] = ACTIONS(133), - }, - [331] = { - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(1077), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(523), - [sym_comment] = ACTIONS(133), - }, - [332] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(1077), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(543), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(299), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), - }, - [333] = { - [anon_sym_PIPE] = ACTIONS(547), - [anon_sym_PIPE_AMP] = ACTIONS(549), - [anon_sym_AMP_AMP] = ACTIONS(551), - [anon_sym_PIPE_PIPE] = ACTIONS(551), - [anon_sym_BQUOTE] = ACTIONS(1077), - [sym_comment] = ACTIONS(133), - }, - [334] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(547), - [anon_sym_PIPE_AMP] = ACTIONS(549), - [anon_sym_AMP_AMP] = ACTIONS(551), - [anon_sym_PIPE_PIPE] = ACTIONS(553), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(1077), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), - }, - [335] = { - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(1079), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(523), - [sym_comment] = ACTIONS(133), - }, - [336] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(1079), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(543), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(299), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), - }, - [337] = { - [sym_simple_expansion] = STATE(70), - [sym_expansion] = STATE(70), - [sym_command_substitution] = STATE(70), - [aux_sym_string_repeat1] = STATE(528), - [anon_sym_DQUOTE] = ACTIONS(1081), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(197), - [anon_sym_DOLLAR] = ACTIONS(199), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(201), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(203), - [anon_sym_BQUOTE] = ACTIONS(205), - [sym_comment] = ACTIONS(85), - }, - [338] = { - [aux_sym_concatenation_repeat1] = STATE(530), - [sym__concat] = ACTIONS(1083), - [anon_sym_SEMI_SEMI] = ACTIONS(389), - [anon_sym_DQUOTE] = ACTIONS(389), - [sym_raw_string] = ACTIONS(389), - [anon_sym_DOLLAR] = ACTIONS(389), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(389), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(389), - [anon_sym_BQUOTE] = ACTIONS(389), - [anon_sym_LT_LPAREN] = ACTIONS(389), - [anon_sym_GT_LPAREN] = ACTIONS(389), - [sym_word] = ACTIONS(389), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(389), - [anon_sym_LF] = ACTIONS(389), - [anon_sym_AMP] = ACTIONS(389), - }, - [339] = { - [sym_special_variable_name] = STATE(533), - [anon_sym_DOLLAR] = ACTIONS(1085), - [anon_sym_POUND] = ACTIONS(1087), - [anon_sym_AT] = ACTIONS(1085), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(1089), - [anon_sym_STAR] = ACTIONS(1085), - [anon_sym_QMARK] = ACTIONS(1085), - [anon_sym_DASH] = ACTIONS(1085), - [anon_sym_BANG] = ACTIONS(1085), - [anon_sym_0] = ACTIONS(1087), - [anon_sym__] = ACTIONS(1087), - }, - [340] = { - [sym_special_variable_name] = STATE(536), - [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(1091), - [anon_sym_AT] = ACTIONS(219), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(1093), - [anon_sym_STAR] = ACTIONS(219), - [anon_sym_QMARK] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_0] = ACTIONS(225), - [anon_sym__] = ACTIONS(225), - }, - [341] = { - [sym_for_statement] = STATE(537), - [sym_while_statement] = STATE(537), - [sym_if_statement] = STATE(537), - [sym_case_statement] = STATE(537), - [sym_function_definition] = STATE(537), - [sym_subshell] = STATE(537), - [sym_pipeline] = STATE(537), - [sym_list] = STATE(537), - [sym_bracket_command] = STATE(537), - [sym_command] = STATE(537), - [sym_command_name] = STATE(103), - [sym_environment_variable_assignment] = STATE(538), - [sym_subscript] = STATE(105), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(107), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), - }, - [342] = { - [sym_for_statement] = STATE(539), - [sym_while_statement] = STATE(539), - [sym_if_statement] = STATE(539), - [sym_case_statement] = STATE(539), - [sym_function_definition] = STATE(539), - [sym_subshell] = STATE(539), - [sym_pipeline] = STATE(539), - [sym_list] = STATE(539), - [sym_bracket_command] = STATE(539), - [sym_command] = STATE(539), - [sym_command_name] = STATE(109), - [sym_environment_variable_assignment] = STATE(540), - [sym_subscript] = STATE(105), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(111), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), - }, - [343] = { [sym_for_statement] = STATE(541), [sym_while_statement] = STATE(541), [sym_if_statement] = STATE(541), @@ -16720,109 +11769,1317 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_list] = STATE(541), [sym_bracket_command] = STATE(541), [sym_command] = STATE(541), - [sym_command_name] = STATE(103), + [sym_command_name] = STATE(111), [sym_environment_variable_assignment] = STATE(542), - [sym_subscript] = STATE(105), + [sym_subscript] = STATE(113), [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(107), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(115), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), + }, + [318] = { + [sym_for_statement] = STATE(543), + [sym_while_statement] = STATE(543), + [sym_if_statement] = STATE(543), + [sym_case_statement] = STATE(543), + [sym_function_definition] = STATE(543), + [sym_subshell] = STATE(543), + [sym_pipeline] = STATE(543), + [sym_list] = STATE(543), + [sym_bracket_command] = STATE(543), + [sym_command] = STATE(543), + [sym_command_name] = STATE(117), + [sym_environment_variable_assignment] = STATE(544), + [sym_subscript] = STATE(113), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(119), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), + }, + [319] = { + [sym_for_statement] = STATE(545), + [sym_while_statement] = STATE(545), + [sym_if_statement] = STATE(545), + [sym_case_statement] = STATE(545), + [sym_function_definition] = STATE(545), + [sym_subshell] = STATE(545), + [sym_pipeline] = STATE(545), + [sym_list] = STATE(545), + [sym_bracket_command] = STATE(545), + [sym_command] = STATE(545), + [sym_command_name] = STATE(111), + [sym_environment_variable_assignment] = STATE(546), + [sym_subscript] = STATE(113), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(115), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), + }, + [320] = { + [sym_file_descriptor] = ACTIONS(366), + [anon_sym_PIPE] = ACTIONS(974), + [anon_sym_RPAREN] = ACTIONS(974), + [anon_sym_SEMI_SEMI] = ACTIONS(974), + [anon_sym_PIPE_AMP] = ACTIONS(974), + [anon_sym_AMP_AMP] = ACTIONS(974), + [anon_sym_PIPE_PIPE] = ACTIONS(974), + [anon_sym_LT] = ACTIONS(974), + [anon_sym_GT] = ACTIONS(974), + [anon_sym_GT_GT] = ACTIONS(974), + [anon_sym_AMP_GT] = ACTIONS(974), + [anon_sym_AMP_GT_GT] = ACTIONS(974), + [anon_sym_LT_AMP] = ACTIONS(974), + [anon_sym_GT_AMP] = ACTIONS(974), + [anon_sym_LT_LT] = ACTIONS(974), + [anon_sym_LT_LT_DASH] = ACTIONS(974), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(974), + [anon_sym_LF] = ACTIONS(974), + [anon_sym_AMP] = ACTIONS(974), + }, + [321] = { + [sym_file_descriptor] = ACTIONS(986), + [anon_sym_PIPE] = ACTIONS(988), + [anon_sym_RPAREN] = ACTIONS(988), + [anon_sym_SEMI_SEMI] = ACTIONS(988), + [anon_sym_PIPE_AMP] = ACTIONS(988), + [anon_sym_AMP_AMP] = ACTIONS(988), + [anon_sym_PIPE_PIPE] = ACTIONS(988), + [anon_sym_LT] = ACTIONS(988), + [anon_sym_GT] = ACTIONS(988), + [anon_sym_GT_GT] = ACTIONS(988), + [anon_sym_AMP_GT] = ACTIONS(988), + [anon_sym_AMP_GT_GT] = ACTIONS(988), + [anon_sym_LT_AMP] = ACTIONS(988), + [anon_sym_GT_AMP] = ACTIONS(988), + [anon_sym_LT_LT] = ACTIONS(988), + [anon_sym_LT_LT_DASH] = ACTIONS(988), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(988), + [anon_sym_LF] = ACTIONS(988), + [anon_sym_AMP] = ACTIONS(988), + }, + [322] = { + [sym_simple_expansion] = STATE(547), + [sym_expansion] = STATE(547), + [aux_sym_heredoc_repeat1] = STATE(551), + [sym__heredoc_middle] = ACTIONS(990), + [sym__heredoc_end] = ACTIONS(992), + [anon_sym_DOLLAR] = ACTIONS(994), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(996), + [sym_comment] = ACTIONS(52), + }, + [323] = { + [sym_file_descriptor] = ACTIONS(998), + [anon_sym_PIPE] = ACTIONS(1000), + [anon_sym_RPAREN] = ACTIONS(1000), + [anon_sym_SEMI_SEMI] = ACTIONS(1000), + [anon_sym_PIPE_AMP] = ACTIONS(1000), + [anon_sym_AMP_AMP] = ACTIONS(1000), + [anon_sym_PIPE_PIPE] = ACTIONS(1000), + [anon_sym_LT] = ACTIONS(1000), + [anon_sym_GT] = ACTIONS(1000), + [anon_sym_GT_GT] = ACTIONS(1000), + [anon_sym_AMP_GT] = ACTIONS(1000), + [anon_sym_AMP_GT_GT] = ACTIONS(1000), + [anon_sym_LT_AMP] = ACTIONS(1000), + [anon_sym_GT_AMP] = ACTIONS(1000), + [anon_sym_LT_LT] = ACTIONS(1000), + [anon_sym_LT_LT_DASH] = ACTIONS(1000), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1000), + [anon_sym_LF] = ACTIONS(1000), + [anon_sym_AMP] = ACTIONS(1000), + }, + [324] = { + [aux_sym_concatenation_repeat1] = STATE(85), + [sym_file_descriptor] = ACTIONS(720), + [sym__concat] = ACTIONS(146), + [anon_sym_PIPE] = ACTIONS(722), + [anon_sym_RPAREN] = ACTIONS(722), + [anon_sym_SEMI_SEMI] = ACTIONS(722), + [anon_sym_PIPE_AMP] = ACTIONS(722), + [anon_sym_AMP_AMP] = ACTIONS(722), + [anon_sym_PIPE_PIPE] = ACTIONS(722), + [anon_sym_LT] = ACTIONS(722), + [anon_sym_GT] = ACTIONS(722), + [anon_sym_GT_GT] = ACTIONS(722), + [anon_sym_AMP_GT] = ACTIONS(722), + [anon_sym_AMP_GT_GT] = ACTIONS(722), + [anon_sym_LT_AMP] = ACTIONS(722), + [anon_sym_GT_AMP] = ACTIONS(722), + [anon_sym_LT_LT] = ACTIONS(722), + [anon_sym_LT_LT_DASH] = ACTIONS(722), + [anon_sym_DQUOTE] = ACTIONS(722), + [sym_raw_string] = ACTIONS(722), + [anon_sym_DOLLAR] = ACTIONS(722), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(722), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(722), + [anon_sym_BQUOTE] = ACTIONS(722), + [anon_sym_LT_LPAREN] = ACTIONS(722), + [anon_sym_GT_LPAREN] = ACTIONS(722), + [sym_word] = ACTIONS(722), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(722), + [anon_sym_LF] = ACTIONS(722), + [anon_sym_AMP] = ACTIONS(722), + }, + [325] = { + [sym_file_descriptor] = ACTIONS(720), + [anon_sym_PIPE] = ACTIONS(722), + [anon_sym_RPAREN] = ACTIONS(722), + [anon_sym_SEMI_SEMI] = ACTIONS(722), + [anon_sym_PIPE_AMP] = ACTIONS(722), + [anon_sym_AMP_AMP] = ACTIONS(722), + [anon_sym_PIPE_PIPE] = ACTIONS(722), + [anon_sym_LT] = ACTIONS(722), + [anon_sym_GT] = ACTIONS(722), + [anon_sym_GT_GT] = ACTIONS(722), + [anon_sym_AMP_GT] = ACTIONS(722), + [anon_sym_AMP_GT_GT] = ACTIONS(722), + [anon_sym_LT_AMP] = ACTIONS(722), + [anon_sym_GT_AMP] = ACTIONS(722), + [anon_sym_LT_LT] = ACTIONS(722), + [anon_sym_LT_LT_DASH] = ACTIONS(722), + [anon_sym_DQUOTE] = ACTIONS(722), + [sym_raw_string] = ACTIONS(722), + [anon_sym_DOLLAR] = ACTIONS(722), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(722), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(722), + [anon_sym_BQUOTE] = ACTIONS(722), + [anon_sym_LT_LPAREN] = ACTIONS(722), + [anon_sym_GT_LPAREN] = ACTIONS(722), + [sym_word] = ACTIONS(722), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(722), + [anon_sym_LF] = ACTIONS(722), + [anon_sym_AMP] = ACTIONS(722), + }, + [326] = { + [sym_file_redirect] = STATE(327), + [sym_heredoc_redirect] = STATE(327), + [sym_file_descriptor] = ACTIONS(214), + [anon_sym_PIPE] = ACTIONS(1002), + [anon_sym_RPAREN] = ACTIONS(1002), + [anon_sym_SEMI_SEMI] = ACTIONS(1002), + [anon_sym_PIPE_AMP] = ACTIONS(1002), + [anon_sym_AMP_AMP] = ACTIONS(1002), + [anon_sym_PIPE_PIPE] = ACTIONS(1002), + [anon_sym_LT] = ACTIONS(218), + [anon_sym_GT] = ACTIONS(218), + [anon_sym_GT_GT] = ACTIONS(218), + [anon_sym_AMP_GT] = ACTIONS(218), + [anon_sym_AMP_GT_GT] = ACTIONS(218), + [anon_sym_LT_AMP] = ACTIONS(218), + [anon_sym_GT_AMP] = ACTIONS(218), + [anon_sym_LT_LT] = ACTIONS(220), + [anon_sym_LT_LT_DASH] = ACTIONS(220), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1002), + [anon_sym_LF] = ACTIONS(1002), + [anon_sym_AMP] = ACTIONS(1002), + }, + [327] = { + [sym_file_descriptor] = ACTIONS(1004), + [anon_sym_PIPE] = ACTIONS(1006), + [anon_sym_RPAREN] = ACTIONS(1006), + [anon_sym_SEMI_SEMI] = ACTIONS(1006), + [anon_sym_PIPE_AMP] = ACTIONS(1006), + [anon_sym_AMP_AMP] = ACTIONS(1006), + [anon_sym_PIPE_PIPE] = ACTIONS(1006), + [anon_sym_LT] = ACTIONS(1006), + [anon_sym_GT] = ACTIONS(1006), + [anon_sym_GT_GT] = ACTIONS(1006), + [anon_sym_AMP_GT] = ACTIONS(1006), + [anon_sym_AMP_GT_GT] = ACTIONS(1006), + [anon_sym_LT_AMP] = ACTIONS(1006), + [anon_sym_GT_AMP] = ACTIONS(1006), + [anon_sym_LT_LT] = ACTIONS(1006), + [anon_sym_LT_LT_DASH] = ACTIONS(1006), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1006), + [anon_sym_LF] = ACTIONS(1006), + [anon_sym_AMP] = ACTIONS(1006), + }, + [328] = { + [sym_concatenation] = STATE(552), + [sym_string] = STATE(554), + [sym_array] = STATE(552), + [sym_simple_expansion] = STATE(554), + [sym_expansion] = STATE(554), + [sym_command_substitution] = STATE(554), + [sym_process_substitution] = STATE(554), + [sym__empty_value] = ACTIONS(1008), + [anon_sym_LPAREN] = ACTIONS(1010), + [anon_sym_DQUOTE] = ACTIONS(114), + [sym_raw_string] = ACTIONS(1012), + [anon_sym_DOLLAR] = ACTIONS(118), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(120), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(122), + [anon_sym_BQUOTE] = ACTIONS(124), + [anon_sym_LT_LPAREN] = ACTIONS(126), + [anon_sym_GT_LPAREN] = ACTIONS(126), + [sym_word] = ACTIONS(1014), + [sym_comment] = ACTIONS(52), + }, + [329] = { + [sym_file_redirect] = STATE(130), + [sym_heredoc_redirect] = STATE(130), + [sym_concatenation] = STATE(325), + [sym_string] = STATE(324), + [sym_simple_expansion] = STATE(324), + [sym_expansion] = STATE(324), + [sym_command_substitution] = STATE(324), + [sym_process_substitution] = STATE(324), + [aux_sym_command_repeat2] = STATE(555), + [sym_file_descriptor] = ACTIONS(214), + [anon_sym_PIPE] = ACTIONS(1002), + [anon_sym_RPAREN] = ACTIONS(1002), + [anon_sym_SEMI_SEMI] = ACTIONS(1002), + [anon_sym_PIPE_AMP] = ACTIONS(1002), + [anon_sym_AMP_AMP] = ACTIONS(1002), + [anon_sym_PIPE_PIPE] = ACTIONS(1002), + [anon_sym_LT] = ACTIONS(218), + [anon_sym_GT] = ACTIONS(218), + [anon_sym_GT_GT] = ACTIONS(218), + [anon_sym_AMP_GT] = ACTIONS(218), + [anon_sym_AMP_GT_GT] = ACTIONS(218), + [anon_sym_LT_AMP] = ACTIONS(218), + [anon_sym_GT_AMP] = ACTIONS(218), + [anon_sym_LT_LT] = ACTIONS(220), + [anon_sym_LT_LT_DASH] = ACTIONS(220), + [anon_sym_DQUOTE] = ACTIONS(222), + [sym_raw_string] = ACTIONS(552), + [anon_sym_DOLLAR] = ACTIONS(226), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(228), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(230), + [anon_sym_BQUOTE] = ACTIONS(232), + [anon_sym_LT_LPAREN] = ACTIONS(234), + [anon_sym_GT_LPAREN] = ACTIONS(234), + [sym_word] = ACTIONS(552), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1002), + [anon_sym_LF] = ACTIONS(1002), + [anon_sym_AMP] = ACTIONS(1002), + }, + [330] = { + [sym__concat] = ACTIONS(382), + [anon_sym_PIPE] = ACTIONS(382), + [anon_sym_RPAREN] = ACTIONS(382), + [anon_sym_RBRACK] = ACTIONS(382), + [sym_comment] = ACTIONS(52), + }, + [331] = { + [sym_simple_expansion] = STATE(250), + [sym_expansion] = STATE(250), + [sym_command_substitution] = STATE(250), + [anon_sym_DQUOTE] = ACTIONS(1016), + [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(402), + [anon_sym_DOLLAR] = ACTIONS(134), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), + [anon_sym_BQUOTE] = ACTIONS(140), + [sym_comment] = ACTIONS(142), + }, + [332] = { + [sym_string] = STATE(557), + [sym_simple_expansion] = STATE(557), + [sym_expansion] = STATE(557), + [sym_command_substitution] = STATE(557), + [sym_process_substitution] = STATE(557), + [anon_sym_DQUOTE] = ACTIONS(252), + [sym_raw_string] = ACTIONS(1018), + [anon_sym_DOLLAR] = ACTIONS(256), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(258), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(260), + [anon_sym_BQUOTE] = ACTIONS(262), + [anon_sym_LT_LPAREN] = ACTIONS(264), + [anon_sym_GT_LPAREN] = ACTIONS(264), + [sym_word] = ACTIONS(1020), + [sym_comment] = ACTIONS(52), + }, + [333] = { + [anon_sym_EQ] = ACTIONS(1022), + [sym_comment] = ACTIONS(52), + }, + [334] = { + [sym__concat] = ACTIONS(1024), + [anon_sym_PIPE] = ACTIONS(408), + [anon_sym_RPAREN] = ACTIONS(408), + [anon_sym_RBRACK] = ACTIONS(408), + [sym_comment] = ACTIONS(52), + }, + [335] = { + [sym__concat] = ACTIONS(414), + [anon_sym_PIPE] = ACTIONS(414), + [anon_sym_RPAREN] = ACTIONS(414), + [anon_sym_RBRACK] = ACTIONS(414), + [sym_comment] = ACTIONS(52), + }, + [336] = { + [sym__concat] = ACTIONS(418), + [anon_sym_PIPE] = ACTIONS(418), + [anon_sym_RPAREN] = ACTIONS(418), + [anon_sym_RBRACK] = ACTIONS(418), + [sym_comment] = ACTIONS(52), + }, + [337] = { + [sym__concat] = ACTIONS(422), + [anon_sym_PIPE] = ACTIONS(422), + [anon_sym_RPAREN] = ACTIONS(422), + [anon_sym_RBRACK] = ACTIONS(422), + [sym_comment] = ACTIONS(52), + }, + [338] = { + [sym_special_variable_name] = STATE(560), + [anon_sym_RBRACE] = ACTIONS(414), + [anon_sym_LBRACK] = ACTIONS(414), + [anon_sym_EQ] = ACTIONS(414), + [anon_sym_DOLLAR] = ACTIONS(156), + [anon_sym_POUND] = ACTIONS(156), + [anon_sym_AT] = ACTIONS(156), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_QMARK] = ACTIONS(414), + [anon_sym_COLON_DASH] = ACTIONS(414), + [anon_sym_PERCENT] = ACTIONS(414), + [anon_sym_SLASH] = ACTIONS(414), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(1026), + [anon_sym_STAR] = ACTIONS(156), + [anon_sym_QMARK] = ACTIONS(156), + [anon_sym_DASH] = ACTIONS(156), + [anon_sym_BANG] = ACTIONS(156), + [anon_sym_0] = ACTIONS(162), + [anon_sym__] = ACTIONS(162), + }, + [339] = { + [anon_sym_RBRACE] = ACTIONS(1028), + [anon_sym_LBRACK] = ACTIONS(1030), + [anon_sym_EQ] = ACTIONS(1032), + [anon_sym_COLON] = ACTIONS(1034), + [anon_sym_COLON_QMARK] = ACTIONS(1032), + [anon_sym_COLON_DASH] = ACTIONS(1032), + [anon_sym_PERCENT] = ACTIONS(1032), + [anon_sym_SLASH] = ACTIONS(1032), + [sym_comment] = ACTIONS(52), + }, + [340] = { + [anon_sym_RBRACE] = ACTIONS(1036), + [anon_sym_LBRACK] = ACTIONS(1038), + [anon_sym_EQ] = ACTIONS(1040), + [anon_sym_COLON] = ACTIONS(1042), + [anon_sym_COLON_QMARK] = ACTIONS(1040), + [anon_sym_COLON_DASH] = ACTIONS(1040), + [anon_sym_PERCENT] = ACTIONS(1040), + [anon_sym_SLASH] = ACTIONS(1040), + [sym_comment] = ACTIONS(52), + }, + [341] = { + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(1044), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(480), + [sym_comment] = ACTIONS(52), + }, + [342] = { + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(1044), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(500), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(236), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), + }, + [343] = { + [anon_sym_PIPE] = ACTIONS(504), + [anon_sym_PIPE_AMP] = ACTIONS(506), + [anon_sym_AMP_AMP] = ACTIONS(508), + [anon_sym_PIPE_PIPE] = ACTIONS(508), + [anon_sym_BQUOTE] = ACTIONS(1044), + [sym_comment] = ACTIONS(52), }, [344] = { - [anon_sym_SEMI_SEMI] = ACTIONS(389), - [anon_sym_DQUOTE] = ACTIONS(389), - [sym_raw_string] = ACTIONS(389), - [anon_sym_DOLLAR] = ACTIONS(389), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(389), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(389), - [anon_sym_BQUOTE] = ACTIONS(389), - [anon_sym_LT_LPAREN] = ACTIONS(389), - [anon_sym_GT_LPAREN] = ACTIONS(389), - [sym_word] = ACTIONS(389), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(389), - [anon_sym_LF] = ACTIONS(389), - [anon_sym_AMP] = ACTIONS(389), + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(504), + [anon_sym_PIPE_AMP] = ACTIONS(506), + [anon_sym_AMP_AMP] = ACTIONS(508), + [anon_sym_PIPE_PIPE] = ACTIONS(510), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(1044), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), }, [345] = { - [sym_concatenation] = STATE(545), - [sym_string] = STATE(544), - [sym_simple_expansion] = STATE(544), - [sym_expansion] = STATE(544), - [sym_command_substitution] = STATE(544), - [sym_process_substitution] = STATE(544), - [anon_sym_SEMI_SEMI] = ACTIONS(1095), - [anon_sym_DQUOTE] = ACTIONS(1097), - [sym_raw_string] = ACTIONS(1099), - [anon_sym_DOLLAR] = ACTIONS(1101), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1103), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1105), - [anon_sym_BQUOTE] = ACTIONS(1107), - [anon_sym_LT_LPAREN] = ACTIONS(1109), - [anon_sym_GT_LPAREN] = ACTIONS(1109), - [sym_word] = ACTIONS(1099), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1095), - [anon_sym_LF] = ACTIONS(1095), - [anon_sym_AMP] = ACTIONS(1095), + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(1046), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(480), + [sym_comment] = ACTIONS(52), }, [346] = { - [anon_sym_PIPE] = ACTIONS(1111), - [anon_sym_RPAREN] = ACTIONS(1111), - [anon_sym_SEMI_SEMI] = ACTIONS(1111), - [anon_sym_PIPE_AMP] = ACTIONS(1111), - [anon_sym_AMP_AMP] = ACTIONS(1111), - [anon_sym_PIPE_PIPE] = ACTIONS(1111), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1111), - [anon_sym_LF] = ACTIONS(1111), - [anon_sym_AMP] = ACTIONS(1111), + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(1046), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(500), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(236), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), }, [347] = { - [sym__terminated_statement] = STATE(126), - [sym_for_statement] = STATE(23), - [sym_while_statement] = STATE(23), - [sym_if_statement] = STATE(23), - [sym_case_statement] = STATE(23), - [sym_function_definition] = STATE(23), - [sym_subshell] = STATE(23), - [sym_pipeline] = STATE(23), - [sym_list] = STATE(23), - [sym_bracket_command] = STATE(23), - [sym_command] = STATE(23), + [sym_file_descriptor] = ACTIONS(1048), + [sym_variable_name] = ACTIONS(1048), + [anon_sym_PIPE] = ACTIONS(1050), + [anon_sym_RPAREN] = ACTIONS(1050), + [anon_sym_SEMI_SEMI] = ACTIONS(1050), + [anon_sym_PIPE_AMP] = ACTIONS(1050), + [anon_sym_AMP_AMP] = ACTIONS(1050), + [anon_sym_PIPE_PIPE] = ACTIONS(1050), + [anon_sym_LT] = ACTIONS(1050), + [anon_sym_GT] = ACTIONS(1050), + [anon_sym_GT_GT] = ACTIONS(1050), + [anon_sym_AMP_GT] = ACTIONS(1050), + [anon_sym_AMP_GT_GT] = ACTIONS(1050), + [anon_sym_LT_AMP] = ACTIONS(1050), + [anon_sym_GT_AMP] = ACTIONS(1050), + [anon_sym_DQUOTE] = ACTIONS(1050), + [sym_raw_string] = ACTIONS(1050), + [anon_sym_DOLLAR] = ACTIONS(1050), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1050), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1050), + [anon_sym_BQUOTE] = ACTIONS(1050), + [anon_sym_LT_LPAREN] = ACTIONS(1050), + [anon_sym_GT_LPAREN] = ACTIONS(1050), + [sym_word] = ACTIONS(1050), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1050), + [anon_sym_LF] = ACTIONS(1050), + [anon_sym_AMP] = ACTIONS(1050), + }, + [348] = { + [anon_sym_RPAREN] = ACTIONS(1052), + [sym_word] = ACTIONS(1054), + [sym_comment] = ACTIONS(52), + }, + [349] = { + [anon_sym_RPAREN] = ACTIONS(1056), + [sym_word] = ACTIONS(1058), + [sym_comment] = ACTIONS(52), + }, + [350] = { + [sym_file_descriptor] = ACTIONS(382), + [sym__concat] = ACTIONS(382), + [sym_variable_name] = ACTIONS(382), + [anon_sym_PIPE] = ACTIONS(384), + [anon_sym_RPAREN] = ACTIONS(384), + [anon_sym_SEMI_SEMI] = ACTIONS(384), + [anon_sym_PIPE_AMP] = ACTIONS(384), + [anon_sym_AMP_AMP] = ACTIONS(384), + [anon_sym_PIPE_PIPE] = ACTIONS(384), + [anon_sym_LT] = ACTIONS(384), + [anon_sym_GT] = ACTIONS(384), + [anon_sym_GT_GT] = ACTIONS(384), + [anon_sym_AMP_GT] = ACTIONS(384), + [anon_sym_AMP_GT_GT] = ACTIONS(384), + [anon_sym_LT_AMP] = ACTIONS(384), + [anon_sym_GT_AMP] = ACTIONS(384), + [anon_sym_DQUOTE] = ACTIONS(384), + [sym_raw_string] = ACTIONS(384), + [anon_sym_DOLLAR] = ACTIONS(384), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(384), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(384), + [anon_sym_BQUOTE] = ACTIONS(384), + [anon_sym_LT_LPAREN] = ACTIONS(384), + [anon_sym_GT_LPAREN] = ACTIONS(384), + [sym_word] = ACTIONS(384), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(384), + [anon_sym_LF] = ACTIONS(384), + [anon_sym_AMP] = ACTIONS(384), + }, + [351] = { + [sym_simple_expansion] = STATE(250), + [sym_expansion] = STATE(250), + [sym_command_substitution] = STATE(250), + [anon_sym_DQUOTE] = ACTIONS(1060), + [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(402), + [anon_sym_DOLLAR] = ACTIONS(134), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), + [anon_sym_BQUOTE] = ACTIONS(140), + [sym_comment] = ACTIONS(142), + }, + [352] = { + [sym_string] = STATE(572), + [sym_simple_expansion] = STATE(572), + [sym_expansion] = STATE(572), + [sym_command_substitution] = STATE(572), + [sym_process_substitution] = STATE(572), + [anon_sym_DQUOTE] = ACTIONS(272), + [sym_raw_string] = ACTIONS(1062), + [anon_sym_DOLLAR] = ACTIONS(276), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(278), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(280), + [anon_sym_BQUOTE] = ACTIONS(282), + [anon_sym_LT_LPAREN] = ACTIONS(284), + [anon_sym_GT_LPAREN] = ACTIONS(284), + [sym_word] = ACTIONS(1064), + [sym_comment] = ACTIONS(52), + }, + [353] = { + [sym_file_descriptor] = ACTIONS(408), + [sym__concat] = ACTIONS(1066), + [sym_variable_name] = ACTIONS(408), + [anon_sym_PIPE] = ACTIONS(412), + [anon_sym_RPAREN] = ACTIONS(412), + [anon_sym_SEMI_SEMI] = ACTIONS(412), + [anon_sym_PIPE_AMP] = ACTIONS(412), + [anon_sym_AMP_AMP] = ACTIONS(412), + [anon_sym_PIPE_PIPE] = ACTIONS(412), + [anon_sym_LT] = ACTIONS(412), + [anon_sym_GT] = ACTIONS(412), + [anon_sym_GT_GT] = ACTIONS(412), + [anon_sym_AMP_GT] = ACTIONS(412), + [anon_sym_AMP_GT_GT] = ACTIONS(412), + [anon_sym_LT_AMP] = ACTIONS(412), + [anon_sym_GT_AMP] = ACTIONS(412), + [anon_sym_DQUOTE] = ACTIONS(412), + [sym_raw_string] = ACTIONS(412), + [anon_sym_DOLLAR] = ACTIONS(412), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(412), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(412), + [anon_sym_BQUOTE] = ACTIONS(412), + [anon_sym_LT_LPAREN] = ACTIONS(412), + [anon_sym_GT_LPAREN] = ACTIONS(412), + [sym_word] = ACTIONS(412), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(412), + [anon_sym_LF] = ACTIONS(412), + [anon_sym_AMP] = ACTIONS(412), + }, + [354] = { + [sym_file_descriptor] = ACTIONS(414), + [sym__concat] = ACTIONS(414), + [sym_variable_name] = ACTIONS(414), + [anon_sym_PIPE] = ACTIONS(416), + [anon_sym_RPAREN] = ACTIONS(416), + [anon_sym_SEMI_SEMI] = ACTIONS(416), + [anon_sym_PIPE_AMP] = ACTIONS(416), + [anon_sym_AMP_AMP] = ACTIONS(416), + [anon_sym_PIPE_PIPE] = ACTIONS(416), + [anon_sym_LT] = ACTIONS(416), + [anon_sym_GT] = ACTIONS(416), + [anon_sym_GT_GT] = ACTIONS(416), + [anon_sym_AMP_GT] = ACTIONS(416), + [anon_sym_AMP_GT_GT] = ACTIONS(416), + [anon_sym_LT_AMP] = ACTIONS(416), + [anon_sym_GT_AMP] = ACTIONS(416), + [anon_sym_DQUOTE] = ACTIONS(416), + [sym_raw_string] = ACTIONS(416), + [anon_sym_DOLLAR] = ACTIONS(416), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(416), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(416), + [anon_sym_BQUOTE] = ACTIONS(416), + [anon_sym_LT_LPAREN] = ACTIONS(416), + [anon_sym_GT_LPAREN] = ACTIONS(416), + [sym_word] = ACTIONS(416), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(416), + [anon_sym_LF] = ACTIONS(416), + [anon_sym_AMP] = ACTIONS(416), + }, + [355] = { + [sym_file_descriptor] = ACTIONS(418), + [sym__concat] = ACTIONS(418), + [sym_variable_name] = ACTIONS(418), + [anon_sym_PIPE] = ACTIONS(420), + [anon_sym_RPAREN] = ACTIONS(420), + [anon_sym_SEMI_SEMI] = ACTIONS(420), + [anon_sym_PIPE_AMP] = ACTIONS(420), + [anon_sym_AMP_AMP] = ACTIONS(420), + [anon_sym_PIPE_PIPE] = ACTIONS(420), + [anon_sym_LT] = ACTIONS(420), + [anon_sym_GT] = ACTIONS(420), + [anon_sym_GT_GT] = ACTIONS(420), + [anon_sym_AMP_GT] = ACTIONS(420), + [anon_sym_AMP_GT_GT] = ACTIONS(420), + [anon_sym_LT_AMP] = ACTIONS(420), + [anon_sym_GT_AMP] = ACTIONS(420), + [anon_sym_DQUOTE] = ACTIONS(420), + [sym_raw_string] = ACTIONS(420), + [anon_sym_DOLLAR] = ACTIONS(420), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(420), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(420), + [anon_sym_BQUOTE] = ACTIONS(420), + [anon_sym_LT_LPAREN] = ACTIONS(420), + [anon_sym_GT_LPAREN] = ACTIONS(420), + [sym_word] = ACTIONS(420), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(420), + [anon_sym_LF] = ACTIONS(420), + [anon_sym_AMP] = ACTIONS(420), + }, + [356] = { + [sym_file_descriptor] = ACTIONS(422), + [sym__concat] = ACTIONS(422), + [sym_variable_name] = ACTIONS(422), + [anon_sym_PIPE] = ACTIONS(424), + [anon_sym_RPAREN] = ACTIONS(424), + [anon_sym_SEMI_SEMI] = ACTIONS(424), + [anon_sym_PIPE_AMP] = ACTIONS(424), + [anon_sym_AMP_AMP] = ACTIONS(424), + [anon_sym_PIPE_PIPE] = ACTIONS(424), + [anon_sym_LT] = ACTIONS(424), + [anon_sym_GT] = ACTIONS(424), + [anon_sym_GT_GT] = ACTIONS(424), + [anon_sym_AMP_GT] = ACTIONS(424), + [anon_sym_AMP_GT_GT] = ACTIONS(424), + [anon_sym_LT_AMP] = ACTIONS(424), + [anon_sym_GT_AMP] = ACTIONS(424), + [anon_sym_DQUOTE] = ACTIONS(424), + [sym_raw_string] = ACTIONS(424), + [anon_sym_DOLLAR] = ACTIONS(424), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(424), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(424), + [anon_sym_BQUOTE] = ACTIONS(424), + [anon_sym_LT_LPAREN] = ACTIONS(424), + [anon_sym_GT_LPAREN] = ACTIONS(424), + [sym_word] = ACTIONS(424), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(424), + [anon_sym_LF] = ACTIONS(424), + [anon_sym_AMP] = ACTIONS(424), + }, + [357] = { + [sym_special_variable_name] = STATE(575), + [anon_sym_RBRACE] = ACTIONS(414), + [anon_sym_LBRACK] = ACTIONS(414), + [anon_sym_EQ] = ACTIONS(414), + [anon_sym_DOLLAR] = ACTIONS(156), + [anon_sym_POUND] = ACTIONS(156), + [anon_sym_AT] = ACTIONS(156), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_QMARK] = ACTIONS(414), + [anon_sym_COLON_DASH] = ACTIONS(414), + [anon_sym_PERCENT] = ACTIONS(414), + [anon_sym_SLASH] = ACTIONS(414), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(156), + [anon_sym_QMARK] = ACTIONS(156), + [anon_sym_DASH] = ACTIONS(156), + [anon_sym_BANG] = ACTIONS(156), + [anon_sym_0] = ACTIONS(162), + [anon_sym__] = ACTIONS(162), + }, + [358] = { + [anon_sym_RBRACE] = ACTIONS(1070), + [anon_sym_LBRACK] = ACTIONS(1072), + [anon_sym_EQ] = ACTIONS(1074), + [anon_sym_COLON] = ACTIONS(1076), + [anon_sym_COLON_QMARK] = ACTIONS(1074), + [anon_sym_COLON_DASH] = ACTIONS(1074), + [anon_sym_PERCENT] = ACTIONS(1074), + [anon_sym_SLASH] = ACTIONS(1074), + [sym_comment] = ACTIONS(52), + }, + [359] = { + [anon_sym_RBRACE] = ACTIONS(1078), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1082), + [anon_sym_COLON] = ACTIONS(1084), + [anon_sym_COLON_QMARK] = ACTIONS(1082), + [anon_sym_COLON_DASH] = ACTIONS(1082), + [anon_sym_PERCENT] = ACTIONS(1082), + [anon_sym_SLASH] = ACTIONS(1082), + [sym_comment] = ACTIONS(52), + }, + [360] = { + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(1086), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(480), + [sym_comment] = ACTIONS(52), + }, + [361] = { + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(1086), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(500), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(236), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), + }, + [362] = { + [anon_sym_PIPE] = ACTIONS(504), + [anon_sym_PIPE_AMP] = ACTIONS(506), + [anon_sym_AMP_AMP] = ACTIONS(508), + [anon_sym_PIPE_PIPE] = ACTIONS(508), + [anon_sym_BQUOTE] = ACTIONS(1086), + [sym_comment] = ACTIONS(52), + }, + [363] = { + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(504), + [anon_sym_PIPE_AMP] = ACTIONS(506), + [anon_sym_AMP_AMP] = ACTIONS(508), + [anon_sym_PIPE_PIPE] = ACTIONS(510), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(1086), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), + }, + [364] = { + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(1088), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(480), + [sym_comment] = ACTIONS(52), + }, + [365] = { + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(1088), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(500), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(236), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), + }, + [366] = { + [sym_simple_expansion] = STATE(78), + [sym_expansion] = STATE(78), + [sym_command_substitution] = STATE(78), + [aux_sym_string_repeat1] = STATE(585), + [anon_sym_DQUOTE] = ACTIONS(1090), + [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(132), + [anon_sym_DOLLAR] = ACTIONS(134), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), + [anon_sym_BQUOTE] = ACTIONS(140), + [sym_comment] = ACTIONS(142), + }, + [367] = { + [aux_sym_concatenation_repeat1] = STATE(587), + [sym__concat] = ACTIONS(1092), + [anon_sym_SEMI_SEMI] = ACTIONS(328), + [anon_sym_DQUOTE] = ACTIONS(328), + [sym_raw_string] = ACTIONS(328), + [anon_sym_DOLLAR] = ACTIONS(328), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(328), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(328), + [anon_sym_BQUOTE] = ACTIONS(328), + [anon_sym_LT_LPAREN] = ACTIONS(328), + [anon_sym_GT_LPAREN] = ACTIONS(328), + [sym_word] = ACTIONS(328), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(328), + [anon_sym_LF] = ACTIONS(328), + [anon_sym_AMP] = ACTIONS(328), + }, + [368] = { + [sym_special_variable_name] = STATE(590), + [anon_sym_DOLLAR] = ACTIONS(1094), + [anon_sym_POUND] = ACTIONS(1094), + [anon_sym_AT] = ACTIONS(1094), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(1096), + [anon_sym_STAR] = ACTIONS(1094), + [anon_sym_QMARK] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_BANG] = ACTIONS(1094), + [anon_sym_0] = ACTIONS(1098), + [anon_sym__] = ACTIONS(1098), + }, + [369] = { + [sym_special_variable_name] = STATE(593), + [anon_sym_DOLLAR] = ACTIONS(156), + [anon_sym_POUND] = ACTIONS(1100), + [anon_sym_AT] = ACTIONS(156), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(1102), + [anon_sym_STAR] = ACTIONS(156), + [anon_sym_QMARK] = ACTIONS(156), + [anon_sym_DASH] = ACTIONS(156), + [anon_sym_BANG] = ACTIONS(156), + [anon_sym_0] = ACTIONS(162), + [anon_sym__] = ACTIONS(162), + }, + [370] = { + [sym_for_statement] = STATE(594), + [sym_while_statement] = STATE(594), + [sym_if_statement] = STATE(594), + [sym_case_statement] = STATE(594), + [sym_function_definition] = STATE(594), + [sym_subshell] = STATE(594), + [sym_pipeline] = STATE(594), + [sym_list] = STATE(594), + [sym_bracket_command] = STATE(594), + [sym_command] = STATE(594), + [sym_command_name] = STATE(111), + [sym_environment_variable_assignment] = STATE(595), + [sym_subscript] = STATE(113), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(115), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), + }, + [371] = { + [sym_for_statement] = STATE(596), + [sym_while_statement] = STATE(596), + [sym_if_statement] = STATE(596), + [sym_case_statement] = STATE(596), + [sym_function_definition] = STATE(596), + [sym_subshell] = STATE(596), + [sym_pipeline] = STATE(596), + [sym_list] = STATE(596), + [sym_bracket_command] = STATE(596), + [sym_command] = STATE(596), + [sym_command_name] = STATE(117), + [sym_environment_variable_assignment] = STATE(597), + [sym_subscript] = STATE(113), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(119), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), + }, + [372] = { + [sym_for_statement] = STATE(598), + [sym_while_statement] = STATE(598), + [sym_if_statement] = STATE(598), + [sym_case_statement] = STATE(598), + [sym_function_definition] = STATE(598), + [sym_subshell] = STATE(598), + [sym_pipeline] = STATE(598), + [sym_list] = STATE(598), + [sym_bracket_command] = STATE(598), + [sym_command] = STATE(598), + [sym_command_name] = STATE(111), + [sym_environment_variable_assignment] = STATE(599), + [sym_subscript] = STATE(113), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(115), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), + }, + [373] = { + [anon_sym_SEMI_SEMI] = ACTIONS(328), + [anon_sym_DQUOTE] = ACTIONS(328), + [sym_raw_string] = ACTIONS(328), + [anon_sym_DOLLAR] = ACTIONS(328), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(328), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(328), + [anon_sym_BQUOTE] = ACTIONS(328), + [anon_sym_LT_LPAREN] = ACTIONS(328), + [anon_sym_GT_LPAREN] = ACTIONS(328), + [sym_word] = ACTIONS(328), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(328), + [anon_sym_LF] = ACTIONS(328), + [anon_sym_AMP] = ACTIONS(328), + }, + [374] = { + [sym_concatenation] = STATE(602), + [sym_string] = STATE(601), + [sym_simple_expansion] = STATE(601), + [sym_expansion] = STATE(601), + [sym_command_substitution] = STATE(601), + [sym_process_substitution] = STATE(601), + [anon_sym_SEMI_SEMI] = ACTIONS(1104), + [anon_sym_DQUOTE] = ACTIONS(1106), + [sym_raw_string] = ACTIONS(1108), + [anon_sym_DOLLAR] = ACTIONS(1110), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1112), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1114), + [anon_sym_BQUOTE] = ACTIONS(1116), + [anon_sym_LT_LPAREN] = ACTIONS(1118), + [anon_sym_GT_LPAREN] = ACTIONS(1118), + [sym_word] = ACTIONS(1108), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1104), + [anon_sym_LF] = ACTIONS(1104), + [anon_sym_AMP] = ACTIONS(1104), + }, + [375] = { + [anon_sym_PIPE] = ACTIONS(1120), + [anon_sym_RPAREN] = ACTIONS(1120), + [anon_sym_SEMI_SEMI] = ACTIONS(1120), + [anon_sym_PIPE_AMP] = ACTIONS(1120), + [anon_sym_AMP_AMP] = ACTIONS(1120), + [anon_sym_PIPE_PIPE] = ACTIONS(1120), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1120), + [anon_sym_LF] = ACTIONS(1120), + [anon_sym_AMP] = ACTIONS(1120), + }, + [376] = { + [sym_file_descriptor] = ACTIONS(202), + [sym_variable_name] = ACTIONS(202), + [anon_sym_for] = ACTIONS(204), + [anon_sym_while] = ACTIONS(204), + [anon_sym_done] = ACTIONS(204), + [anon_sym_if] = ACTIONS(204), + [anon_sym_case] = ACTIONS(204), + [anon_sym_function] = ACTIONS(204), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(204), + [anon_sym_LBRACK_LBRACK] = ACTIONS(204), + [anon_sym_LT] = ACTIONS(204), + [anon_sym_GT] = ACTIONS(204), + [anon_sym_GT_GT] = ACTIONS(202), + [anon_sym_AMP_GT] = ACTIONS(204), + [anon_sym_AMP_GT_GT] = ACTIONS(202), + [anon_sym_LT_AMP] = ACTIONS(202), + [anon_sym_GT_AMP] = ACTIONS(202), + [anon_sym_DQUOTE] = ACTIONS(202), + [sym_raw_string] = ACTIONS(202), + [anon_sym_DOLLAR] = ACTIONS(204), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(202), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(202), + [anon_sym_BQUOTE] = ACTIONS(202), + [anon_sym_LT_LPAREN] = ACTIONS(202), + [anon_sym_GT_LPAREN] = ACTIONS(202), + [sym_word] = ACTIONS(206), + [sym_comment] = ACTIONS(52), + }, + [377] = { + [anon_sym_PIPE] = ACTIONS(208), + [anon_sym_SEMI_SEMI] = ACTIONS(1122), + [anon_sym_PIPE_AMP] = ACTIONS(208), + [anon_sym_AMP_AMP] = ACTIONS(212), + [anon_sym_PIPE_PIPE] = ACTIONS(212), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1122), + [anon_sym_LF] = ACTIONS(1122), + [anon_sym_AMP] = ACTIONS(1122), + }, + [378] = { + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(208), + [anon_sym_SEMI_SEMI] = ACTIONS(1122), + [anon_sym_PIPE_AMP] = ACTIONS(208), + [anon_sym_AMP_AMP] = ACTIONS(212), + [anon_sym_PIPE_PIPE] = ACTIONS(212), + [anon_sym_LT] = ACTIONS(238), + [anon_sym_GT] = ACTIONS(238), + [anon_sym_GT_GT] = ACTIONS(238), + [anon_sym_AMP_GT] = ACTIONS(238), + [anon_sym_AMP_GT_GT] = ACTIONS(238), + [anon_sym_LT_AMP] = ACTIONS(238), + [anon_sym_GT_AMP] = ACTIONS(238), + [anon_sym_DQUOTE] = ACTIONS(238), + [sym_raw_string] = ACTIONS(238), + [anon_sym_DOLLAR] = ACTIONS(238), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(238), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(238), + [anon_sym_BQUOTE] = ACTIONS(238), + [anon_sym_LT_LPAREN] = ACTIONS(238), + [anon_sym_GT_LPAREN] = ACTIONS(238), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1122), + [anon_sym_LF] = ACTIONS(1122), + [anon_sym_AMP] = ACTIONS(1122), + }, + [379] = { + [sym__terminated_statement] = STATE(605), + [sym_for_statement] = STATE(377), + [sym_while_statement] = STATE(377), + [sym_if_statement] = STATE(377), + [sym_case_statement] = STATE(377), + [sym_function_definition] = STATE(377), + [sym_subshell] = STATE(377), + [sym_pipeline] = STATE(377), + [sym_list] = STATE(377), + [sym_bracket_command] = STATE(377), + [sym_command] = STATE(377), [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(25), + [sym_environment_variable_assignment] = STATE(378), [sym_subscript] = STATE(26), [sym_file_redirect] = STATE(27), [sym_concatenation] = STATE(28), @@ -16832,49 +13089,49 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(14), [sym_process_substitution] = STATE(14), [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_done] = ACTIONS(1113), - [anon_sym_if] = ACTIONS(101), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(12), + [anon_sym_for] = ACTIONS(16), + [anon_sym_while] = ACTIONS(18), + [anon_sym_done] = ACTIONS(1124), + [anon_sym_if] = ACTIONS(20), + [anon_sym_case] = ACTIONS(22), + [anon_sym_function] = ACTIONS(24), + [anon_sym_LPAREN] = ACTIONS(26), + [anon_sym_LBRACK] = ACTIONS(28), + [anon_sym_LBRACK_LBRACK] = ACTIONS(30), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(36), + [sym_raw_string] = ACTIONS(38), + [anon_sym_DOLLAR] = ACTIONS(40), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(42), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(44), + [anon_sym_BQUOTE] = ACTIONS(46), + [anon_sym_LT_LPAREN] = ACTIONS(48), + [anon_sym_GT_LPAREN] = ACTIONS(48), + [sym_word] = ACTIONS(50), + [sym_comment] = ACTIONS(52), }, - [348] = { - [anon_sym_PIPE] = ACTIONS(1115), - [anon_sym_RPAREN] = ACTIONS(1115), - [anon_sym_SEMI_SEMI] = ACTIONS(1115), - [anon_sym_PIPE_AMP] = ACTIONS(1115), - [anon_sym_AMP_AMP] = ACTIONS(1115), - [anon_sym_PIPE_PIPE] = ACTIONS(1115), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1115), - [anon_sym_LF] = ACTIONS(1115), - [anon_sym_AMP] = ACTIONS(1115), + [380] = { + [anon_sym_PIPE] = ACTIONS(1126), + [anon_sym_RPAREN] = ACTIONS(1126), + [anon_sym_SEMI_SEMI] = ACTIONS(1126), + [anon_sym_PIPE_AMP] = ACTIONS(1126), + [anon_sym_AMP_AMP] = ACTIONS(1126), + [anon_sym_PIPE_PIPE] = ACTIONS(1126), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1126), + [anon_sym_LF] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1126), }, - [349] = { - [sym__terminated_statement] = STATE(547), + [381] = { + [sym__terminated_statement] = STATE(606), [sym_for_statement] = STATE(36), [sym_while_statement] = STATE(36), [sym_if_statement] = STATE(36), @@ -16896,4292 +13153,2497 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(14), [sym_process_substitution] = STATE(14), [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), - }, - [350] = { - [sym__terminated_statement] = STATE(22), - [sym_for_statement] = STATE(23), - [sym_while_statement] = STATE(23), - [sym_if_statement] = STATE(23), - [sym_case_statement] = STATE(23), - [sym_function_definition] = STATE(23), - [sym_subshell] = STATE(23), - [sym_pipeline] = STATE(23), - [sym_list] = STATE(23), - [sym_bracket_command] = STATE(23), - [sym_command] = STATE(23), - [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(25), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [aux_sym_program_repeat1] = STATE(548), - [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_fi] = ACTIONS(1117), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), - }, - [351] = { - [anon_sym_fi] = ACTIONS(1119), - [anon_sym_elif] = ACTIONS(1119), - [anon_sym_else] = ACTIONS(1119), - [sym_comment] = ACTIONS(133), - }, - [352] = { - [anon_sym_fi] = ACTIONS(1121), - [sym_comment] = ACTIONS(133), - }, - [353] = { - [sym__terminated_statement] = STATE(126), - [sym_for_statement] = STATE(23), - [sym_while_statement] = STATE(23), - [sym_if_statement] = STATE(23), - [sym_elif_clause] = STATE(351), - [sym_else_clause] = STATE(550), - [sym_case_statement] = STATE(23), - [sym_function_definition] = STATE(23), - [sym_subshell] = STATE(23), - [sym_pipeline] = STATE(23), - [sym_list] = STATE(23), - [sym_bracket_command] = STATE(23), - [sym_command] = STATE(23), - [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(25), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [aux_sym_if_statement_repeat1] = STATE(551), - [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_fi] = ACTIONS(1123), - [anon_sym_elif] = ACTIONS(671), - [anon_sym_else] = ACTIONS(673), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), - }, - [354] = { - [sym_elif_clause] = STATE(552), - [sym_else_clause] = STATE(550), - [anon_sym_fi] = ACTIONS(1121), - [anon_sym_elif] = ACTIONS(1125), - [anon_sym_else] = ACTIONS(1127), - [sym_comment] = ACTIONS(133), - }, - [355] = { - [sym__concat] = ACTIONS(815), - [anon_sym_in] = ACTIONS(817), - [anon_sym_SEMI_SEMI] = ACTIONS(817), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(817), - [anon_sym_LF] = ACTIONS(817), - [anon_sym_AMP] = ACTIONS(817), - }, - [356] = { - [sym__concat] = ACTIONS(823), - [anon_sym_in] = ACTIONS(825), - [anon_sym_SEMI_SEMI] = ACTIONS(825), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(825), - [anon_sym_LF] = ACTIONS(825), - [anon_sym_AMP] = ACTIONS(825), - }, - [357] = { - [sym_case_item] = STATE(555), - [sym_concatenation] = STATE(556), - [sym_string] = STATE(554), - [sym_simple_expansion] = STATE(554), - [sym_expansion] = STATE(554), - [sym_command_substitution] = STATE(554), - [sym_process_substitution] = STATE(554), - [aux_sym_case_statement_repeat1] = STATE(557), - [anon_sym_esac] = ACTIONS(1129), - [anon_sym_DQUOTE] = ACTIONS(313), - [sym_raw_string] = ACTIONS(1131), - [anon_sym_DOLLAR] = ACTIONS(317), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(319), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(321), - [anon_sym_BQUOTE] = ACTIONS(323), - [anon_sym_LT_LPAREN] = ACTIONS(325), - [anon_sym_GT_LPAREN] = ACTIONS(325), - [sym_word] = ACTIONS(1133), - [sym_comment] = ACTIONS(133), - }, - [358] = { - [anon_sym_SEMI_SEMI] = ACTIONS(1135), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1135), - [anon_sym_LF] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1135), - }, - [359] = { - [sym_string] = STATE(559), - [sym_simple_expansion] = STATE(559), - [sym_expansion] = STATE(559), - [sym_command_substitution] = STATE(559), - [sym_process_substitution] = STATE(559), - [anon_sym_DQUOTE] = ACTIONS(145), - [sym_raw_string] = ACTIONS(1137), - [anon_sym_DOLLAR] = ACTIONS(149), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(151), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(153), - [anon_sym_BQUOTE] = ACTIONS(155), - [anon_sym_LT_LPAREN] = ACTIONS(157), - [anon_sym_GT_LPAREN] = ACTIONS(157), - [sym_word] = ACTIONS(1139), - [sym_comment] = ACTIONS(133), - }, - [360] = { - [anon_sym_RBRACE] = ACTIONS(1141), - [anon_sym_LBRACK] = ACTIONS(1143), - [sym_comment] = ACTIONS(133), - }, - [361] = { - [anon_sym_RBRACE] = ACTIONS(1145), - [anon_sym_LBRACK] = ACTIONS(1147), - [sym_comment] = ACTIONS(133), - }, - [362] = { - [sym__concat] = ACTIONS(839), - [anon_sym_in] = ACTIONS(841), - [anon_sym_SEMI_SEMI] = ACTIONS(841), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(841), - [anon_sym_LF] = ACTIONS(841), - [anon_sym_AMP] = ACTIONS(841), - }, - [363] = { - [anon_sym_AT] = ACTIONS(1149), - [sym_comment] = ACTIONS(133), - }, - [364] = { - [sym_concatenation] = STATE(566), - [sym_string] = STATE(565), - [sym_simple_expansion] = STATE(565), - [sym_expansion] = STATE(565), - [sym_command_substitution] = STATE(565), - [sym_process_substitution] = STATE(565), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1151), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(1153), - [sym_comment] = ACTIONS(133), - }, - [365] = { - [sym__concat] = ACTIONS(849), - [anon_sym_in] = ACTIONS(851), - [anon_sym_SEMI_SEMI] = ACTIONS(851), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(851), - [anon_sym_LF] = ACTIONS(851), - [anon_sym_AMP] = ACTIONS(851), - }, - [366] = { - [anon_sym_AT] = ACTIONS(1155), - [sym_comment] = ACTIONS(133), - }, - [367] = { - [sym_concatenation] = STATE(569), - [sym_string] = STATE(568), - [sym_simple_expansion] = STATE(568), - [sym_expansion] = STATE(568), - [sym_command_substitution] = STATE(568), - [sym_process_substitution] = STATE(568), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1157), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(1159), - [sym_comment] = ACTIONS(133), - }, - [368] = { - [sym__concat] = ACTIONS(917), - [anon_sym_in] = ACTIONS(919), - [anon_sym_SEMI_SEMI] = ACTIONS(919), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(919), - [anon_sym_LF] = ACTIONS(919), - [anon_sym_AMP] = ACTIONS(919), - }, - [369] = { - [sym__concat] = ACTIONS(955), - [anon_sym_in] = ACTIONS(957), - [anon_sym_SEMI_SEMI] = ACTIONS(957), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(957), - [anon_sym_LF] = ACTIONS(957), - [anon_sym_AMP] = ACTIONS(957), - }, - [370] = { - [sym_compound_statement] = STATE(570), - [anon_sym_LBRACE] = ACTIONS(959), - [sym_comment] = ACTIONS(133), - }, - [371] = { - [anon_sym_PIPE] = ACTIONS(1161), - [anon_sym_RPAREN] = ACTIONS(1161), - [anon_sym_SEMI_SEMI] = ACTIONS(1161), - [anon_sym_PIPE_AMP] = ACTIONS(1161), - [anon_sym_AMP_AMP] = ACTIONS(1161), - [anon_sym_PIPE_PIPE] = ACTIONS(1161), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1161), - [anon_sym_LF] = ACTIONS(1161), - [anon_sym_AMP] = ACTIONS(1161), - }, - [372] = { - [sym_file_descriptor] = ACTIONS(559), - [sym_variable_name] = ACTIONS(559), - [anon_sym_for] = ACTIONS(561), - [anon_sym_while] = ACTIONS(561), - [anon_sym_if] = ACTIONS(561), - [anon_sym_case] = ACTIONS(561), - [anon_sym_RPAREN] = ACTIONS(1163), - [anon_sym_function] = ACTIONS(561), - [anon_sym_LPAREN] = ACTIONS(559), - [anon_sym_LBRACK] = ACTIONS(561), - [anon_sym_LBRACK_LBRACK] = ACTIONS(561), - [anon_sym_LT] = ACTIONS(561), - [anon_sym_GT] = ACTIONS(561), - [anon_sym_GT_GT] = ACTIONS(559), - [anon_sym_AMP_GT] = ACTIONS(561), - [anon_sym_AMP_GT_GT] = ACTIONS(559), - [anon_sym_LT_AMP] = ACTIONS(559), - [anon_sym_GT_AMP] = ACTIONS(559), - [anon_sym_DQUOTE] = ACTIONS(559), - [sym_raw_string] = ACTIONS(559), - [anon_sym_DOLLAR] = ACTIONS(561), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(559), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(559), - [anon_sym_BQUOTE] = ACTIONS(559), - [anon_sym_LT_LPAREN] = ACTIONS(559), - [anon_sym_GT_LPAREN] = ACTIONS(559), - [sym_word] = ACTIONS(563), - [sym_comment] = ACTIONS(133), - }, - [373] = { - [sym__concat] = ACTIONS(815), - [anon_sym_RBRACE] = ACTIONS(815), - [anon_sym_RBRACK] = ACTIONS(1165), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1165), - [anon_sym_DQUOTE] = ACTIONS(815), - [sym_raw_string] = ACTIONS(815), - [anon_sym_DOLLAR] = ACTIONS(1165), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(815), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(815), - [anon_sym_BQUOTE] = ACTIONS(815), - [anon_sym_LT_LPAREN] = ACTIONS(815), - [anon_sym_GT_LPAREN] = ACTIONS(815), - [sym_word] = ACTIONS(817), - [sym_comment] = ACTIONS(133), - }, - [374] = { - [sym__concat] = ACTIONS(823), - [anon_sym_RBRACE] = ACTIONS(823), - [anon_sym_RBRACK] = ACTIONS(1167), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1167), - [anon_sym_DQUOTE] = ACTIONS(823), - [sym_raw_string] = ACTIONS(823), - [anon_sym_DOLLAR] = ACTIONS(1167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(823), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(823), - [anon_sym_BQUOTE] = ACTIONS(823), - [anon_sym_LT_LPAREN] = ACTIONS(823), - [anon_sym_GT_LPAREN] = ACTIONS(823), - [sym_word] = ACTIONS(825), - [sym_comment] = ACTIONS(133), - }, - [375] = { - [sym_string] = STATE(572), - [sym_simple_expansion] = STATE(572), - [sym_expansion] = STATE(572), - [sym_command_substitution] = STATE(572), - [sym_process_substitution] = STATE(572), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1169), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(1171), - [sym_comment] = ACTIONS(133), - }, - [376] = { - [anon_sym_RBRACE] = ACTIONS(1173), - [anon_sym_LBRACK] = ACTIONS(1175), - [sym_comment] = ACTIONS(133), - }, - [377] = { - [anon_sym_RBRACE] = ACTIONS(1177), - [anon_sym_LBRACK] = ACTIONS(1179), - [sym_comment] = ACTIONS(133), - }, - [378] = { - [sym__concat] = ACTIONS(839), - [anon_sym_RBRACE] = ACTIONS(839), - [anon_sym_RBRACK] = ACTIONS(1181), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1181), - [anon_sym_DQUOTE] = ACTIONS(839), - [sym_raw_string] = ACTIONS(839), - [anon_sym_DOLLAR] = ACTIONS(1181), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(839), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(839), - [anon_sym_BQUOTE] = ACTIONS(839), - [anon_sym_LT_LPAREN] = ACTIONS(839), - [anon_sym_GT_LPAREN] = ACTIONS(839), - [sym_word] = ACTIONS(841), - [sym_comment] = ACTIONS(133), - }, - [379] = { - [anon_sym_AT] = ACTIONS(1183), - [sym_comment] = ACTIONS(133), - }, - [380] = { - [sym_concatenation] = STATE(579), - [sym_string] = STATE(578), - [sym_simple_expansion] = STATE(578), - [sym_expansion] = STATE(578), - [sym_command_substitution] = STATE(578), - [sym_process_substitution] = STATE(578), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1185), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(1187), - [sym_comment] = ACTIONS(133), - }, - [381] = { - [sym__concat] = ACTIONS(849), - [anon_sym_RBRACE] = ACTIONS(849), - [anon_sym_RBRACK] = ACTIONS(1189), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1189), - [anon_sym_DQUOTE] = ACTIONS(849), - [sym_raw_string] = ACTIONS(849), - [anon_sym_DOLLAR] = ACTIONS(1189), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(849), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(849), - [anon_sym_BQUOTE] = ACTIONS(849), - [anon_sym_LT_LPAREN] = ACTIONS(849), - [anon_sym_GT_LPAREN] = ACTIONS(849), - [sym_word] = ACTIONS(851), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(12), + [anon_sym_for] = ACTIONS(16), + [anon_sym_while] = ACTIONS(18), + [anon_sym_if] = ACTIONS(20), + [anon_sym_case] = ACTIONS(22), + [anon_sym_function] = ACTIONS(24), + [anon_sym_LPAREN] = ACTIONS(26), + [anon_sym_LBRACK] = ACTIONS(28), + [anon_sym_LBRACK_LBRACK] = ACTIONS(30), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(36), + [sym_raw_string] = ACTIONS(38), + [anon_sym_DOLLAR] = ACTIONS(40), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(42), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(44), + [anon_sym_BQUOTE] = ACTIONS(46), + [anon_sym_LT_LPAREN] = ACTIONS(48), + [anon_sym_GT_LPAREN] = ACTIONS(48), + [sym_word] = ACTIONS(50), + [sym_comment] = ACTIONS(52), }, [382] = { - [anon_sym_AT] = ACTIONS(1191), - [sym_comment] = ACTIONS(133), + [sym__terminated_statement] = STATE(607), + [sym_for_statement] = STATE(608), + [sym_while_statement] = STATE(608), + [sym_if_statement] = STATE(608), + [sym_case_statement] = STATE(608), + [sym_function_definition] = STATE(608), + [sym_subshell] = STATE(608), + [sym_pipeline] = STATE(608), + [sym_list] = STATE(608), + [sym_bracket_command] = STATE(608), + [sym_command] = STATE(608), + [sym_command_name] = STATE(24), + [sym_environment_variable_assignment] = STATE(609), + [sym_subscript] = STATE(26), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(28), + [sym_string] = STATE(14), + [sym_simple_expansion] = STATE(14), + [sym_expansion] = STATE(14), + [sym_command_substitution] = STATE(14), + [sym_process_substitution] = STATE(14), + [aux_sym_program_repeat1] = STATE(610), + [aux_sym_command_repeat1] = STATE(30), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(12), + [anon_sym_for] = ACTIONS(16), + [anon_sym_while] = ACTIONS(18), + [anon_sym_if] = ACTIONS(20), + [anon_sym_fi] = ACTIONS(1128), + [anon_sym_case] = ACTIONS(22), + [anon_sym_function] = ACTIONS(24), + [anon_sym_LPAREN] = ACTIONS(26), + [anon_sym_LBRACK] = ACTIONS(28), + [anon_sym_LBRACK_LBRACK] = ACTIONS(30), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(36), + [sym_raw_string] = ACTIONS(38), + [anon_sym_DOLLAR] = ACTIONS(40), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(42), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(44), + [anon_sym_BQUOTE] = ACTIONS(46), + [anon_sym_LT_LPAREN] = ACTIONS(48), + [anon_sym_GT_LPAREN] = ACTIONS(48), + [sym_word] = ACTIONS(50), + [sym_comment] = ACTIONS(52), }, [383] = { - [sym_concatenation] = STATE(582), - [sym_string] = STATE(581), - [sym_simple_expansion] = STATE(581), - [sym_expansion] = STATE(581), - [sym_command_substitution] = STATE(581), - [sym_process_substitution] = STATE(581), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1193), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(1195), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(202), + [sym_variable_name] = ACTIONS(202), + [anon_sym_for] = ACTIONS(204), + [anon_sym_while] = ACTIONS(204), + [anon_sym_if] = ACTIONS(204), + [anon_sym_fi] = ACTIONS(204), + [anon_sym_elif] = ACTIONS(204), + [anon_sym_else] = ACTIONS(204), + [anon_sym_case] = ACTIONS(204), + [anon_sym_function] = ACTIONS(204), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(204), + [anon_sym_LBRACK_LBRACK] = ACTIONS(204), + [anon_sym_LT] = ACTIONS(204), + [anon_sym_GT] = ACTIONS(204), + [anon_sym_GT_GT] = ACTIONS(202), + [anon_sym_AMP_GT] = ACTIONS(204), + [anon_sym_AMP_GT_GT] = ACTIONS(202), + [anon_sym_LT_AMP] = ACTIONS(202), + [anon_sym_GT_AMP] = ACTIONS(202), + [anon_sym_DQUOTE] = ACTIONS(202), + [sym_raw_string] = ACTIONS(202), + [anon_sym_DOLLAR] = ACTIONS(204), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(202), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(202), + [anon_sym_BQUOTE] = ACTIONS(202), + [anon_sym_LT_LPAREN] = ACTIONS(202), + [anon_sym_GT_LPAREN] = ACTIONS(202), + [sym_word] = ACTIONS(206), + [sym_comment] = ACTIONS(52), }, [384] = { - [sym__concat] = ACTIONS(917), - [anon_sym_RBRACE] = ACTIONS(917), - [anon_sym_RBRACK] = ACTIONS(1197), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1197), - [anon_sym_DQUOTE] = ACTIONS(917), - [sym_raw_string] = ACTIONS(917), - [anon_sym_DOLLAR] = ACTIONS(1197), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(917), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(917), - [anon_sym_BQUOTE] = ACTIONS(917), - [anon_sym_LT_LPAREN] = ACTIONS(917), - [anon_sym_GT_LPAREN] = ACTIONS(917), - [sym_word] = ACTIONS(919), - [sym_comment] = ACTIONS(133), + [anon_sym_PIPE] = ACTIONS(208), + [anon_sym_SEMI_SEMI] = ACTIONS(1130), + [anon_sym_PIPE_AMP] = ACTIONS(208), + [anon_sym_AMP_AMP] = ACTIONS(212), + [anon_sym_PIPE_PIPE] = ACTIONS(212), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1130), + [anon_sym_LF] = ACTIONS(1130), + [anon_sym_AMP] = ACTIONS(1130), }, [385] = { - [sym__concat] = ACTIONS(955), - [anon_sym_RBRACE] = ACTIONS(955), - [anon_sym_RBRACK] = ACTIONS(1199), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1199), - [anon_sym_DQUOTE] = ACTIONS(955), - [sym_raw_string] = ACTIONS(955), - [anon_sym_DOLLAR] = ACTIONS(1199), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(955), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(955), - [anon_sym_BQUOTE] = ACTIONS(955), - [anon_sym_LT_LPAREN] = ACTIONS(955), - [anon_sym_GT_LPAREN] = ACTIONS(955), - [sym_word] = ACTIONS(957), - [sym_comment] = ACTIONS(133), + [anon_sym_fi] = ACTIONS(1132), + [anon_sym_elif] = ACTIONS(1132), + [anon_sym_else] = ACTIONS(1132), + [sym_comment] = ACTIONS(52), }, [386] = { - [sym_file_descriptor] = ACTIONS(815), - [sym__concat] = ACTIONS(815), - [sym_variable_name] = ACTIONS(815), - [anon_sym_PIPE] = ACTIONS(1165), - [anon_sym_RPAREN] = ACTIONS(815), - [anon_sym_PIPE_AMP] = ACTIONS(815), - [anon_sym_AMP_AMP] = ACTIONS(815), - [anon_sym_PIPE_PIPE] = ACTIONS(1165), - [anon_sym_LT] = ACTIONS(1165), - [anon_sym_GT] = ACTIONS(1165), - [anon_sym_GT_GT] = ACTIONS(815), - [anon_sym_AMP_GT] = ACTIONS(1165), - [anon_sym_AMP_GT_GT] = ACTIONS(815), - [anon_sym_LT_AMP] = ACTIONS(815), - [anon_sym_GT_AMP] = ACTIONS(815), - [anon_sym_DQUOTE] = ACTIONS(815), - [sym_raw_string] = ACTIONS(815), - [anon_sym_DOLLAR] = ACTIONS(1165), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(815), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(815), - [anon_sym_BQUOTE] = ACTIONS(815), - [anon_sym_LT_LPAREN] = ACTIONS(815), - [anon_sym_GT_LPAREN] = ACTIONS(815), - [sym_word] = ACTIONS(817), - [sym_comment] = ACTIONS(133), + [anon_sym_fi] = ACTIONS(1134), + [sym_comment] = ACTIONS(52), }, [387] = { - [sym_file_descriptor] = ACTIONS(823), - [sym__concat] = ACTIONS(823), - [sym_variable_name] = ACTIONS(823), - [anon_sym_PIPE] = ACTIONS(1167), - [anon_sym_RPAREN] = ACTIONS(823), - [anon_sym_PIPE_AMP] = ACTIONS(823), - [anon_sym_AMP_AMP] = ACTIONS(823), - [anon_sym_PIPE_PIPE] = ACTIONS(1167), - [anon_sym_LT] = ACTIONS(1167), - [anon_sym_GT] = ACTIONS(1167), - [anon_sym_GT_GT] = ACTIONS(823), - [anon_sym_AMP_GT] = ACTIONS(1167), - [anon_sym_AMP_GT_GT] = ACTIONS(823), - [anon_sym_LT_AMP] = ACTIONS(823), - [anon_sym_GT_AMP] = ACTIONS(823), - [anon_sym_DQUOTE] = ACTIONS(823), - [sym_raw_string] = ACTIONS(823), - [anon_sym_DOLLAR] = ACTIONS(1167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(823), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(823), - [anon_sym_BQUOTE] = ACTIONS(823), - [anon_sym_LT_LPAREN] = ACTIONS(823), - [anon_sym_GT_LPAREN] = ACTIONS(823), - [sym_word] = ACTIONS(825), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(208), + [anon_sym_SEMI_SEMI] = ACTIONS(1130), + [anon_sym_PIPE_AMP] = ACTIONS(208), + [anon_sym_AMP_AMP] = ACTIONS(212), + [anon_sym_PIPE_PIPE] = ACTIONS(212), + [anon_sym_LT] = ACTIONS(238), + [anon_sym_GT] = ACTIONS(238), + [anon_sym_GT_GT] = ACTIONS(238), + [anon_sym_AMP_GT] = ACTIONS(238), + [anon_sym_AMP_GT_GT] = ACTIONS(238), + [anon_sym_LT_AMP] = ACTIONS(238), + [anon_sym_GT_AMP] = ACTIONS(238), + [anon_sym_DQUOTE] = ACTIONS(238), + [sym_raw_string] = ACTIONS(238), + [anon_sym_DOLLAR] = ACTIONS(238), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(238), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(238), + [anon_sym_BQUOTE] = ACTIONS(238), + [anon_sym_LT_LPAREN] = ACTIONS(238), + [anon_sym_GT_LPAREN] = ACTIONS(238), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1130), + [anon_sym_LF] = ACTIONS(1130), + [anon_sym_AMP] = ACTIONS(1130), }, [388] = { - [sym_string] = STATE(583), - [sym_simple_expansion] = STATE(583), - [sym_expansion] = STATE(583), - [sym_command_substitution] = STATE(583), - [sym_process_substitution] = STATE(583), - [anon_sym_DQUOTE] = ACTIONS(179), - [sym_raw_string] = ACTIONS(1201), - [anon_sym_DOLLAR] = ACTIONS(183), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(185), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(187), - [anon_sym_BQUOTE] = ACTIONS(189), - [anon_sym_LT_LPAREN] = ACTIONS(191), - [anon_sym_GT_LPAREN] = ACTIONS(191), - [sym_word] = ACTIONS(1203), - [sym_comment] = ACTIONS(133), + [sym__terminated_statement] = STATE(613), + [sym_for_statement] = STATE(384), + [sym_while_statement] = STATE(384), + [sym_if_statement] = STATE(384), + [sym_elif_clause] = STATE(385), + [sym_else_clause] = STATE(614), + [sym_case_statement] = STATE(384), + [sym_function_definition] = STATE(384), + [sym_subshell] = STATE(384), + [sym_pipeline] = STATE(384), + [sym_list] = STATE(384), + [sym_bracket_command] = STATE(384), + [sym_command] = STATE(384), + [sym_command_name] = STATE(24), + [sym_environment_variable_assignment] = STATE(387), + [sym_subscript] = STATE(26), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(28), + [sym_string] = STATE(14), + [sym_simple_expansion] = STATE(14), + [sym_expansion] = STATE(14), + [sym_command_substitution] = STATE(14), + [sym_process_substitution] = STATE(14), + [aux_sym_if_statement_repeat1] = STATE(615), + [aux_sym_command_repeat1] = STATE(30), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(12), + [anon_sym_for] = ACTIONS(16), + [anon_sym_while] = ACTIONS(18), + [anon_sym_if] = ACTIONS(20), + [anon_sym_fi] = ACTIONS(1136), + [anon_sym_elif] = ACTIONS(630), + [anon_sym_else] = ACTIONS(632), + [anon_sym_case] = ACTIONS(22), + [anon_sym_function] = ACTIONS(24), + [anon_sym_LPAREN] = ACTIONS(26), + [anon_sym_LBRACK] = ACTIONS(28), + [anon_sym_LBRACK_LBRACK] = ACTIONS(30), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(36), + [sym_raw_string] = ACTIONS(38), + [anon_sym_DOLLAR] = ACTIONS(40), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(42), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(44), + [anon_sym_BQUOTE] = ACTIONS(46), + [anon_sym_LT_LPAREN] = ACTIONS(48), + [anon_sym_GT_LPAREN] = ACTIONS(48), + [sym_word] = ACTIONS(50), + [sym_comment] = ACTIONS(52), }, [389] = { - [anon_sym_RBRACE] = ACTIONS(1205), - [anon_sym_LBRACK] = ACTIONS(1207), - [sym_comment] = ACTIONS(133), + [sym_elif_clause] = STATE(616), + [sym_else_clause] = STATE(614), + [anon_sym_fi] = ACTIONS(1134), + [anon_sym_elif] = ACTIONS(1138), + [anon_sym_else] = ACTIONS(1140), + [sym_comment] = ACTIONS(52), }, [390] = { - [anon_sym_RBRACE] = ACTIONS(1209), - [anon_sym_LBRACK] = ACTIONS(1211), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(804), + [anon_sym_in] = ACTIONS(806), + [anon_sym_SEMI_SEMI] = ACTIONS(806), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(806), + [anon_sym_LF] = ACTIONS(806), + [anon_sym_AMP] = ACTIONS(806), }, [391] = { - [sym_file_descriptor] = ACTIONS(839), - [sym__concat] = ACTIONS(839), - [sym_variable_name] = ACTIONS(839), - [anon_sym_PIPE] = ACTIONS(1181), - [anon_sym_RPAREN] = ACTIONS(839), - [anon_sym_PIPE_AMP] = ACTIONS(839), - [anon_sym_AMP_AMP] = ACTIONS(839), - [anon_sym_PIPE_PIPE] = ACTIONS(1181), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_GT_GT] = ACTIONS(839), - [anon_sym_AMP_GT] = ACTIONS(1181), - [anon_sym_AMP_GT_GT] = ACTIONS(839), - [anon_sym_LT_AMP] = ACTIONS(839), - [anon_sym_GT_AMP] = ACTIONS(839), - [anon_sym_DQUOTE] = ACTIONS(839), - [sym_raw_string] = ACTIONS(839), - [anon_sym_DOLLAR] = ACTIONS(1181), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(839), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(839), - [anon_sym_BQUOTE] = ACTIONS(839), - [anon_sym_LT_LPAREN] = ACTIONS(839), - [anon_sym_GT_LPAREN] = ACTIONS(839), - [sym_word] = ACTIONS(841), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(812), + [anon_sym_in] = ACTIONS(814), + [anon_sym_SEMI_SEMI] = ACTIONS(814), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(814), + [anon_sym_LF] = ACTIONS(814), + [anon_sym_AMP] = ACTIONS(814), }, [392] = { - [anon_sym_AT] = ACTIONS(1213), - [sym_comment] = ACTIONS(133), + [sym_case_item] = STATE(619), + [sym_concatenation] = STATE(620), + [sym_string] = STATE(618), + [sym_simple_expansion] = STATE(618), + [sym_expansion] = STATE(618), + [sym_command_substitution] = STATE(618), + [sym_process_substitution] = STATE(618), + [aux_sym_case_statement_repeat1] = STATE(621), + [anon_sym_esac] = ACTIONS(1142), + [anon_sym_DQUOTE] = ACTIONS(252), + [sym_raw_string] = ACTIONS(1144), + [anon_sym_DOLLAR] = ACTIONS(256), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(258), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(260), + [anon_sym_BQUOTE] = ACTIONS(262), + [anon_sym_LT_LPAREN] = ACTIONS(264), + [anon_sym_GT_LPAREN] = ACTIONS(264), + [sym_word] = ACTIONS(1146), + [sym_comment] = ACTIONS(52), }, [393] = { - [sym_concatenation] = STATE(590), - [sym_string] = STATE(589), - [sym_simple_expansion] = STATE(589), - [sym_expansion] = STATE(589), - [sym_command_substitution] = STATE(589), - [sym_process_substitution] = STATE(589), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1215), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(1217), - [sym_comment] = ACTIONS(133), + [anon_sym_SEMI_SEMI] = ACTIONS(1148), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1148), + [anon_sym_LF] = ACTIONS(1148), + [anon_sym_AMP] = ACTIONS(1148), }, [394] = { - [sym_file_descriptor] = ACTIONS(849), - [sym__concat] = ACTIONS(849), - [sym_variable_name] = ACTIONS(849), - [anon_sym_PIPE] = ACTIONS(1189), - [anon_sym_RPAREN] = ACTIONS(849), - [anon_sym_PIPE_AMP] = ACTIONS(849), - [anon_sym_AMP_AMP] = ACTIONS(849), - [anon_sym_PIPE_PIPE] = ACTIONS(1189), - [anon_sym_LT] = ACTIONS(1189), - [anon_sym_GT] = ACTIONS(1189), - [anon_sym_GT_GT] = ACTIONS(849), - [anon_sym_AMP_GT] = ACTIONS(1189), - [anon_sym_AMP_GT_GT] = ACTIONS(849), - [anon_sym_LT_AMP] = ACTIONS(849), - [anon_sym_GT_AMP] = ACTIONS(849), - [anon_sym_DQUOTE] = ACTIONS(849), - [sym_raw_string] = ACTIONS(849), - [anon_sym_DOLLAR] = ACTIONS(1189), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(849), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(849), - [anon_sym_BQUOTE] = ACTIONS(849), - [anon_sym_LT_LPAREN] = ACTIONS(849), - [anon_sym_GT_LPAREN] = ACTIONS(849), - [sym_word] = ACTIONS(851), - [sym_comment] = ACTIONS(133), + [sym_string] = STATE(623), + [sym_simple_expansion] = STATE(623), + [sym_expansion] = STATE(623), + [sym_command_substitution] = STATE(623), + [sym_process_substitution] = STATE(623), + [anon_sym_DQUOTE] = ACTIONS(64), + [sym_raw_string] = ACTIONS(1150), + [anon_sym_DOLLAR] = ACTIONS(68), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(70), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(72), + [anon_sym_BQUOTE] = ACTIONS(74), + [anon_sym_LT_LPAREN] = ACTIONS(76), + [anon_sym_GT_LPAREN] = ACTIONS(76), + [sym_word] = ACTIONS(1152), + [sym_comment] = ACTIONS(52), }, [395] = { - [anon_sym_AT] = ACTIONS(1219), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1154), + [anon_sym_LBRACK] = ACTIONS(1156), + [sym_comment] = ACTIONS(52), }, [396] = { - [sym_concatenation] = STATE(593), - [sym_string] = STATE(592), - [sym_simple_expansion] = STATE(592), - [sym_expansion] = STATE(592), - [sym_command_substitution] = STATE(592), - [sym_process_substitution] = STATE(592), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1221), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(1223), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1158), + [anon_sym_LBRACK] = ACTIONS(1160), + [sym_comment] = ACTIONS(52), }, [397] = { - [sym_file_descriptor] = ACTIONS(917), - [sym__concat] = ACTIONS(917), - [sym_variable_name] = ACTIONS(917), - [anon_sym_PIPE] = ACTIONS(1197), - [anon_sym_RPAREN] = ACTIONS(917), - [anon_sym_PIPE_AMP] = ACTIONS(917), - [anon_sym_AMP_AMP] = ACTIONS(917), - [anon_sym_PIPE_PIPE] = ACTIONS(1197), - [anon_sym_LT] = ACTIONS(1197), - [anon_sym_GT] = ACTIONS(1197), - [anon_sym_GT_GT] = ACTIONS(917), - [anon_sym_AMP_GT] = ACTIONS(1197), - [anon_sym_AMP_GT_GT] = ACTIONS(917), - [anon_sym_LT_AMP] = ACTIONS(917), - [anon_sym_GT_AMP] = ACTIONS(917), - [anon_sym_DQUOTE] = ACTIONS(917), - [sym_raw_string] = ACTIONS(917), - [anon_sym_DOLLAR] = ACTIONS(1197), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(917), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(917), - [anon_sym_BQUOTE] = ACTIONS(917), - [anon_sym_LT_LPAREN] = ACTIONS(917), - [anon_sym_GT_LPAREN] = ACTIONS(917), - [sym_word] = ACTIONS(919), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(828), + [anon_sym_in] = ACTIONS(830), + [anon_sym_SEMI_SEMI] = ACTIONS(830), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(830), + [anon_sym_LF] = ACTIONS(830), + [anon_sym_AMP] = ACTIONS(830), }, [398] = { - [sym_file_descriptor] = ACTIONS(955), - [sym__concat] = ACTIONS(955), - [sym_variable_name] = ACTIONS(955), - [anon_sym_PIPE] = ACTIONS(1199), - [anon_sym_RPAREN] = ACTIONS(955), - [anon_sym_PIPE_AMP] = ACTIONS(955), - [anon_sym_AMP_AMP] = ACTIONS(955), - [anon_sym_PIPE_PIPE] = ACTIONS(1199), - [anon_sym_LT] = ACTIONS(1199), - [anon_sym_GT] = ACTIONS(1199), - [anon_sym_GT_GT] = ACTIONS(955), - [anon_sym_AMP_GT] = ACTIONS(1199), - [anon_sym_AMP_GT_GT] = ACTIONS(955), - [anon_sym_LT_AMP] = ACTIONS(955), - [anon_sym_GT_AMP] = ACTIONS(955), - [anon_sym_DQUOTE] = ACTIONS(955), - [sym_raw_string] = ACTIONS(955), - [anon_sym_DOLLAR] = ACTIONS(1199), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(955), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(955), - [anon_sym_BQUOTE] = ACTIONS(955), - [anon_sym_LT_LPAREN] = ACTIONS(955), - [anon_sym_GT_LPAREN] = ACTIONS(955), - [sym_word] = ACTIONS(957), - [sym_comment] = ACTIONS(133), + [anon_sym_AT] = ACTIONS(1162), + [sym_comment] = ACTIONS(52), }, [399] = { - [anon_sym_RBRACE] = ACTIONS(1225), - [anon_sym_LBRACK] = ACTIONS(1227), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(630), + [sym_string] = STATE(629), + [sym_simple_expansion] = STATE(629), + [sym_expansion] = STATE(629), + [sym_command_substitution] = STATE(629), + [sym_process_substitution] = STATE(629), + [anon_sym_DQUOTE] = ACTIONS(82), + [sym_raw_string] = ACTIONS(1164), + [anon_sym_DOLLAR] = ACTIONS(86), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(88), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(90), + [anon_sym_BQUOTE] = ACTIONS(92), + [anon_sym_LT_LPAREN] = ACTIONS(94), + [anon_sym_GT_LPAREN] = ACTIONS(94), + [sym_word] = ACTIONS(1166), + [sym_comment] = ACTIONS(52), }, [400] = { - [anon_sym_RBRACE] = ACTIONS(1229), - [anon_sym_LBRACK] = ACTIONS(1231), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(838), + [anon_sym_in] = ACTIONS(840), + [anon_sym_SEMI_SEMI] = ACTIONS(840), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(840), + [anon_sym_LF] = ACTIONS(840), + [anon_sym_AMP] = ACTIONS(840), }, [401] = { - [anon_sym_DQUOTE] = ACTIONS(841), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(1181), - [anon_sym_DOLLAR] = ACTIONS(841), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(841), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(841), - [anon_sym_BQUOTE] = ACTIONS(841), - [sym_comment] = ACTIONS(85), + [anon_sym_AT] = ACTIONS(1168), + [sym_comment] = ACTIONS(52), }, [402] = { - [anon_sym_AT] = ACTIONS(1233), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(633), + [sym_string] = STATE(632), + [sym_simple_expansion] = STATE(632), + [sym_expansion] = STATE(632), + [sym_command_substitution] = STATE(632), + [sym_process_substitution] = STATE(632), + [anon_sym_DQUOTE] = ACTIONS(82), + [sym_raw_string] = ACTIONS(1170), + [anon_sym_DOLLAR] = ACTIONS(86), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(88), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(90), + [anon_sym_BQUOTE] = ACTIONS(92), + [anon_sym_LT_LPAREN] = ACTIONS(94), + [anon_sym_GT_LPAREN] = ACTIONS(94), + [sym_word] = ACTIONS(1172), + [sym_comment] = ACTIONS(52), }, [403] = { - [sym_concatenation] = STATE(600), - [sym_string] = STATE(599), - [sym_simple_expansion] = STATE(599), - [sym_expansion] = STATE(599), - [sym_command_substitution] = STATE(599), - [sym_process_substitution] = STATE(599), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1235), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(1237), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(918), + [anon_sym_in] = ACTIONS(920), + [anon_sym_SEMI_SEMI] = ACTIONS(920), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(920), + [anon_sym_LF] = ACTIONS(920), + [anon_sym_AMP] = ACTIONS(920), }, [404] = { - [anon_sym_DQUOTE] = ACTIONS(851), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(1189), - [anon_sym_DOLLAR] = ACTIONS(851), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(851), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(851), - [anon_sym_BQUOTE] = ACTIONS(851), - [sym_comment] = ACTIONS(85), + [sym__concat] = ACTIONS(956), + [anon_sym_in] = ACTIONS(958), + [anon_sym_SEMI_SEMI] = ACTIONS(958), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(958), + [anon_sym_LF] = ACTIONS(958), + [anon_sym_AMP] = ACTIONS(958), }, [405] = { - [anon_sym_AT] = ACTIONS(1239), - [sym_comment] = ACTIONS(133), + [sym_compound_statement] = STATE(634), + [anon_sym_LBRACE] = ACTIONS(960), + [sym_comment] = ACTIONS(52), }, [406] = { - [sym_concatenation] = STATE(603), - [sym_string] = STATE(602), - [sym_simple_expansion] = STATE(602), - [sym_expansion] = STATE(602), - [sym_command_substitution] = STATE(602), - [sym_process_substitution] = STATE(602), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1241), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(1243), - [sym_comment] = ACTIONS(133), + [anon_sym_PIPE] = ACTIONS(1174), + [anon_sym_RPAREN] = ACTIONS(1174), + [anon_sym_SEMI_SEMI] = ACTIONS(1174), + [anon_sym_PIPE_AMP] = ACTIONS(1174), + [anon_sym_AMP_AMP] = ACTIONS(1174), + [anon_sym_PIPE_PIPE] = ACTIONS(1174), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1174), + [anon_sym_LF] = ACTIONS(1174), + [anon_sym_AMP] = ACTIONS(1174), }, [407] = { - [anon_sym_DQUOTE] = ACTIONS(919), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(1197), - [anon_sym_DOLLAR] = ACTIONS(919), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(919), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(919), - [anon_sym_BQUOTE] = ACTIONS(919), - [sym_comment] = ACTIONS(85), + [sym_file_descriptor] = ACTIONS(516), + [sym_variable_name] = ACTIONS(516), + [anon_sym_for] = ACTIONS(518), + [anon_sym_while] = ACTIONS(518), + [anon_sym_if] = ACTIONS(518), + [anon_sym_case] = ACTIONS(518), + [anon_sym_RPAREN] = ACTIONS(1176), + [anon_sym_function] = ACTIONS(518), + [anon_sym_LPAREN] = ACTIONS(516), + [anon_sym_LBRACK] = ACTIONS(518), + [anon_sym_LBRACK_LBRACK] = ACTIONS(518), + [anon_sym_LT] = ACTIONS(518), + [anon_sym_GT] = ACTIONS(518), + [anon_sym_GT_GT] = ACTIONS(516), + [anon_sym_AMP_GT] = ACTIONS(518), + [anon_sym_AMP_GT_GT] = ACTIONS(516), + [anon_sym_LT_AMP] = ACTIONS(516), + [anon_sym_GT_AMP] = ACTIONS(516), + [anon_sym_DQUOTE] = ACTIONS(516), + [sym_raw_string] = ACTIONS(516), + [anon_sym_DOLLAR] = ACTIONS(518), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(516), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(516), + [anon_sym_BQUOTE] = ACTIONS(516), + [anon_sym_LT_LPAREN] = ACTIONS(516), + [anon_sym_GT_LPAREN] = ACTIONS(516), + [sym_word] = ACTIONS(520), + [sym_comment] = ACTIONS(52), }, [408] = { - [sym_file_descriptor] = ACTIONS(1245), - [sym__concat] = ACTIONS(1245), - [anon_sym_PIPE] = ACTIONS(1247), - [anon_sym_RPAREN] = ACTIONS(1247), - [anon_sym_SEMI_SEMI] = ACTIONS(1247), - [anon_sym_PIPE_AMP] = ACTIONS(1247), - [anon_sym_AMP_AMP] = ACTIONS(1247), - [anon_sym_PIPE_PIPE] = ACTIONS(1247), - [anon_sym_LT] = ACTIONS(1247), - [anon_sym_GT] = ACTIONS(1247), - [anon_sym_GT_GT] = ACTIONS(1247), - [anon_sym_AMP_GT] = ACTIONS(1247), - [anon_sym_AMP_GT_GT] = ACTIONS(1247), - [anon_sym_LT_AMP] = ACTIONS(1247), - [anon_sym_GT_AMP] = ACTIONS(1247), - [anon_sym_LT_LT] = ACTIONS(1247), - [anon_sym_LT_LT_DASH] = ACTIONS(1247), - [anon_sym_DQUOTE] = ACTIONS(1247), - [sym_raw_string] = ACTIONS(1247), - [anon_sym_DOLLAR] = ACTIONS(1247), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1247), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1247), - [anon_sym_BQUOTE] = ACTIONS(1247), - [anon_sym_LT_LPAREN] = ACTIONS(1247), - [anon_sym_GT_LPAREN] = ACTIONS(1247), - [sym_word] = ACTIONS(1247), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1247), - [anon_sym_LF] = ACTIONS(1247), - [anon_sym_AMP] = ACTIONS(1247), + [sym__concat] = ACTIONS(804), + [anon_sym_RBRACE] = ACTIONS(804), + [anon_sym_RBRACK] = ACTIONS(1178), + [anon_sym_DQUOTE] = ACTIONS(804), + [sym_raw_string] = ACTIONS(804), + [anon_sym_DOLLAR] = ACTIONS(1178), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(804), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(804), + [anon_sym_BQUOTE] = ACTIONS(804), + [anon_sym_LT_LPAREN] = ACTIONS(804), + [anon_sym_GT_LPAREN] = ACTIONS(804), + [sym_word] = ACTIONS(806), + [sym_comment] = ACTIONS(52), }, [409] = { - [sym_file_descriptor] = ACTIONS(1249), - [sym__concat] = ACTIONS(1249), - [anon_sym_PIPE] = ACTIONS(1251), - [anon_sym_RPAREN] = ACTIONS(1251), - [anon_sym_SEMI_SEMI] = ACTIONS(1251), - [anon_sym_PIPE_AMP] = ACTIONS(1251), - [anon_sym_AMP_AMP] = ACTIONS(1251), - [anon_sym_PIPE_PIPE] = ACTIONS(1251), - [anon_sym_LT] = ACTIONS(1251), - [anon_sym_GT] = ACTIONS(1251), - [anon_sym_GT_GT] = ACTIONS(1251), - [anon_sym_AMP_GT] = ACTIONS(1251), - [anon_sym_AMP_GT_GT] = ACTIONS(1251), - [anon_sym_LT_AMP] = ACTIONS(1251), - [anon_sym_GT_AMP] = ACTIONS(1251), - [anon_sym_LT_LT] = ACTIONS(1251), - [anon_sym_LT_LT_DASH] = ACTIONS(1251), - [anon_sym_DQUOTE] = ACTIONS(1251), - [sym_raw_string] = ACTIONS(1251), - [anon_sym_DOLLAR] = ACTIONS(1251), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1251), - [anon_sym_BQUOTE] = ACTIONS(1251), - [anon_sym_LT_LPAREN] = ACTIONS(1251), - [anon_sym_GT_LPAREN] = ACTIONS(1251), - [sym_word] = ACTIONS(1251), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1251), - [anon_sym_LF] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1251), + [sym__concat] = ACTIONS(812), + [anon_sym_RBRACE] = ACTIONS(812), + [anon_sym_RBRACK] = ACTIONS(1180), + [anon_sym_DQUOTE] = ACTIONS(812), + [sym_raw_string] = ACTIONS(812), + [anon_sym_DOLLAR] = ACTIONS(1180), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(812), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(812), + [anon_sym_BQUOTE] = ACTIONS(812), + [anon_sym_LT_LPAREN] = ACTIONS(812), + [anon_sym_GT_LPAREN] = ACTIONS(812), + [sym_word] = ACTIONS(814), + [sym_comment] = ACTIONS(52), }, [410] = { - [anon_sym_AT] = ACTIONS(1253), - [sym_comment] = ACTIONS(133), + [sym_string] = STATE(636), + [sym_simple_expansion] = STATE(636), + [sym_expansion] = STATE(636), + [sym_command_substitution] = STATE(636), + [sym_process_substitution] = STATE(636), + [anon_sym_DQUOTE] = ACTIONS(82), + [sym_raw_string] = ACTIONS(1182), + [anon_sym_DOLLAR] = ACTIONS(86), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(88), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(90), + [anon_sym_BQUOTE] = ACTIONS(92), + [anon_sym_LT_LPAREN] = ACTIONS(94), + [anon_sym_GT_LPAREN] = ACTIONS(94), + [sym_word] = ACTIONS(1184), + [sym_comment] = ACTIONS(52), }, [411] = { - [sym_file_descriptor] = ACTIONS(1255), - [sym__concat] = ACTIONS(1255), - [anon_sym_PIPE] = ACTIONS(1257), - [anon_sym_RPAREN] = ACTIONS(1257), - [anon_sym_SEMI_SEMI] = ACTIONS(1257), - [anon_sym_PIPE_AMP] = ACTIONS(1257), - [anon_sym_AMP_AMP] = ACTIONS(1257), - [anon_sym_PIPE_PIPE] = ACTIONS(1257), - [anon_sym_LT] = ACTIONS(1257), - [anon_sym_GT] = ACTIONS(1257), - [anon_sym_GT_GT] = ACTIONS(1257), - [anon_sym_AMP_GT] = ACTIONS(1257), - [anon_sym_AMP_GT_GT] = ACTIONS(1257), - [anon_sym_LT_AMP] = ACTIONS(1257), - [anon_sym_GT_AMP] = ACTIONS(1257), - [anon_sym_LT_LT] = ACTIONS(1257), - [anon_sym_LT_LT_DASH] = ACTIONS(1257), - [anon_sym_DQUOTE] = ACTIONS(1257), - [sym_raw_string] = ACTIONS(1257), - [anon_sym_DOLLAR] = ACTIONS(1257), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1257), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1257), - [anon_sym_BQUOTE] = ACTIONS(1257), - [anon_sym_LT_LPAREN] = ACTIONS(1257), - [anon_sym_GT_LPAREN] = ACTIONS(1257), - [sym_word] = ACTIONS(1257), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1257), - [anon_sym_LF] = ACTIONS(1257), - [anon_sym_AMP] = ACTIONS(1257), + [anon_sym_RBRACE] = ACTIONS(1186), + [anon_sym_LBRACK] = ACTIONS(1188), + [sym_comment] = ACTIONS(52), }, [412] = { - [anon_sym_AT] = ACTIONS(1259), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1190), + [anon_sym_LBRACK] = ACTIONS(1192), + [sym_comment] = ACTIONS(52), }, [413] = { - [anon_sym_RBRACK] = ACTIONS(1261), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(828), + [anon_sym_RBRACE] = ACTIONS(828), + [anon_sym_RBRACK] = ACTIONS(1194), + [anon_sym_DQUOTE] = ACTIONS(828), + [sym_raw_string] = ACTIONS(828), + [anon_sym_DOLLAR] = ACTIONS(1194), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(828), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(828), + [anon_sym_BQUOTE] = ACTIONS(828), + [anon_sym_LT_LPAREN] = ACTIONS(828), + [anon_sym_GT_LPAREN] = ACTIONS(828), + [sym_word] = ACTIONS(830), + [sym_comment] = ACTIONS(52), }, [414] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(383), - [anon_sym_RBRACE] = ACTIONS(1263), - [sym_comment] = ACTIONS(133), + [anon_sym_AT] = ACTIONS(1196), + [sym_comment] = ACTIONS(52), }, [415] = { - [anon_sym_RBRACE] = ACTIONS(1263), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(643), + [sym_string] = STATE(642), + [sym_simple_expansion] = STATE(642), + [sym_expansion] = STATE(642), + [sym_command_substitution] = STATE(642), + [sym_process_substitution] = STATE(642), + [anon_sym_DQUOTE] = ACTIONS(82), + [sym_raw_string] = ACTIONS(1198), + [anon_sym_DOLLAR] = ACTIONS(86), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(88), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(90), + [anon_sym_BQUOTE] = ACTIONS(92), + [anon_sym_LT_LPAREN] = ACTIONS(94), + [anon_sym_GT_LPAREN] = ACTIONS(94), + [sym_word] = ACTIONS(1200), + [sym_comment] = ACTIONS(52), }, [416] = { - [anon_sym_RBRACK] = ACTIONS(1265), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(838), + [anon_sym_RBRACE] = ACTIONS(838), + [anon_sym_RBRACK] = ACTIONS(1202), + [anon_sym_DQUOTE] = ACTIONS(838), + [sym_raw_string] = ACTIONS(838), + [anon_sym_DOLLAR] = ACTIONS(1202), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(838), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(838), + [anon_sym_BQUOTE] = ACTIONS(838), + [anon_sym_LT_LPAREN] = ACTIONS(838), + [anon_sym_GT_LPAREN] = ACTIONS(838), + [sym_word] = ACTIONS(840), + [sym_comment] = ACTIONS(52), }, [417] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(383), - [anon_sym_RBRACE] = ACTIONS(1267), - [sym_comment] = ACTIONS(133), + [anon_sym_AT] = ACTIONS(1204), + [sym_comment] = ACTIONS(52), }, [418] = { - [anon_sym_RBRACE] = ACTIONS(1267), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(646), + [sym_string] = STATE(645), + [sym_simple_expansion] = STATE(645), + [sym_expansion] = STATE(645), + [sym_command_substitution] = STATE(645), + [sym_process_substitution] = STATE(645), + [anon_sym_DQUOTE] = ACTIONS(82), + [sym_raw_string] = ACTIONS(1206), + [anon_sym_DOLLAR] = ACTIONS(86), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(88), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(90), + [anon_sym_BQUOTE] = ACTIONS(92), + [anon_sym_LT_LPAREN] = ACTIONS(94), + [anon_sym_GT_LPAREN] = ACTIONS(94), + [sym_word] = ACTIONS(1208), + [sym_comment] = ACTIONS(52), }, [419] = { - [sym_file_descriptor] = ACTIONS(627), - [sym_variable_name] = ACTIONS(627), - [anon_sym_PIPE] = ACTIONS(1269), - [anon_sym_RPAREN] = ACTIONS(627), - [anon_sym_PIPE_AMP] = ACTIONS(627), - [anon_sym_AMP_AMP] = ACTIONS(627), - [anon_sym_PIPE_PIPE] = ACTIONS(1269), - [anon_sym_LT] = ACTIONS(1269), - [anon_sym_GT] = ACTIONS(1269), - [anon_sym_GT_GT] = ACTIONS(627), - [anon_sym_AMP_GT] = ACTIONS(1269), - [anon_sym_AMP_GT_GT] = ACTIONS(627), - [anon_sym_LT_AMP] = ACTIONS(627), - [anon_sym_GT_AMP] = ACTIONS(627), - [anon_sym_DQUOTE] = ACTIONS(627), - [sym_raw_string] = ACTIONS(627), - [anon_sym_DOLLAR] = ACTIONS(1269), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(627), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(627), - [anon_sym_BQUOTE] = ACTIONS(627), - [anon_sym_LT_LPAREN] = ACTIONS(627), - [anon_sym_GT_LPAREN] = ACTIONS(627), - [sym_word] = ACTIONS(629), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(918), + [anon_sym_RBRACE] = ACTIONS(918), + [anon_sym_RBRACK] = ACTIONS(1210), + [anon_sym_DQUOTE] = ACTIONS(918), + [sym_raw_string] = ACTIONS(918), + [anon_sym_DOLLAR] = ACTIONS(1210), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(918), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(918), + [anon_sym_BQUOTE] = ACTIONS(918), + [anon_sym_LT_LPAREN] = ACTIONS(918), + [anon_sym_GT_LPAREN] = ACTIONS(918), + [sym_word] = ACTIONS(920), + [sym_comment] = ACTIONS(52), }, [420] = { - [aux_sym_array_repeat1] = STATE(611), - [anon_sym_RPAREN] = ACTIONS(1271), - [sym_word] = ACTIONS(633), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(956), + [anon_sym_RBRACE] = ACTIONS(956), + [anon_sym_RBRACK] = ACTIONS(1212), + [anon_sym_DQUOTE] = ACTIONS(956), + [sym_raw_string] = ACTIONS(956), + [anon_sym_DOLLAR] = ACTIONS(1212), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(956), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(956), + [anon_sym_BQUOTE] = ACTIONS(956), + [anon_sym_LT_LPAREN] = ACTIONS(956), + [anon_sym_GT_LPAREN] = ACTIONS(956), + [sym_word] = ACTIONS(958), + [sym_comment] = ACTIONS(52), }, [421] = { - [aux_sym_concatenation_repeat1] = STATE(198), - [sym_file_descriptor] = ACTIONS(627), - [sym__concat] = ACTIONS(411), - [sym_variable_name] = ACTIONS(627), - [anon_sym_PIPE] = ACTIONS(1269), - [anon_sym_RPAREN] = ACTIONS(627), - [anon_sym_PIPE_AMP] = ACTIONS(627), - [anon_sym_AMP_AMP] = ACTIONS(627), - [anon_sym_PIPE_PIPE] = ACTIONS(1269), - [anon_sym_LT] = ACTIONS(1269), - [anon_sym_GT] = ACTIONS(1269), - [anon_sym_GT_GT] = ACTIONS(627), - [anon_sym_AMP_GT] = ACTIONS(1269), - [anon_sym_AMP_GT_GT] = ACTIONS(627), - [anon_sym_LT_AMP] = ACTIONS(627), - [anon_sym_GT_AMP] = ACTIONS(627), - [anon_sym_DQUOTE] = ACTIONS(627), - [sym_raw_string] = ACTIONS(627), - [anon_sym_DOLLAR] = ACTIONS(1269), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(627), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(627), - [anon_sym_BQUOTE] = ACTIONS(627), - [anon_sym_LT_LPAREN] = ACTIONS(627), - [anon_sym_GT_LPAREN] = ACTIONS(627), - [sym_word] = ACTIONS(629), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(804), + [anon_sym_RBRACK_RBRACK] = ACTIONS(1178), + [anon_sym_DQUOTE] = ACTIONS(804), + [sym_raw_string] = ACTIONS(804), + [anon_sym_DOLLAR] = ACTIONS(1178), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(804), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(804), + [anon_sym_BQUOTE] = ACTIONS(804), + [anon_sym_LT_LPAREN] = ACTIONS(804), + [anon_sym_GT_LPAREN] = ACTIONS(804), + [sym_word] = ACTIONS(806), + [sym_comment] = ACTIONS(52), }, [422] = { - [sym_concatenation] = STATE(344), - [sym_string] = STATE(338), - [sym_simple_expansion] = STATE(338), - [sym_expansion] = STATE(338), - [sym_command_substitution] = STATE(338), - [sym_process_substitution] = STATE(338), - [aux_sym_for_statement_repeat1] = STATE(612), - [anon_sym_DQUOTE] = ACTIONS(649), - [sym_raw_string] = ACTIONS(651), - [anon_sym_DOLLAR] = ACTIONS(653), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(655), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(657), - [anon_sym_BQUOTE] = ACTIONS(659), - [anon_sym_LT_LPAREN] = ACTIONS(661), - [anon_sym_GT_LPAREN] = ACTIONS(661), - [sym_word] = ACTIONS(663), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(812), + [anon_sym_RBRACK_RBRACK] = ACTIONS(1180), + [anon_sym_DQUOTE] = ACTIONS(812), + [sym_raw_string] = ACTIONS(812), + [anon_sym_DOLLAR] = ACTIONS(1180), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(812), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(812), + [anon_sym_BQUOTE] = ACTIONS(812), + [anon_sym_LT_LPAREN] = ACTIONS(812), + [anon_sym_GT_LPAREN] = ACTIONS(812), + [sym_word] = ACTIONS(814), + [sym_comment] = ACTIONS(52), }, [423] = { - [sym__terminated_statement] = STATE(22), - [sym_for_statement] = STATE(23), - [sym_while_statement] = STATE(23), - [sym_if_statement] = STATE(23), - [sym_case_statement] = STATE(23), - [sym_function_definition] = STATE(23), - [sym_subshell] = STATE(23), - [sym_pipeline] = STATE(23), - [sym_list] = STATE(23), - [sym_bracket_command] = STATE(23), - [sym_command] = STATE(23), - [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(25), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [aux_sym_program_repeat1] = STATE(614), - [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_done] = ACTIONS(1273), - [anon_sym_if] = ACTIONS(101), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), + [sym_string] = STATE(647), + [sym_simple_expansion] = STATE(647), + [sym_expansion] = STATE(647), + [sym_command_substitution] = STATE(647), + [sym_process_substitution] = STATE(647), + [anon_sym_DQUOTE] = ACTIONS(98), + [sym_raw_string] = ACTIONS(1214), + [anon_sym_DOLLAR] = ACTIONS(102), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(104), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(106), + [anon_sym_BQUOTE] = ACTIONS(108), + [anon_sym_LT_LPAREN] = ACTIONS(110), + [anon_sym_GT_LPAREN] = ACTIONS(110), + [sym_word] = ACTIONS(1216), + [sym_comment] = ACTIONS(52), }, [424] = { - [anon_sym_PIPE] = ACTIONS(1275), - [anon_sym_RPAREN] = ACTIONS(1277), - [anon_sym_PIPE_AMP] = ACTIONS(1277), - [anon_sym_AMP_AMP] = ACTIONS(1277), - [anon_sym_PIPE_PIPE] = ACTIONS(1277), - [anon_sym_BQUOTE] = ACTIONS(1277), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1218), + [anon_sym_LBRACK] = ACTIONS(1220), + [sym_comment] = ACTIONS(52), }, [425] = { - [sym__terminated_statement] = STATE(22), - [sym_for_statement] = STATE(23), - [sym_while_statement] = STATE(23), - [sym_if_statement] = STATE(23), - [sym_elif_clause] = STATE(351), - [sym_else_clause] = STATE(616), - [sym_case_statement] = STATE(23), - [sym_function_definition] = STATE(23), - [sym_subshell] = STATE(23), - [sym_pipeline] = STATE(23), - [sym_list] = STATE(23), - [sym_bracket_command] = STATE(23), - [sym_command] = STATE(23), - [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(25), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [aux_sym_program_repeat1] = STATE(617), - [aux_sym_if_statement_repeat1] = STATE(618), - [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_fi] = ACTIONS(1279), - [anon_sym_elif] = ACTIONS(671), - [anon_sym_else] = ACTIONS(673), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1222), + [anon_sym_LBRACK] = ACTIONS(1224), + [sym_comment] = ACTIONS(52), }, [426] = { - [anon_sym_SEMI_SEMI] = ACTIONS(1281), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1281), - [anon_sym_LF] = ACTIONS(1281), - [anon_sym_AMP] = ACTIONS(1281), + [sym__concat] = ACTIONS(828), + [anon_sym_RBRACK_RBRACK] = ACTIONS(1194), + [anon_sym_DQUOTE] = ACTIONS(828), + [sym_raw_string] = ACTIONS(828), + [anon_sym_DOLLAR] = ACTIONS(1194), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(828), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(828), + [anon_sym_BQUOTE] = ACTIONS(828), + [anon_sym_LT_LPAREN] = ACTIONS(828), + [anon_sym_GT_LPAREN] = ACTIONS(828), + [sym_word] = ACTIONS(830), + [sym_comment] = ACTIONS(52), }, [427] = { - [anon_sym_in] = ACTIONS(1283), - [sym_comment] = ACTIONS(133), + [anon_sym_AT] = ACTIONS(1226), + [sym_comment] = ACTIONS(52), }, [428] = { - [anon_sym_RPAREN] = ACTIONS(1285), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(654), + [sym_string] = STATE(653), + [sym_simple_expansion] = STATE(653), + [sym_expansion] = STATE(653), + [sym_command_substitution] = STATE(653), + [sym_process_substitution] = STATE(653), + [anon_sym_DQUOTE] = ACTIONS(82), + [sym_raw_string] = ACTIONS(1228), + [anon_sym_DOLLAR] = ACTIONS(86), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(88), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(90), + [anon_sym_BQUOTE] = ACTIONS(92), + [anon_sym_LT_LPAREN] = ACTIONS(94), + [anon_sym_GT_LPAREN] = ACTIONS(94), + [sym_word] = ACTIONS(1230), + [sym_comment] = ACTIONS(52), }, [429] = { - [anon_sym_PIPE] = ACTIONS(1287), - [anon_sym_RPAREN] = ACTIONS(1289), - [anon_sym_PIPE_AMP] = ACTIONS(1289), - [anon_sym_AMP_AMP] = ACTIONS(1289), - [anon_sym_PIPE_PIPE] = ACTIONS(1289), - [anon_sym_BQUOTE] = ACTIONS(1289), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(838), + [anon_sym_RBRACK_RBRACK] = ACTIONS(1202), + [anon_sym_DQUOTE] = ACTIONS(838), + [sym_raw_string] = ACTIONS(838), + [anon_sym_DOLLAR] = ACTIONS(1202), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(838), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(838), + [anon_sym_BQUOTE] = ACTIONS(838), + [anon_sym_LT_LPAREN] = ACTIONS(838), + [anon_sym_GT_LPAREN] = ACTIONS(838), + [sym_word] = ACTIONS(840), + [sym_comment] = ACTIONS(52), }, [430] = { - [sym_file_descriptor] = ACTIONS(559), - [sym_variable_name] = ACTIONS(559), - [anon_sym_for] = ACTIONS(561), - [anon_sym_while] = ACTIONS(561), - [anon_sym_if] = ACTIONS(561), - [anon_sym_case] = ACTIONS(561), - [anon_sym_RPAREN] = ACTIONS(1291), - [anon_sym_function] = ACTIONS(561), - [anon_sym_LPAREN] = ACTIONS(559), - [anon_sym_LBRACK] = ACTIONS(561), - [anon_sym_LBRACK_LBRACK] = ACTIONS(561), - [anon_sym_LT] = ACTIONS(561), - [anon_sym_GT] = ACTIONS(561), - [anon_sym_GT_GT] = ACTIONS(559), - [anon_sym_AMP_GT] = ACTIONS(561), - [anon_sym_AMP_GT_GT] = ACTIONS(559), - [anon_sym_LT_AMP] = ACTIONS(559), - [anon_sym_GT_AMP] = ACTIONS(559), - [anon_sym_DQUOTE] = ACTIONS(559), - [sym_raw_string] = ACTIONS(559), - [anon_sym_DOLLAR] = ACTIONS(561), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(559), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(559), - [anon_sym_BQUOTE] = ACTIONS(559), - [anon_sym_LT_LPAREN] = ACTIONS(559), - [anon_sym_GT_LPAREN] = ACTIONS(559), - [sym_word] = ACTIONS(563), - [sym_comment] = ACTIONS(133), + [anon_sym_AT] = ACTIONS(1232), + [sym_comment] = ACTIONS(52), }, [431] = { - [anon_sym_PIPE] = ACTIONS(271), - [anon_sym_RPAREN] = ACTIONS(1293), - [anon_sym_SEMI_SEMI] = ACTIONS(1295), - [anon_sym_PIPE_AMP] = ACTIONS(271), - [anon_sym_AMP_AMP] = ACTIONS(275), - [anon_sym_PIPE_PIPE] = ACTIONS(275), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1295), - [anon_sym_LF] = ACTIONS(1295), - [anon_sym_AMP] = ACTIONS(1295), + [sym_concatenation] = STATE(657), + [sym_string] = STATE(656), + [sym_simple_expansion] = STATE(656), + [sym_expansion] = STATE(656), + [sym_command_substitution] = STATE(656), + [sym_process_substitution] = STATE(656), + [anon_sym_DQUOTE] = ACTIONS(82), + [sym_raw_string] = ACTIONS(1234), + [anon_sym_DOLLAR] = ACTIONS(86), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(88), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(90), + [anon_sym_BQUOTE] = ACTIONS(92), + [anon_sym_LT_LPAREN] = ACTIONS(94), + [anon_sym_GT_LPAREN] = ACTIONS(94), + [sym_word] = ACTIONS(1236), + [sym_comment] = ACTIONS(52), }, [432] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(271), - [anon_sym_RPAREN] = ACTIONS(1293), - [anon_sym_SEMI_SEMI] = ACTIONS(1295), - [anon_sym_PIPE_AMP] = ACTIONS(271), - [anon_sym_AMP_AMP] = ACTIONS(275), - [anon_sym_PIPE_PIPE] = ACTIONS(275), - [anon_sym_LT] = ACTIONS(301), - [anon_sym_GT] = ACTIONS(301), - [anon_sym_GT_GT] = ACTIONS(301), - [anon_sym_AMP_GT] = ACTIONS(301), - [anon_sym_AMP_GT_GT] = ACTIONS(301), - [anon_sym_LT_AMP] = ACTIONS(301), - [anon_sym_GT_AMP] = ACTIONS(301), - [anon_sym_DQUOTE] = ACTIONS(301), - [sym_raw_string] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(301), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(301), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(301), - [anon_sym_BQUOTE] = ACTIONS(301), - [anon_sym_LT_LPAREN] = ACTIONS(301), - [anon_sym_GT_LPAREN] = ACTIONS(301), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1295), - [anon_sym_LF] = ACTIONS(1295), - [anon_sym_AMP] = ACTIONS(1295), + [sym__concat] = ACTIONS(918), + [anon_sym_RBRACK_RBRACK] = ACTIONS(1210), + [anon_sym_DQUOTE] = ACTIONS(918), + [sym_raw_string] = ACTIONS(918), + [anon_sym_DOLLAR] = ACTIONS(1210), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(918), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(918), + [anon_sym_BQUOTE] = ACTIONS(918), + [anon_sym_LT_LPAREN] = ACTIONS(918), + [anon_sym_GT_LPAREN] = ACTIONS(918), + [sym_word] = ACTIONS(920), + [sym_comment] = ACTIONS(52), }, [433] = { - [anon_sym_PIPE] = ACTIONS(1297), - [anon_sym_RPAREN] = ACTIONS(1299), - [anon_sym_PIPE_AMP] = ACTIONS(1299), - [anon_sym_AMP_AMP] = ACTIONS(1299), - [anon_sym_PIPE_PIPE] = ACTIONS(1299), - [anon_sym_BQUOTE] = ACTIONS(1299), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(956), + [anon_sym_RBRACK_RBRACK] = ACTIONS(1212), + [anon_sym_DQUOTE] = ACTIONS(956), + [sym_raw_string] = ACTIONS(956), + [anon_sym_DOLLAR] = ACTIONS(1212), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(956), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(956), + [anon_sym_BQUOTE] = ACTIONS(956), + [anon_sym_LT_LPAREN] = ACTIONS(956), + [anon_sym_GT_LPAREN] = ACTIONS(956), + [sym_word] = ACTIONS(958), + [sym_comment] = ACTIONS(52), }, [434] = { - [sym_file_descriptor] = ACTIONS(815), - [sym__concat] = ACTIONS(815), - [anon_sym_PIPE] = ACTIONS(1165), - [anon_sym_RPAREN] = ACTIONS(815), - [anon_sym_PIPE_AMP] = ACTIONS(815), - [anon_sym_AMP_AMP] = ACTIONS(815), - [anon_sym_PIPE_PIPE] = ACTIONS(1165), - [anon_sym_LT] = ACTIONS(1165), - [anon_sym_GT] = ACTIONS(1165), - [anon_sym_GT_GT] = ACTIONS(815), - [anon_sym_AMP_GT] = ACTIONS(1165), - [anon_sym_AMP_GT_GT] = ACTIONS(815), - [anon_sym_LT_AMP] = ACTIONS(815), - [anon_sym_GT_AMP] = ACTIONS(815), - [anon_sym_LT_LT] = ACTIONS(1165), - [anon_sym_LT_LT_DASH] = ACTIONS(815), - [anon_sym_DQUOTE] = ACTIONS(815), - [sym_raw_string] = ACTIONS(815), - [anon_sym_DOLLAR] = ACTIONS(1165), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(815), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(815), - [anon_sym_BQUOTE] = ACTIONS(815), - [anon_sym_LT_LPAREN] = ACTIONS(815), - [anon_sym_GT_LPAREN] = ACTIONS(815), - [sym_word] = ACTIONS(817), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(804), + [sym__concat] = ACTIONS(804), + [sym_variable_name] = ACTIONS(804), + [anon_sym_LT] = ACTIONS(1178), + [anon_sym_GT] = ACTIONS(1178), + [anon_sym_GT_GT] = ACTIONS(804), + [anon_sym_AMP_GT] = ACTIONS(1178), + [anon_sym_AMP_GT_GT] = ACTIONS(804), + [anon_sym_LT_AMP] = ACTIONS(804), + [anon_sym_GT_AMP] = ACTIONS(804), + [anon_sym_DQUOTE] = ACTIONS(804), + [sym_raw_string] = ACTIONS(804), + [anon_sym_DOLLAR] = ACTIONS(1178), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(804), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(804), + [anon_sym_BQUOTE] = ACTIONS(804), + [anon_sym_LT_LPAREN] = ACTIONS(804), + [anon_sym_GT_LPAREN] = ACTIONS(804), + [sym_word] = ACTIONS(1178), + [sym_comment] = ACTIONS(52), }, [435] = { - [sym_file_descriptor] = ACTIONS(823), - [sym__concat] = ACTIONS(823), - [anon_sym_PIPE] = ACTIONS(1167), - [anon_sym_RPAREN] = ACTIONS(823), - [anon_sym_PIPE_AMP] = ACTIONS(823), - [anon_sym_AMP_AMP] = ACTIONS(823), - [anon_sym_PIPE_PIPE] = ACTIONS(1167), - [anon_sym_LT] = ACTIONS(1167), - [anon_sym_GT] = ACTIONS(1167), - [anon_sym_GT_GT] = ACTIONS(823), - [anon_sym_AMP_GT] = ACTIONS(1167), - [anon_sym_AMP_GT_GT] = ACTIONS(823), - [anon_sym_LT_AMP] = ACTIONS(823), - [anon_sym_GT_AMP] = ACTIONS(823), - [anon_sym_LT_LT] = ACTIONS(1167), - [anon_sym_LT_LT_DASH] = ACTIONS(823), - [anon_sym_DQUOTE] = ACTIONS(823), - [sym_raw_string] = ACTIONS(823), - [anon_sym_DOLLAR] = ACTIONS(1167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(823), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(823), - [anon_sym_BQUOTE] = ACTIONS(823), - [anon_sym_LT_LPAREN] = ACTIONS(823), - [anon_sym_GT_LPAREN] = ACTIONS(823), - [sym_word] = ACTIONS(825), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(812), + [sym__concat] = ACTIONS(812), + [sym_variable_name] = ACTIONS(812), + [anon_sym_LT] = ACTIONS(1180), + [anon_sym_GT] = ACTIONS(1180), + [anon_sym_GT_GT] = ACTIONS(812), + [anon_sym_AMP_GT] = ACTIONS(1180), + [anon_sym_AMP_GT_GT] = ACTIONS(812), + [anon_sym_LT_AMP] = ACTIONS(812), + [anon_sym_GT_AMP] = ACTIONS(812), + [anon_sym_DQUOTE] = ACTIONS(812), + [sym_raw_string] = ACTIONS(812), + [anon_sym_DOLLAR] = ACTIONS(1180), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(812), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(812), + [anon_sym_BQUOTE] = ACTIONS(812), + [anon_sym_LT_LPAREN] = ACTIONS(812), + [anon_sym_GT_LPAREN] = ACTIONS(812), + [sym_word] = ACTIONS(1180), + [sym_comment] = ACTIONS(52), }, [436] = { - [sym_string] = STATE(624), - [sym_simple_expansion] = STATE(624), - [sym_expansion] = STATE(624), - [sym_command_substitution] = STATE(624), - [sym_process_substitution] = STATE(624), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(1301), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(1303), - [sym_comment] = ACTIONS(133), + [sym_string] = STATE(658), + [sym_simple_expansion] = STATE(658), + [sym_expansion] = STATE(658), + [sym_command_substitution] = STATE(658), + [sym_process_substitution] = STATE(658), + [anon_sym_DQUOTE] = ACTIONS(114), + [sym_raw_string] = ACTIONS(1238), + [anon_sym_DOLLAR] = ACTIONS(118), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(120), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(122), + [anon_sym_BQUOTE] = ACTIONS(124), + [anon_sym_LT_LPAREN] = ACTIONS(126), + [anon_sym_GT_LPAREN] = ACTIONS(126), + [sym_word] = ACTIONS(1240), + [sym_comment] = ACTIONS(52), }, [437] = { - [anon_sym_RBRACE] = ACTIONS(1305), - [anon_sym_LBRACK] = ACTIONS(1307), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1242), + [anon_sym_LBRACK] = ACTIONS(1244), + [sym_comment] = ACTIONS(52), }, [438] = { - [anon_sym_RBRACE] = ACTIONS(1309), - [anon_sym_LBRACK] = ACTIONS(1311), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1246), + [anon_sym_LBRACK] = ACTIONS(1248), + [sym_comment] = ACTIONS(52), }, [439] = { - [sym_file_descriptor] = ACTIONS(839), - [sym__concat] = ACTIONS(839), - [anon_sym_PIPE] = ACTIONS(1181), - [anon_sym_RPAREN] = ACTIONS(839), - [anon_sym_PIPE_AMP] = ACTIONS(839), - [anon_sym_AMP_AMP] = ACTIONS(839), - [anon_sym_PIPE_PIPE] = ACTIONS(1181), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_GT_GT] = ACTIONS(839), - [anon_sym_AMP_GT] = ACTIONS(1181), - [anon_sym_AMP_GT_GT] = ACTIONS(839), - [anon_sym_LT_AMP] = ACTIONS(839), - [anon_sym_GT_AMP] = ACTIONS(839), - [anon_sym_LT_LT] = ACTIONS(1181), - [anon_sym_LT_LT_DASH] = ACTIONS(839), - [anon_sym_DQUOTE] = ACTIONS(839), - [sym_raw_string] = ACTIONS(839), - [anon_sym_DOLLAR] = ACTIONS(1181), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(839), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(839), - [anon_sym_BQUOTE] = ACTIONS(839), - [anon_sym_LT_LPAREN] = ACTIONS(839), - [anon_sym_GT_LPAREN] = ACTIONS(839), - [sym_word] = ACTIONS(841), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(828), + [sym__concat] = ACTIONS(828), + [sym_variable_name] = ACTIONS(828), + [anon_sym_LT] = ACTIONS(1194), + [anon_sym_GT] = ACTIONS(1194), + [anon_sym_GT_GT] = ACTIONS(828), + [anon_sym_AMP_GT] = ACTIONS(1194), + [anon_sym_AMP_GT_GT] = ACTIONS(828), + [anon_sym_LT_AMP] = ACTIONS(828), + [anon_sym_GT_AMP] = ACTIONS(828), + [anon_sym_DQUOTE] = ACTIONS(828), + [sym_raw_string] = ACTIONS(828), + [anon_sym_DOLLAR] = ACTIONS(1194), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(828), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(828), + [anon_sym_BQUOTE] = ACTIONS(828), + [anon_sym_LT_LPAREN] = ACTIONS(828), + [anon_sym_GT_LPAREN] = ACTIONS(828), + [sym_word] = ACTIONS(1194), + [sym_comment] = ACTIONS(52), }, [440] = { - [anon_sym_AT] = ACTIONS(1313), - [sym_comment] = ACTIONS(133), + [anon_sym_AT] = ACTIONS(1250), + [sym_comment] = ACTIONS(52), }, [441] = { - [sym_concatenation] = STATE(631), - [sym_string] = STATE(630), - [sym_simple_expansion] = STATE(630), - [sym_expansion] = STATE(630), - [sym_command_substitution] = STATE(630), - [sym_process_substitution] = STATE(630), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1315), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(1317), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(665), + [sym_string] = STATE(664), + [sym_simple_expansion] = STATE(664), + [sym_expansion] = STATE(664), + [sym_command_substitution] = STATE(664), + [sym_process_substitution] = STATE(664), + [anon_sym_DQUOTE] = ACTIONS(82), + [sym_raw_string] = ACTIONS(1252), + [anon_sym_DOLLAR] = ACTIONS(86), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(88), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(90), + [anon_sym_BQUOTE] = ACTIONS(92), + [anon_sym_LT_LPAREN] = ACTIONS(94), + [anon_sym_GT_LPAREN] = ACTIONS(94), + [sym_word] = ACTIONS(1254), + [sym_comment] = ACTIONS(52), }, [442] = { - [sym_file_descriptor] = ACTIONS(849), - [sym__concat] = ACTIONS(849), - [anon_sym_PIPE] = ACTIONS(1189), - [anon_sym_RPAREN] = ACTIONS(849), - [anon_sym_PIPE_AMP] = ACTIONS(849), - [anon_sym_AMP_AMP] = ACTIONS(849), - [anon_sym_PIPE_PIPE] = ACTIONS(1189), - [anon_sym_LT] = ACTIONS(1189), - [anon_sym_GT] = ACTIONS(1189), - [anon_sym_GT_GT] = ACTIONS(849), - [anon_sym_AMP_GT] = ACTIONS(1189), - [anon_sym_AMP_GT_GT] = ACTIONS(849), - [anon_sym_LT_AMP] = ACTIONS(849), - [anon_sym_GT_AMP] = ACTIONS(849), - [anon_sym_LT_LT] = ACTIONS(1189), - [anon_sym_LT_LT_DASH] = ACTIONS(849), - [anon_sym_DQUOTE] = ACTIONS(849), - [sym_raw_string] = ACTIONS(849), - [anon_sym_DOLLAR] = ACTIONS(1189), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(849), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(849), - [anon_sym_BQUOTE] = ACTIONS(849), - [anon_sym_LT_LPAREN] = ACTIONS(849), - [anon_sym_GT_LPAREN] = ACTIONS(849), - [sym_word] = ACTIONS(851), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(838), + [sym__concat] = ACTIONS(838), + [sym_variable_name] = ACTIONS(838), + [anon_sym_LT] = ACTIONS(1202), + [anon_sym_GT] = ACTIONS(1202), + [anon_sym_GT_GT] = ACTIONS(838), + [anon_sym_AMP_GT] = ACTIONS(1202), + [anon_sym_AMP_GT_GT] = ACTIONS(838), + [anon_sym_LT_AMP] = ACTIONS(838), + [anon_sym_GT_AMP] = ACTIONS(838), + [anon_sym_DQUOTE] = ACTIONS(838), + [sym_raw_string] = ACTIONS(838), + [anon_sym_DOLLAR] = ACTIONS(1202), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(838), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(838), + [anon_sym_BQUOTE] = ACTIONS(838), + [anon_sym_LT_LPAREN] = ACTIONS(838), + [anon_sym_GT_LPAREN] = ACTIONS(838), + [sym_word] = ACTIONS(1202), + [sym_comment] = ACTIONS(52), }, [443] = { - [anon_sym_AT] = ACTIONS(1319), - [sym_comment] = ACTIONS(133), + [anon_sym_AT] = ACTIONS(1256), + [sym_comment] = ACTIONS(52), }, [444] = { - [sym_concatenation] = STATE(634), - [sym_string] = STATE(633), - [sym_simple_expansion] = STATE(633), - [sym_expansion] = STATE(633), - [sym_command_substitution] = STATE(633), - [sym_process_substitution] = STATE(633), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1321), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(1323), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(668), + [sym_string] = STATE(667), + [sym_simple_expansion] = STATE(667), + [sym_expansion] = STATE(667), + [sym_command_substitution] = STATE(667), + [sym_process_substitution] = STATE(667), + [anon_sym_DQUOTE] = ACTIONS(82), + [sym_raw_string] = ACTIONS(1258), + [anon_sym_DOLLAR] = ACTIONS(86), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(88), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(90), + [anon_sym_BQUOTE] = ACTIONS(92), + [anon_sym_LT_LPAREN] = ACTIONS(94), + [anon_sym_GT_LPAREN] = ACTIONS(94), + [sym_word] = ACTIONS(1260), + [sym_comment] = ACTIONS(52), }, [445] = { - [sym_file_descriptor] = ACTIONS(917), - [sym__concat] = ACTIONS(917), - [anon_sym_PIPE] = ACTIONS(1197), - [anon_sym_RPAREN] = ACTIONS(917), - [anon_sym_PIPE_AMP] = ACTIONS(917), - [anon_sym_AMP_AMP] = ACTIONS(917), - [anon_sym_PIPE_PIPE] = ACTIONS(1197), - [anon_sym_LT] = ACTIONS(1197), - [anon_sym_GT] = ACTIONS(1197), - [anon_sym_GT_GT] = ACTIONS(917), - [anon_sym_AMP_GT] = ACTIONS(1197), - [anon_sym_AMP_GT_GT] = ACTIONS(917), - [anon_sym_LT_AMP] = ACTIONS(917), - [anon_sym_GT_AMP] = ACTIONS(917), - [anon_sym_LT_LT] = ACTIONS(1197), - [anon_sym_LT_LT_DASH] = ACTIONS(917), - [anon_sym_DQUOTE] = ACTIONS(917), - [sym_raw_string] = ACTIONS(917), - [anon_sym_DOLLAR] = ACTIONS(1197), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(917), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(917), - [anon_sym_BQUOTE] = ACTIONS(917), - [anon_sym_LT_LPAREN] = ACTIONS(917), - [anon_sym_GT_LPAREN] = ACTIONS(917), - [sym_word] = ACTIONS(919), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(918), + [sym__concat] = ACTIONS(918), + [sym_variable_name] = ACTIONS(918), + [anon_sym_LT] = ACTIONS(1210), + [anon_sym_GT] = ACTIONS(1210), + [anon_sym_GT_GT] = ACTIONS(918), + [anon_sym_AMP_GT] = ACTIONS(1210), + [anon_sym_AMP_GT_GT] = ACTIONS(918), + [anon_sym_LT_AMP] = ACTIONS(918), + [anon_sym_GT_AMP] = ACTIONS(918), + [anon_sym_DQUOTE] = ACTIONS(918), + [sym_raw_string] = ACTIONS(918), + [anon_sym_DOLLAR] = ACTIONS(1210), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(918), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(918), + [anon_sym_BQUOTE] = ACTIONS(918), + [anon_sym_LT_LPAREN] = ACTIONS(918), + [anon_sym_GT_LPAREN] = ACTIONS(918), + [sym_word] = ACTIONS(1210), + [sym_comment] = ACTIONS(52), }, [446] = { - [sym_file_descriptor] = ACTIONS(955), - [sym__concat] = ACTIONS(955), - [anon_sym_PIPE] = ACTIONS(1199), - [anon_sym_RPAREN] = ACTIONS(955), - [anon_sym_PIPE_AMP] = ACTIONS(955), - [anon_sym_AMP_AMP] = ACTIONS(955), - [anon_sym_PIPE_PIPE] = ACTIONS(1199), - [anon_sym_LT] = ACTIONS(1199), - [anon_sym_GT] = ACTIONS(1199), - [anon_sym_GT_GT] = ACTIONS(955), - [anon_sym_AMP_GT] = ACTIONS(1199), - [anon_sym_AMP_GT_GT] = ACTIONS(955), - [anon_sym_LT_AMP] = ACTIONS(955), - [anon_sym_GT_AMP] = ACTIONS(955), - [anon_sym_LT_LT] = ACTIONS(1199), - [anon_sym_LT_LT_DASH] = ACTIONS(955), - [anon_sym_DQUOTE] = ACTIONS(955), - [sym_raw_string] = ACTIONS(955), - [anon_sym_DOLLAR] = ACTIONS(1199), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(955), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(955), - [anon_sym_BQUOTE] = ACTIONS(955), - [anon_sym_LT_LPAREN] = ACTIONS(955), - [anon_sym_GT_LPAREN] = ACTIONS(955), - [sym_word] = ACTIONS(957), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(956), + [sym__concat] = ACTIONS(956), + [sym_variable_name] = ACTIONS(956), + [anon_sym_LT] = ACTIONS(1212), + [anon_sym_GT] = ACTIONS(1212), + [anon_sym_GT_GT] = ACTIONS(956), + [anon_sym_AMP_GT] = ACTIONS(1212), + [anon_sym_AMP_GT_GT] = ACTIONS(956), + [anon_sym_LT_AMP] = ACTIONS(956), + [anon_sym_GT_AMP] = ACTIONS(956), + [anon_sym_DQUOTE] = ACTIONS(956), + [sym_raw_string] = ACTIONS(956), + [anon_sym_DOLLAR] = ACTIONS(1212), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(956), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(956), + [anon_sym_BQUOTE] = ACTIONS(956), + [anon_sym_LT_LPAREN] = ACTIONS(956), + [anon_sym_GT_LPAREN] = ACTIONS(956), + [sym_word] = ACTIONS(1212), + [sym_comment] = ACTIONS(52), }, [447] = { - [sym_compound_statement] = STATE(636), - [anon_sym_LBRACE] = ACTIONS(1325), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1262), + [anon_sym_LBRACK] = ACTIONS(1264), + [sym_comment] = ACTIONS(52), }, [448] = { - [anon_sym_PIPE] = ACTIONS(1327), - [anon_sym_RPAREN] = ACTIONS(1329), - [anon_sym_PIPE_AMP] = ACTIONS(1329), - [anon_sym_AMP_AMP] = ACTIONS(1329), - [anon_sym_PIPE_PIPE] = ACTIONS(1329), - [anon_sym_BQUOTE] = ACTIONS(1329), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1266), + [anon_sym_LBRACK] = ACTIONS(1268), + [sym_comment] = ACTIONS(52), }, [449] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(1327), - [anon_sym_RPAREN] = ACTIONS(1329), - [anon_sym_PIPE_AMP] = ACTIONS(1329), - [anon_sym_AMP_AMP] = ACTIONS(1329), - [anon_sym_PIPE_PIPE] = ACTIONS(1327), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(299), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), + [anon_sym_DQUOTE] = ACTIONS(830), + [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(1194), + [anon_sym_DOLLAR] = ACTIONS(830), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(830), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(830), + [anon_sym_BQUOTE] = ACTIONS(830), + [sym_comment] = ACTIONS(142), }, [450] = { - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(1331), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(1331), - [anon_sym_PIPE_PIPE] = ACTIONS(1331), - [sym_comment] = ACTIONS(133), + [anon_sym_AT] = ACTIONS(1270), + [sym_comment] = ACTIONS(52), }, [451] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(1331), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(1331), - [anon_sym_PIPE_PIPE] = ACTIONS(1333), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(299), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(675), + [sym_string] = STATE(674), + [sym_simple_expansion] = STATE(674), + [sym_expansion] = STATE(674), + [sym_command_substitution] = STATE(674), + [sym_process_substitution] = STATE(674), + [anon_sym_DQUOTE] = ACTIONS(82), + [sym_raw_string] = ACTIONS(1272), + [anon_sym_DOLLAR] = ACTIONS(86), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(88), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(90), + [anon_sym_BQUOTE] = ACTIONS(92), + [anon_sym_LT_LPAREN] = ACTIONS(94), + [anon_sym_GT_LPAREN] = ACTIONS(94), + [sym_word] = ACTIONS(1274), + [sym_comment] = ACTIONS(52), }, [452] = { - [sym_concatenation] = STATE(638), - [sym_string] = STATE(637), - [sym_simple_expansion] = STATE(637), - [sym_expansion] = STATE(637), - [sym_command_substitution] = STATE(637), - [sym_process_substitution] = STATE(637), - [anon_sym_DQUOTE] = ACTIONS(925), - [sym_raw_string] = ACTIONS(1335), - [anon_sym_DOLLAR] = ACTIONS(929), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(931), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(933), - [anon_sym_BQUOTE] = ACTIONS(935), - [anon_sym_LT_LPAREN] = ACTIONS(937), - [anon_sym_GT_LPAREN] = ACTIONS(937), - [sym_word] = ACTIONS(1337), - [sym_comment] = ACTIONS(133), + [anon_sym_DQUOTE] = ACTIONS(840), + [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(1202), + [anon_sym_DOLLAR] = ACTIONS(840), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(840), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(840), + [anon_sym_BQUOTE] = ACTIONS(840), + [sym_comment] = ACTIONS(142), }, [453] = { - [sym_simple_expansion] = STATE(70), - [sym_expansion] = STATE(70), - [sym_command_substitution] = STATE(70), - [aux_sym_string_repeat1] = STATE(640), - [anon_sym_DQUOTE] = ACTIONS(1339), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(197), - [anon_sym_DOLLAR] = ACTIONS(199), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(201), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(203), - [anon_sym_BQUOTE] = ACTIONS(205), - [sym_comment] = ACTIONS(85), + [anon_sym_AT] = ACTIONS(1276), + [sym_comment] = ACTIONS(52), }, [454] = { - [aux_sym_concatenation_repeat1] = STATE(642), - [sym_file_descriptor] = ACTIONS(409), - [sym__concat] = ACTIONS(1341), - [anon_sym_PIPE] = ACTIONS(413), - [anon_sym_RPAREN] = ACTIONS(409), - [anon_sym_PIPE_AMP] = ACTIONS(409), - [anon_sym_AMP_AMP] = ACTIONS(409), - [anon_sym_PIPE_PIPE] = ACTIONS(409), - [anon_sym_LT] = ACTIONS(413), - [anon_sym_GT] = ACTIONS(413), - [anon_sym_GT_GT] = ACTIONS(409), - [anon_sym_AMP_GT] = ACTIONS(413), - [anon_sym_AMP_GT_GT] = ACTIONS(409), - [anon_sym_LT_AMP] = ACTIONS(409), - [anon_sym_GT_AMP] = ACTIONS(409), - [anon_sym_LT_LT] = ACTIONS(413), - [anon_sym_LT_LT_DASH] = ACTIONS(409), - [anon_sym_BQUOTE] = ACTIONS(409), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(678), + [sym_string] = STATE(677), + [sym_simple_expansion] = STATE(677), + [sym_expansion] = STATE(677), + [sym_command_substitution] = STATE(677), + [sym_process_substitution] = STATE(677), + [anon_sym_DQUOTE] = ACTIONS(82), + [sym_raw_string] = ACTIONS(1278), + [anon_sym_DOLLAR] = ACTIONS(86), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(88), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(90), + [anon_sym_BQUOTE] = ACTIONS(92), + [anon_sym_LT_LPAREN] = ACTIONS(94), + [anon_sym_GT_LPAREN] = ACTIONS(94), + [sym_word] = ACTIONS(1280), + [sym_comment] = ACTIONS(52), }, [455] = { - [sym_special_variable_name] = STATE(645), - [anon_sym_DOLLAR] = ACTIONS(1343), - [anon_sym_POUND] = ACTIONS(1345), - [anon_sym_AT] = ACTIONS(1343), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(1347), - [anon_sym_STAR] = ACTIONS(1343), - [anon_sym_QMARK] = ACTIONS(1343), - [anon_sym_DASH] = ACTIONS(1343), - [anon_sym_BANG] = ACTIONS(1343), - [anon_sym_0] = ACTIONS(1345), - [anon_sym__] = ACTIONS(1345), + [anon_sym_DQUOTE] = ACTIONS(920), + [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(1210), + [anon_sym_DOLLAR] = ACTIONS(920), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(920), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(920), + [anon_sym_BQUOTE] = ACTIONS(920), + [sym_comment] = ACTIONS(142), }, [456] = { - [sym_special_variable_name] = STATE(648), - [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(1349), - [anon_sym_AT] = ACTIONS(219), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(1351), - [anon_sym_STAR] = ACTIONS(219), - [anon_sym_QMARK] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_0] = ACTIONS(225), - [anon_sym__] = ACTIONS(225), + [sym_file_descriptor] = ACTIONS(1282), + [sym__concat] = ACTIONS(1282), + [anon_sym_PIPE] = ACTIONS(1284), + [anon_sym_RPAREN] = ACTIONS(1284), + [anon_sym_SEMI_SEMI] = ACTIONS(1284), + [anon_sym_PIPE_AMP] = ACTIONS(1284), + [anon_sym_AMP_AMP] = ACTIONS(1284), + [anon_sym_PIPE_PIPE] = ACTIONS(1284), + [anon_sym_LT] = ACTIONS(1284), + [anon_sym_GT] = ACTIONS(1284), + [anon_sym_GT_GT] = ACTIONS(1284), + [anon_sym_AMP_GT] = ACTIONS(1284), + [anon_sym_AMP_GT_GT] = ACTIONS(1284), + [anon_sym_LT_AMP] = ACTIONS(1284), + [anon_sym_GT_AMP] = ACTIONS(1284), + [anon_sym_LT_LT] = ACTIONS(1284), + [anon_sym_LT_LT_DASH] = ACTIONS(1284), + [anon_sym_DQUOTE] = ACTIONS(1284), + [sym_raw_string] = ACTIONS(1284), + [anon_sym_DOLLAR] = ACTIONS(1284), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1284), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1284), + [anon_sym_BQUOTE] = ACTIONS(1284), + [anon_sym_LT_LPAREN] = ACTIONS(1284), + [anon_sym_GT_LPAREN] = ACTIONS(1284), + [sym_word] = ACTIONS(1284), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1284), + [anon_sym_LF] = ACTIONS(1284), + [anon_sym_AMP] = ACTIONS(1284), }, [457] = { - [sym_for_statement] = STATE(649), - [sym_while_statement] = STATE(649), - [sym_if_statement] = STATE(649), - [sym_case_statement] = STATE(649), - [sym_function_definition] = STATE(649), - [sym_subshell] = STATE(649), - [sym_pipeline] = STATE(649), - [sym_list] = STATE(649), - [sym_bracket_command] = STATE(649), - [sym_command] = STATE(649), - [sym_command_name] = STATE(103), - [sym_environment_variable_assignment] = STATE(650), - [sym_subscript] = STATE(105), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(107), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(1286), + [sym__concat] = ACTIONS(1286), + [anon_sym_PIPE] = ACTIONS(1288), + [anon_sym_RPAREN] = ACTIONS(1288), + [anon_sym_SEMI_SEMI] = ACTIONS(1288), + [anon_sym_PIPE_AMP] = ACTIONS(1288), + [anon_sym_AMP_AMP] = ACTIONS(1288), + [anon_sym_PIPE_PIPE] = ACTIONS(1288), + [anon_sym_LT] = ACTIONS(1288), + [anon_sym_GT] = ACTIONS(1288), + [anon_sym_GT_GT] = ACTIONS(1288), + [anon_sym_AMP_GT] = ACTIONS(1288), + [anon_sym_AMP_GT_GT] = ACTIONS(1288), + [anon_sym_LT_AMP] = ACTIONS(1288), + [anon_sym_GT_AMP] = ACTIONS(1288), + [anon_sym_LT_LT] = ACTIONS(1288), + [anon_sym_LT_LT_DASH] = ACTIONS(1288), + [anon_sym_DQUOTE] = ACTIONS(1288), + [sym_raw_string] = ACTIONS(1288), + [anon_sym_DOLLAR] = ACTIONS(1288), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1288), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1288), + [anon_sym_BQUOTE] = ACTIONS(1288), + [anon_sym_LT_LPAREN] = ACTIONS(1288), + [anon_sym_GT_LPAREN] = ACTIONS(1288), + [sym_word] = ACTIONS(1288), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1288), + [anon_sym_LF] = ACTIONS(1288), + [anon_sym_AMP] = ACTIONS(1288), }, [458] = { - [sym_for_statement] = STATE(651), - [sym_while_statement] = STATE(651), - [sym_if_statement] = STATE(651), - [sym_case_statement] = STATE(651), - [sym_function_definition] = STATE(651), - [sym_subshell] = STATE(651), - [sym_pipeline] = STATE(651), - [sym_list] = STATE(651), - [sym_bracket_command] = STATE(651), - [sym_command] = STATE(651), - [sym_command_name] = STATE(109), - [sym_environment_variable_assignment] = STATE(652), - [sym_subscript] = STATE(105), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(111), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), + [anon_sym_AT] = ACTIONS(1290), + [sym_comment] = ACTIONS(52), }, [459] = { - [sym_for_statement] = STATE(653), - [sym_while_statement] = STATE(653), - [sym_if_statement] = STATE(653), - [sym_case_statement] = STATE(653), - [sym_function_definition] = STATE(653), - [sym_subshell] = STATE(653), - [sym_pipeline] = STATE(653), - [sym_list] = STATE(653), - [sym_bracket_command] = STATE(653), - [sym_command] = STATE(653), - [sym_command_name] = STATE(103), - [sym_environment_variable_assignment] = STATE(654), - [sym_subscript] = STATE(105), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(107), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(1292), + [sym__concat] = ACTIONS(1292), + [anon_sym_PIPE] = ACTIONS(1294), + [anon_sym_RPAREN] = ACTIONS(1294), + [anon_sym_SEMI_SEMI] = ACTIONS(1294), + [anon_sym_PIPE_AMP] = ACTIONS(1294), + [anon_sym_AMP_AMP] = ACTIONS(1294), + [anon_sym_PIPE_PIPE] = ACTIONS(1294), + [anon_sym_LT] = ACTIONS(1294), + [anon_sym_GT] = ACTIONS(1294), + [anon_sym_GT_GT] = ACTIONS(1294), + [anon_sym_AMP_GT] = ACTIONS(1294), + [anon_sym_AMP_GT_GT] = ACTIONS(1294), + [anon_sym_LT_AMP] = ACTIONS(1294), + [anon_sym_GT_AMP] = ACTIONS(1294), + [anon_sym_LT_LT] = ACTIONS(1294), + [anon_sym_LT_LT_DASH] = ACTIONS(1294), + [anon_sym_DQUOTE] = ACTIONS(1294), + [sym_raw_string] = ACTIONS(1294), + [anon_sym_DOLLAR] = ACTIONS(1294), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1294), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1294), + [anon_sym_BQUOTE] = ACTIONS(1294), + [anon_sym_LT_LPAREN] = ACTIONS(1294), + [anon_sym_GT_LPAREN] = ACTIONS(1294), + [sym_word] = ACTIONS(1294), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1294), + [anon_sym_LF] = ACTIONS(1294), + [anon_sym_AMP] = ACTIONS(1294), }, [460] = { - [sym_file_descriptor] = ACTIONS(409), - [anon_sym_PIPE] = ACTIONS(413), - [anon_sym_RPAREN] = ACTIONS(409), - [anon_sym_PIPE_AMP] = ACTIONS(409), - [anon_sym_AMP_AMP] = ACTIONS(409), - [anon_sym_PIPE_PIPE] = ACTIONS(409), - [anon_sym_LT] = ACTIONS(413), - [anon_sym_GT] = ACTIONS(413), - [anon_sym_GT_GT] = ACTIONS(409), - [anon_sym_AMP_GT] = ACTIONS(413), - [anon_sym_AMP_GT_GT] = ACTIONS(409), - [anon_sym_LT_AMP] = ACTIONS(409), - [anon_sym_GT_AMP] = ACTIONS(409), - [anon_sym_LT_LT] = ACTIONS(413), - [anon_sym_LT_LT_DASH] = ACTIONS(409), - [anon_sym_BQUOTE] = ACTIONS(409), - [sym_comment] = ACTIONS(133), + [anon_sym_AT] = ACTIONS(1296), + [sym_comment] = ACTIONS(52), }, [461] = { - [sym_file_descriptor] = ACTIONS(985), - [anon_sym_PIPE] = ACTIONS(1353), - [anon_sym_RPAREN] = ACTIONS(985), - [anon_sym_PIPE_AMP] = ACTIONS(985), - [anon_sym_AMP_AMP] = ACTIONS(985), - [anon_sym_PIPE_PIPE] = ACTIONS(985), - [anon_sym_LT] = ACTIONS(1353), - [anon_sym_GT] = ACTIONS(1353), - [anon_sym_GT_GT] = ACTIONS(985), - [anon_sym_AMP_GT] = ACTIONS(1353), - [anon_sym_AMP_GT_GT] = ACTIONS(985), - [anon_sym_LT_AMP] = ACTIONS(985), - [anon_sym_GT_AMP] = ACTIONS(985), - [anon_sym_LT_LT] = ACTIONS(1353), - [anon_sym_LT_LT_DASH] = ACTIONS(985), - [anon_sym_BQUOTE] = ACTIONS(985), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACK] = ACTIONS(1298), + [sym_comment] = ACTIONS(52), }, [462] = { - [sym_simple_expansion] = STATE(493), - [sym_expansion] = STATE(493), - [aux_sym_heredoc_repeat1] = STATE(656), - [sym__heredoc_middle] = ACTIONS(989), - [sym__heredoc_end] = ACTIONS(1355), - [anon_sym_DOLLAR] = ACTIONS(993), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(995), - [sym_comment] = ACTIONS(133), + [aux_sym_concatenation_repeat1] = STATE(189), + [sym__concat] = ACTIONS(322), + [anon_sym_RBRACE] = ACTIONS(1300), + [sym_comment] = ACTIONS(52), }, [463] = { - [sym_file_descriptor] = ACTIONS(997), - [anon_sym_PIPE] = ACTIONS(1357), - [anon_sym_RPAREN] = ACTIONS(997), - [anon_sym_PIPE_AMP] = ACTIONS(997), - [anon_sym_AMP_AMP] = ACTIONS(997), - [anon_sym_PIPE_PIPE] = ACTIONS(997), - [anon_sym_LT] = ACTIONS(1357), - [anon_sym_GT] = ACTIONS(1357), - [anon_sym_GT_GT] = ACTIONS(997), - [anon_sym_AMP_GT] = ACTIONS(1357), - [anon_sym_AMP_GT_GT] = ACTIONS(997), - [anon_sym_LT_AMP] = ACTIONS(997), - [anon_sym_GT_AMP] = ACTIONS(997), - [anon_sym_LT_LT] = ACTIONS(1357), - [anon_sym_LT_LT_DASH] = ACTIONS(997), - [anon_sym_BQUOTE] = ACTIONS(997), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1300), + [sym_comment] = ACTIONS(52), }, [464] = { - [aux_sym_concatenation_repeat1] = STATE(248), - [sym_file_descriptor] = ACTIONS(761), - [sym__concat] = ACTIONS(501), - [anon_sym_PIPE] = ACTIONS(759), - [anon_sym_RPAREN] = ACTIONS(761), - [anon_sym_PIPE_AMP] = ACTIONS(761), - [anon_sym_AMP_AMP] = ACTIONS(761), - [anon_sym_PIPE_PIPE] = ACTIONS(759), - [anon_sym_LT] = ACTIONS(759), - [anon_sym_GT] = ACTIONS(759), - [anon_sym_GT_GT] = ACTIONS(761), - [anon_sym_AMP_GT] = ACTIONS(759), - [anon_sym_AMP_GT_GT] = ACTIONS(761), - [anon_sym_LT_AMP] = ACTIONS(761), - [anon_sym_GT_AMP] = ACTIONS(761), - [anon_sym_LT_LT] = ACTIONS(759), - [anon_sym_LT_LT_DASH] = ACTIONS(761), - [anon_sym_DQUOTE] = ACTIONS(761), - [sym_raw_string] = ACTIONS(761), - [anon_sym_DOLLAR] = ACTIONS(759), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(761), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(761), - [anon_sym_BQUOTE] = ACTIONS(761), - [anon_sym_LT_LPAREN] = ACTIONS(761), - [anon_sym_GT_LPAREN] = ACTIONS(761), - [sym_word] = ACTIONS(763), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACK] = ACTIONS(1302), + [sym_comment] = ACTIONS(52), }, [465] = { - [sym_file_descriptor] = ACTIONS(761), - [anon_sym_PIPE] = ACTIONS(759), - [anon_sym_RPAREN] = ACTIONS(761), - [anon_sym_PIPE_AMP] = ACTIONS(761), - [anon_sym_AMP_AMP] = ACTIONS(761), - [anon_sym_PIPE_PIPE] = ACTIONS(759), - [anon_sym_LT] = ACTIONS(759), - [anon_sym_GT] = ACTIONS(759), - [anon_sym_GT_GT] = ACTIONS(761), - [anon_sym_AMP_GT] = ACTIONS(759), - [anon_sym_AMP_GT_GT] = ACTIONS(761), - [anon_sym_LT_AMP] = ACTIONS(761), - [anon_sym_GT_AMP] = ACTIONS(761), - [anon_sym_LT_LT] = ACTIONS(759), - [anon_sym_LT_LT_DASH] = ACTIONS(761), - [anon_sym_DQUOTE] = ACTIONS(761), - [sym_raw_string] = ACTIONS(761), - [anon_sym_DOLLAR] = ACTIONS(759), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(761), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(761), - [anon_sym_BQUOTE] = ACTIONS(761), - [anon_sym_LT_LPAREN] = ACTIONS(761), - [anon_sym_GT_LPAREN] = ACTIONS(761), - [sym_word] = ACTIONS(763), - [sym_comment] = ACTIONS(133), + [aux_sym_concatenation_repeat1] = STATE(189), + [sym__concat] = ACTIONS(322), + [anon_sym_RBRACE] = ACTIONS(1304), + [sym_comment] = ACTIONS(52), }, [466] = { - [sym_file_redirect] = STATE(467), - [sym_heredoc_redirect] = STATE(467), - [sym_file_descriptor] = ACTIONS(525), - [anon_sym_PIPE] = ACTIONS(1359), - [anon_sym_RPAREN] = ACTIONS(1361), - [anon_sym_PIPE_AMP] = ACTIONS(1361), - [anon_sym_AMP_AMP] = ACTIONS(1361), - [anon_sym_PIPE_PIPE] = ACTIONS(1361), - [anon_sym_LT] = ACTIONS(531), - [anon_sym_GT] = ACTIONS(531), - [anon_sym_GT_GT] = ACTIONS(533), - [anon_sym_AMP_GT] = ACTIONS(531), - [anon_sym_AMP_GT_GT] = ACTIONS(533), - [anon_sym_LT_AMP] = ACTIONS(533), - [anon_sym_GT_AMP] = ACTIONS(533), - [anon_sym_LT_LT] = ACTIONS(535), - [anon_sym_LT_LT_DASH] = ACTIONS(537), - [anon_sym_BQUOTE] = ACTIONS(1361), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1304), + [sym_comment] = ACTIONS(52), }, [467] = { - [sym_file_descriptor] = ACTIONS(1003), - [anon_sym_PIPE] = ACTIONS(1363), - [anon_sym_RPAREN] = ACTIONS(1003), - [anon_sym_PIPE_AMP] = ACTIONS(1003), - [anon_sym_AMP_AMP] = ACTIONS(1003), - [anon_sym_PIPE_PIPE] = ACTIONS(1003), - [anon_sym_LT] = ACTIONS(1363), - [anon_sym_GT] = ACTIONS(1363), - [anon_sym_GT_GT] = ACTIONS(1003), - [anon_sym_AMP_GT] = ACTIONS(1363), - [anon_sym_AMP_GT_GT] = ACTIONS(1003), - [anon_sym_LT_AMP] = ACTIONS(1003), - [anon_sym_GT_AMP] = ACTIONS(1003), - [anon_sym_LT_LT] = ACTIONS(1363), - [anon_sym_LT_LT_DASH] = ACTIONS(1003), - [anon_sym_BQUOTE] = ACTIONS(1003), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(586), + [sym_variable_name] = ACTIONS(586), + [anon_sym_PIPE] = ACTIONS(1306), + [anon_sym_RPAREN] = ACTIONS(586), + [anon_sym_PIPE_AMP] = ACTIONS(586), + [anon_sym_AMP_AMP] = ACTIONS(586), + [anon_sym_PIPE_PIPE] = ACTIONS(1306), + [anon_sym_LT] = ACTIONS(1306), + [anon_sym_GT] = ACTIONS(1306), + [anon_sym_GT_GT] = ACTIONS(586), + [anon_sym_AMP_GT] = ACTIONS(1306), + [anon_sym_AMP_GT_GT] = ACTIONS(586), + [anon_sym_LT_AMP] = ACTIONS(586), + [anon_sym_GT_AMP] = ACTIONS(586), + [anon_sym_DQUOTE] = ACTIONS(586), + [sym_raw_string] = ACTIONS(586), + [anon_sym_DOLLAR] = ACTIONS(1306), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(586), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(586), + [anon_sym_BQUOTE] = ACTIONS(586), + [anon_sym_LT_LPAREN] = ACTIONS(586), + [anon_sym_GT_LPAREN] = ACTIONS(586), + [sym_word] = ACTIONS(588), + [sym_comment] = ACTIONS(52), }, [468] = { - [sym_file_redirect] = STATE(269), - [sym_heredoc_redirect] = STATE(269), - [sym_concatenation] = STATE(465), - [sym_string] = STATE(464), - [sym_simple_expansion] = STATE(464), - [sym_expansion] = STATE(464), - [sym_command_substitution] = STATE(464), - [sym_process_substitution] = STATE(464), - [aux_sym_command_repeat2] = STATE(657), - [sym_file_descriptor] = ACTIONS(525), - [anon_sym_PIPE] = ACTIONS(1359), - [anon_sym_RPAREN] = ACTIONS(1361), - [anon_sym_PIPE_AMP] = ACTIONS(1361), - [anon_sym_AMP_AMP] = ACTIONS(1361), - [anon_sym_PIPE_PIPE] = ACTIONS(1359), - [anon_sym_LT] = ACTIONS(531), - [anon_sym_GT] = ACTIONS(531), - [anon_sym_GT_GT] = ACTIONS(533), - [anon_sym_AMP_GT] = ACTIONS(531), - [anon_sym_AMP_GT_GT] = ACTIONS(533), - [anon_sym_LT_AMP] = ACTIONS(533), - [anon_sym_GT_AMP] = ACTIONS(533), - [anon_sym_LT_LT] = ACTIONS(535), - [anon_sym_LT_LT_DASH] = ACTIONS(537), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(951), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(953), - [sym_comment] = ACTIONS(133), + [aux_sym_array_repeat1] = STATE(686), + [anon_sym_RPAREN] = ACTIONS(1308), + [sym_word] = ACTIONS(592), + [sym_comment] = ACTIONS(52), }, [469] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(1327), - [anon_sym_PIPE_AMP] = ACTIONS(1329), - [anon_sym_AMP_AMP] = ACTIONS(1329), - [anon_sym_PIPE_PIPE] = ACTIONS(1327), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(1329), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), + [sym_simple_expansion] = STATE(78), + [sym_expansion] = STATE(78), + [sym_command_substitution] = STATE(78), + [aux_sym_string_repeat1] = STATE(688), + [anon_sym_DQUOTE] = ACTIONS(1310), + [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(132), + [anon_sym_DOLLAR] = ACTIONS(134), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), + [anon_sym_BQUOTE] = ACTIONS(140), + [sym_comment] = ACTIONS(142), }, [470] = { - [anon_sym_PIPE] = ACTIONS(547), - [anon_sym_PIPE_AMP] = ACTIONS(549), - [anon_sym_AMP_AMP] = ACTIONS(1331), - [anon_sym_PIPE_PIPE] = ACTIONS(1331), - [anon_sym_BQUOTE] = ACTIONS(1331), - [sym_comment] = ACTIONS(133), + [aux_sym_concatenation_repeat1] = STATE(690), + [sym_file_descriptor] = ACTIONS(586), + [sym__concat] = ACTIONS(1312), + [sym_variable_name] = ACTIONS(586), + [anon_sym_PIPE] = ACTIONS(1306), + [anon_sym_RPAREN] = ACTIONS(586), + [anon_sym_PIPE_AMP] = ACTIONS(586), + [anon_sym_AMP_AMP] = ACTIONS(586), + [anon_sym_PIPE_PIPE] = ACTIONS(1306), + [anon_sym_LT] = ACTIONS(1306), + [anon_sym_GT] = ACTIONS(1306), + [anon_sym_GT_GT] = ACTIONS(586), + [anon_sym_AMP_GT] = ACTIONS(1306), + [anon_sym_AMP_GT_GT] = ACTIONS(586), + [anon_sym_LT_AMP] = ACTIONS(586), + [anon_sym_GT_AMP] = ACTIONS(586), + [anon_sym_DQUOTE] = ACTIONS(586), + [sym_raw_string] = ACTIONS(586), + [anon_sym_DOLLAR] = ACTIONS(1306), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(586), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(586), + [anon_sym_BQUOTE] = ACTIONS(586), + [anon_sym_LT_LPAREN] = ACTIONS(586), + [anon_sym_GT_LPAREN] = ACTIONS(586), + [sym_word] = ACTIONS(588), + [sym_comment] = ACTIONS(52), }, [471] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(547), - [anon_sym_PIPE_AMP] = ACTIONS(549), - [anon_sym_AMP_AMP] = ACTIONS(1331), - [anon_sym_PIPE_PIPE] = ACTIONS(1333), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(299), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), + [sym_special_variable_name] = STATE(693), + [anon_sym_DOLLAR] = ACTIONS(1314), + [anon_sym_POUND] = ACTIONS(1314), + [anon_sym_AT] = ACTIONS(1314), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(1316), + [anon_sym_STAR] = ACTIONS(1314), + [anon_sym_QMARK] = ACTIONS(1314), + [anon_sym_DASH] = ACTIONS(1314), + [anon_sym_BANG] = ACTIONS(1314), + [anon_sym_0] = ACTIONS(1318), + [anon_sym__] = ACTIONS(1318), }, [472] = { - [sym_file_redirect] = STATE(269), - [sym_heredoc_redirect] = STATE(269), - [sym_concatenation] = STATE(465), - [sym_string] = STATE(464), - [sym_simple_expansion] = STATE(464), - [sym_expansion] = STATE(464), - [sym_command_substitution] = STATE(464), - [sym_process_substitution] = STATE(464), - [aux_sym_command_repeat2] = STATE(657), - [sym_file_descriptor] = ACTIONS(525), - [anon_sym_PIPE] = ACTIONS(1359), - [anon_sym_PIPE_AMP] = ACTIONS(1361), - [anon_sym_AMP_AMP] = ACTIONS(1361), - [anon_sym_PIPE_PIPE] = ACTIONS(1359), - [anon_sym_LT] = ACTIONS(531), - [anon_sym_GT] = ACTIONS(531), - [anon_sym_GT_GT] = ACTIONS(533), - [anon_sym_AMP_GT] = ACTIONS(531), - [anon_sym_AMP_GT_GT] = ACTIONS(533), - [anon_sym_LT_AMP] = ACTIONS(533), - [anon_sym_GT_AMP] = ACTIONS(533), - [anon_sym_LT_LT] = ACTIONS(535), - [anon_sym_LT_LT_DASH] = ACTIONS(537), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(951), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(1361), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(953), - [sym_comment] = ACTIONS(133), + [sym_special_variable_name] = STATE(696), + [anon_sym_DOLLAR] = ACTIONS(156), + [anon_sym_POUND] = ACTIONS(1320), + [anon_sym_AT] = ACTIONS(156), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(156), + [anon_sym_QMARK] = ACTIONS(156), + [anon_sym_DASH] = ACTIONS(156), + [anon_sym_BANG] = ACTIONS(156), + [anon_sym_0] = ACTIONS(162), + [anon_sym__] = ACTIONS(162), }, [473] = { - [sym__terminated_statement] = STATE(22), - [sym_for_statement] = STATE(23), - [sym_while_statement] = STATE(23), - [sym_if_statement] = STATE(23), - [sym_case_statement] = STATE(23), - [sym_function_definition] = STATE(23), - [sym_subshell] = STATE(23), - [sym_pipeline] = STATE(23), - [sym_list] = STATE(23), - [sym_bracket_command] = STATE(23), - [sym_command] = STATE(23), - [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(25), - [sym_subscript] = STATE(26), + [sym_for_statement] = STATE(697), + [sym_while_statement] = STATE(697), + [sym_if_statement] = STATE(697), + [sym_case_statement] = STATE(697), + [sym_function_definition] = STATE(697), + [sym_subshell] = STATE(697), + [sym_pipeline] = STATE(697), + [sym_list] = STATE(697), + [sym_bracket_command] = STATE(697), + [sym_command] = STATE(697), + [sym_command_name] = STATE(111), + [sym_environment_variable_assignment] = STATE(698), + [sym_subscript] = STATE(113), [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [aux_sym_program_repeat1] = STATE(659), - [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(1365), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(115), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), }, [474] = { - [anon_sym_PIPE] = ACTIONS(1367), - [anon_sym_RPAREN] = ACTIONS(1367), - [anon_sym_SEMI_SEMI] = ACTIONS(1367), - [anon_sym_PIPE_AMP] = ACTIONS(1367), - [anon_sym_AMP_AMP] = ACTIONS(1367), - [anon_sym_PIPE_PIPE] = ACTIONS(1367), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1367), - [anon_sym_LF] = ACTIONS(1367), - [anon_sym_AMP] = ACTIONS(1367), + [sym_for_statement] = STATE(699), + [sym_while_statement] = STATE(699), + [sym_if_statement] = STATE(699), + [sym_case_statement] = STATE(699), + [sym_function_definition] = STATE(699), + [sym_subshell] = STATE(699), + [sym_pipeline] = STATE(699), + [sym_list] = STATE(699), + [sym_bracket_command] = STATE(699), + [sym_command] = STATE(699), + [sym_command_name] = STATE(117), + [sym_environment_variable_assignment] = STATE(700), + [sym_subscript] = STATE(113), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(119), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), }, [475] = { - [aux_sym_concatenation_repeat1] = STATE(480), - [sym_file_descriptor] = ACTIONS(607), - [sym__concat] = ACTIONS(971), - [anon_sym_PIPE] = ACTIONS(1369), - [anon_sym_RPAREN] = ACTIONS(1369), - [anon_sym_SEMI_SEMI] = ACTIONS(1369), - [anon_sym_PIPE_AMP] = ACTIONS(1369), - [anon_sym_AMP_AMP] = ACTIONS(1369), - [anon_sym_PIPE_PIPE] = ACTIONS(1369), - [anon_sym_LT] = ACTIONS(1369), - [anon_sym_GT] = ACTIONS(1369), - [anon_sym_GT_GT] = ACTIONS(1369), - [anon_sym_AMP_GT] = ACTIONS(1369), - [anon_sym_AMP_GT_GT] = ACTIONS(1369), - [anon_sym_LT_AMP] = ACTIONS(1369), - [anon_sym_GT_AMP] = ACTIONS(1369), - [anon_sym_LT_LT] = ACTIONS(1369), - [anon_sym_LT_LT_DASH] = ACTIONS(1369), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1369), - [anon_sym_LF] = ACTIONS(1369), - [anon_sym_AMP] = ACTIONS(1369), + [sym_for_statement] = STATE(701), + [sym_while_statement] = STATE(701), + [sym_if_statement] = STATE(701), + [sym_case_statement] = STATE(701), + [sym_function_definition] = STATE(701), + [sym_subshell] = STATE(701), + [sym_pipeline] = STATE(701), + [sym_list] = STATE(701), + [sym_bracket_command] = STATE(701), + [sym_command] = STATE(701), + [sym_command_name] = STATE(111), + [sym_environment_variable_assignment] = STATE(702), + [sym_subscript] = STATE(113), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(115), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), }, [476] = { - [sym_file_descriptor] = ACTIONS(607), - [anon_sym_PIPE] = ACTIONS(1369), - [anon_sym_RPAREN] = ACTIONS(1369), - [anon_sym_SEMI_SEMI] = ACTIONS(1369), - [anon_sym_PIPE_AMP] = ACTIONS(1369), - [anon_sym_AMP_AMP] = ACTIONS(1369), - [anon_sym_PIPE_PIPE] = ACTIONS(1369), - [anon_sym_LT] = ACTIONS(1369), - [anon_sym_GT] = ACTIONS(1369), - [anon_sym_GT_GT] = ACTIONS(1369), - [anon_sym_AMP_GT] = ACTIONS(1369), - [anon_sym_AMP_GT_GT] = ACTIONS(1369), - [anon_sym_LT_AMP] = ACTIONS(1369), - [anon_sym_GT_AMP] = ACTIONS(1369), - [anon_sym_LT_LT] = ACTIONS(1369), - [anon_sym_LT_LT_DASH] = ACTIONS(1369), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1369), - [anon_sym_LF] = ACTIONS(1369), - [anon_sym_AMP] = ACTIONS(1369), + [sym_concatenation] = STATE(373), + [sym_string] = STATE(367), + [sym_simple_expansion] = STATE(367), + [sym_expansion] = STATE(367), + [sym_command_substitution] = STATE(367), + [sym_process_substitution] = STATE(367), + [aux_sym_for_statement_repeat1] = STATE(703), + [anon_sym_DQUOTE] = ACTIONS(608), + [sym_raw_string] = ACTIONS(610), + [anon_sym_DOLLAR] = ACTIONS(612), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(614), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(616), + [anon_sym_BQUOTE] = ACTIONS(618), + [anon_sym_LT_LPAREN] = ACTIONS(620), + [anon_sym_GT_LPAREN] = ACTIONS(620), + [sym_word] = ACTIONS(622), + [sym_comment] = ACTIONS(52), }, [477] = { - [sym_file_descriptor] = ACTIONS(425), - [sym__concat] = ACTIONS(425), - [anon_sym_PIPE] = ACTIONS(427), - [anon_sym_RPAREN] = ACTIONS(427), - [anon_sym_SEMI_SEMI] = ACTIONS(427), - [anon_sym_PIPE_AMP] = ACTIONS(427), - [anon_sym_AMP_AMP] = ACTIONS(427), - [anon_sym_PIPE_PIPE] = ACTIONS(427), - [anon_sym_LT] = ACTIONS(427), - [anon_sym_GT] = ACTIONS(427), - [anon_sym_GT_GT] = ACTIONS(427), - [anon_sym_AMP_GT] = ACTIONS(427), - [anon_sym_AMP_GT_GT] = ACTIONS(427), - [anon_sym_LT_AMP] = ACTIONS(427), - [anon_sym_GT_AMP] = ACTIONS(427), - [anon_sym_LT_LT] = ACTIONS(427), - [anon_sym_LT_LT_DASH] = ACTIONS(427), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(427), - [anon_sym_LF] = ACTIONS(427), - [anon_sym_AMP] = ACTIONS(427), + [sym__terminated_statement] = STATE(376), + [sym_for_statement] = STATE(377), + [sym_while_statement] = STATE(377), + [sym_if_statement] = STATE(377), + [sym_case_statement] = STATE(377), + [sym_function_definition] = STATE(377), + [sym_subshell] = STATE(377), + [sym_pipeline] = STATE(377), + [sym_list] = STATE(377), + [sym_bracket_command] = STATE(377), + [sym_command] = STATE(377), + [sym_command_name] = STATE(24), + [sym_environment_variable_assignment] = STATE(378), + [sym_subscript] = STATE(26), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(28), + [sym_string] = STATE(14), + [sym_simple_expansion] = STATE(14), + [sym_expansion] = STATE(14), + [sym_command_substitution] = STATE(14), + [sym_process_substitution] = STATE(14), + [aux_sym_program_repeat1] = STATE(705), + [aux_sym_command_repeat1] = STATE(30), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(12), + [anon_sym_for] = ACTIONS(16), + [anon_sym_while] = ACTIONS(18), + [anon_sym_done] = ACTIONS(1324), + [anon_sym_if] = ACTIONS(20), + [anon_sym_case] = ACTIONS(22), + [anon_sym_function] = ACTIONS(24), + [anon_sym_LPAREN] = ACTIONS(26), + [anon_sym_LBRACK] = ACTIONS(28), + [anon_sym_LBRACK_LBRACK] = ACTIONS(30), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(36), + [sym_raw_string] = ACTIONS(38), + [anon_sym_DOLLAR] = ACTIONS(40), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(42), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(44), + [anon_sym_BQUOTE] = ACTIONS(46), + [anon_sym_LT_LPAREN] = ACTIONS(48), + [anon_sym_GT_LPAREN] = ACTIONS(48), + [sym_word] = ACTIONS(50), + [sym_comment] = ACTIONS(52), }, [478] = { - [sym_simple_expansion] = STATE(222), - [sym_expansion] = STATE(222), - [sym_command_substitution] = STATE(222), - [anon_sym_DQUOTE] = ACTIONS(1371), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(445), - [anon_sym_DOLLAR] = ACTIONS(199), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(201), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(203), - [anon_sym_BQUOTE] = ACTIONS(205), - [sym_comment] = ACTIONS(85), + [anon_sym_PIPE] = ACTIONS(1326), + [anon_sym_RPAREN] = ACTIONS(1328), + [anon_sym_PIPE_AMP] = ACTIONS(1328), + [anon_sym_AMP_AMP] = ACTIONS(1328), + [anon_sym_PIPE_PIPE] = ACTIONS(1328), + [anon_sym_BQUOTE] = ACTIONS(1328), + [sym_comment] = ACTIONS(52), }, [479] = { - [sym_string] = STATE(661), - [sym_simple_expansion] = STATE(661), - [sym_expansion] = STATE(661), - [sym_command_substitution] = STATE(661), - [sym_process_substitution] = STATE(661), - [anon_sym_DQUOTE] = ACTIONS(569), - [sym_raw_string] = ACTIONS(1373), - [anon_sym_DOLLAR] = ACTIONS(573), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(575), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(577), - [anon_sym_BQUOTE] = ACTIONS(579), - [anon_sym_LT_LPAREN] = ACTIONS(581), - [anon_sym_GT_LPAREN] = ACTIONS(581), - [sym_word] = ACTIONS(1375), - [sym_comment] = ACTIONS(133), + [sym__terminated_statement] = STATE(383), + [sym_for_statement] = STATE(384), + [sym_while_statement] = STATE(384), + [sym_if_statement] = STATE(384), + [sym_elif_clause] = STATE(385), + [sym_else_clause] = STATE(707), + [sym_case_statement] = STATE(384), + [sym_function_definition] = STATE(384), + [sym_subshell] = STATE(384), + [sym_pipeline] = STATE(384), + [sym_list] = STATE(384), + [sym_bracket_command] = STATE(384), + [sym_command] = STATE(384), + [sym_command_name] = STATE(24), + [sym_environment_variable_assignment] = STATE(387), + [sym_subscript] = STATE(26), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(28), + [sym_string] = STATE(14), + [sym_simple_expansion] = STATE(14), + [sym_expansion] = STATE(14), + [sym_command_substitution] = STATE(14), + [sym_process_substitution] = STATE(14), + [aux_sym_program_repeat1] = STATE(708), + [aux_sym_if_statement_repeat1] = STATE(709), + [aux_sym_command_repeat1] = STATE(30), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(12), + [anon_sym_for] = ACTIONS(16), + [anon_sym_while] = ACTIONS(18), + [anon_sym_if] = ACTIONS(20), + [anon_sym_fi] = ACTIONS(1330), + [anon_sym_elif] = ACTIONS(630), + [anon_sym_else] = ACTIONS(632), + [anon_sym_case] = ACTIONS(22), + [anon_sym_function] = ACTIONS(24), + [anon_sym_LPAREN] = ACTIONS(26), + [anon_sym_LBRACK] = ACTIONS(28), + [anon_sym_LBRACK_LBRACK] = ACTIONS(30), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(36), + [sym_raw_string] = ACTIONS(38), + [anon_sym_DOLLAR] = ACTIONS(40), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(42), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(44), + [anon_sym_BQUOTE] = ACTIONS(46), + [anon_sym_LT_LPAREN] = ACTIONS(48), + [anon_sym_GT_LPAREN] = ACTIONS(48), + [sym_word] = ACTIONS(50), + [sym_comment] = ACTIONS(52), }, [480] = { - [sym_file_descriptor] = ACTIONS(451), - [sym__concat] = ACTIONS(1377), - [anon_sym_PIPE] = ACTIONS(455), - [anon_sym_RPAREN] = ACTIONS(455), - [anon_sym_SEMI_SEMI] = ACTIONS(455), - [anon_sym_PIPE_AMP] = ACTIONS(455), - [anon_sym_AMP_AMP] = ACTIONS(455), - [anon_sym_PIPE_PIPE] = ACTIONS(455), - [anon_sym_LT] = ACTIONS(455), - [anon_sym_GT] = ACTIONS(455), - [anon_sym_GT_GT] = ACTIONS(455), - [anon_sym_AMP_GT] = ACTIONS(455), - [anon_sym_AMP_GT_GT] = ACTIONS(455), - [anon_sym_LT_AMP] = ACTIONS(455), - [anon_sym_GT_AMP] = ACTIONS(455), - [anon_sym_LT_LT] = ACTIONS(455), - [anon_sym_LT_LT_DASH] = ACTIONS(455), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(455), - [anon_sym_LF] = ACTIONS(455), - [anon_sym_AMP] = ACTIONS(455), + [anon_sym_SEMI_SEMI] = ACTIONS(1332), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1332), + [anon_sym_LF] = ACTIONS(1332), + [anon_sym_AMP] = ACTIONS(1332), }, [481] = { - [sym_file_descriptor] = ACTIONS(457), - [sym__concat] = ACTIONS(457), - [anon_sym_PIPE] = ACTIONS(459), - [anon_sym_RPAREN] = ACTIONS(459), - [anon_sym_SEMI_SEMI] = ACTIONS(459), - [anon_sym_PIPE_AMP] = ACTIONS(459), - [anon_sym_AMP_AMP] = ACTIONS(459), - [anon_sym_PIPE_PIPE] = ACTIONS(459), - [anon_sym_LT] = ACTIONS(459), - [anon_sym_GT] = ACTIONS(459), - [anon_sym_GT_GT] = ACTIONS(459), - [anon_sym_AMP_GT] = ACTIONS(459), - [anon_sym_AMP_GT_GT] = ACTIONS(459), - [anon_sym_LT_AMP] = ACTIONS(459), - [anon_sym_GT_AMP] = ACTIONS(459), - [anon_sym_LT_LT] = ACTIONS(459), - [anon_sym_LT_LT_DASH] = ACTIONS(459), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(459), - [anon_sym_LF] = ACTIONS(459), - [anon_sym_AMP] = ACTIONS(459), + [anon_sym_in] = ACTIONS(1334), + [sym_comment] = ACTIONS(52), }, [482] = { - [sym_file_descriptor] = ACTIONS(461), - [sym__concat] = ACTIONS(461), - [anon_sym_PIPE] = ACTIONS(463), - [anon_sym_RPAREN] = ACTIONS(463), - [anon_sym_SEMI_SEMI] = ACTIONS(463), - [anon_sym_PIPE_AMP] = ACTIONS(463), - [anon_sym_AMP_AMP] = ACTIONS(463), - [anon_sym_PIPE_PIPE] = ACTIONS(463), - [anon_sym_LT] = ACTIONS(463), - [anon_sym_GT] = ACTIONS(463), - [anon_sym_GT_GT] = ACTIONS(463), - [anon_sym_AMP_GT] = ACTIONS(463), - [anon_sym_AMP_GT_GT] = ACTIONS(463), - [anon_sym_LT_AMP] = ACTIONS(463), - [anon_sym_GT_AMP] = ACTIONS(463), - [anon_sym_LT_LT] = ACTIONS(463), - [anon_sym_LT_LT_DASH] = ACTIONS(463), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(463), - [anon_sym_LF] = ACTIONS(463), - [anon_sym_AMP] = ACTIONS(463), + [anon_sym_RPAREN] = ACTIONS(1336), + [sym_comment] = ACTIONS(52), }, [483] = { - [sym_file_descriptor] = ACTIONS(465), - [sym__concat] = ACTIONS(465), - [anon_sym_PIPE] = ACTIONS(467), - [anon_sym_RPAREN] = ACTIONS(467), - [anon_sym_SEMI_SEMI] = ACTIONS(467), - [anon_sym_PIPE_AMP] = ACTIONS(467), - [anon_sym_AMP_AMP] = ACTIONS(467), - [anon_sym_PIPE_PIPE] = ACTIONS(467), - [anon_sym_LT] = ACTIONS(467), - [anon_sym_GT] = ACTIONS(467), - [anon_sym_GT_GT] = ACTIONS(467), - [anon_sym_AMP_GT] = ACTIONS(467), - [anon_sym_AMP_GT_GT] = ACTIONS(467), - [anon_sym_LT_AMP] = ACTIONS(467), - [anon_sym_GT_AMP] = ACTIONS(467), - [anon_sym_LT_LT] = ACTIONS(467), - [anon_sym_LT_LT_DASH] = ACTIONS(467), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(467), - [anon_sym_LF] = ACTIONS(467), - [anon_sym_AMP] = ACTIONS(467), + [anon_sym_PIPE] = ACTIONS(1338), + [anon_sym_RPAREN] = ACTIONS(1340), + [anon_sym_PIPE_AMP] = ACTIONS(1340), + [anon_sym_AMP_AMP] = ACTIONS(1340), + [anon_sym_PIPE_PIPE] = ACTIONS(1340), + [anon_sym_BQUOTE] = ACTIONS(1340), + [sym_comment] = ACTIONS(52), }, [484] = { - [sym_special_variable_name] = STATE(664), - [anon_sym_RBRACE] = ACTIONS(457), - [anon_sym_LBRACK] = ACTIONS(457), - [anon_sym_EQ] = ACTIONS(457), - [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(225), - [anon_sym_AT] = ACTIONS(219), - [anon_sym_COLON] = ACTIONS(469), - [anon_sym_COLON_QMARK] = ACTIONS(457), - [anon_sym_COLON_DASH] = ACTIONS(457), - [anon_sym_PERCENT] = ACTIONS(457), - [anon_sym_SLASH] = ACTIONS(457), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(1379), - [anon_sym_STAR] = ACTIONS(219), - [anon_sym_QMARK] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_0] = ACTIONS(225), - [anon_sym__] = ACTIONS(225), + [sym_file_descriptor] = ACTIONS(516), + [sym_variable_name] = ACTIONS(516), + [anon_sym_for] = ACTIONS(518), + [anon_sym_while] = ACTIONS(518), + [anon_sym_if] = ACTIONS(518), + [anon_sym_case] = ACTIONS(518), + [anon_sym_RPAREN] = ACTIONS(1342), + [anon_sym_function] = ACTIONS(518), + [anon_sym_LPAREN] = ACTIONS(516), + [anon_sym_LBRACK] = ACTIONS(518), + [anon_sym_LBRACK_LBRACK] = ACTIONS(518), + [anon_sym_LT] = ACTIONS(518), + [anon_sym_GT] = ACTIONS(518), + [anon_sym_GT_GT] = ACTIONS(516), + [anon_sym_AMP_GT] = ACTIONS(518), + [anon_sym_AMP_GT_GT] = ACTIONS(516), + [anon_sym_LT_AMP] = ACTIONS(516), + [anon_sym_GT_AMP] = ACTIONS(516), + [anon_sym_DQUOTE] = ACTIONS(516), + [sym_raw_string] = ACTIONS(516), + [anon_sym_DOLLAR] = ACTIONS(518), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(516), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(516), + [anon_sym_BQUOTE] = ACTIONS(516), + [anon_sym_LT_LPAREN] = ACTIONS(516), + [anon_sym_GT_LPAREN] = ACTIONS(516), + [sym_word] = ACTIONS(520), + [sym_comment] = ACTIONS(52), }, [485] = { - [anon_sym_RBRACE] = ACTIONS(1381), - [anon_sym_LBRACK] = ACTIONS(1383), - [anon_sym_EQ] = ACTIONS(1385), - [anon_sym_COLON] = ACTIONS(1387), - [anon_sym_COLON_QMARK] = ACTIONS(1385), - [anon_sym_COLON_DASH] = ACTIONS(1385), - [anon_sym_PERCENT] = ACTIONS(1385), - [anon_sym_SLASH] = ACTIONS(1385), - [sym_comment] = ACTIONS(133), + [anon_sym_PIPE] = ACTIONS(208), + [anon_sym_RPAREN] = ACTIONS(1344), + [anon_sym_SEMI_SEMI] = ACTIONS(1346), + [anon_sym_PIPE_AMP] = ACTIONS(208), + [anon_sym_AMP_AMP] = ACTIONS(212), + [anon_sym_PIPE_PIPE] = ACTIONS(212), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1346), + [anon_sym_LF] = ACTIONS(1346), + [anon_sym_AMP] = ACTIONS(1346), }, [486] = { - [anon_sym_RBRACE] = ACTIONS(1389), - [anon_sym_LBRACK] = ACTIONS(1391), - [anon_sym_EQ] = ACTIONS(1393), - [anon_sym_COLON] = ACTIONS(1395), - [anon_sym_COLON_QMARK] = ACTIONS(1393), - [anon_sym_COLON_DASH] = ACTIONS(1393), - [anon_sym_PERCENT] = ACTIONS(1393), - [anon_sym_SLASH] = ACTIONS(1393), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(208), + [anon_sym_RPAREN] = ACTIONS(1344), + [anon_sym_SEMI_SEMI] = ACTIONS(1346), + [anon_sym_PIPE_AMP] = ACTIONS(208), + [anon_sym_AMP_AMP] = ACTIONS(212), + [anon_sym_PIPE_PIPE] = ACTIONS(212), + [anon_sym_LT] = ACTIONS(238), + [anon_sym_GT] = ACTIONS(238), + [anon_sym_GT_GT] = ACTIONS(238), + [anon_sym_AMP_GT] = ACTIONS(238), + [anon_sym_AMP_GT_GT] = ACTIONS(238), + [anon_sym_LT_AMP] = ACTIONS(238), + [anon_sym_GT_AMP] = ACTIONS(238), + [anon_sym_DQUOTE] = ACTIONS(238), + [sym_raw_string] = ACTIONS(238), + [anon_sym_DOLLAR] = ACTIONS(238), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(238), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(238), + [anon_sym_BQUOTE] = ACTIONS(238), + [anon_sym_LT_LPAREN] = ACTIONS(238), + [anon_sym_GT_LPAREN] = ACTIONS(238), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1346), + [anon_sym_LF] = ACTIONS(1346), + [anon_sym_AMP] = ACTIONS(1346), }, [487] = { - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(1397), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(523), - [sym_comment] = ACTIONS(133), + [anon_sym_PIPE] = ACTIONS(1348), + [anon_sym_RPAREN] = ACTIONS(1350), + [anon_sym_PIPE_AMP] = ACTIONS(1350), + [anon_sym_AMP_AMP] = ACTIONS(1350), + [anon_sym_PIPE_PIPE] = ACTIONS(1350), + [anon_sym_BQUOTE] = ACTIONS(1350), + [sym_comment] = ACTIONS(52), }, [488] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(1397), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(543), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(299), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(804), + [sym__concat] = ACTIONS(804), + [anon_sym_PIPE] = ACTIONS(1178), + [anon_sym_RPAREN] = ACTIONS(804), + [anon_sym_PIPE_AMP] = ACTIONS(804), + [anon_sym_AMP_AMP] = ACTIONS(804), + [anon_sym_PIPE_PIPE] = ACTIONS(1178), + [anon_sym_LT] = ACTIONS(1178), + [anon_sym_GT] = ACTIONS(1178), + [anon_sym_GT_GT] = ACTIONS(804), + [anon_sym_AMP_GT] = ACTIONS(1178), + [anon_sym_AMP_GT_GT] = ACTIONS(804), + [anon_sym_LT_AMP] = ACTIONS(804), + [anon_sym_GT_AMP] = ACTIONS(804), + [anon_sym_LT_LT] = ACTIONS(1178), + [anon_sym_LT_LT_DASH] = ACTIONS(804), + [anon_sym_DQUOTE] = ACTIONS(804), + [sym_raw_string] = ACTIONS(804), + [anon_sym_DOLLAR] = ACTIONS(1178), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(804), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(804), + [anon_sym_BQUOTE] = ACTIONS(804), + [anon_sym_LT_LPAREN] = ACTIONS(804), + [anon_sym_GT_LPAREN] = ACTIONS(804), + [sym_word] = ACTIONS(806), + [sym_comment] = ACTIONS(52), }, [489] = { - [anon_sym_PIPE] = ACTIONS(547), - [anon_sym_PIPE_AMP] = ACTIONS(549), - [anon_sym_AMP_AMP] = ACTIONS(551), - [anon_sym_PIPE_PIPE] = ACTIONS(551), - [anon_sym_BQUOTE] = ACTIONS(1397), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(812), + [sym__concat] = ACTIONS(812), + [anon_sym_PIPE] = ACTIONS(1180), + [anon_sym_RPAREN] = ACTIONS(812), + [anon_sym_PIPE_AMP] = ACTIONS(812), + [anon_sym_AMP_AMP] = ACTIONS(812), + [anon_sym_PIPE_PIPE] = ACTIONS(1180), + [anon_sym_LT] = ACTIONS(1180), + [anon_sym_GT] = ACTIONS(1180), + [anon_sym_GT_GT] = ACTIONS(812), + [anon_sym_AMP_GT] = ACTIONS(1180), + [anon_sym_AMP_GT_GT] = ACTIONS(812), + [anon_sym_LT_AMP] = ACTIONS(812), + [anon_sym_GT_AMP] = ACTIONS(812), + [anon_sym_LT_LT] = ACTIONS(1180), + [anon_sym_LT_LT_DASH] = ACTIONS(812), + [anon_sym_DQUOTE] = ACTIONS(812), + [sym_raw_string] = ACTIONS(812), + [anon_sym_DOLLAR] = ACTIONS(1180), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(812), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(812), + [anon_sym_BQUOTE] = ACTIONS(812), + [anon_sym_LT_LPAREN] = ACTIONS(812), + [anon_sym_GT_LPAREN] = ACTIONS(812), + [sym_word] = ACTIONS(814), + [sym_comment] = ACTIONS(52), }, [490] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(547), - [anon_sym_PIPE_AMP] = ACTIONS(549), - [anon_sym_AMP_AMP] = ACTIONS(551), - [anon_sym_PIPE_PIPE] = ACTIONS(553), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(1397), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), + [sym_string] = STATE(715), + [sym_simple_expansion] = STATE(715), + [sym_expansion] = STATE(715), + [sym_command_substitution] = STATE(715), + [sym_process_substitution] = STATE(715), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(1352), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(1354), + [sym_comment] = ACTIONS(52), }, [491] = { - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(1399), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(523), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1356), + [anon_sym_LBRACK] = ACTIONS(1358), + [sym_comment] = ACTIONS(52), }, [492] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(1399), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(543), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(299), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1360), + [anon_sym_LBRACK] = ACTIONS(1362), + [sym_comment] = ACTIONS(52), }, [493] = { - [sym__heredoc_middle] = ACTIONS(1401), - [sym__heredoc_end] = ACTIONS(1401), - [anon_sym_DOLLAR] = ACTIONS(1403), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1401), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(828), + [sym__concat] = ACTIONS(828), + [anon_sym_PIPE] = ACTIONS(1194), + [anon_sym_RPAREN] = ACTIONS(828), + [anon_sym_PIPE_AMP] = ACTIONS(828), + [anon_sym_AMP_AMP] = ACTIONS(828), + [anon_sym_PIPE_PIPE] = ACTIONS(1194), + [anon_sym_LT] = ACTIONS(1194), + [anon_sym_GT] = ACTIONS(1194), + [anon_sym_GT_GT] = ACTIONS(828), + [anon_sym_AMP_GT] = ACTIONS(1194), + [anon_sym_AMP_GT_GT] = ACTIONS(828), + [anon_sym_LT_AMP] = ACTIONS(828), + [anon_sym_GT_AMP] = ACTIONS(828), + [anon_sym_LT_LT] = ACTIONS(1194), + [anon_sym_LT_LT_DASH] = ACTIONS(828), + [anon_sym_DQUOTE] = ACTIONS(828), + [sym_raw_string] = ACTIONS(828), + [anon_sym_DOLLAR] = ACTIONS(1194), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(828), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(828), + [anon_sym_BQUOTE] = ACTIONS(828), + [anon_sym_LT_LPAREN] = ACTIONS(828), + [anon_sym_GT_LPAREN] = ACTIONS(828), + [sym_word] = ACTIONS(830), + [sym_comment] = ACTIONS(52), }, [494] = { - [sym_file_descriptor] = ACTIONS(1405), - [anon_sym_PIPE] = ACTIONS(1407), - [anon_sym_RPAREN] = ACTIONS(1407), - [anon_sym_SEMI_SEMI] = ACTIONS(1407), - [anon_sym_PIPE_AMP] = ACTIONS(1407), - [anon_sym_AMP_AMP] = ACTIONS(1407), - [anon_sym_PIPE_PIPE] = ACTIONS(1407), - [anon_sym_LT] = ACTIONS(1407), - [anon_sym_GT] = ACTIONS(1407), - [anon_sym_GT_GT] = ACTIONS(1407), - [anon_sym_AMP_GT] = ACTIONS(1407), - [anon_sym_AMP_GT_GT] = ACTIONS(1407), - [anon_sym_LT_AMP] = ACTIONS(1407), - [anon_sym_GT_AMP] = ACTIONS(1407), - [anon_sym_LT_LT] = ACTIONS(1407), - [anon_sym_LT_LT_DASH] = ACTIONS(1407), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1407), - [anon_sym_LF] = ACTIONS(1407), - [anon_sym_AMP] = ACTIONS(1407), + [anon_sym_AT] = ACTIONS(1364), + [sym_comment] = ACTIONS(52), }, [495] = { - [sym_special_variable_name] = STATE(675), - [anon_sym_DOLLAR] = ACTIONS(1409), - [anon_sym_POUND] = ACTIONS(1411), - [anon_sym_AT] = ACTIONS(1409), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(1413), - [anon_sym_STAR] = ACTIONS(1409), - [anon_sym_QMARK] = ACTIONS(1409), - [anon_sym_DASH] = ACTIONS(1409), - [anon_sym_BANG] = ACTIONS(1409), - [anon_sym_0] = ACTIONS(1411), - [anon_sym__] = ACTIONS(1411), + [sym_concatenation] = STATE(722), + [sym_string] = STATE(721), + [sym_simple_expansion] = STATE(721), + [sym_expansion] = STATE(721), + [sym_command_substitution] = STATE(721), + [sym_process_substitution] = STATE(721), + [anon_sym_DQUOTE] = ACTIONS(82), + [sym_raw_string] = ACTIONS(1366), + [anon_sym_DOLLAR] = ACTIONS(86), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(88), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(90), + [anon_sym_BQUOTE] = ACTIONS(92), + [anon_sym_LT_LPAREN] = ACTIONS(94), + [anon_sym_GT_LPAREN] = ACTIONS(94), + [sym_word] = ACTIONS(1368), + [sym_comment] = ACTIONS(52), }, [496] = { - [sym_special_variable_name] = STATE(678), - [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(1415), - [anon_sym_AT] = ACTIONS(219), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(1417), - [anon_sym_STAR] = ACTIONS(219), - [anon_sym_QMARK] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_0] = ACTIONS(225), - [anon_sym__] = ACTIONS(225), + [sym_file_descriptor] = ACTIONS(838), + [sym__concat] = ACTIONS(838), + [anon_sym_PIPE] = ACTIONS(1202), + [anon_sym_RPAREN] = ACTIONS(838), + [anon_sym_PIPE_AMP] = ACTIONS(838), + [anon_sym_AMP_AMP] = ACTIONS(838), + [anon_sym_PIPE_PIPE] = ACTIONS(1202), + [anon_sym_LT] = ACTIONS(1202), + [anon_sym_GT] = ACTIONS(1202), + [anon_sym_GT_GT] = ACTIONS(838), + [anon_sym_AMP_GT] = ACTIONS(1202), + [anon_sym_AMP_GT_GT] = ACTIONS(838), + [anon_sym_LT_AMP] = ACTIONS(838), + [anon_sym_GT_AMP] = ACTIONS(838), + [anon_sym_LT_LT] = ACTIONS(1202), + [anon_sym_LT_LT_DASH] = ACTIONS(838), + [anon_sym_DQUOTE] = ACTIONS(838), + [sym_raw_string] = ACTIONS(838), + [anon_sym_DOLLAR] = ACTIONS(1202), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(838), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(838), + [anon_sym_BQUOTE] = ACTIONS(838), + [anon_sym_LT_LPAREN] = ACTIONS(838), + [anon_sym_GT_LPAREN] = ACTIONS(838), + [sym_word] = ACTIONS(840), + [sym_comment] = ACTIONS(52), }, [497] = { - [sym_simple_expansion] = STATE(679), - [sym_expansion] = STATE(679), - [sym__heredoc_middle] = ACTIONS(1419), - [sym__heredoc_end] = ACTIONS(1421), - [anon_sym_DOLLAR] = ACTIONS(993), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(995), - [sym_comment] = ACTIONS(133), + [anon_sym_AT] = ACTIONS(1370), + [sym_comment] = ACTIONS(52), }, [498] = { - [sym_file_redirect] = STATE(299), - [sym_heredoc_redirect] = STATE(299), - [sym_file_descriptor] = ACTIONS(277), - [anon_sym_PIPE] = ACTIONS(1423), - [anon_sym_RPAREN] = ACTIONS(1423), - [anon_sym_SEMI_SEMI] = ACTIONS(1423), - [anon_sym_PIPE_AMP] = ACTIONS(1423), - [anon_sym_AMP_AMP] = ACTIONS(1423), - [anon_sym_PIPE_PIPE] = ACTIONS(1423), - [anon_sym_LT] = ACTIONS(281), - [anon_sym_GT] = ACTIONS(281), - [anon_sym_GT_GT] = ACTIONS(281), - [anon_sym_AMP_GT] = ACTIONS(281), - [anon_sym_AMP_GT_GT] = ACTIONS(281), - [anon_sym_LT_AMP] = ACTIONS(281), - [anon_sym_GT_AMP] = ACTIONS(281), - [anon_sym_LT_LT] = ACTIONS(283), - [anon_sym_LT_LT_DASH] = ACTIONS(283), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1423), - [anon_sym_LF] = ACTIONS(1423), - [anon_sym_AMP] = ACTIONS(1423), + [sym_concatenation] = STATE(725), + [sym_string] = STATE(724), + [sym_simple_expansion] = STATE(724), + [sym_expansion] = STATE(724), + [sym_command_substitution] = STATE(724), + [sym_process_substitution] = STATE(724), + [anon_sym_DQUOTE] = ACTIONS(82), + [sym_raw_string] = ACTIONS(1372), + [anon_sym_DOLLAR] = ACTIONS(86), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(88), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(90), + [anon_sym_BQUOTE] = ACTIONS(92), + [anon_sym_LT_LPAREN] = ACTIONS(94), + [anon_sym_GT_LPAREN] = ACTIONS(94), + [sym_word] = ACTIONS(1374), + [sym_comment] = ACTIONS(52), }, [499] = { - [sym__concat] = ACTIONS(815), - [anon_sym_PIPE] = ACTIONS(815), - [anon_sym_RPAREN] = ACTIONS(815), - [anon_sym_RBRACK] = ACTIONS(815), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(918), + [sym__concat] = ACTIONS(918), + [anon_sym_PIPE] = ACTIONS(1210), + [anon_sym_RPAREN] = ACTIONS(918), + [anon_sym_PIPE_AMP] = ACTIONS(918), + [anon_sym_AMP_AMP] = ACTIONS(918), + [anon_sym_PIPE_PIPE] = ACTIONS(1210), + [anon_sym_LT] = ACTIONS(1210), + [anon_sym_GT] = ACTIONS(1210), + [anon_sym_GT_GT] = ACTIONS(918), + [anon_sym_AMP_GT] = ACTIONS(1210), + [anon_sym_AMP_GT_GT] = ACTIONS(918), + [anon_sym_LT_AMP] = ACTIONS(918), + [anon_sym_GT_AMP] = ACTIONS(918), + [anon_sym_LT_LT] = ACTIONS(1210), + [anon_sym_LT_LT_DASH] = ACTIONS(918), + [anon_sym_DQUOTE] = ACTIONS(918), + [sym_raw_string] = ACTIONS(918), + [anon_sym_DOLLAR] = ACTIONS(1210), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(918), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(918), + [anon_sym_BQUOTE] = ACTIONS(918), + [anon_sym_LT_LPAREN] = ACTIONS(918), + [anon_sym_GT_LPAREN] = ACTIONS(918), + [sym_word] = ACTIONS(920), + [sym_comment] = ACTIONS(52), }, [500] = { - [sym__concat] = ACTIONS(823), - [anon_sym_PIPE] = ACTIONS(823), - [anon_sym_RPAREN] = ACTIONS(823), - [anon_sym_RBRACK] = ACTIONS(823), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(956), + [sym__concat] = ACTIONS(956), + [anon_sym_PIPE] = ACTIONS(1212), + [anon_sym_RPAREN] = ACTIONS(956), + [anon_sym_PIPE_AMP] = ACTIONS(956), + [anon_sym_AMP_AMP] = ACTIONS(956), + [anon_sym_PIPE_PIPE] = ACTIONS(1212), + [anon_sym_LT] = ACTIONS(1212), + [anon_sym_GT] = ACTIONS(1212), + [anon_sym_GT_GT] = ACTIONS(956), + [anon_sym_AMP_GT] = ACTIONS(1212), + [anon_sym_AMP_GT_GT] = ACTIONS(956), + [anon_sym_LT_AMP] = ACTIONS(956), + [anon_sym_GT_AMP] = ACTIONS(956), + [anon_sym_LT_LT] = ACTIONS(1212), + [anon_sym_LT_LT_DASH] = ACTIONS(956), + [anon_sym_DQUOTE] = ACTIONS(956), + [sym_raw_string] = ACTIONS(956), + [anon_sym_DOLLAR] = ACTIONS(1212), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(956), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(956), + [anon_sym_BQUOTE] = ACTIONS(956), + [anon_sym_LT_LPAREN] = ACTIONS(956), + [anon_sym_GT_LPAREN] = ACTIONS(956), + [sym_word] = ACTIONS(958), + [sym_comment] = ACTIONS(52), }, [501] = { - [sym_string] = STATE(681), - [sym_simple_expansion] = STATE(681), - [sym_expansion] = STATE(681), - [sym_command_substitution] = STATE(681), - [sym_process_substitution] = STATE(681), - [anon_sym_DQUOTE] = ACTIONS(313), - [sym_raw_string] = ACTIONS(1425), - [anon_sym_DOLLAR] = ACTIONS(317), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(319), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(321), - [anon_sym_BQUOTE] = ACTIONS(323), - [anon_sym_LT_LPAREN] = ACTIONS(325), - [anon_sym_GT_LPAREN] = ACTIONS(325), - [sym_word] = ACTIONS(1427), - [sym_comment] = ACTIONS(133), + [sym_compound_statement] = STATE(727), + [anon_sym_LBRACE] = ACTIONS(1376), + [sym_comment] = ACTIONS(52), }, [502] = { - [anon_sym_RBRACE] = ACTIONS(1429), - [anon_sym_LBRACK] = ACTIONS(1431), - [sym_comment] = ACTIONS(133), + [anon_sym_PIPE] = ACTIONS(1378), + [anon_sym_RPAREN] = ACTIONS(1380), + [anon_sym_PIPE_AMP] = ACTIONS(1380), + [anon_sym_AMP_AMP] = ACTIONS(1380), + [anon_sym_PIPE_PIPE] = ACTIONS(1380), + [anon_sym_BQUOTE] = ACTIONS(1380), + [sym_comment] = ACTIONS(52), }, [503] = { - [anon_sym_RBRACE] = ACTIONS(1433), - [anon_sym_LBRACK] = ACTIONS(1435), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(1378), + [anon_sym_RPAREN] = ACTIONS(1380), + [anon_sym_PIPE_AMP] = ACTIONS(1380), + [anon_sym_AMP_AMP] = ACTIONS(1380), + [anon_sym_PIPE_PIPE] = ACTIONS(1378), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(236), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), }, [504] = { - [sym__concat] = ACTIONS(839), - [anon_sym_PIPE] = ACTIONS(839), - [anon_sym_RPAREN] = ACTIONS(839), - [anon_sym_RBRACK] = ACTIONS(839), - [sym_comment] = ACTIONS(133), + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(1382), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(1382), + [anon_sym_PIPE_PIPE] = ACTIONS(1382), + [sym_comment] = ACTIONS(52), }, [505] = { - [anon_sym_AT] = ACTIONS(1437), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(1382), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(1382), + [anon_sym_PIPE_PIPE] = ACTIONS(1384), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(236), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), }, [506] = { - [sym_concatenation] = STATE(688), - [sym_string] = STATE(687), - [sym_simple_expansion] = STATE(687), - [sym_expansion] = STATE(687), - [sym_command_substitution] = STATE(687), - [sym_process_substitution] = STATE(687), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1439), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(1441), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(729), + [sym_string] = STATE(728), + [sym_simple_expansion] = STATE(728), + [sym_expansion] = STATE(728), + [sym_command_substitution] = STATE(728), + [sym_process_substitution] = STATE(728), + [anon_sym_DQUOTE] = ACTIONS(926), + [sym_raw_string] = ACTIONS(1386), + [anon_sym_DOLLAR] = ACTIONS(930), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(932), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(934), + [anon_sym_BQUOTE] = ACTIONS(936), + [anon_sym_LT_LPAREN] = ACTIONS(938), + [anon_sym_GT_LPAREN] = ACTIONS(938), + [sym_word] = ACTIONS(1388), + [sym_comment] = ACTIONS(52), }, [507] = { - [sym__concat] = ACTIONS(849), - [anon_sym_PIPE] = ACTIONS(849), - [anon_sym_RPAREN] = ACTIONS(849), - [anon_sym_RBRACK] = ACTIONS(849), - [sym_comment] = ACTIONS(133), + [sym_simple_expansion] = STATE(78), + [sym_expansion] = STATE(78), + [sym_command_substitution] = STATE(78), + [aux_sym_string_repeat1] = STATE(731), + [anon_sym_DQUOTE] = ACTIONS(1390), + [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(132), + [anon_sym_DOLLAR] = ACTIONS(134), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), + [anon_sym_BQUOTE] = ACTIONS(140), + [sym_comment] = ACTIONS(142), }, [508] = { - [anon_sym_AT] = ACTIONS(1443), - [sym_comment] = ACTIONS(133), + [aux_sym_concatenation_repeat1] = STATE(733), + [sym_file_descriptor] = ACTIONS(366), + [sym__concat] = ACTIONS(1392), + [anon_sym_PIPE] = ACTIONS(370), + [anon_sym_RPAREN] = ACTIONS(366), + [anon_sym_PIPE_AMP] = ACTIONS(366), + [anon_sym_AMP_AMP] = ACTIONS(366), + [anon_sym_PIPE_PIPE] = ACTIONS(366), + [anon_sym_LT] = ACTIONS(370), + [anon_sym_GT] = ACTIONS(370), + [anon_sym_GT_GT] = ACTIONS(366), + [anon_sym_AMP_GT] = ACTIONS(370), + [anon_sym_AMP_GT_GT] = ACTIONS(366), + [anon_sym_LT_AMP] = ACTIONS(366), + [anon_sym_GT_AMP] = ACTIONS(366), + [anon_sym_LT_LT] = ACTIONS(370), + [anon_sym_LT_LT_DASH] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(366), + [sym_comment] = ACTIONS(52), }, [509] = { - [sym_concatenation] = STATE(691), - [sym_string] = STATE(690), - [sym_simple_expansion] = STATE(690), - [sym_expansion] = STATE(690), - [sym_command_substitution] = STATE(690), - [sym_process_substitution] = STATE(690), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1445), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(1447), - [sym_comment] = ACTIONS(133), + [sym_special_variable_name] = STATE(736), + [anon_sym_DOLLAR] = ACTIONS(1394), + [anon_sym_POUND] = ACTIONS(1394), + [anon_sym_AT] = ACTIONS(1394), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(1396), + [anon_sym_STAR] = ACTIONS(1394), + [anon_sym_QMARK] = ACTIONS(1394), + [anon_sym_DASH] = ACTIONS(1394), + [anon_sym_BANG] = ACTIONS(1394), + [anon_sym_0] = ACTIONS(1398), + [anon_sym__] = ACTIONS(1398), }, [510] = { - [sym__concat] = ACTIONS(917), - [anon_sym_PIPE] = ACTIONS(917), - [anon_sym_RPAREN] = ACTIONS(917), - [anon_sym_RBRACK] = ACTIONS(917), - [sym_comment] = ACTIONS(133), + [sym_special_variable_name] = STATE(739), + [anon_sym_DOLLAR] = ACTIONS(156), + [anon_sym_POUND] = ACTIONS(1400), + [anon_sym_AT] = ACTIONS(156), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(1402), + [anon_sym_STAR] = ACTIONS(156), + [anon_sym_QMARK] = ACTIONS(156), + [anon_sym_DASH] = ACTIONS(156), + [anon_sym_BANG] = ACTIONS(156), + [anon_sym_0] = ACTIONS(162), + [anon_sym__] = ACTIONS(162), }, [511] = { - [sym__concat] = ACTIONS(955), - [anon_sym_PIPE] = ACTIONS(955), - [anon_sym_RPAREN] = ACTIONS(955), - [anon_sym_RBRACK] = ACTIONS(955), - [sym_comment] = ACTIONS(133), + [sym_for_statement] = STATE(740), + [sym_while_statement] = STATE(740), + [sym_if_statement] = STATE(740), + [sym_case_statement] = STATE(740), + [sym_function_definition] = STATE(740), + [sym_subshell] = STATE(740), + [sym_pipeline] = STATE(740), + [sym_list] = STATE(740), + [sym_bracket_command] = STATE(740), + [sym_command] = STATE(740), + [sym_command_name] = STATE(111), + [sym_environment_variable_assignment] = STATE(741), + [sym_subscript] = STATE(113), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(115), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), }, [512] = { - [sym_file_descriptor] = ACTIONS(1449), - [sym_variable_name] = ACTIONS(1449), - [anon_sym_PIPE] = ACTIONS(1451), - [anon_sym_RPAREN] = ACTIONS(1451), - [anon_sym_SEMI_SEMI] = ACTIONS(1451), - [anon_sym_PIPE_AMP] = ACTIONS(1451), - [anon_sym_AMP_AMP] = ACTIONS(1451), - [anon_sym_PIPE_PIPE] = ACTIONS(1451), - [anon_sym_LT] = ACTIONS(1451), - [anon_sym_GT] = ACTIONS(1451), - [anon_sym_GT_GT] = ACTIONS(1451), - [anon_sym_AMP_GT] = ACTIONS(1451), - [anon_sym_AMP_GT_GT] = ACTIONS(1451), - [anon_sym_LT_AMP] = ACTIONS(1451), - [anon_sym_GT_AMP] = ACTIONS(1451), - [anon_sym_DQUOTE] = ACTIONS(1451), - [sym_raw_string] = ACTIONS(1451), - [anon_sym_DOLLAR] = ACTIONS(1451), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1451), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1451), - [anon_sym_BQUOTE] = ACTIONS(1451), - [anon_sym_LT_LPAREN] = ACTIONS(1451), - [anon_sym_GT_LPAREN] = ACTIONS(1451), - [sym_word] = ACTIONS(1451), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1451), - [anon_sym_LF] = ACTIONS(1451), - [anon_sym_AMP] = ACTIONS(1451), + [sym_for_statement] = STATE(742), + [sym_while_statement] = STATE(742), + [sym_if_statement] = STATE(742), + [sym_case_statement] = STATE(742), + [sym_function_definition] = STATE(742), + [sym_subshell] = STATE(742), + [sym_pipeline] = STATE(742), + [sym_list] = STATE(742), + [sym_bracket_command] = STATE(742), + [sym_command] = STATE(742), + [sym_command_name] = STATE(117), + [sym_environment_variable_assignment] = STATE(743), + [sym_subscript] = STATE(113), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(119), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), }, [513] = { - [anon_sym_RPAREN] = ACTIONS(1453), - [sym_word] = ACTIONS(1455), - [sym_comment] = ACTIONS(133), + [sym_for_statement] = STATE(744), + [sym_while_statement] = STATE(744), + [sym_if_statement] = STATE(744), + [sym_case_statement] = STATE(744), + [sym_function_definition] = STATE(744), + [sym_subshell] = STATE(744), + [sym_pipeline] = STATE(744), + [sym_list] = STATE(744), + [sym_bracket_command] = STATE(744), + [sym_command] = STATE(744), + [sym_command_name] = STATE(111), + [sym_environment_variable_assignment] = STATE(745), + [sym_subscript] = STATE(113), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(114), + [sym_string] = STATE(103), + [sym_simple_expansion] = STATE(103), + [sym_expansion] = STATE(103), + [sym_command_substitution] = STATE(103), + [sym_process_substitution] = STATE(103), + [aux_sym_command_repeat1] = STATE(115), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(164), + [anon_sym_for] = ACTIONS(166), + [anon_sym_while] = ACTIONS(168), + [anon_sym_if] = ACTIONS(170), + [anon_sym_case] = ACTIONS(172), + [anon_sym_function] = ACTIONS(174), + [anon_sym_LPAREN] = ACTIONS(176), + [anon_sym_LBRACK] = ACTIONS(178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(180), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(184), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(196), + [sym_comment] = ACTIONS(52), }, [514] = { - [sym_file_descriptor] = ACTIONS(815), - [sym__concat] = ACTIONS(815), - [sym_variable_name] = ACTIONS(815), - [anon_sym_PIPE] = ACTIONS(817), - [anon_sym_RPAREN] = ACTIONS(817), - [anon_sym_SEMI_SEMI] = ACTIONS(817), - [anon_sym_PIPE_AMP] = ACTIONS(817), - [anon_sym_AMP_AMP] = ACTIONS(817), - [anon_sym_PIPE_PIPE] = ACTIONS(817), - [anon_sym_LT] = ACTIONS(817), - [anon_sym_GT] = ACTIONS(817), - [anon_sym_GT_GT] = ACTIONS(817), - [anon_sym_AMP_GT] = ACTIONS(817), - [anon_sym_AMP_GT_GT] = ACTIONS(817), - [anon_sym_LT_AMP] = ACTIONS(817), - [anon_sym_GT_AMP] = ACTIONS(817), - [anon_sym_DQUOTE] = ACTIONS(817), - [sym_raw_string] = ACTIONS(817), - [anon_sym_DOLLAR] = ACTIONS(817), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(817), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(817), - [anon_sym_BQUOTE] = ACTIONS(817), - [anon_sym_LT_LPAREN] = ACTIONS(817), - [anon_sym_GT_LPAREN] = ACTIONS(817), - [sym_word] = ACTIONS(817), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(817), - [anon_sym_LF] = ACTIONS(817), - [anon_sym_AMP] = ACTIONS(817), + [sym_file_descriptor] = ACTIONS(366), + [anon_sym_PIPE] = ACTIONS(370), + [anon_sym_RPAREN] = ACTIONS(366), + [anon_sym_PIPE_AMP] = ACTIONS(366), + [anon_sym_AMP_AMP] = ACTIONS(366), + [anon_sym_PIPE_PIPE] = ACTIONS(366), + [anon_sym_LT] = ACTIONS(370), + [anon_sym_GT] = ACTIONS(370), + [anon_sym_GT_GT] = ACTIONS(366), + [anon_sym_AMP_GT] = ACTIONS(370), + [anon_sym_AMP_GT_GT] = ACTIONS(366), + [anon_sym_LT_AMP] = ACTIONS(366), + [anon_sym_GT_AMP] = ACTIONS(366), + [anon_sym_LT_LT] = ACTIONS(370), + [anon_sym_LT_LT_DASH] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(366), + [sym_comment] = ACTIONS(52), }, [515] = { - [sym_file_descriptor] = ACTIONS(823), - [sym__concat] = ACTIONS(823), - [sym_variable_name] = ACTIONS(823), - [anon_sym_PIPE] = ACTIONS(825), - [anon_sym_RPAREN] = ACTIONS(825), - [anon_sym_SEMI_SEMI] = ACTIONS(825), - [anon_sym_PIPE_AMP] = ACTIONS(825), - [anon_sym_AMP_AMP] = ACTIONS(825), - [anon_sym_PIPE_PIPE] = ACTIONS(825), - [anon_sym_LT] = ACTIONS(825), - [anon_sym_GT] = ACTIONS(825), - [anon_sym_GT_GT] = ACTIONS(825), - [anon_sym_AMP_GT] = ACTIONS(825), - [anon_sym_AMP_GT_GT] = ACTIONS(825), - [anon_sym_LT_AMP] = ACTIONS(825), - [anon_sym_GT_AMP] = ACTIONS(825), - [anon_sym_DQUOTE] = ACTIONS(825), - [sym_raw_string] = ACTIONS(825), - [anon_sym_DOLLAR] = ACTIONS(825), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(825), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(825), - [anon_sym_BQUOTE] = ACTIONS(825), - [anon_sym_LT_LPAREN] = ACTIONS(825), - [anon_sym_GT_LPAREN] = ACTIONS(825), - [sym_word] = ACTIONS(825), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(825), - [anon_sym_LF] = ACTIONS(825), - [anon_sym_AMP] = ACTIONS(825), + [sym_file_descriptor] = ACTIONS(986), + [anon_sym_PIPE] = ACTIONS(1404), + [anon_sym_RPAREN] = ACTIONS(986), + [anon_sym_PIPE_AMP] = ACTIONS(986), + [anon_sym_AMP_AMP] = ACTIONS(986), + [anon_sym_PIPE_PIPE] = ACTIONS(986), + [anon_sym_LT] = ACTIONS(1404), + [anon_sym_GT] = ACTIONS(1404), + [anon_sym_GT_GT] = ACTIONS(986), + [anon_sym_AMP_GT] = ACTIONS(1404), + [anon_sym_AMP_GT_GT] = ACTIONS(986), + [anon_sym_LT_AMP] = ACTIONS(986), + [anon_sym_GT_AMP] = ACTIONS(986), + [anon_sym_LT_LT] = ACTIONS(1404), + [anon_sym_LT_LT_DASH] = ACTIONS(986), + [anon_sym_BQUOTE] = ACTIONS(986), + [sym_comment] = ACTIONS(52), }, [516] = { - [sym_string] = STATE(692), - [sym_simple_expansion] = STATE(692), - [sym_expansion] = STATE(692), - [sym_command_substitution] = STATE(692), - [sym_process_substitution] = STATE(692), - [anon_sym_DQUOTE] = ACTIONS(333), - [sym_raw_string] = ACTIONS(1457), - [anon_sym_DOLLAR] = ACTIONS(337), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(339), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(341), - [anon_sym_BQUOTE] = ACTIONS(343), - [anon_sym_LT_LPAREN] = ACTIONS(345), - [anon_sym_GT_LPAREN] = ACTIONS(345), - [sym_word] = ACTIONS(1459), - [sym_comment] = ACTIONS(133), + [sym_simple_expansion] = STATE(547), + [sym_expansion] = STATE(547), + [aux_sym_heredoc_repeat1] = STATE(747), + [sym__heredoc_middle] = ACTIONS(990), + [sym__heredoc_end] = ACTIONS(1406), + [anon_sym_DOLLAR] = ACTIONS(994), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(996), + [sym_comment] = ACTIONS(52), }, [517] = { - [anon_sym_RBRACE] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(1463), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(998), + [anon_sym_PIPE] = ACTIONS(1408), + [anon_sym_RPAREN] = ACTIONS(998), + [anon_sym_PIPE_AMP] = ACTIONS(998), + [anon_sym_AMP_AMP] = ACTIONS(998), + [anon_sym_PIPE_PIPE] = ACTIONS(998), + [anon_sym_LT] = ACTIONS(1408), + [anon_sym_GT] = ACTIONS(1408), + [anon_sym_GT_GT] = ACTIONS(998), + [anon_sym_AMP_GT] = ACTIONS(1408), + [anon_sym_AMP_GT_GT] = ACTIONS(998), + [anon_sym_LT_AMP] = ACTIONS(998), + [anon_sym_GT_AMP] = ACTIONS(998), + [anon_sym_LT_LT] = ACTIONS(1408), + [anon_sym_LT_LT_DASH] = ACTIONS(998), + [anon_sym_BQUOTE] = ACTIONS(998), + [sym_comment] = ACTIONS(52), }, [518] = { - [anon_sym_RBRACE] = ACTIONS(1465), - [anon_sym_LBRACK] = ACTIONS(1467), - [sym_comment] = ACTIONS(133), + [aux_sym_concatenation_repeat1] = STATE(276), + [sym_file_descriptor] = ACTIONS(720), + [sym__concat] = ACTIONS(458), + [anon_sym_PIPE] = ACTIONS(718), + [anon_sym_RPAREN] = ACTIONS(720), + [anon_sym_PIPE_AMP] = ACTIONS(720), + [anon_sym_AMP_AMP] = ACTIONS(720), + [anon_sym_PIPE_PIPE] = ACTIONS(718), + [anon_sym_LT] = ACTIONS(718), + [anon_sym_GT] = ACTIONS(718), + [anon_sym_GT_GT] = ACTIONS(720), + [anon_sym_AMP_GT] = ACTIONS(718), + [anon_sym_AMP_GT_GT] = ACTIONS(720), + [anon_sym_LT_AMP] = ACTIONS(720), + [anon_sym_GT_AMP] = ACTIONS(720), + [anon_sym_LT_LT] = ACTIONS(718), + [anon_sym_LT_LT_DASH] = ACTIONS(720), + [anon_sym_DQUOTE] = ACTIONS(720), + [sym_raw_string] = ACTIONS(720), + [anon_sym_DOLLAR] = ACTIONS(718), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(720), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(720), + [anon_sym_BQUOTE] = ACTIONS(720), + [anon_sym_LT_LPAREN] = ACTIONS(720), + [anon_sym_GT_LPAREN] = ACTIONS(720), + [sym_word] = ACTIONS(722), + [sym_comment] = ACTIONS(52), }, [519] = { - [sym_file_descriptor] = ACTIONS(839), - [sym__concat] = ACTIONS(839), - [sym_variable_name] = ACTIONS(839), - [anon_sym_PIPE] = ACTIONS(841), - [anon_sym_RPAREN] = ACTIONS(841), - [anon_sym_SEMI_SEMI] = ACTIONS(841), - [anon_sym_PIPE_AMP] = ACTIONS(841), - [anon_sym_AMP_AMP] = ACTIONS(841), - [anon_sym_PIPE_PIPE] = ACTIONS(841), - [anon_sym_LT] = ACTIONS(841), - [anon_sym_GT] = ACTIONS(841), - [anon_sym_GT_GT] = ACTIONS(841), - [anon_sym_AMP_GT] = ACTIONS(841), - [anon_sym_AMP_GT_GT] = ACTIONS(841), - [anon_sym_LT_AMP] = ACTIONS(841), - [anon_sym_GT_AMP] = ACTIONS(841), - [anon_sym_DQUOTE] = ACTIONS(841), - [sym_raw_string] = ACTIONS(841), - [anon_sym_DOLLAR] = ACTIONS(841), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(841), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(841), - [anon_sym_BQUOTE] = ACTIONS(841), - [anon_sym_LT_LPAREN] = ACTIONS(841), - [anon_sym_GT_LPAREN] = ACTIONS(841), - [sym_word] = ACTIONS(841), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(841), - [anon_sym_LF] = ACTIONS(841), - [anon_sym_AMP] = ACTIONS(841), + [sym_file_descriptor] = ACTIONS(720), + [anon_sym_PIPE] = ACTIONS(718), + [anon_sym_RPAREN] = ACTIONS(720), + [anon_sym_PIPE_AMP] = ACTIONS(720), + [anon_sym_AMP_AMP] = ACTIONS(720), + [anon_sym_PIPE_PIPE] = ACTIONS(718), + [anon_sym_LT] = ACTIONS(718), + [anon_sym_GT] = ACTIONS(718), + [anon_sym_GT_GT] = ACTIONS(720), + [anon_sym_AMP_GT] = ACTIONS(718), + [anon_sym_AMP_GT_GT] = ACTIONS(720), + [anon_sym_LT_AMP] = ACTIONS(720), + [anon_sym_GT_AMP] = ACTIONS(720), + [anon_sym_LT_LT] = ACTIONS(718), + [anon_sym_LT_LT_DASH] = ACTIONS(720), + [anon_sym_DQUOTE] = ACTIONS(720), + [sym_raw_string] = ACTIONS(720), + [anon_sym_DOLLAR] = ACTIONS(718), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(720), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(720), + [anon_sym_BQUOTE] = ACTIONS(720), + [anon_sym_LT_LPAREN] = ACTIONS(720), + [anon_sym_GT_LPAREN] = ACTIONS(720), + [sym_word] = ACTIONS(722), + [sym_comment] = ACTIONS(52), }, [520] = { - [anon_sym_AT] = ACTIONS(1469), - [sym_comment] = ACTIONS(133), + [sym_file_redirect] = STATE(521), + [sym_heredoc_redirect] = STATE(521), + [sym_file_descriptor] = ACTIONS(482), + [anon_sym_PIPE] = ACTIONS(1410), + [anon_sym_RPAREN] = ACTIONS(1412), + [anon_sym_PIPE_AMP] = ACTIONS(1412), + [anon_sym_AMP_AMP] = ACTIONS(1412), + [anon_sym_PIPE_PIPE] = ACTIONS(1412), + [anon_sym_LT] = ACTIONS(488), + [anon_sym_GT] = ACTIONS(488), + [anon_sym_GT_GT] = ACTIONS(490), + [anon_sym_AMP_GT] = ACTIONS(488), + [anon_sym_AMP_GT_GT] = ACTIONS(490), + [anon_sym_LT_AMP] = ACTIONS(490), + [anon_sym_GT_AMP] = ACTIONS(490), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_LT_LT_DASH] = ACTIONS(494), + [anon_sym_BQUOTE] = ACTIONS(1412), + [sym_comment] = ACTIONS(52), }, [521] = { - [sym_concatenation] = STATE(699), - [sym_string] = STATE(698), - [sym_simple_expansion] = STATE(698), - [sym_expansion] = STATE(698), - [sym_command_substitution] = STATE(698), - [sym_process_substitution] = STATE(698), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1471), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(1473), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(1004), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_RPAREN] = ACTIONS(1004), + [anon_sym_PIPE_AMP] = ACTIONS(1004), + [anon_sym_AMP_AMP] = ACTIONS(1004), + [anon_sym_PIPE_PIPE] = ACTIONS(1004), + [anon_sym_LT] = ACTIONS(1414), + [anon_sym_GT] = ACTIONS(1414), + [anon_sym_GT_GT] = ACTIONS(1004), + [anon_sym_AMP_GT] = ACTIONS(1414), + [anon_sym_AMP_GT_GT] = ACTIONS(1004), + [anon_sym_LT_AMP] = ACTIONS(1004), + [anon_sym_GT_AMP] = ACTIONS(1004), + [anon_sym_LT_LT] = ACTIONS(1414), + [anon_sym_LT_LT_DASH] = ACTIONS(1004), + [anon_sym_BQUOTE] = ACTIONS(1004), + [sym_comment] = ACTIONS(52), }, [522] = { - [sym_file_descriptor] = ACTIONS(849), - [sym__concat] = ACTIONS(849), - [sym_variable_name] = ACTIONS(849), - [anon_sym_PIPE] = ACTIONS(851), - [anon_sym_RPAREN] = ACTIONS(851), - [anon_sym_SEMI_SEMI] = ACTIONS(851), - [anon_sym_PIPE_AMP] = ACTIONS(851), - [anon_sym_AMP_AMP] = ACTIONS(851), - [anon_sym_PIPE_PIPE] = ACTIONS(851), - [anon_sym_LT] = ACTIONS(851), - [anon_sym_GT] = ACTIONS(851), - [anon_sym_GT_GT] = ACTIONS(851), - [anon_sym_AMP_GT] = ACTIONS(851), - [anon_sym_AMP_GT_GT] = ACTIONS(851), - [anon_sym_LT_AMP] = ACTIONS(851), - [anon_sym_GT_AMP] = ACTIONS(851), - [anon_sym_DQUOTE] = ACTIONS(851), - [sym_raw_string] = ACTIONS(851), - [anon_sym_DOLLAR] = ACTIONS(851), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(851), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(851), - [anon_sym_BQUOTE] = ACTIONS(851), - [anon_sym_LT_LPAREN] = ACTIONS(851), - [anon_sym_GT_LPAREN] = ACTIONS(851), - [sym_word] = ACTIONS(851), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(851), - [anon_sym_LF] = ACTIONS(851), - [anon_sym_AMP] = ACTIONS(851), + [sym_file_redirect] = STATE(297), + [sym_heredoc_redirect] = STATE(297), + [sym_concatenation] = STATE(519), + [sym_string] = STATE(518), + [sym_simple_expansion] = STATE(518), + [sym_expansion] = STATE(518), + [sym_command_substitution] = STATE(518), + [sym_process_substitution] = STATE(518), + [aux_sym_command_repeat2] = STATE(748), + [sym_file_descriptor] = ACTIONS(482), + [anon_sym_PIPE] = ACTIONS(1410), + [anon_sym_RPAREN] = ACTIONS(1412), + [anon_sym_PIPE_AMP] = ACTIONS(1412), + [anon_sym_AMP_AMP] = ACTIONS(1412), + [anon_sym_PIPE_PIPE] = ACTIONS(1410), + [anon_sym_LT] = ACTIONS(488), + [anon_sym_GT] = ACTIONS(488), + [anon_sym_GT_GT] = ACTIONS(490), + [anon_sym_AMP_GT] = ACTIONS(488), + [anon_sym_AMP_GT_GT] = ACTIONS(490), + [anon_sym_LT_AMP] = ACTIONS(490), + [anon_sym_GT_AMP] = ACTIONS(490), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_LT_LT_DASH] = ACTIONS(494), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(952), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(192), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(954), + [sym_comment] = ACTIONS(52), }, [523] = { - [anon_sym_AT] = ACTIONS(1475), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(1378), + [anon_sym_PIPE_AMP] = ACTIONS(1380), + [anon_sym_AMP_AMP] = ACTIONS(1380), + [anon_sym_PIPE_PIPE] = ACTIONS(1378), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(1380), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), }, [524] = { - [sym_concatenation] = STATE(702), - [sym_string] = STATE(701), - [sym_simple_expansion] = STATE(701), - [sym_expansion] = STATE(701), - [sym_command_substitution] = STATE(701), - [sym_process_substitution] = STATE(701), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1477), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(1479), - [sym_comment] = ACTIONS(133), + [anon_sym_PIPE] = ACTIONS(504), + [anon_sym_PIPE_AMP] = ACTIONS(506), + [anon_sym_AMP_AMP] = ACTIONS(1382), + [anon_sym_PIPE_PIPE] = ACTIONS(1382), + [anon_sym_BQUOTE] = ACTIONS(1382), + [sym_comment] = ACTIONS(52), }, [525] = { - [sym_file_descriptor] = ACTIONS(917), - [sym__concat] = ACTIONS(917), - [sym_variable_name] = ACTIONS(917), - [anon_sym_PIPE] = ACTIONS(919), - [anon_sym_RPAREN] = ACTIONS(919), - [anon_sym_SEMI_SEMI] = ACTIONS(919), - [anon_sym_PIPE_AMP] = ACTIONS(919), - [anon_sym_AMP_AMP] = ACTIONS(919), - [anon_sym_PIPE_PIPE] = ACTIONS(919), - [anon_sym_LT] = ACTIONS(919), - [anon_sym_GT] = ACTIONS(919), - [anon_sym_GT_GT] = ACTIONS(919), - [anon_sym_AMP_GT] = ACTIONS(919), - [anon_sym_AMP_GT_GT] = ACTIONS(919), - [anon_sym_LT_AMP] = ACTIONS(919), - [anon_sym_GT_AMP] = ACTIONS(919), - [anon_sym_DQUOTE] = ACTIONS(919), - [sym_raw_string] = ACTIONS(919), - [anon_sym_DOLLAR] = ACTIONS(919), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(919), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(919), - [anon_sym_BQUOTE] = ACTIONS(919), - [anon_sym_LT_LPAREN] = ACTIONS(919), - [anon_sym_GT_LPAREN] = ACTIONS(919), - [sym_word] = ACTIONS(919), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(919), - [anon_sym_LF] = ACTIONS(919), - [anon_sym_AMP] = ACTIONS(919), + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(504), + [anon_sym_PIPE_AMP] = ACTIONS(506), + [anon_sym_AMP_AMP] = ACTIONS(1382), + [anon_sym_PIPE_PIPE] = ACTIONS(1384), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(236), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), }, [526] = { - [sym_file_descriptor] = ACTIONS(955), - [sym__concat] = ACTIONS(955), - [sym_variable_name] = ACTIONS(955), - [anon_sym_PIPE] = ACTIONS(957), - [anon_sym_RPAREN] = ACTIONS(957), - [anon_sym_SEMI_SEMI] = ACTIONS(957), - [anon_sym_PIPE_AMP] = ACTIONS(957), - [anon_sym_AMP_AMP] = ACTIONS(957), - [anon_sym_PIPE_PIPE] = ACTIONS(957), - [anon_sym_LT] = ACTIONS(957), - [anon_sym_GT] = ACTIONS(957), - [anon_sym_GT_GT] = ACTIONS(957), - [anon_sym_AMP_GT] = ACTIONS(957), - [anon_sym_AMP_GT_GT] = ACTIONS(957), - [anon_sym_LT_AMP] = ACTIONS(957), - [anon_sym_GT_AMP] = ACTIONS(957), - [anon_sym_DQUOTE] = ACTIONS(957), - [sym_raw_string] = ACTIONS(957), - [anon_sym_DOLLAR] = ACTIONS(957), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(957), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(957), - [anon_sym_BQUOTE] = ACTIONS(957), - [anon_sym_LT_LPAREN] = ACTIONS(957), - [anon_sym_GT_LPAREN] = ACTIONS(957), - [sym_word] = ACTIONS(957), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(957), - [anon_sym_LF] = ACTIONS(957), - [anon_sym_AMP] = ACTIONS(957), + [sym_file_redirect] = STATE(297), + [sym_heredoc_redirect] = STATE(297), + [sym_concatenation] = STATE(519), + [sym_string] = STATE(518), + [sym_simple_expansion] = STATE(518), + [sym_expansion] = STATE(518), + [sym_command_substitution] = STATE(518), + [sym_process_substitution] = STATE(518), + [aux_sym_command_repeat2] = STATE(748), + [sym_file_descriptor] = ACTIONS(482), + [anon_sym_PIPE] = ACTIONS(1410), + [anon_sym_PIPE_AMP] = ACTIONS(1412), + [anon_sym_AMP_AMP] = ACTIONS(1412), + [anon_sym_PIPE_PIPE] = ACTIONS(1410), + [anon_sym_LT] = ACTIONS(488), + [anon_sym_GT] = ACTIONS(488), + [anon_sym_GT_GT] = ACTIONS(490), + [anon_sym_AMP_GT] = ACTIONS(488), + [anon_sym_AMP_GT_GT] = ACTIONS(490), + [anon_sym_LT_AMP] = ACTIONS(490), + [anon_sym_GT_AMP] = ACTIONS(490), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_LT_LT_DASH] = ACTIONS(494), + [anon_sym_DQUOTE] = ACTIONS(182), + [sym_raw_string] = ACTIONS(952), + [anon_sym_DOLLAR] = ACTIONS(186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(190), + [anon_sym_BQUOTE] = ACTIONS(1412), + [anon_sym_LT_LPAREN] = ACTIONS(194), + [anon_sym_GT_LPAREN] = ACTIONS(194), + [sym_word] = ACTIONS(954), + [sym_comment] = ACTIONS(52), }, [527] = { - [sym__concat] = ACTIONS(425), - [anon_sym_SEMI_SEMI] = ACTIONS(427), - [anon_sym_DQUOTE] = ACTIONS(427), - [sym_raw_string] = ACTIONS(427), - [anon_sym_DOLLAR] = ACTIONS(427), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(427), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(427), - [anon_sym_BQUOTE] = ACTIONS(427), - [anon_sym_LT_LPAREN] = ACTIONS(427), - [anon_sym_GT_LPAREN] = ACTIONS(427), - [sym_word] = ACTIONS(427), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(427), - [anon_sym_LF] = ACTIONS(427), - [anon_sym_AMP] = ACTIONS(427), - }, - [528] = { - [sym_simple_expansion] = STATE(222), - [sym_expansion] = STATE(222), - [sym_command_substitution] = STATE(222), - [anon_sym_DQUOTE] = ACTIONS(1481), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(445), - [anon_sym_DOLLAR] = ACTIONS(199), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(201), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(203), - [anon_sym_BQUOTE] = ACTIONS(205), - [sym_comment] = ACTIONS(85), - }, - [529] = { - [sym_string] = STATE(704), - [sym_simple_expansion] = STATE(704), - [sym_expansion] = STATE(704), - [sym_command_substitution] = STATE(704), - [sym_process_substitution] = STATE(704), - [anon_sym_DQUOTE] = ACTIONS(649), - [sym_raw_string] = ACTIONS(1483), - [anon_sym_DOLLAR] = ACTIONS(653), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(655), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(657), - [anon_sym_BQUOTE] = ACTIONS(659), - [anon_sym_LT_LPAREN] = ACTIONS(661), - [anon_sym_GT_LPAREN] = ACTIONS(661), - [sym_word] = ACTIONS(1485), - [sym_comment] = ACTIONS(133), - }, - [530] = { - [sym__concat] = ACTIONS(1487), - [anon_sym_SEMI_SEMI] = ACTIONS(455), - [anon_sym_DQUOTE] = ACTIONS(455), - [sym_raw_string] = ACTIONS(455), - [anon_sym_DOLLAR] = ACTIONS(455), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(455), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(455), - [anon_sym_BQUOTE] = ACTIONS(455), - [anon_sym_LT_LPAREN] = ACTIONS(455), - [anon_sym_GT_LPAREN] = ACTIONS(455), - [sym_word] = ACTIONS(455), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(455), - [anon_sym_LF] = ACTIONS(455), - [anon_sym_AMP] = ACTIONS(455), - }, - [531] = { - [sym__concat] = ACTIONS(457), - [anon_sym_SEMI_SEMI] = ACTIONS(459), - [anon_sym_DQUOTE] = ACTIONS(459), - [sym_raw_string] = ACTIONS(459), - [anon_sym_DOLLAR] = ACTIONS(459), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(459), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(459), - [anon_sym_BQUOTE] = ACTIONS(459), - [anon_sym_LT_LPAREN] = ACTIONS(459), - [anon_sym_GT_LPAREN] = ACTIONS(459), - [sym_word] = ACTIONS(459), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(459), - [anon_sym_LF] = ACTIONS(459), - [anon_sym_AMP] = ACTIONS(459), - }, - [532] = { - [sym__concat] = ACTIONS(461), - [anon_sym_SEMI_SEMI] = ACTIONS(463), - [anon_sym_DQUOTE] = ACTIONS(463), - [sym_raw_string] = ACTIONS(463), - [anon_sym_DOLLAR] = ACTIONS(463), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(463), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(463), - [anon_sym_BQUOTE] = ACTIONS(463), - [anon_sym_LT_LPAREN] = ACTIONS(463), - [anon_sym_GT_LPAREN] = ACTIONS(463), - [sym_word] = ACTIONS(463), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(463), - [anon_sym_LF] = ACTIONS(463), - [anon_sym_AMP] = ACTIONS(463), - }, - [533] = { - [sym__concat] = ACTIONS(465), - [anon_sym_SEMI_SEMI] = ACTIONS(467), - [anon_sym_DQUOTE] = ACTIONS(467), - [sym_raw_string] = ACTIONS(467), - [anon_sym_DOLLAR] = ACTIONS(467), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(467), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(467), - [anon_sym_BQUOTE] = ACTIONS(467), - [anon_sym_LT_LPAREN] = ACTIONS(467), - [anon_sym_GT_LPAREN] = ACTIONS(467), - [sym_word] = ACTIONS(467), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(467), - [anon_sym_LF] = ACTIONS(467), - [anon_sym_AMP] = ACTIONS(467), - }, - [534] = { - [sym_special_variable_name] = STATE(707), - [anon_sym_RBRACE] = ACTIONS(457), - [anon_sym_LBRACK] = ACTIONS(457), - [anon_sym_EQ] = ACTIONS(457), - [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(225), - [anon_sym_AT] = ACTIONS(219), - [anon_sym_COLON] = ACTIONS(469), - [anon_sym_COLON_QMARK] = ACTIONS(457), - [anon_sym_COLON_DASH] = ACTIONS(457), - [anon_sym_PERCENT] = ACTIONS(457), - [anon_sym_SLASH] = ACTIONS(457), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(1489), - [anon_sym_STAR] = ACTIONS(219), - [anon_sym_QMARK] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_0] = ACTIONS(225), - [anon_sym__] = ACTIONS(225), - }, - [535] = { - [anon_sym_RBRACE] = ACTIONS(1491), - [anon_sym_LBRACK] = ACTIONS(1493), - [anon_sym_EQ] = ACTIONS(1495), - [anon_sym_COLON] = ACTIONS(1497), - [anon_sym_COLON_QMARK] = ACTIONS(1495), - [anon_sym_COLON_DASH] = ACTIONS(1495), - [anon_sym_PERCENT] = ACTIONS(1495), - [anon_sym_SLASH] = ACTIONS(1495), - [sym_comment] = ACTIONS(133), - }, - [536] = { - [anon_sym_RBRACE] = ACTIONS(1499), - [anon_sym_LBRACK] = ACTIONS(1501), - [anon_sym_EQ] = ACTIONS(1503), - [anon_sym_COLON] = ACTIONS(1505), - [anon_sym_COLON_QMARK] = ACTIONS(1503), - [anon_sym_COLON_DASH] = ACTIONS(1503), - [anon_sym_PERCENT] = ACTIONS(1503), - [anon_sym_SLASH] = ACTIONS(1503), - [sym_comment] = ACTIONS(133), - }, - [537] = { - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(1507), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(523), - [sym_comment] = ACTIONS(133), - }, - [538] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(1507), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(543), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(299), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), - }, - [539] = { - [anon_sym_PIPE] = ACTIONS(547), - [anon_sym_PIPE_AMP] = ACTIONS(549), - [anon_sym_AMP_AMP] = ACTIONS(551), - [anon_sym_PIPE_PIPE] = ACTIONS(551), - [anon_sym_BQUOTE] = ACTIONS(1507), - [sym_comment] = ACTIONS(133), - }, - [540] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(547), - [anon_sym_PIPE_AMP] = ACTIONS(549), - [anon_sym_AMP_AMP] = ACTIONS(551), - [anon_sym_PIPE_PIPE] = ACTIONS(553), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(1507), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), - }, - [541] = { - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(1509), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(523), - [sym_comment] = ACTIONS(133), - }, - [542] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(1509), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(543), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(299), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), - }, - [543] = { - [sym_do_group] = STATE(716), - [anon_sym_do] = ACTIONS(351), - [sym_comment] = ACTIONS(133), - }, - [544] = { - [aux_sym_concatenation_repeat1] = STATE(530), - [sym__concat] = ACTIONS(1083), - [anon_sym_SEMI_SEMI] = ACTIONS(763), - [anon_sym_DQUOTE] = ACTIONS(763), - [sym_raw_string] = ACTIONS(763), - [anon_sym_DOLLAR] = ACTIONS(763), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(763), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(763), - [anon_sym_BQUOTE] = ACTIONS(763), - [anon_sym_LT_LPAREN] = ACTIONS(763), - [anon_sym_GT_LPAREN] = ACTIONS(763), - [sym_word] = ACTIONS(763), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(763), - [anon_sym_LF] = ACTIONS(763), - [anon_sym_AMP] = ACTIONS(763), - }, - [545] = { - [anon_sym_SEMI_SEMI] = ACTIONS(763), - [anon_sym_DQUOTE] = ACTIONS(763), - [sym_raw_string] = ACTIONS(763), - [anon_sym_DOLLAR] = ACTIONS(763), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(763), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(763), - [anon_sym_BQUOTE] = ACTIONS(763), - [anon_sym_LT_LPAREN] = ACTIONS(763), - [anon_sym_GT_LPAREN] = ACTIONS(763), - [sym_word] = ACTIONS(763), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(763), - [anon_sym_LF] = ACTIONS(763), - [anon_sym_AMP] = ACTIONS(763), - }, - [546] = { - [anon_sym_PIPE] = ACTIONS(1511), - [anon_sym_RPAREN] = ACTIONS(1511), - [anon_sym_SEMI_SEMI] = ACTIONS(1511), - [anon_sym_PIPE_AMP] = ACTIONS(1511), - [anon_sym_AMP_AMP] = ACTIONS(1511), - [anon_sym_PIPE_PIPE] = ACTIONS(1511), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1511), - [anon_sym_LF] = ACTIONS(1511), - [anon_sym_AMP] = ACTIONS(1511), - }, - [547] = { - [anon_sym_then] = ACTIONS(1513), - [sym_comment] = ACTIONS(133), - }, - [548] = { - [sym__terminated_statement] = STATE(126), - [sym_for_statement] = STATE(23), - [sym_while_statement] = STATE(23), - [sym_if_statement] = STATE(23), - [sym_case_statement] = STATE(23), - [sym_function_definition] = STATE(23), - [sym_subshell] = STATE(23), - [sym_pipeline] = STATE(23), - [sym_list] = STATE(23), - [sym_bracket_command] = STATE(23), - [sym_command] = STATE(23), - [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(25), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_fi] = ACTIONS(1515), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), - }, - [549] = { - [anon_sym_PIPE] = ACTIONS(1517), - [anon_sym_RPAREN] = ACTIONS(1517), - [anon_sym_SEMI_SEMI] = ACTIONS(1517), - [anon_sym_PIPE_AMP] = ACTIONS(1517), - [anon_sym_AMP_AMP] = ACTIONS(1517), - [anon_sym_PIPE_PIPE] = ACTIONS(1517), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1517), - [anon_sym_LF] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1517), - }, - [550] = { - [anon_sym_fi] = ACTIONS(1519), - [sym_comment] = ACTIONS(133), - }, - [551] = { - [sym_elif_clause] = STATE(552), - [sym_else_clause] = STATE(719), - [anon_sym_fi] = ACTIONS(1519), - [anon_sym_elif] = ACTIONS(1125), - [anon_sym_else] = ACTIONS(1127), - [sym_comment] = ACTIONS(133), - }, - [552] = { - [anon_sym_fi] = ACTIONS(1521), - [anon_sym_elif] = ACTIONS(1521), - [anon_sym_else] = ACTIONS(1521), - [sym_comment] = ACTIONS(133), - }, - [553] = { - [anon_sym_PIPE] = ACTIONS(1523), - [anon_sym_RPAREN] = ACTIONS(1523), - [anon_sym_SEMI_SEMI] = ACTIONS(1523), - [anon_sym_PIPE_AMP] = ACTIONS(1523), - [anon_sym_AMP_AMP] = ACTIONS(1523), - [anon_sym_PIPE_PIPE] = ACTIONS(1523), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1523), - [anon_sym_LF] = ACTIONS(1523), - [anon_sym_AMP] = ACTIONS(1523), - }, - [554] = { - [aux_sym_case_item_repeat1] = STATE(722), - [aux_sym_concatenation_repeat1] = STATE(305), - [sym__concat] = ACTIONS(613), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_RPAREN] = ACTIONS(1527), - [sym_comment] = ACTIONS(133), - }, - [555] = { - [anon_sym_esac] = ACTIONS(1529), - [anon_sym_DQUOTE] = ACTIONS(1531), - [sym_raw_string] = ACTIONS(1531), - [anon_sym_DOLLAR] = ACTIONS(1529), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1531), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1531), - [anon_sym_BQUOTE] = ACTIONS(1531), - [anon_sym_LT_LPAREN] = ACTIONS(1531), - [anon_sym_GT_LPAREN] = ACTIONS(1531), - [sym_word] = ACTIONS(1533), - [sym_comment] = ACTIONS(133), - }, - [556] = { - [aux_sym_case_item_repeat1] = STATE(722), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_RPAREN] = ACTIONS(1527), - [sym_comment] = ACTIONS(133), - }, - [557] = { - [sym_case_item] = STATE(724), - [sym_concatenation] = STATE(556), - [sym_string] = STATE(554), - [sym_simple_expansion] = STATE(554), - [sym_expansion] = STATE(554), - [sym_command_substitution] = STATE(554), - [sym_process_substitution] = STATE(554), - [anon_sym_esac] = ACTIONS(1535), - [anon_sym_DQUOTE] = ACTIONS(313), - [sym_raw_string] = ACTIONS(1131), - [anon_sym_DOLLAR] = ACTIONS(317), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(319), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(321), - [anon_sym_BQUOTE] = ACTIONS(323), - [anon_sym_LT_LPAREN] = ACTIONS(325), - [anon_sym_GT_LPAREN] = ACTIONS(325), - [sym_word] = ACTIONS(1133), - [sym_comment] = ACTIONS(133), - }, - [558] = { - [sym_case_item] = STATE(555), - [sym_concatenation] = STATE(556), - [sym_string] = STATE(554), - [sym_simple_expansion] = STATE(554), - [sym_expansion] = STATE(554), - [sym_command_substitution] = STATE(554), - [sym_process_substitution] = STATE(554), - [aux_sym_case_statement_repeat1] = STATE(725), - [anon_sym_esac] = ACTIONS(1535), - [anon_sym_DQUOTE] = ACTIONS(313), - [sym_raw_string] = ACTIONS(1131), - [anon_sym_DOLLAR] = ACTIONS(317), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(319), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(321), - [anon_sym_BQUOTE] = ACTIONS(323), - [anon_sym_LT_LPAREN] = ACTIONS(325), - [anon_sym_GT_LPAREN] = ACTIONS(325), - [sym_word] = ACTIONS(1133), - [sym_comment] = ACTIONS(133), - }, - [559] = { - [sym__concat] = ACTIONS(1245), - [anon_sym_in] = ACTIONS(1247), - [anon_sym_SEMI_SEMI] = ACTIONS(1247), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1247), - [anon_sym_LF] = ACTIONS(1247), - [anon_sym_AMP] = ACTIONS(1247), - }, - [560] = { - [sym__concat] = ACTIONS(1249), - [anon_sym_in] = ACTIONS(1251), - [anon_sym_SEMI_SEMI] = ACTIONS(1251), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1251), - [anon_sym_LF] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1251), - }, - [561] = { - [anon_sym_AT] = ACTIONS(1537), - [sym_comment] = ACTIONS(133), - }, - [562] = { - [sym__concat] = ACTIONS(1255), - [anon_sym_in] = ACTIONS(1257), - [anon_sym_SEMI_SEMI] = ACTIONS(1257), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1257), - [anon_sym_LF] = ACTIONS(1257), - [anon_sym_AMP] = ACTIONS(1257), - }, - [563] = { - [anon_sym_AT] = ACTIONS(1539), - [sym_comment] = ACTIONS(133), - }, - [564] = { - [anon_sym_RBRACK] = ACTIONS(1541), - [sym_comment] = ACTIONS(133), - }, - [565] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(383), - [anon_sym_RBRACE] = ACTIONS(1543), - [sym_comment] = ACTIONS(133), - }, - [566] = { - [anon_sym_RBRACE] = ACTIONS(1543), - [sym_comment] = ACTIONS(133), - }, - [567] = { - [anon_sym_RBRACK] = ACTIONS(1545), - [sym_comment] = ACTIONS(133), - }, - [568] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(383), - [anon_sym_RBRACE] = ACTIONS(1547), - [sym_comment] = ACTIONS(133), - }, - [569] = { - [anon_sym_RBRACE] = ACTIONS(1547), - [sym_comment] = ACTIONS(133), - }, - [570] = { - [anon_sym_PIPE] = ACTIONS(1549), - [anon_sym_RPAREN] = ACTIONS(1549), - [anon_sym_SEMI_SEMI] = ACTIONS(1549), - [anon_sym_PIPE_AMP] = ACTIONS(1549), - [anon_sym_AMP_AMP] = ACTIONS(1549), - [anon_sym_PIPE_PIPE] = ACTIONS(1549), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1549), - [anon_sym_LF] = ACTIONS(1549), - [anon_sym_AMP] = ACTIONS(1549), - }, - [571] = { - [anon_sym_PIPE] = ACTIONS(1551), - [anon_sym_RPAREN] = ACTIONS(1551), - [anon_sym_SEMI_SEMI] = ACTIONS(1551), - [anon_sym_PIPE_AMP] = ACTIONS(1551), - [anon_sym_AMP_AMP] = ACTIONS(1551), - [anon_sym_PIPE_PIPE] = ACTIONS(1551), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1551), - [anon_sym_AMP] = ACTIONS(1551), - }, - [572] = { - [sym__concat] = ACTIONS(1245), - [anon_sym_RBRACE] = ACTIONS(1245), - [anon_sym_RBRACK] = ACTIONS(1553), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1553), - [anon_sym_DQUOTE] = ACTIONS(1245), - [sym_raw_string] = ACTIONS(1245), - [anon_sym_DOLLAR] = ACTIONS(1553), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1245), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1245), - [anon_sym_BQUOTE] = ACTIONS(1245), - [anon_sym_LT_LPAREN] = ACTIONS(1245), - [anon_sym_GT_LPAREN] = ACTIONS(1245), - [sym_word] = ACTIONS(1247), - [sym_comment] = ACTIONS(133), - }, - [573] = { - [sym__concat] = ACTIONS(1249), - [anon_sym_RBRACE] = ACTIONS(1249), - [anon_sym_RBRACK] = ACTIONS(1555), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1555), - [anon_sym_DQUOTE] = ACTIONS(1249), - [sym_raw_string] = ACTIONS(1249), - [anon_sym_DOLLAR] = ACTIONS(1555), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1249), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1249), - [anon_sym_BQUOTE] = ACTIONS(1249), - [anon_sym_LT_LPAREN] = ACTIONS(1249), - [anon_sym_GT_LPAREN] = ACTIONS(1249), - [sym_word] = ACTIONS(1251), - [sym_comment] = ACTIONS(133), - }, - [574] = { - [anon_sym_AT] = ACTIONS(1557), - [sym_comment] = ACTIONS(133), - }, - [575] = { - [sym__concat] = ACTIONS(1255), - [anon_sym_RBRACE] = ACTIONS(1255), - [anon_sym_RBRACK] = ACTIONS(1559), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1559), - [anon_sym_DQUOTE] = ACTIONS(1255), - [sym_raw_string] = ACTIONS(1255), - [anon_sym_DOLLAR] = ACTIONS(1559), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1255), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1255), - [anon_sym_BQUOTE] = ACTIONS(1255), - [anon_sym_LT_LPAREN] = ACTIONS(1255), - [anon_sym_GT_LPAREN] = ACTIONS(1255), - [sym_word] = ACTIONS(1257), - [sym_comment] = ACTIONS(133), - }, - [576] = { - [anon_sym_AT] = ACTIONS(1561), - [sym_comment] = ACTIONS(133), - }, - [577] = { - [anon_sym_RBRACK] = ACTIONS(1563), - [sym_comment] = ACTIONS(133), - }, - [578] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(383), - [anon_sym_RBRACE] = ACTIONS(1565), - [sym_comment] = ACTIONS(133), - }, - [579] = { - [anon_sym_RBRACE] = ACTIONS(1565), - [sym_comment] = ACTIONS(133), - }, - [580] = { - [anon_sym_RBRACK] = ACTIONS(1567), - [sym_comment] = ACTIONS(133), - }, - [581] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(383), - [anon_sym_RBRACE] = ACTIONS(1569), - [sym_comment] = ACTIONS(133), - }, - [582] = { - [anon_sym_RBRACE] = ACTIONS(1569), - [sym_comment] = ACTIONS(133), - }, - [583] = { - [sym_file_descriptor] = ACTIONS(1245), - [sym__concat] = ACTIONS(1245), - [sym_variable_name] = ACTIONS(1245), - [anon_sym_PIPE] = ACTIONS(1553), - [anon_sym_RPAREN] = ACTIONS(1245), - [anon_sym_PIPE_AMP] = ACTIONS(1245), - [anon_sym_AMP_AMP] = ACTIONS(1245), - [anon_sym_PIPE_PIPE] = ACTIONS(1553), - [anon_sym_LT] = ACTIONS(1553), - [anon_sym_GT] = ACTIONS(1553), - [anon_sym_GT_GT] = ACTIONS(1245), - [anon_sym_AMP_GT] = ACTIONS(1553), - [anon_sym_AMP_GT_GT] = ACTIONS(1245), - [anon_sym_LT_AMP] = ACTIONS(1245), - [anon_sym_GT_AMP] = ACTIONS(1245), - [anon_sym_DQUOTE] = ACTIONS(1245), - [sym_raw_string] = ACTIONS(1245), - [anon_sym_DOLLAR] = ACTIONS(1553), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1245), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1245), - [anon_sym_BQUOTE] = ACTIONS(1245), - [anon_sym_LT_LPAREN] = ACTIONS(1245), - [anon_sym_GT_LPAREN] = ACTIONS(1245), - [sym_word] = ACTIONS(1247), - [sym_comment] = ACTIONS(133), - }, - [584] = { - [sym_file_descriptor] = ACTIONS(1249), - [sym__concat] = ACTIONS(1249), - [sym_variable_name] = ACTIONS(1249), - [anon_sym_PIPE] = ACTIONS(1555), - [anon_sym_RPAREN] = ACTIONS(1249), - [anon_sym_PIPE_AMP] = ACTIONS(1249), - [anon_sym_AMP_AMP] = ACTIONS(1249), - [anon_sym_PIPE_PIPE] = ACTIONS(1555), - [anon_sym_LT] = ACTIONS(1555), - [anon_sym_GT] = ACTIONS(1555), - [anon_sym_GT_GT] = ACTIONS(1249), - [anon_sym_AMP_GT] = ACTIONS(1555), - [anon_sym_AMP_GT_GT] = ACTIONS(1249), - [anon_sym_LT_AMP] = ACTIONS(1249), - [anon_sym_GT_AMP] = ACTIONS(1249), - [anon_sym_DQUOTE] = ACTIONS(1249), - [sym_raw_string] = ACTIONS(1249), - [anon_sym_DOLLAR] = ACTIONS(1555), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1249), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1249), - [anon_sym_BQUOTE] = ACTIONS(1249), - [anon_sym_LT_LPAREN] = ACTIONS(1249), - [anon_sym_GT_LPAREN] = ACTIONS(1249), - [sym_word] = ACTIONS(1251), - [sym_comment] = ACTIONS(133), - }, - [585] = { - [anon_sym_AT] = ACTIONS(1571), - [sym_comment] = ACTIONS(133), - }, - [586] = { - [sym_file_descriptor] = ACTIONS(1255), - [sym__concat] = ACTIONS(1255), - [sym_variable_name] = ACTIONS(1255), - [anon_sym_PIPE] = ACTIONS(1559), - [anon_sym_RPAREN] = ACTIONS(1255), - [anon_sym_PIPE_AMP] = ACTIONS(1255), - [anon_sym_AMP_AMP] = ACTIONS(1255), - [anon_sym_PIPE_PIPE] = ACTIONS(1559), - [anon_sym_LT] = ACTIONS(1559), - [anon_sym_GT] = ACTIONS(1559), - [anon_sym_GT_GT] = ACTIONS(1255), - [anon_sym_AMP_GT] = ACTIONS(1559), - [anon_sym_AMP_GT_GT] = ACTIONS(1255), - [anon_sym_LT_AMP] = ACTIONS(1255), - [anon_sym_GT_AMP] = ACTIONS(1255), - [anon_sym_DQUOTE] = ACTIONS(1255), - [sym_raw_string] = ACTIONS(1255), - [anon_sym_DOLLAR] = ACTIONS(1559), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1255), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1255), - [anon_sym_BQUOTE] = ACTIONS(1255), - [anon_sym_LT_LPAREN] = ACTIONS(1255), - [anon_sym_GT_LPAREN] = ACTIONS(1255), - [sym_word] = ACTIONS(1257), - [sym_comment] = ACTIONS(133), - }, - [587] = { - [anon_sym_AT] = ACTIONS(1573), - [sym_comment] = ACTIONS(133), - }, - [588] = { - [anon_sym_RBRACK] = ACTIONS(1575), - [sym_comment] = ACTIONS(133), - }, - [589] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(383), - [anon_sym_RBRACE] = ACTIONS(1577), - [sym_comment] = ACTIONS(133), - }, - [590] = { - [anon_sym_RBRACE] = ACTIONS(1577), - [sym_comment] = ACTIONS(133), - }, - [591] = { - [anon_sym_RBRACK] = ACTIONS(1579), - [sym_comment] = ACTIONS(133), - }, - [592] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(383), - [anon_sym_RBRACE] = ACTIONS(1581), - [sym_comment] = ACTIONS(133), - }, - [593] = { - [anon_sym_RBRACE] = ACTIONS(1581), - [sym_comment] = ACTIONS(133), - }, - [594] = { - [anon_sym_DQUOTE] = ACTIONS(1251), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(1555), - [anon_sym_DOLLAR] = ACTIONS(1251), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1251), - [anon_sym_BQUOTE] = ACTIONS(1251), - [sym_comment] = ACTIONS(85), - }, - [595] = { - [anon_sym_AT] = ACTIONS(1583), - [sym_comment] = ACTIONS(133), - }, - [596] = { - [anon_sym_DQUOTE] = ACTIONS(1257), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(1559), - [anon_sym_DOLLAR] = ACTIONS(1257), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1257), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1257), - [anon_sym_BQUOTE] = ACTIONS(1257), - [sym_comment] = ACTIONS(85), - }, - [597] = { - [anon_sym_AT] = ACTIONS(1585), - [sym_comment] = ACTIONS(133), - }, - [598] = { - [anon_sym_RBRACK] = ACTIONS(1587), - [sym_comment] = ACTIONS(133), - }, - [599] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(383), - [anon_sym_RBRACE] = ACTIONS(1589), - [sym_comment] = ACTIONS(133), - }, - [600] = { - [anon_sym_RBRACE] = ACTIONS(1589), - [sym_comment] = ACTIONS(133), - }, - [601] = { - [anon_sym_RBRACK] = ACTIONS(1591), - [sym_comment] = ACTIONS(133), - }, - [602] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(383), - [anon_sym_RBRACE] = ACTIONS(1593), - [sym_comment] = ACTIONS(133), - }, - [603] = { - [anon_sym_RBRACE] = ACTIONS(1593), - [sym_comment] = ACTIONS(133), - }, - [604] = { - [anon_sym_RBRACK] = ACTIONS(1595), - [sym_comment] = ACTIONS(133), - }, - [605] = { - [anon_sym_RBRACK] = ACTIONS(1597), - [sym_comment] = ACTIONS(133), - }, - [606] = { - [anon_sym_RBRACE] = ACTIONS(1599), - [sym_comment] = ACTIONS(133), - }, - [607] = { - [sym_file_descriptor] = ACTIONS(1601), - [sym__concat] = ACTIONS(1601), - [anon_sym_PIPE] = ACTIONS(1603), - [anon_sym_RPAREN] = ACTIONS(1603), - [anon_sym_SEMI_SEMI] = ACTIONS(1603), - [anon_sym_PIPE_AMP] = ACTIONS(1603), - [anon_sym_AMP_AMP] = ACTIONS(1603), - [anon_sym_PIPE_PIPE] = ACTIONS(1603), - [anon_sym_LT] = ACTIONS(1603), - [anon_sym_GT] = ACTIONS(1603), - [anon_sym_GT_GT] = ACTIONS(1603), - [anon_sym_AMP_GT] = ACTIONS(1603), - [anon_sym_AMP_GT_GT] = ACTIONS(1603), - [anon_sym_LT_AMP] = ACTIONS(1603), - [anon_sym_GT_AMP] = ACTIONS(1603), - [anon_sym_LT_LT] = ACTIONS(1603), - [anon_sym_LT_LT_DASH] = ACTIONS(1603), - [anon_sym_DQUOTE] = ACTIONS(1603), - [sym_raw_string] = ACTIONS(1603), - [anon_sym_DOLLAR] = ACTIONS(1603), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1603), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1603), - [anon_sym_BQUOTE] = ACTIONS(1603), - [anon_sym_LT_LPAREN] = ACTIONS(1603), - [anon_sym_GT_LPAREN] = ACTIONS(1603), - [sym_word] = ACTIONS(1603), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1603), - [anon_sym_LF] = ACTIONS(1603), - [anon_sym_AMP] = ACTIONS(1603), - }, - [608] = { - [anon_sym_RBRACE] = ACTIONS(1605), - [sym_comment] = ACTIONS(133), - }, - [609] = { - [sym_file_descriptor] = ACTIONS(1607), - [sym__concat] = ACTIONS(1607), - [anon_sym_PIPE] = ACTIONS(1609), - [anon_sym_RPAREN] = ACTIONS(1609), - [anon_sym_SEMI_SEMI] = ACTIONS(1609), - [anon_sym_PIPE_AMP] = ACTIONS(1609), - [anon_sym_AMP_AMP] = ACTIONS(1609), - [anon_sym_PIPE_PIPE] = ACTIONS(1609), - [anon_sym_LT] = ACTIONS(1609), - [anon_sym_GT] = ACTIONS(1609), - [anon_sym_GT_GT] = ACTIONS(1609), - [anon_sym_AMP_GT] = ACTIONS(1609), - [anon_sym_AMP_GT_GT] = ACTIONS(1609), - [anon_sym_LT_AMP] = ACTIONS(1609), - [anon_sym_GT_AMP] = ACTIONS(1609), - [anon_sym_LT_LT] = ACTIONS(1609), - [anon_sym_LT_LT_DASH] = ACTIONS(1609), - [anon_sym_DQUOTE] = ACTIONS(1609), - [sym_raw_string] = ACTIONS(1609), - [anon_sym_DOLLAR] = ACTIONS(1609), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1609), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1609), - [anon_sym_BQUOTE] = ACTIONS(1609), - [anon_sym_LT_LPAREN] = ACTIONS(1609), - [anon_sym_GT_LPAREN] = ACTIONS(1609), - [sym_word] = ACTIONS(1609), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1609), - [anon_sym_LF] = ACTIONS(1609), - [anon_sym_AMP] = ACTIONS(1609), - }, - [610] = { - [sym_file_descriptor] = ACTIONS(1039), - [sym_variable_name] = ACTIONS(1039), - [anon_sym_PIPE] = ACTIONS(1611), - [anon_sym_RPAREN] = ACTIONS(1039), - [anon_sym_PIPE_AMP] = ACTIONS(1039), - [anon_sym_AMP_AMP] = ACTIONS(1039), - [anon_sym_PIPE_PIPE] = ACTIONS(1611), - [anon_sym_LT] = ACTIONS(1611), - [anon_sym_GT] = ACTIONS(1611), - [anon_sym_GT_GT] = ACTIONS(1039), - [anon_sym_AMP_GT] = ACTIONS(1611), - [anon_sym_AMP_GT_GT] = ACTIONS(1039), - [anon_sym_LT_AMP] = ACTIONS(1039), - [anon_sym_GT_AMP] = ACTIONS(1039), - [anon_sym_DQUOTE] = ACTIONS(1039), - [sym_raw_string] = ACTIONS(1039), - [anon_sym_DOLLAR] = ACTIONS(1611), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1039), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1039), - [anon_sym_BQUOTE] = ACTIONS(1039), - [anon_sym_LT_LPAREN] = ACTIONS(1039), - [anon_sym_GT_LPAREN] = ACTIONS(1039), - [sym_word] = ACTIONS(1041), - [sym_comment] = ACTIONS(133), - }, - [611] = { - [anon_sym_RPAREN] = ACTIONS(1613), - [sym_word] = ACTIONS(1049), - [sym_comment] = ACTIONS(133), - }, - [612] = { - [sym_concatenation] = STATE(545), - [sym_string] = STATE(544), - [sym_simple_expansion] = STATE(544), - [sym_expansion] = STATE(544), - [sym_command_substitution] = STATE(544), - [sym_process_substitution] = STATE(544), - [anon_sym_SEMI_SEMI] = ACTIONS(1615), - [anon_sym_DQUOTE] = ACTIONS(1097), - [sym_raw_string] = ACTIONS(1099), - [anon_sym_DOLLAR] = ACTIONS(1101), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1103), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1105), - [anon_sym_BQUOTE] = ACTIONS(1107), - [anon_sym_LT_LPAREN] = ACTIONS(1109), - [anon_sym_GT_LPAREN] = ACTIONS(1109), - [sym_word] = ACTIONS(1099), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1615), - [anon_sym_LF] = ACTIONS(1615), - [anon_sym_AMP] = ACTIONS(1615), - }, - [613] = { - [anon_sym_PIPE] = ACTIONS(1617), - [anon_sym_RPAREN] = ACTIONS(1619), - [anon_sym_PIPE_AMP] = ACTIONS(1619), - [anon_sym_AMP_AMP] = ACTIONS(1619), - [anon_sym_PIPE_PIPE] = ACTIONS(1619), - [anon_sym_BQUOTE] = ACTIONS(1619), - [sym_comment] = ACTIONS(133), - }, - [614] = { - [sym__terminated_statement] = STATE(126), - [sym_for_statement] = STATE(23), - [sym_while_statement] = STATE(23), - [sym_if_statement] = STATE(23), - [sym_case_statement] = STATE(23), - [sym_function_definition] = STATE(23), - [sym_subshell] = STATE(23), - [sym_pipeline] = STATE(23), - [sym_list] = STATE(23), - [sym_bracket_command] = STATE(23), - [sym_command] = STATE(23), - [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(25), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_done] = ACTIONS(1621), - [anon_sym_if] = ACTIONS(101), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), - }, - [615] = { - [anon_sym_PIPE] = ACTIONS(1623), - [anon_sym_RPAREN] = ACTIONS(1625), - [anon_sym_PIPE_AMP] = ACTIONS(1625), - [anon_sym_AMP_AMP] = ACTIONS(1625), - [anon_sym_PIPE_PIPE] = ACTIONS(1625), - [anon_sym_BQUOTE] = ACTIONS(1625), - [sym_comment] = ACTIONS(133), - }, - [616] = { - [anon_sym_fi] = ACTIONS(1627), - [sym_comment] = ACTIONS(133), - }, - [617] = { - [sym__terminated_statement] = STATE(126), - [sym_for_statement] = STATE(23), - [sym_while_statement] = STATE(23), - [sym_if_statement] = STATE(23), - [sym_elif_clause] = STATE(351), - [sym_else_clause] = STATE(758), - [sym_case_statement] = STATE(23), - [sym_function_definition] = STATE(23), - [sym_subshell] = STATE(23), - [sym_pipeline] = STATE(23), - [sym_list] = STATE(23), - [sym_bracket_command] = STATE(23), - [sym_command] = STATE(23), - [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(25), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [aux_sym_if_statement_repeat1] = STATE(759), - [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_fi] = ACTIONS(1629), - [anon_sym_elif] = ACTIONS(671), - [anon_sym_else] = ACTIONS(673), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), - }, - [618] = { - [sym_elif_clause] = STATE(552), - [sym_else_clause] = STATE(758), - [anon_sym_fi] = ACTIONS(1627), - [anon_sym_elif] = ACTIONS(1125), - [anon_sym_else] = ACTIONS(1127), - [sym_comment] = ACTIONS(133), - }, - [619] = { - [sym_case_item] = STATE(555), - [sym_concatenation] = STATE(556), - [sym_string] = STATE(554), - [sym_simple_expansion] = STATE(554), - [sym_expansion] = STATE(554), - [sym_command_substitution] = STATE(554), - [sym_process_substitution] = STATE(554), - [aux_sym_case_statement_repeat1] = STATE(761), - [anon_sym_esac] = ACTIONS(1631), - [anon_sym_DQUOTE] = ACTIONS(313), - [sym_raw_string] = ACTIONS(1131), - [anon_sym_DOLLAR] = ACTIONS(317), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(319), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(321), - [anon_sym_BQUOTE] = ACTIONS(323), - [anon_sym_LT_LPAREN] = ACTIONS(325), - [anon_sym_GT_LPAREN] = ACTIONS(325), - [sym_word] = ACTIONS(1133), - [sym_comment] = ACTIONS(133), - }, - [620] = { - [anon_sym_SEMI_SEMI] = ACTIONS(1633), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1633), - [anon_sym_LF] = ACTIONS(1633), - [anon_sym_AMP] = ACTIONS(1633), - }, - [621] = { - [sym_compound_statement] = STATE(763), - [anon_sym_LBRACE] = ACTIONS(1325), - [sym_comment] = ACTIONS(133), - }, - [622] = { - [anon_sym_PIPE] = ACTIONS(1635), - [anon_sym_RPAREN] = ACTIONS(1637), - [anon_sym_PIPE_AMP] = ACTIONS(1637), - [anon_sym_AMP_AMP] = ACTIONS(1637), - [anon_sym_PIPE_PIPE] = ACTIONS(1637), - [anon_sym_BQUOTE] = ACTIONS(1637), - [sym_comment] = ACTIONS(133), - }, - [623] = { - [sym_file_descriptor] = ACTIONS(559), - [sym_variable_name] = ACTIONS(559), - [anon_sym_for] = ACTIONS(561), - [anon_sym_while] = ACTIONS(561), - [anon_sym_if] = ACTIONS(561), - [anon_sym_case] = ACTIONS(561), - [anon_sym_RPAREN] = ACTIONS(1639), - [anon_sym_function] = ACTIONS(561), - [anon_sym_LPAREN] = ACTIONS(559), - [anon_sym_LBRACK] = ACTIONS(561), - [anon_sym_LBRACK_LBRACK] = ACTIONS(561), - [anon_sym_LT] = ACTIONS(561), - [anon_sym_GT] = ACTIONS(561), - [anon_sym_GT_GT] = ACTIONS(559), - [anon_sym_AMP_GT] = ACTIONS(561), - [anon_sym_AMP_GT_GT] = ACTIONS(559), - [anon_sym_LT_AMP] = ACTIONS(559), - [anon_sym_GT_AMP] = ACTIONS(559), - [anon_sym_DQUOTE] = ACTIONS(559), - [sym_raw_string] = ACTIONS(559), - [anon_sym_DOLLAR] = ACTIONS(561), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(559), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(559), - [anon_sym_BQUOTE] = ACTIONS(559), - [anon_sym_LT_LPAREN] = ACTIONS(559), - [anon_sym_GT_LPAREN] = ACTIONS(559), - [sym_word] = ACTIONS(563), - [sym_comment] = ACTIONS(133), - }, - [624] = { - [sym_file_descriptor] = ACTIONS(1245), - [sym__concat] = ACTIONS(1245), - [anon_sym_PIPE] = ACTIONS(1553), - [anon_sym_RPAREN] = ACTIONS(1245), - [anon_sym_PIPE_AMP] = ACTIONS(1245), - [anon_sym_AMP_AMP] = ACTIONS(1245), - [anon_sym_PIPE_PIPE] = ACTIONS(1553), - [anon_sym_LT] = ACTIONS(1553), - [anon_sym_GT] = ACTIONS(1553), - [anon_sym_GT_GT] = ACTIONS(1245), - [anon_sym_AMP_GT] = ACTIONS(1553), - [anon_sym_AMP_GT_GT] = ACTIONS(1245), - [anon_sym_LT_AMP] = ACTIONS(1245), - [anon_sym_GT_AMP] = ACTIONS(1245), - [anon_sym_LT_LT] = ACTIONS(1553), - [anon_sym_LT_LT_DASH] = ACTIONS(1245), - [anon_sym_DQUOTE] = ACTIONS(1245), - [sym_raw_string] = ACTIONS(1245), - [anon_sym_DOLLAR] = ACTIONS(1553), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1245), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1245), - [anon_sym_BQUOTE] = ACTIONS(1245), - [anon_sym_LT_LPAREN] = ACTIONS(1245), - [anon_sym_GT_LPAREN] = ACTIONS(1245), - [sym_word] = ACTIONS(1247), - [sym_comment] = ACTIONS(133), - }, - [625] = { - [sym_file_descriptor] = ACTIONS(1249), - [sym__concat] = ACTIONS(1249), - [anon_sym_PIPE] = ACTIONS(1555), - [anon_sym_RPAREN] = ACTIONS(1249), - [anon_sym_PIPE_AMP] = ACTIONS(1249), - [anon_sym_AMP_AMP] = ACTIONS(1249), - [anon_sym_PIPE_PIPE] = ACTIONS(1555), - [anon_sym_LT] = ACTIONS(1555), - [anon_sym_GT] = ACTIONS(1555), - [anon_sym_GT_GT] = ACTIONS(1249), - [anon_sym_AMP_GT] = ACTIONS(1555), - [anon_sym_AMP_GT_GT] = ACTIONS(1249), - [anon_sym_LT_AMP] = ACTIONS(1249), - [anon_sym_GT_AMP] = ACTIONS(1249), - [anon_sym_LT_LT] = ACTIONS(1555), - [anon_sym_LT_LT_DASH] = ACTIONS(1249), - [anon_sym_DQUOTE] = ACTIONS(1249), - [sym_raw_string] = ACTIONS(1249), - [anon_sym_DOLLAR] = ACTIONS(1555), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1249), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1249), - [anon_sym_BQUOTE] = ACTIONS(1249), - [anon_sym_LT_LPAREN] = ACTIONS(1249), - [anon_sym_GT_LPAREN] = ACTIONS(1249), - [sym_word] = ACTIONS(1251), - [sym_comment] = ACTIONS(133), - }, - [626] = { - [anon_sym_AT] = ACTIONS(1641), - [sym_comment] = ACTIONS(133), - }, - [627] = { - [sym_file_descriptor] = ACTIONS(1255), - [sym__concat] = ACTIONS(1255), - [anon_sym_PIPE] = ACTIONS(1559), - [anon_sym_RPAREN] = ACTIONS(1255), - [anon_sym_PIPE_AMP] = ACTIONS(1255), - [anon_sym_AMP_AMP] = ACTIONS(1255), - [anon_sym_PIPE_PIPE] = ACTIONS(1559), - [anon_sym_LT] = ACTIONS(1559), - [anon_sym_GT] = ACTIONS(1559), - [anon_sym_GT_GT] = ACTIONS(1255), - [anon_sym_AMP_GT] = ACTIONS(1559), - [anon_sym_AMP_GT_GT] = ACTIONS(1255), - [anon_sym_LT_AMP] = ACTIONS(1255), - [anon_sym_GT_AMP] = ACTIONS(1255), - [anon_sym_LT_LT] = ACTIONS(1559), - [anon_sym_LT_LT_DASH] = ACTIONS(1255), - [anon_sym_DQUOTE] = ACTIONS(1255), - [sym_raw_string] = ACTIONS(1255), - [anon_sym_DOLLAR] = ACTIONS(1559), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1255), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1255), - [anon_sym_BQUOTE] = ACTIONS(1255), - [anon_sym_LT_LPAREN] = ACTIONS(1255), - [anon_sym_GT_LPAREN] = ACTIONS(1255), - [sym_word] = ACTIONS(1257), - [sym_comment] = ACTIONS(133), - }, - [628] = { - [anon_sym_AT] = ACTIONS(1643), - [sym_comment] = ACTIONS(133), - }, - [629] = { - [anon_sym_RBRACK] = ACTIONS(1645), - [sym_comment] = ACTIONS(133), - }, - [630] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(383), - [anon_sym_RBRACE] = ACTIONS(1647), - [sym_comment] = ACTIONS(133), - }, - [631] = { - [anon_sym_RBRACE] = ACTIONS(1647), - [sym_comment] = ACTIONS(133), - }, - [632] = { - [anon_sym_RBRACK] = ACTIONS(1649), - [sym_comment] = ACTIONS(133), - }, - [633] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(383), - [anon_sym_RBRACE] = ACTIONS(1651), - [sym_comment] = ACTIONS(133), - }, - [634] = { - [anon_sym_RBRACE] = ACTIONS(1651), - [sym_comment] = ACTIONS(133), - }, - [635] = { [sym__terminated_statement] = STATE(22), [sym_for_statement] = STATE(23), [sym_while_statement] = STATE(23), @@ -21203,16502 +15665,8830 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(14), [sym_command_substitution] = STATE(14), [sym_process_substitution] = STATE(14), - [aux_sym_program_repeat1] = STATE(772), + [aux_sym_program_repeat1] = STATE(750), [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(1653), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(12), + [anon_sym_for] = ACTIONS(16), + [anon_sym_while] = ACTIONS(18), + [anon_sym_if] = ACTIONS(20), + [anon_sym_case] = ACTIONS(22), + [anon_sym_function] = ACTIONS(24), + [anon_sym_LPAREN] = ACTIONS(26), + [anon_sym_RBRACE] = ACTIONS(1416), + [anon_sym_LBRACK] = ACTIONS(28), + [anon_sym_LBRACK_LBRACK] = ACTIONS(30), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(36), + [sym_raw_string] = ACTIONS(38), + [anon_sym_DOLLAR] = ACTIONS(40), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(42), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(44), + [anon_sym_BQUOTE] = ACTIONS(46), + [anon_sym_LT_LPAREN] = ACTIONS(48), + [anon_sym_GT_LPAREN] = ACTIONS(48), + [sym_word] = ACTIONS(50), + [sym_comment] = ACTIONS(52), }, - [636] = { - [anon_sym_PIPE] = ACTIONS(1655), - [anon_sym_RPAREN] = ACTIONS(1657), - [anon_sym_PIPE_AMP] = ACTIONS(1657), - [anon_sym_AMP_AMP] = ACTIONS(1657), - [anon_sym_PIPE_PIPE] = ACTIONS(1657), - [anon_sym_BQUOTE] = ACTIONS(1657), - [sym_comment] = ACTIONS(133), + [528] = { + [anon_sym_PIPE] = ACTIONS(1418), + [anon_sym_RPAREN] = ACTIONS(1418), + [anon_sym_SEMI_SEMI] = ACTIONS(1418), + [anon_sym_PIPE_AMP] = ACTIONS(1418), + [anon_sym_AMP_AMP] = ACTIONS(1418), + [anon_sym_PIPE_PIPE] = ACTIONS(1418), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1418), + [anon_sym_LF] = ACTIONS(1418), + [anon_sym_AMP] = ACTIONS(1418), }, - [637] = { - [aux_sym_concatenation_repeat1] = STATE(642), - [sym_file_descriptor] = ACTIONS(607), - [sym__concat] = ACTIONS(1341), - [anon_sym_PIPE] = ACTIONS(609), - [anon_sym_RPAREN] = ACTIONS(607), - [anon_sym_PIPE_AMP] = ACTIONS(607), - [anon_sym_AMP_AMP] = ACTIONS(607), - [anon_sym_PIPE_PIPE] = ACTIONS(607), - [anon_sym_LT] = ACTIONS(609), - [anon_sym_GT] = ACTIONS(609), - [anon_sym_GT_GT] = ACTIONS(607), - [anon_sym_AMP_GT] = ACTIONS(609), - [anon_sym_AMP_GT_GT] = ACTIONS(607), - [anon_sym_LT_AMP] = ACTIONS(607), - [anon_sym_GT_AMP] = ACTIONS(607), - [anon_sym_LT_LT] = ACTIONS(609), - [anon_sym_LT_LT_DASH] = ACTIONS(607), - [anon_sym_BQUOTE] = ACTIONS(607), - [sym_comment] = ACTIONS(133), + [529] = { + [aux_sym_concatenation_repeat1] = STATE(534), + [sym_file_descriptor] = ACTIONS(566), + [sym__concat] = ACTIONS(972), + [anon_sym_PIPE] = ACTIONS(1420), + [anon_sym_RPAREN] = ACTIONS(1420), + [anon_sym_SEMI_SEMI] = ACTIONS(1420), + [anon_sym_PIPE_AMP] = ACTIONS(1420), + [anon_sym_AMP_AMP] = ACTIONS(1420), + [anon_sym_PIPE_PIPE] = ACTIONS(1420), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_GT_GT] = ACTIONS(1420), + [anon_sym_AMP_GT] = ACTIONS(1420), + [anon_sym_AMP_GT_GT] = ACTIONS(1420), + [anon_sym_LT_AMP] = ACTIONS(1420), + [anon_sym_GT_AMP] = ACTIONS(1420), + [anon_sym_LT_LT] = ACTIONS(1420), + [anon_sym_LT_LT_DASH] = ACTIONS(1420), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1420), + [anon_sym_LF] = ACTIONS(1420), + [anon_sym_AMP] = ACTIONS(1420), }, - [638] = { - [sym_file_descriptor] = ACTIONS(607), - [anon_sym_PIPE] = ACTIONS(609), - [anon_sym_RPAREN] = ACTIONS(607), - [anon_sym_PIPE_AMP] = ACTIONS(607), - [anon_sym_AMP_AMP] = ACTIONS(607), - [anon_sym_PIPE_PIPE] = ACTIONS(607), - [anon_sym_LT] = ACTIONS(609), - [anon_sym_GT] = ACTIONS(609), - [anon_sym_GT_GT] = ACTIONS(607), - [anon_sym_AMP_GT] = ACTIONS(609), - [anon_sym_AMP_GT_GT] = ACTIONS(607), - [anon_sym_LT_AMP] = ACTIONS(607), - [anon_sym_GT_AMP] = ACTIONS(607), - [anon_sym_LT_LT] = ACTIONS(609), - [anon_sym_LT_LT_DASH] = ACTIONS(607), - [anon_sym_BQUOTE] = ACTIONS(607), - [sym_comment] = ACTIONS(133), + [530] = { + [sym_file_descriptor] = ACTIONS(566), + [anon_sym_PIPE] = ACTIONS(1420), + [anon_sym_RPAREN] = ACTIONS(1420), + [anon_sym_SEMI_SEMI] = ACTIONS(1420), + [anon_sym_PIPE_AMP] = ACTIONS(1420), + [anon_sym_AMP_AMP] = ACTIONS(1420), + [anon_sym_PIPE_PIPE] = ACTIONS(1420), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_GT_GT] = ACTIONS(1420), + [anon_sym_AMP_GT] = ACTIONS(1420), + [anon_sym_AMP_GT_GT] = ACTIONS(1420), + [anon_sym_LT_AMP] = ACTIONS(1420), + [anon_sym_GT_AMP] = ACTIONS(1420), + [anon_sym_LT_LT] = ACTIONS(1420), + [anon_sym_LT_LT_DASH] = ACTIONS(1420), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1420), + [anon_sym_LF] = ACTIONS(1420), + [anon_sym_AMP] = ACTIONS(1420), }, - [639] = { - [sym_file_descriptor] = ACTIONS(425), - [sym__concat] = ACTIONS(425), - [anon_sym_PIPE] = ACTIONS(719), - [anon_sym_RPAREN] = ACTIONS(425), - [anon_sym_PIPE_AMP] = ACTIONS(425), - [anon_sym_AMP_AMP] = ACTIONS(425), - [anon_sym_PIPE_PIPE] = ACTIONS(425), - [anon_sym_LT] = ACTIONS(719), - [anon_sym_GT] = ACTIONS(719), - [anon_sym_GT_GT] = ACTIONS(425), - [anon_sym_AMP_GT] = ACTIONS(719), - [anon_sym_AMP_GT_GT] = ACTIONS(425), - [anon_sym_LT_AMP] = ACTIONS(425), - [anon_sym_GT_AMP] = ACTIONS(425), - [anon_sym_LT_LT] = ACTIONS(719), - [anon_sym_LT_LT_DASH] = ACTIONS(425), - [anon_sym_BQUOTE] = ACTIONS(425), - [sym_comment] = ACTIONS(133), + [531] = { + [sym_file_descriptor] = ACTIONS(382), + [sym__concat] = ACTIONS(382), + [anon_sym_PIPE] = ACTIONS(384), + [anon_sym_RPAREN] = ACTIONS(384), + [anon_sym_SEMI_SEMI] = ACTIONS(384), + [anon_sym_PIPE_AMP] = ACTIONS(384), + [anon_sym_AMP_AMP] = ACTIONS(384), + [anon_sym_PIPE_PIPE] = ACTIONS(384), + [anon_sym_LT] = ACTIONS(384), + [anon_sym_GT] = ACTIONS(384), + [anon_sym_GT_GT] = ACTIONS(384), + [anon_sym_AMP_GT] = ACTIONS(384), + [anon_sym_AMP_GT_GT] = ACTIONS(384), + [anon_sym_LT_AMP] = ACTIONS(384), + [anon_sym_GT_AMP] = ACTIONS(384), + [anon_sym_LT_LT] = ACTIONS(384), + [anon_sym_LT_LT_DASH] = ACTIONS(384), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(384), + [anon_sym_LF] = ACTIONS(384), + [anon_sym_AMP] = ACTIONS(384), }, - [640] = { - [sym_simple_expansion] = STATE(222), - [sym_expansion] = STATE(222), - [sym_command_substitution] = STATE(222), - [anon_sym_DQUOTE] = ACTIONS(1659), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(445), - [anon_sym_DOLLAR] = ACTIONS(199), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(201), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(203), - [anon_sym_BQUOTE] = ACTIONS(205), - [sym_comment] = ACTIONS(85), + [532] = { + [sym_simple_expansion] = STATE(250), + [sym_expansion] = STATE(250), + [sym_command_substitution] = STATE(250), + [anon_sym_DQUOTE] = ACTIONS(1422), + [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(402), + [anon_sym_DOLLAR] = ACTIONS(134), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), + [anon_sym_BQUOTE] = ACTIONS(140), + [sym_comment] = ACTIONS(142), }, - [641] = { + [533] = { + [sym_string] = STATE(752), + [sym_simple_expansion] = STATE(752), + [sym_expansion] = STATE(752), + [sym_command_substitution] = STATE(752), + [sym_process_substitution] = STATE(752), + [anon_sym_DQUOTE] = ACTIONS(526), + [sym_raw_string] = ACTIONS(1424), + [anon_sym_DOLLAR] = ACTIONS(530), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(532), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(534), + [anon_sym_BQUOTE] = ACTIONS(536), + [anon_sym_LT_LPAREN] = ACTIONS(538), + [anon_sym_GT_LPAREN] = ACTIONS(538), + [sym_word] = ACTIONS(1426), + [sym_comment] = ACTIONS(52), + }, + [534] = { + [sym_file_descriptor] = ACTIONS(408), + [sym__concat] = ACTIONS(1428), + [anon_sym_PIPE] = ACTIONS(412), + [anon_sym_RPAREN] = ACTIONS(412), + [anon_sym_SEMI_SEMI] = ACTIONS(412), + [anon_sym_PIPE_AMP] = ACTIONS(412), + [anon_sym_AMP_AMP] = ACTIONS(412), + [anon_sym_PIPE_PIPE] = ACTIONS(412), + [anon_sym_LT] = ACTIONS(412), + [anon_sym_GT] = ACTIONS(412), + [anon_sym_GT_GT] = ACTIONS(412), + [anon_sym_AMP_GT] = ACTIONS(412), + [anon_sym_AMP_GT_GT] = ACTIONS(412), + [anon_sym_LT_AMP] = ACTIONS(412), + [anon_sym_GT_AMP] = ACTIONS(412), + [anon_sym_LT_LT] = ACTIONS(412), + [anon_sym_LT_LT_DASH] = ACTIONS(412), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(412), + [anon_sym_LF] = ACTIONS(412), + [anon_sym_AMP] = ACTIONS(412), + }, + [535] = { + [sym_file_descriptor] = ACTIONS(414), + [sym__concat] = ACTIONS(414), + [anon_sym_PIPE] = ACTIONS(416), + [anon_sym_RPAREN] = ACTIONS(416), + [anon_sym_SEMI_SEMI] = ACTIONS(416), + [anon_sym_PIPE_AMP] = ACTIONS(416), + [anon_sym_AMP_AMP] = ACTIONS(416), + [anon_sym_PIPE_PIPE] = ACTIONS(416), + [anon_sym_LT] = ACTIONS(416), + [anon_sym_GT] = ACTIONS(416), + [anon_sym_GT_GT] = ACTIONS(416), + [anon_sym_AMP_GT] = ACTIONS(416), + [anon_sym_AMP_GT_GT] = ACTIONS(416), + [anon_sym_LT_AMP] = ACTIONS(416), + [anon_sym_GT_AMP] = ACTIONS(416), + [anon_sym_LT_LT] = ACTIONS(416), + [anon_sym_LT_LT_DASH] = ACTIONS(416), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(416), + [anon_sym_LF] = ACTIONS(416), + [anon_sym_AMP] = ACTIONS(416), + }, + [536] = { + [sym_file_descriptor] = ACTIONS(418), + [sym__concat] = ACTIONS(418), + [anon_sym_PIPE] = ACTIONS(420), + [anon_sym_RPAREN] = ACTIONS(420), + [anon_sym_SEMI_SEMI] = ACTIONS(420), + [anon_sym_PIPE_AMP] = ACTIONS(420), + [anon_sym_AMP_AMP] = ACTIONS(420), + [anon_sym_PIPE_PIPE] = ACTIONS(420), + [anon_sym_LT] = ACTIONS(420), + [anon_sym_GT] = ACTIONS(420), + [anon_sym_GT_GT] = ACTIONS(420), + [anon_sym_AMP_GT] = ACTIONS(420), + [anon_sym_AMP_GT_GT] = ACTIONS(420), + [anon_sym_LT_AMP] = ACTIONS(420), + [anon_sym_GT_AMP] = ACTIONS(420), + [anon_sym_LT_LT] = ACTIONS(420), + [anon_sym_LT_LT_DASH] = ACTIONS(420), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(420), + [anon_sym_LF] = ACTIONS(420), + [anon_sym_AMP] = ACTIONS(420), + }, + [537] = { + [sym_file_descriptor] = ACTIONS(422), + [sym__concat] = ACTIONS(422), + [anon_sym_PIPE] = ACTIONS(424), + [anon_sym_RPAREN] = ACTIONS(424), + [anon_sym_SEMI_SEMI] = ACTIONS(424), + [anon_sym_PIPE_AMP] = ACTIONS(424), + [anon_sym_AMP_AMP] = ACTIONS(424), + [anon_sym_PIPE_PIPE] = ACTIONS(424), + [anon_sym_LT] = ACTIONS(424), + [anon_sym_GT] = ACTIONS(424), + [anon_sym_GT_GT] = ACTIONS(424), + [anon_sym_AMP_GT] = ACTIONS(424), + [anon_sym_AMP_GT_GT] = ACTIONS(424), + [anon_sym_LT_AMP] = ACTIONS(424), + [anon_sym_GT_AMP] = ACTIONS(424), + [anon_sym_LT_LT] = ACTIONS(424), + [anon_sym_LT_LT_DASH] = ACTIONS(424), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(424), + [anon_sym_LF] = ACTIONS(424), + [anon_sym_AMP] = ACTIONS(424), + }, + [538] = { + [sym_special_variable_name] = STATE(755), + [anon_sym_RBRACE] = ACTIONS(414), + [anon_sym_LBRACK] = ACTIONS(414), + [anon_sym_EQ] = ACTIONS(414), + [anon_sym_DOLLAR] = ACTIONS(156), + [anon_sym_POUND] = ACTIONS(156), + [anon_sym_AT] = ACTIONS(156), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_QMARK] = ACTIONS(414), + [anon_sym_COLON_DASH] = ACTIONS(414), + [anon_sym_PERCENT] = ACTIONS(414), + [anon_sym_SLASH] = ACTIONS(414), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(1430), + [anon_sym_STAR] = ACTIONS(156), + [anon_sym_QMARK] = ACTIONS(156), + [anon_sym_DASH] = ACTIONS(156), + [anon_sym_BANG] = ACTIONS(156), + [anon_sym_0] = ACTIONS(162), + [anon_sym__] = ACTIONS(162), + }, + [539] = { + [anon_sym_RBRACE] = ACTIONS(1432), + [anon_sym_LBRACK] = ACTIONS(1434), + [anon_sym_EQ] = ACTIONS(1436), + [anon_sym_COLON] = ACTIONS(1438), + [anon_sym_COLON_QMARK] = ACTIONS(1436), + [anon_sym_COLON_DASH] = ACTIONS(1436), + [anon_sym_PERCENT] = ACTIONS(1436), + [anon_sym_SLASH] = ACTIONS(1436), + [sym_comment] = ACTIONS(52), + }, + [540] = { + [anon_sym_RBRACE] = ACTIONS(1440), + [anon_sym_LBRACK] = ACTIONS(1442), + [anon_sym_EQ] = ACTIONS(1444), + [anon_sym_COLON] = ACTIONS(1446), + [anon_sym_COLON_QMARK] = ACTIONS(1444), + [anon_sym_COLON_DASH] = ACTIONS(1444), + [anon_sym_PERCENT] = ACTIONS(1444), + [anon_sym_SLASH] = ACTIONS(1444), + [sym_comment] = ACTIONS(52), + }, + [541] = { + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(1448), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(480), + [sym_comment] = ACTIONS(52), + }, + [542] = { + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(1448), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(500), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(236), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), + }, + [543] = { + [anon_sym_PIPE] = ACTIONS(504), + [anon_sym_PIPE_AMP] = ACTIONS(506), + [anon_sym_AMP_AMP] = ACTIONS(508), + [anon_sym_PIPE_PIPE] = ACTIONS(508), + [anon_sym_BQUOTE] = ACTIONS(1448), + [sym_comment] = ACTIONS(52), + }, + [544] = { + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(504), + [anon_sym_PIPE_AMP] = ACTIONS(506), + [anon_sym_AMP_AMP] = ACTIONS(508), + [anon_sym_PIPE_PIPE] = ACTIONS(510), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(1448), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), + }, + [545] = { + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(1450), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(480), + [sym_comment] = ACTIONS(52), + }, + [546] = { + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(1450), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(500), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(236), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), + }, + [547] = { + [sym__heredoc_middle] = ACTIONS(1452), + [sym__heredoc_end] = ACTIONS(1452), + [anon_sym_DOLLAR] = ACTIONS(1454), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1452), + [sym_comment] = ACTIONS(52), + }, + [548] = { + [sym_file_descriptor] = ACTIONS(1456), + [anon_sym_PIPE] = ACTIONS(1458), + [anon_sym_RPAREN] = ACTIONS(1458), + [anon_sym_SEMI_SEMI] = ACTIONS(1458), + [anon_sym_PIPE_AMP] = ACTIONS(1458), + [anon_sym_AMP_AMP] = ACTIONS(1458), + [anon_sym_PIPE_PIPE] = ACTIONS(1458), + [anon_sym_LT] = ACTIONS(1458), + [anon_sym_GT] = ACTIONS(1458), + [anon_sym_GT_GT] = ACTIONS(1458), + [anon_sym_AMP_GT] = ACTIONS(1458), + [anon_sym_AMP_GT_GT] = ACTIONS(1458), + [anon_sym_LT_AMP] = ACTIONS(1458), + [anon_sym_GT_AMP] = ACTIONS(1458), + [anon_sym_LT_LT] = ACTIONS(1458), + [anon_sym_LT_LT_DASH] = ACTIONS(1458), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1458), + [anon_sym_LF] = ACTIONS(1458), + [anon_sym_AMP] = ACTIONS(1458), + }, + [549] = { + [sym_special_variable_name] = STATE(766), + [anon_sym_DOLLAR] = ACTIONS(1460), + [anon_sym_POUND] = ACTIONS(1460), + [anon_sym_AT] = ACTIONS(1460), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(1462), + [anon_sym_STAR] = ACTIONS(1460), + [anon_sym_QMARK] = ACTIONS(1460), + [anon_sym_DASH] = ACTIONS(1460), + [anon_sym_BANG] = ACTIONS(1460), + [anon_sym_0] = ACTIONS(1464), + [anon_sym__] = ACTIONS(1464), + }, + [550] = { + [sym_special_variable_name] = STATE(769), + [anon_sym_DOLLAR] = ACTIONS(156), + [anon_sym_POUND] = ACTIONS(1466), + [anon_sym_AT] = ACTIONS(156), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(1468), + [anon_sym_STAR] = ACTIONS(156), + [anon_sym_QMARK] = ACTIONS(156), + [anon_sym_DASH] = ACTIONS(156), + [anon_sym_BANG] = ACTIONS(156), + [anon_sym_0] = ACTIONS(162), + [anon_sym__] = ACTIONS(162), + }, + [551] = { + [sym_simple_expansion] = STATE(770), + [sym_expansion] = STATE(770), + [sym__heredoc_middle] = ACTIONS(1470), + [sym__heredoc_end] = ACTIONS(1472), + [anon_sym_DOLLAR] = ACTIONS(994), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(996), + [sym_comment] = ACTIONS(52), + }, + [552] = { + [sym_file_descriptor] = ACTIONS(586), + [sym_variable_name] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(1306), + [anon_sym_GT] = ACTIONS(1306), + [anon_sym_GT_GT] = ACTIONS(586), + [anon_sym_AMP_GT] = ACTIONS(1306), + [anon_sym_AMP_GT_GT] = ACTIONS(586), + [anon_sym_LT_AMP] = ACTIONS(586), + [anon_sym_GT_AMP] = ACTIONS(586), + [anon_sym_DQUOTE] = ACTIONS(586), + [sym_raw_string] = ACTIONS(586), + [anon_sym_DOLLAR] = ACTIONS(1306), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(586), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(586), + [anon_sym_BQUOTE] = ACTIONS(586), + [anon_sym_LT_LPAREN] = ACTIONS(586), + [anon_sym_GT_LPAREN] = ACTIONS(586), + [sym_word] = ACTIONS(1306), + [sym_comment] = ACTIONS(52), + }, + [553] = { + [aux_sym_array_repeat1] = STATE(773), + [anon_sym_RPAREN] = ACTIONS(1474), + [sym_word] = ACTIONS(592), + [sym_comment] = ACTIONS(52), + }, + [554] = { + [aux_sym_concatenation_repeat1] = STATE(226), + [sym_file_descriptor] = ACTIONS(586), + [sym__concat] = ACTIONS(368), + [sym_variable_name] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(1306), + [anon_sym_GT] = ACTIONS(1306), + [anon_sym_GT_GT] = ACTIONS(586), + [anon_sym_AMP_GT] = ACTIONS(1306), + [anon_sym_AMP_GT_GT] = ACTIONS(586), + [anon_sym_LT_AMP] = ACTIONS(586), + [anon_sym_GT_AMP] = ACTIONS(586), + [anon_sym_DQUOTE] = ACTIONS(586), + [sym_raw_string] = ACTIONS(586), + [anon_sym_DOLLAR] = ACTIONS(1306), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(586), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(586), + [anon_sym_BQUOTE] = ACTIONS(586), + [anon_sym_LT_LPAREN] = ACTIONS(586), + [anon_sym_GT_LPAREN] = ACTIONS(586), + [sym_word] = ACTIONS(1306), + [sym_comment] = ACTIONS(52), + }, + [555] = { + [sym_file_redirect] = STATE(327), + [sym_heredoc_redirect] = STATE(327), + [sym_file_descriptor] = ACTIONS(214), + [anon_sym_PIPE] = ACTIONS(1476), + [anon_sym_RPAREN] = ACTIONS(1476), + [anon_sym_SEMI_SEMI] = ACTIONS(1476), + [anon_sym_PIPE_AMP] = ACTIONS(1476), + [anon_sym_AMP_AMP] = ACTIONS(1476), + [anon_sym_PIPE_PIPE] = ACTIONS(1476), + [anon_sym_LT] = ACTIONS(218), + [anon_sym_GT] = ACTIONS(218), + [anon_sym_GT_GT] = ACTIONS(218), + [anon_sym_AMP_GT] = ACTIONS(218), + [anon_sym_AMP_GT_GT] = ACTIONS(218), + [anon_sym_LT_AMP] = ACTIONS(218), + [anon_sym_GT_AMP] = ACTIONS(218), + [anon_sym_LT_LT] = ACTIONS(220), + [anon_sym_LT_LT_DASH] = ACTIONS(220), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1476), + [anon_sym_LF] = ACTIONS(1476), + [anon_sym_AMP] = ACTIONS(1476), + }, + [556] = { + [sym__concat] = ACTIONS(804), + [anon_sym_PIPE] = ACTIONS(804), + [anon_sym_RPAREN] = ACTIONS(804), + [anon_sym_RBRACK] = ACTIONS(804), + [sym_comment] = ACTIONS(52), + }, + [557] = { + [sym__concat] = ACTIONS(812), + [anon_sym_PIPE] = ACTIONS(812), + [anon_sym_RPAREN] = ACTIONS(812), + [anon_sym_RBRACK] = ACTIONS(812), + [sym_comment] = ACTIONS(52), + }, + [558] = { [sym_string] = STATE(774), [sym_simple_expansion] = STATE(774), [sym_expansion] = STATE(774), [sym_command_substitution] = STATE(774), [sym_process_substitution] = STATE(774), - [anon_sym_DQUOTE] = ACTIONS(925), - [sym_raw_string] = ACTIONS(1661), - [anon_sym_DOLLAR] = ACTIONS(929), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(931), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(933), - [anon_sym_BQUOTE] = ACTIONS(935), - [anon_sym_LT_LPAREN] = ACTIONS(937), - [anon_sym_GT_LPAREN] = ACTIONS(937), - [sym_word] = ACTIONS(1663), - [sym_comment] = ACTIONS(133), + [anon_sym_DQUOTE] = ACTIONS(252), + [sym_raw_string] = ACTIONS(1478), + [anon_sym_DOLLAR] = ACTIONS(256), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(258), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(260), + [anon_sym_BQUOTE] = ACTIONS(262), + [anon_sym_LT_LPAREN] = ACTIONS(264), + [anon_sym_GT_LPAREN] = ACTIONS(264), + [sym_word] = ACTIONS(1480), + [sym_comment] = ACTIONS(52), }, - [642] = { - [sym_file_descriptor] = ACTIONS(451), - [sym__concat] = ACTIONS(1665), - [anon_sym_PIPE] = ACTIONS(729), - [anon_sym_RPAREN] = ACTIONS(451), - [anon_sym_PIPE_AMP] = ACTIONS(451), - [anon_sym_AMP_AMP] = ACTIONS(451), - [anon_sym_PIPE_PIPE] = ACTIONS(451), - [anon_sym_LT] = ACTIONS(729), - [anon_sym_GT] = ACTIONS(729), - [anon_sym_GT_GT] = ACTIONS(451), - [anon_sym_AMP_GT] = ACTIONS(729), - [anon_sym_AMP_GT_GT] = ACTIONS(451), - [anon_sym_LT_AMP] = ACTIONS(451), - [anon_sym_GT_AMP] = ACTIONS(451), - [anon_sym_LT_LT] = ACTIONS(729), - [anon_sym_LT_LT_DASH] = ACTIONS(451), - [anon_sym_BQUOTE] = ACTIONS(451), - [sym_comment] = ACTIONS(133), + [559] = { + [anon_sym_RBRACE] = ACTIONS(1482), + [anon_sym_LBRACK] = ACTIONS(1484), + [sym_comment] = ACTIONS(52), }, - [643] = { - [sym_file_descriptor] = ACTIONS(457), - [sym__concat] = ACTIONS(457), - [anon_sym_PIPE] = ACTIONS(469), - [anon_sym_RPAREN] = ACTIONS(457), - [anon_sym_PIPE_AMP] = ACTIONS(457), - [anon_sym_AMP_AMP] = ACTIONS(457), - [anon_sym_PIPE_PIPE] = ACTIONS(457), - [anon_sym_LT] = ACTIONS(469), - [anon_sym_GT] = ACTIONS(469), - [anon_sym_GT_GT] = ACTIONS(457), - [anon_sym_AMP_GT] = ACTIONS(469), - [anon_sym_AMP_GT_GT] = ACTIONS(457), - [anon_sym_LT_AMP] = ACTIONS(457), - [anon_sym_GT_AMP] = ACTIONS(457), - [anon_sym_LT_LT] = ACTIONS(469), - [anon_sym_LT_LT_DASH] = ACTIONS(457), - [anon_sym_BQUOTE] = ACTIONS(457), - [sym_comment] = ACTIONS(133), + [560] = { + [anon_sym_RBRACE] = ACTIONS(1486), + [anon_sym_LBRACK] = ACTIONS(1488), + [sym_comment] = ACTIONS(52), }, - [644] = { - [sym_file_descriptor] = ACTIONS(461), - [sym__concat] = ACTIONS(461), - [anon_sym_PIPE] = ACTIONS(731), - [anon_sym_RPAREN] = ACTIONS(461), - [anon_sym_PIPE_AMP] = ACTIONS(461), - [anon_sym_AMP_AMP] = ACTIONS(461), - [anon_sym_PIPE_PIPE] = ACTIONS(461), - [anon_sym_LT] = ACTIONS(731), - [anon_sym_GT] = ACTIONS(731), - [anon_sym_GT_GT] = ACTIONS(461), - [anon_sym_AMP_GT] = ACTIONS(731), - [anon_sym_AMP_GT_GT] = ACTIONS(461), - [anon_sym_LT_AMP] = ACTIONS(461), - [anon_sym_GT_AMP] = ACTIONS(461), - [anon_sym_LT_LT] = ACTIONS(731), - [anon_sym_LT_LT_DASH] = ACTIONS(461), - [anon_sym_BQUOTE] = ACTIONS(461), - [sym_comment] = ACTIONS(133), + [561] = { + [sym__concat] = ACTIONS(828), + [anon_sym_PIPE] = ACTIONS(828), + [anon_sym_RPAREN] = ACTIONS(828), + [anon_sym_RBRACK] = ACTIONS(828), + [sym_comment] = ACTIONS(52), }, - [645] = { - [sym_file_descriptor] = ACTIONS(465), - [sym__concat] = ACTIONS(465), - [anon_sym_PIPE] = ACTIONS(733), - [anon_sym_RPAREN] = ACTIONS(465), - [anon_sym_PIPE_AMP] = ACTIONS(465), - [anon_sym_AMP_AMP] = ACTIONS(465), - [anon_sym_PIPE_PIPE] = ACTIONS(465), - [anon_sym_LT] = ACTIONS(733), - [anon_sym_GT] = ACTIONS(733), - [anon_sym_GT_GT] = ACTIONS(465), - [anon_sym_AMP_GT] = ACTIONS(733), - [anon_sym_AMP_GT_GT] = ACTIONS(465), - [anon_sym_LT_AMP] = ACTIONS(465), - [anon_sym_GT_AMP] = ACTIONS(465), - [anon_sym_LT_LT] = ACTIONS(733), - [anon_sym_LT_LT_DASH] = ACTIONS(465), - [anon_sym_BQUOTE] = ACTIONS(465), - [sym_comment] = ACTIONS(133), + [562] = { + [anon_sym_AT] = ACTIONS(1490), + [sym_comment] = ACTIONS(52), }, - [646] = { - [sym_special_variable_name] = STATE(777), - [anon_sym_RBRACE] = ACTIONS(457), - [anon_sym_LBRACK] = ACTIONS(457), - [anon_sym_EQ] = ACTIONS(457), - [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(225), - [anon_sym_AT] = ACTIONS(219), - [anon_sym_COLON] = ACTIONS(469), - [anon_sym_COLON_QMARK] = ACTIONS(457), - [anon_sym_COLON_DASH] = ACTIONS(457), - [anon_sym_PERCENT] = ACTIONS(457), - [anon_sym_SLASH] = ACTIONS(457), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(1667), - [anon_sym_STAR] = ACTIONS(219), - [anon_sym_QMARK] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_0] = ACTIONS(225), - [anon_sym__] = ACTIONS(225), + [563] = { + [sym_concatenation] = STATE(781), + [sym_string] = STATE(780), + [sym_simple_expansion] = STATE(780), + [sym_expansion] = STATE(780), + [sym_command_substitution] = STATE(780), + [sym_process_substitution] = STATE(780), + [anon_sym_DQUOTE] = ACTIONS(82), + [sym_raw_string] = ACTIONS(1492), + [anon_sym_DOLLAR] = ACTIONS(86), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(88), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(90), + [anon_sym_BQUOTE] = ACTIONS(92), + [anon_sym_LT_LPAREN] = ACTIONS(94), + [anon_sym_GT_LPAREN] = ACTIONS(94), + [sym_word] = ACTIONS(1494), + [sym_comment] = ACTIONS(52), }, - [647] = { - [anon_sym_RBRACE] = ACTIONS(1669), - [anon_sym_LBRACK] = ACTIONS(1671), - [anon_sym_EQ] = ACTIONS(1673), - [anon_sym_COLON] = ACTIONS(1675), - [anon_sym_COLON_QMARK] = ACTIONS(1673), - [anon_sym_COLON_DASH] = ACTIONS(1673), - [anon_sym_PERCENT] = ACTIONS(1673), - [anon_sym_SLASH] = ACTIONS(1673), - [sym_comment] = ACTIONS(133), + [564] = { + [sym__concat] = ACTIONS(838), + [anon_sym_PIPE] = ACTIONS(838), + [anon_sym_RPAREN] = ACTIONS(838), + [anon_sym_RBRACK] = ACTIONS(838), + [sym_comment] = ACTIONS(52), }, - [648] = { - [anon_sym_RBRACE] = ACTIONS(1677), - [anon_sym_LBRACK] = ACTIONS(1679), - [anon_sym_EQ] = ACTIONS(1681), - [anon_sym_COLON] = ACTIONS(1683), - [anon_sym_COLON_QMARK] = ACTIONS(1681), - [anon_sym_COLON_DASH] = ACTIONS(1681), - [anon_sym_PERCENT] = ACTIONS(1681), - [anon_sym_SLASH] = ACTIONS(1681), - [sym_comment] = ACTIONS(133), + [565] = { + [anon_sym_AT] = ACTIONS(1496), + [sym_comment] = ACTIONS(52), }, - [649] = { - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(1685), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(523), - [sym_comment] = ACTIONS(133), + [566] = { + [sym_concatenation] = STATE(784), + [sym_string] = STATE(783), + [sym_simple_expansion] = STATE(783), + [sym_expansion] = STATE(783), + [sym_command_substitution] = STATE(783), + [sym_process_substitution] = STATE(783), + [anon_sym_DQUOTE] = ACTIONS(82), + [sym_raw_string] = ACTIONS(1498), + [anon_sym_DOLLAR] = ACTIONS(86), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(88), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(90), + [anon_sym_BQUOTE] = ACTIONS(92), + [anon_sym_LT_LPAREN] = ACTIONS(94), + [anon_sym_GT_LPAREN] = ACTIONS(94), + [sym_word] = ACTIONS(1500), + [sym_comment] = ACTIONS(52), }, - [650] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(1685), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(543), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(299), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), + [567] = { + [sym__concat] = ACTIONS(918), + [anon_sym_PIPE] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(918), + [anon_sym_RBRACK] = ACTIONS(918), + [sym_comment] = ACTIONS(52), }, - [651] = { - [anon_sym_PIPE] = ACTIONS(547), - [anon_sym_PIPE_AMP] = ACTIONS(549), - [anon_sym_AMP_AMP] = ACTIONS(551), - [anon_sym_PIPE_PIPE] = ACTIONS(551), - [anon_sym_BQUOTE] = ACTIONS(1685), - [sym_comment] = ACTIONS(133), + [568] = { + [sym__concat] = ACTIONS(956), + [anon_sym_PIPE] = ACTIONS(956), + [anon_sym_RPAREN] = ACTIONS(956), + [anon_sym_RBRACK] = ACTIONS(956), + [sym_comment] = ACTIONS(52), }, - [652] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(547), - [anon_sym_PIPE_AMP] = ACTIONS(549), - [anon_sym_AMP_AMP] = ACTIONS(551), - [anon_sym_PIPE_PIPE] = ACTIONS(553), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(1685), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), + [569] = { + [sym_file_descriptor] = ACTIONS(1502), + [sym_variable_name] = ACTIONS(1502), + [anon_sym_PIPE] = ACTIONS(1504), + [anon_sym_RPAREN] = ACTIONS(1504), + [anon_sym_SEMI_SEMI] = ACTIONS(1504), + [anon_sym_PIPE_AMP] = ACTIONS(1504), + [anon_sym_AMP_AMP] = ACTIONS(1504), + [anon_sym_PIPE_PIPE] = ACTIONS(1504), + [anon_sym_LT] = ACTIONS(1504), + [anon_sym_GT] = ACTIONS(1504), + [anon_sym_GT_GT] = ACTIONS(1504), + [anon_sym_AMP_GT] = ACTIONS(1504), + [anon_sym_AMP_GT_GT] = ACTIONS(1504), + [anon_sym_LT_AMP] = ACTIONS(1504), + [anon_sym_GT_AMP] = ACTIONS(1504), + [anon_sym_DQUOTE] = ACTIONS(1504), + [sym_raw_string] = ACTIONS(1504), + [anon_sym_DOLLAR] = ACTIONS(1504), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1504), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1504), + [anon_sym_BQUOTE] = ACTIONS(1504), + [anon_sym_LT_LPAREN] = ACTIONS(1504), + [anon_sym_GT_LPAREN] = ACTIONS(1504), + [sym_word] = ACTIONS(1504), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1504), + [anon_sym_LF] = ACTIONS(1504), + [anon_sym_AMP] = ACTIONS(1504), }, - [653] = { - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(1687), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(523), - [sym_comment] = ACTIONS(133), + [570] = { + [anon_sym_RPAREN] = ACTIONS(1506), + [sym_word] = ACTIONS(1508), + [sym_comment] = ACTIONS(52), }, - [654] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(1687), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(543), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(299), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), + [571] = { + [sym_file_descriptor] = ACTIONS(804), + [sym__concat] = ACTIONS(804), + [sym_variable_name] = ACTIONS(804), + [anon_sym_PIPE] = ACTIONS(806), + [anon_sym_RPAREN] = ACTIONS(806), + [anon_sym_SEMI_SEMI] = ACTIONS(806), + [anon_sym_PIPE_AMP] = ACTIONS(806), + [anon_sym_AMP_AMP] = ACTIONS(806), + [anon_sym_PIPE_PIPE] = ACTIONS(806), + [anon_sym_LT] = ACTIONS(806), + [anon_sym_GT] = ACTIONS(806), + [anon_sym_GT_GT] = ACTIONS(806), + [anon_sym_AMP_GT] = ACTIONS(806), + [anon_sym_AMP_GT_GT] = ACTIONS(806), + [anon_sym_LT_AMP] = ACTIONS(806), + [anon_sym_GT_AMP] = ACTIONS(806), + [anon_sym_DQUOTE] = ACTIONS(806), + [sym_raw_string] = ACTIONS(806), + [anon_sym_DOLLAR] = ACTIONS(806), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(806), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(806), + [anon_sym_BQUOTE] = ACTIONS(806), + [anon_sym_LT_LPAREN] = ACTIONS(806), + [anon_sym_GT_LPAREN] = ACTIONS(806), + [sym_word] = ACTIONS(806), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(806), + [anon_sym_LF] = ACTIONS(806), + [anon_sym_AMP] = ACTIONS(806), }, - [655] = { - [sym_file_descriptor] = ACTIONS(1405), - [anon_sym_PIPE] = ACTIONS(1689), - [anon_sym_RPAREN] = ACTIONS(1405), - [anon_sym_PIPE_AMP] = ACTIONS(1405), - [anon_sym_AMP_AMP] = ACTIONS(1405), - [anon_sym_PIPE_PIPE] = ACTIONS(1405), - [anon_sym_LT] = ACTIONS(1689), - [anon_sym_GT] = ACTIONS(1689), - [anon_sym_GT_GT] = ACTIONS(1405), - [anon_sym_AMP_GT] = ACTIONS(1689), - [anon_sym_AMP_GT_GT] = ACTIONS(1405), - [anon_sym_LT_AMP] = ACTIONS(1405), - [anon_sym_GT_AMP] = ACTIONS(1405), - [anon_sym_LT_LT] = ACTIONS(1689), - [anon_sym_LT_LT_DASH] = ACTIONS(1405), - [anon_sym_BQUOTE] = ACTIONS(1405), - [sym_comment] = ACTIONS(133), + [572] = { + [sym_file_descriptor] = ACTIONS(812), + [sym__concat] = ACTIONS(812), + [sym_variable_name] = ACTIONS(812), + [anon_sym_PIPE] = ACTIONS(814), + [anon_sym_RPAREN] = ACTIONS(814), + [anon_sym_SEMI_SEMI] = ACTIONS(814), + [anon_sym_PIPE_AMP] = ACTIONS(814), + [anon_sym_AMP_AMP] = ACTIONS(814), + [anon_sym_PIPE_PIPE] = ACTIONS(814), + [anon_sym_LT] = ACTIONS(814), + [anon_sym_GT] = ACTIONS(814), + [anon_sym_GT_GT] = ACTIONS(814), + [anon_sym_AMP_GT] = ACTIONS(814), + [anon_sym_AMP_GT_GT] = ACTIONS(814), + [anon_sym_LT_AMP] = ACTIONS(814), + [anon_sym_GT_AMP] = ACTIONS(814), + [anon_sym_DQUOTE] = ACTIONS(814), + [sym_raw_string] = ACTIONS(814), + [anon_sym_DOLLAR] = ACTIONS(814), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(814), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(814), + [anon_sym_BQUOTE] = ACTIONS(814), + [anon_sym_LT_LPAREN] = ACTIONS(814), + [anon_sym_GT_LPAREN] = ACTIONS(814), + [sym_word] = ACTIONS(814), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(814), + [anon_sym_LF] = ACTIONS(814), + [anon_sym_AMP] = ACTIONS(814), }, - [656] = { - [sym_simple_expansion] = STATE(679), - [sym_expansion] = STATE(679), - [sym__heredoc_middle] = ACTIONS(1419), - [sym__heredoc_end] = ACTIONS(1691), - [anon_sym_DOLLAR] = ACTIONS(993), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(995), - [sym_comment] = ACTIONS(133), + [573] = { + [sym_string] = STATE(785), + [sym_simple_expansion] = STATE(785), + [sym_expansion] = STATE(785), + [sym_command_substitution] = STATE(785), + [sym_process_substitution] = STATE(785), + [anon_sym_DQUOTE] = ACTIONS(272), + [sym_raw_string] = ACTIONS(1510), + [anon_sym_DOLLAR] = ACTIONS(276), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(278), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(280), + [anon_sym_BQUOTE] = ACTIONS(282), + [anon_sym_LT_LPAREN] = ACTIONS(284), + [anon_sym_GT_LPAREN] = ACTIONS(284), + [sym_word] = ACTIONS(1512), + [sym_comment] = ACTIONS(52), }, - [657] = { - [sym_file_redirect] = STATE(467), - [sym_heredoc_redirect] = STATE(467), - [sym_file_descriptor] = ACTIONS(525), - [anon_sym_PIPE] = ACTIONS(1693), - [anon_sym_RPAREN] = ACTIONS(1695), - [anon_sym_PIPE_AMP] = ACTIONS(1695), - [anon_sym_AMP_AMP] = ACTIONS(1695), - [anon_sym_PIPE_PIPE] = ACTIONS(1695), - [anon_sym_LT] = ACTIONS(531), - [anon_sym_GT] = ACTIONS(531), - [anon_sym_GT_GT] = ACTIONS(533), - [anon_sym_AMP_GT] = ACTIONS(531), - [anon_sym_AMP_GT_GT] = ACTIONS(533), - [anon_sym_LT_AMP] = ACTIONS(533), - [anon_sym_GT_AMP] = ACTIONS(533), - [anon_sym_LT_LT] = ACTIONS(535), - [anon_sym_LT_LT_DASH] = ACTIONS(537), - [anon_sym_BQUOTE] = ACTIONS(1695), - [sym_comment] = ACTIONS(133), + [574] = { + [anon_sym_RBRACE] = ACTIONS(1514), + [anon_sym_LBRACK] = ACTIONS(1516), + [sym_comment] = ACTIONS(52), }, - [658] = { - [anon_sym_PIPE] = ACTIONS(1697), - [anon_sym_RPAREN] = ACTIONS(1697), - [anon_sym_SEMI_SEMI] = ACTIONS(1697), - [anon_sym_PIPE_AMP] = ACTIONS(1697), - [anon_sym_AMP_AMP] = ACTIONS(1697), - [anon_sym_PIPE_PIPE] = ACTIONS(1697), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1697), - [anon_sym_LF] = ACTIONS(1697), - [anon_sym_AMP] = ACTIONS(1697), + [575] = { + [anon_sym_RBRACE] = ACTIONS(1518), + [anon_sym_LBRACK] = ACTIONS(1520), + [sym_comment] = ACTIONS(52), }, - [659] = { - [sym__terminated_statement] = STATE(126), - [sym_for_statement] = STATE(23), - [sym_while_statement] = STATE(23), - [sym_if_statement] = STATE(23), - [sym_case_statement] = STATE(23), - [sym_function_definition] = STATE(23), - [sym_subshell] = STATE(23), - [sym_pipeline] = STATE(23), - [sym_list] = STATE(23), - [sym_bracket_command] = STATE(23), - [sym_command] = STATE(23), - [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(25), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(1699), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), + [576] = { + [sym_file_descriptor] = ACTIONS(828), + [sym__concat] = ACTIONS(828), + [sym_variable_name] = ACTIONS(828), + [anon_sym_PIPE] = ACTIONS(830), + [anon_sym_RPAREN] = ACTIONS(830), + [anon_sym_SEMI_SEMI] = ACTIONS(830), + [anon_sym_PIPE_AMP] = ACTIONS(830), + [anon_sym_AMP_AMP] = ACTIONS(830), + [anon_sym_PIPE_PIPE] = ACTIONS(830), + [anon_sym_LT] = ACTIONS(830), + [anon_sym_GT] = ACTIONS(830), + [anon_sym_GT_GT] = ACTIONS(830), + [anon_sym_AMP_GT] = ACTIONS(830), + [anon_sym_AMP_GT_GT] = ACTIONS(830), + [anon_sym_LT_AMP] = ACTIONS(830), + [anon_sym_GT_AMP] = ACTIONS(830), + [anon_sym_DQUOTE] = ACTIONS(830), + [sym_raw_string] = ACTIONS(830), + [anon_sym_DOLLAR] = ACTIONS(830), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(830), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(830), + [anon_sym_BQUOTE] = ACTIONS(830), + [anon_sym_LT_LPAREN] = ACTIONS(830), + [anon_sym_GT_LPAREN] = ACTIONS(830), + [sym_word] = ACTIONS(830), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(830), + [anon_sym_LF] = ACTIONS(830), + [anon_sym_AMP] = ACTIONS(830), }, - [660] = { - [sym_file_descriptor] = ACTIONS(815), - [sym__concat] = ACTIONS(815), - [anon_sym_PIPE] = ACTIONS(817), - [anon_sym_RPAREN] = ACTIONS(817), - [anon_sym_SEMI_SEMI] = ACTIONS(817), - [anon_sym_PIPE_AMP] = ACTIONS(817), - [anon_sym_AMP_AMP] = ACTIONS(817), - [anon_sym_PIPE_PIPE] = ACTIONS(817), - [anon_sym_LT] = ACTIONS(817), - [anon_sym_GT] = ACTIONS(817), - [anon_sym_GT_GT] = ACTIONS(817), - [anon_sym_AMP_GT] = ACTIONS(817), - [anon_sym_AMP_GT_GT] = ACTIONS(817), - [anon_sym_LT_AMP] = ACTIONS(817), - [anon_sym_GT_AMP] = ACTIONS(817), - [anon_sym_LT_LT] = ACTIONS(817), - [anon_sym_LT_LT_DASH] = ACTIONS(817), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(817), - [anon_sym_LF] = ACTIONS(817), - [anon_sym_AMP] = ACTIONS(817), + [577] = { + [anon_sym_AT] = ACTIONS(1522), + [sym_comment] = ACTIONS(52), }, - [661] = { - [sym_file_descriptor] = ACTIONS(823), - [sym__concat] = ACTIONS(823), - [anon_sym_PIPE] = ACTIONS(825), - [anon_sym_RPAREN] = ACTIONS(825), - [anon_sym_SEMI_SEMI] = ACTIONS(825), - [anon_sym_PIPE_AMP] = ACTIONS(825), - [anon_sym_AMP_AMP] = ACTIONS(825), - [anon_sym_PIPE_PIPE] = ACTIONS(825), - [anon_sym_LT] = ACTIONS(825), - [anon_sym_GT] = ACTIONS(825), - [anon_sym_GT_GT] = ACTIONS(825), - [anon_sym_AMP_GT] = ACTIONS(825), - [anon_sym_AMP_GT_GT] = ACTIONS(825), - [anon_sym_LT_AMP] = ACTIONS(825), - [anon_sym_GT_AMP] = ACTIONS(825), - [anon_sym_LT_LT] = ACTIONS(825), - [anon_sym_LT_LT_DASH] = ACTIONS(825), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(825), - [anon_sym_LF] = ACTIONS(825), - [anon_sym_AMP] = ACTIONS(825), + [578] = { + [sym_concatenation] = STATE(792), + [sym_string] = STATE(791), + [sym_simple_expansion] = STATE(791), + [sym_expansion] = STATE(791), + [sym_command_substitution] = STATE(791), + [sym_process_substitution] = STATE(791), + [anon_sym_DQUOTE] = ACTIONS(82), + [sym_raw_string] = ACTIONS(1524), + [anon_sym_DOLLAR] = ACTIONS(86), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(88), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(90), + [anon_sym_BQUOTE] = ACTIONS(92), + [anon_sym_LT_LPAREN] = ACTIONS(94), + [anon_sym_GT_LPAREN] = ACTIONS(94), + [sym_word] = ACTIONS(1526), + [sym_comment] = ACTIONS(52), }, - [662] = { - [sym_string] = STATE(788), - [sym_simple_expansion] = STATE(788), - [sym_expansion] = STATE(788), - [sym_command_substitution] = STATE(788), - [sym_process_substitution] = STATE(788), - [anon_sym_DQUOTE] = ACTIONS(569), - [sym_raw_string] = ACTIONS(1701), - [anon_sym_DOLLAR] = ACTIONS(573), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(575), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(577), - [anon_sym_BQUOTE] = ACTIONS(579), - [anon_sym_LT_LPAREN] = ACTIONS(581), - [anon_sym_GT_LPAREN] = ACTIONS(581), - [sym_word] = ACTIONS(1703), - [sym_comment] = ACTIONS(133), + [579] = { + [sym_file_descriptor] = ACTIONS(838), + [sym__concat] = ACTIONS(838), + [sym_variable_name] = ACTIONS(838), + [anon_sym_PIPE] = ACTIONS(840), + [anon_sym_RPAREN] = ACTIONS(840), + [anon_sym_SEMI_SEMI] = ACTIONS(840), + [anon_sym_PIPE_AMP] = ACTIONS(840), + [anon_sym_AMP_AMP] = ACTIONS(840), + [anon_sym_PIPE_PIPE] = ACTIONS(840), + [anon_sym_LT] = ACTIONS(840), + [anon_sym_GT] = ACTIONS(840), + [anon_sym_GT_GT] = ACTIONS(840), + [anon_sym_AMP_GT] = ACTIONS(840), + [anon_sym_AMP_GT_GT] = ACTIONS(840), + [anon_sym_LT_AMP] = ACTIONS(840), + [anon_sym_GT_AMP] = ACTIONS(840), + [anon_sym_DQUOTE] = ACTIONS(840), + [sym_raw_string] = ACTIONS(840), + [anon_sym_DOLLAR] = ACTIONS(840), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(840), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(840), + [anon_sym_BQUOTE] = ACTIONS(840), + [anon_sym_LT_LPAREN] = ACTIONS(840), + [anon_sym_GT_LPAREN] = ACTIONS(840), + [sym_word] = ACTIONS(840), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(840), + [anon_sym_LF] = ACTIONS(840), + [anon_sym_AMP] = ACTIONS(840), }, - [663] = { - [anon_sym_RBRACE] = ACTIONS(1705), - [anon_sym_LBRACK] = ACTIONS(1707), - [sym_comment] = ACTIONS(133), + [580] = { + [anon_sym_AT] = ACTIONS(1528), + [sym_comment] = ACTIONS(52), }, - [664] = { - [anon_sym_RBRACE] = ACTIONS(1709), - [anon_sym_LBRACK] = ACTIONS(1711), - [sym_comment] = ACTIONS(133), - }, - [665] = { - [sym_file_descriptor] = ACTIONS(839), - [sym__concat] = ACTIONS(839), - [anon_sym_PIPE] = ACTIONS(841), - [anon_sym_RPAREN] = ACTIONS(841), - [anon_sym_SEMI_SEMI] = ACTIONS(841), - [anon_sym_PIPE_AMP] = ACTIONS(841), - [anon_sym_AMP_AMP] = ACTIONS(841), - [anon_sym_PIPE_PIPE] = ACTIONS(841), - [anon_sym_LT] = ACTIONS(841), - [anon_sym_GT] = ACTIONS(841), - [anon_sym_GT_GT] = ACTIONS(841), - [anon_sym_AMP_GT] = ACTIONS(841), - [anon_sym_AMP_GT_GT] = ACTIONS(841), - [anon_sym_LT_AMP] = ACTIONS(841), - [anon_sym_GT_AMP] = ACTIONS(841), - [anon_sym_LT_LT] = ACTIONS(841), - [anon_sym_LT_LT_DASH] = ACTIONS(841), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(841), - [anon_sym_LF] = ACTIONS(841), - [anon_sym_AMP] = ACTIONS(841), - }, - [666] = { - [anon_sym_AT] = ACTIONS(1713), - [sym_comment] = ACTIONS(133), - }, - [667] = { + [581] = { [sym_concatenation] = STATE(795), [sym_string] = STATE(794), [sym_simple_expansion] = STATE(794), [sym_expansion] = STATE(794), [sym_command_substitution] = STATE(794), [sym_process_substitution] = STATE(794), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1715), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(1717), - [sym_comment] = ACTIONS(133), + [anon_sym_DQUOTE] = ACTIONS(82), + [sym_raw_string] = ACTIONS(1530), + [anon_sym_DOLLAR] = ACTIONS(86), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(88), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(90), + [anon_sym_BQUOTE] = ACTIONS(92), + [anon_sym_LT_LPAREN] = ACTIONS(94), + [anon_sym_GT_LPAREN] = ACTIONS(94), + [sym_word] = ACTIONS(1532), + [sym_comment] = ACTIONS(52), }, - [668] = { - [sym_file_descriptor] = ACTIONS(849), - [sym__concat] = ACTIONS(849), - [anon_sym_PIPE] = ACTIONS(851), - [anon_sym_RPAREN] = ACTIONS(851), - [anon_sym_SEMI_SEMI] = ACTIONS(851), - [anon_sym_PIPE_AMP] = ACTIONS(851), - [anon_sym_AMP_AMP] = ACTIONS(851), - [anon_sym_PIPE_PIPE] = ACTIONS(851), - [anon_sym_LT] = ACTIONS(851), - [anon_sym_GT] = ACTIONS(851), - [anon_sym_GT_GT] = ACTIONS(851), - [anon_sym_AMP_GT] = ACTIONS(851), - [anon_sym_AMP_GT_GT] = ACTIONS(851), - [anon_sym_LT_AMP] = ACTIONS(851), - [anon_sym_GT_AMP] = ACTIONS(851), - [anon_sym_LT_LT] = ACTIONS(851), - [anon_sym_LT_LT_DASH] = ACTIONS(851), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(851), - [anon_sym_LF] = ACTIONS(851), - [anon_sym_AMP] = ACTIONS(851), + [582] = { + [sym_file_descriptor] = ACTIONS(918), + [sym__concat] = ACTIONS(918), + [sym_variable_name] = ACTIONS(918), + [anon_sym_PIPE] = ACTIONS(920), + [anon_sym_RPAREN] = ACTIONS(920), + [anon_sym_SEMI_SEMI] = ACTIONS(920), + [anon_sym_PIPE_AMP] = ACTIONS(920), + [anon_sym_AMP_AMP] = ACTIONS(920), + [anon_sym_PIPE_PIPE] = ACTIONS(920), + [anon_sym_LT] = ACTIONS(920), + [anon_sym_GT] = ACTIONS(920), + [anon_sym_GT_GT] = ACTIONS(920), + [anon_sym_AMP_GT] = ACTIONS(920), + [anon_sym_AMP_GT_GT] = ACTIONS(920), + [anon_sym_LT_AMP] = ACTIONS(920), + [anon_sym_GT_AMP] = ACTIONS(920), + [anon_sym_DQUOTE] = ACTIONS(920), + [sym_raw_string] = ACTIONS(920), + [anon_sym_DOLLAR] = ACTIONS(920), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(920), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(920), + [anon_sym_BQUOTE] = ACTIONS(920), + [anon_sym_LT_LPAREN] = ACTIONS(920), + [anon_sym_GT_LPAREN] = ACTIONS(920), + [sym_word] = ACTIONS(920), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(920), + [anon_sym_LF] = ACTIONS(920), + [anon_sym_AMP] = ACTIONS(920), }, - [669] = { - [anon_sym_AT] = ACTIONS(1719), - [sym_comment] = ACTIONS(133), + [583] = { + [sym_file_descriptor] = ACTIONS(956), + [sym__concat] = ACTIONS(956), + [sym_variable_name] = ACTIONS(956), + [anon_sym_PIPE] = ACTIONS(958), + [anon_sym_RPAREN] = ACTIONS(958), + [anon_sym_SEMI_SEMI] = ACTIONS(958), + [anon_sym_PIPE_AMP] = ACTIONS(958), + [anon_sym_AMP_AMP] = ACTIONS(958), + [anon_sym_PIPE_PIPE] = ACTIONS(958), + [anon_sym_LT] = ACTIONS(958), + [anon_sym_GT] = ACTIONS(958), + [anon_sym_GT_GT] = ACTIONS(958), + [anon_sym_AMP_GT] = ACTIONS(958), + [anon_sym_AMP_GT_GT] = ACTIONS(958), + [anon_sym_LT_AMP] = ACTIONS(958), + [anon_sym_GT_AMP] = ACTIONS(958), + [anon_sym_DQUOTE] = ACTIONS(958), + [sym_raw_string] = ACTIONS(958), + [anon_sym_DOLLAR] = ACTIONS(958), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(958), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(958), + [anon_sym_BQUOTE] = ACTIONS(958), + [anon_sym_LT_LPAREN] = ACTIONS(958), + [anon_sym_GT_LPAREN] = ACTIONS(958), + [sym_word] = ACTIONS(958), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(958), + [anon_sym_LF] = ACTIONS(958), + [anon_sym_AMP] = ACTIONS(958), }, - [670] = { - [sym_concatenation] = STATE(798), + [584] = { + [sym__concat] = ACTIONS(382), + [anon_sym_SEMI_SEMI] = ACTIONS(384), + [anon_sym_DQUOTE] = ACTIONS(384), + [sym_raw_string] = ACTIONS(384), + [anon_sym_DOLLAR] = ACTIONS(384), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(384), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(384), + [anon_sym_BQUOTE] = ACTIONS(384), + [anon_sym_LT_LPAREN] = ACTIONS(384), + [anon_sym_GT_LPAREN] = ACTIONS(384), + [sym_word] = ACTIONS(384), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(384), + [anon_sym_LF] = ACTIONS(384), + [anon_sym_AMP] = ACTIONS(384), + }, + [585] = { + [sym_simple_expansion] = STATE(250), + [sym_expansion] = STATE(250), + [sym_command_substitution] = STATE(250), + [anon_sym_DQUOTE] = ACTIONS(1534), + [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(402), + [anon_sym_DOLLAR] = ACTIONS(134), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), + [anon_sym_BQUOTE] = ACTIONS(140), + [sym_comment] = ACTIONS(142), + }, + [586] = { [sym_string] = STATE(797), [sym_simple_expansion] = STATE(797), [sym_expansion] = STATE(797), [sym_command_substitution] = STATE(797), [sym_process_substitution] = STATE(797), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1721), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(1723), - [sym_comment] = ACTIONS(133), + [anon_sym_DQUOTE] = ACTIONS(608), + [sym_raw_string] = ACTIONS(1536), + [anon_sym_DOLLAR] = ACTIONS(612), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(614), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(616), + [anon_sym_BQUOTE] = ACTIONS(618), + [anon_sym_LT_LPAREN] = ACTIONS(620), + [anon_sym_GT_LPAREN] = ACTIONS(620), + [sym_word] = ACTIONS(1538), + [sym_comment] = ACTIONS(52), + }, + [587] = { + [sym__concat] = ACTIONS(1540), + [anon_sym_SEMI_SEMI] = ACTIONS(412), + [anon_sym_DQUOTE] = ACTIONS(412), + [sym_raw_string] = ACTIONS(412), + [anon_sym_DOLLAR] = ACTIONS(412), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(412), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(412), + [anon_sym_BQUOTE] = ACTIONS(412), + [anon_sym_LT_LPAREN] = ACTIONS(412), + [anon_sym_GT_LPAREN] = ACTIONS(412), + [sym_word] = ACTIONS(412), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(412), + [anon_sym_LF] = ACTIONS(412), + [anon_sym_AMP] = ACTIONS(412), + }, + [588] = { + [sym__concat] = ACTIONS(414), + [anon_sym_SEMI_SEMI] = ACTIONS(416), + [anon_sym_DQUOTE] = ACTIONS(416), + [sym_raw_string] = ACTIONS(416), + [anon_sym_DOLLAR] = ACTIONS(416), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(416), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(416), + [anon_sym_BQUOTE] = ACTIONS(416), + [anon_sym_LT_LPAREN] = ACTIONS(416), + [anon_sym_GT_LPAREN] = ACTIONS(416), + [sym_word] = ACTIONS(416), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(416), + [anon_sym_LF] = ACTIONS(416), + [anon_sym_AMP] = ACTIONS(416), + }, + [589] = { + [sym__concat] = ACTIONS(418), + [anon_sym_SEMI_SEMI] = ACTIONS(420), + [anon_sym_DQUOTE] = ACTIONS(420), + [sym_raw_string] = ACTIONS(420), + [anon_sym_DOLLAR] = ACTIONS(420), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(420), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(420), + [anon_sym_BQUOTE] = ACTIONS(420), + [anon_sym_LT_LPAREN] = ACTIONS(420), + [anon_sym_GT_LPAREN] = ACTIONS(420), + [sym_word] = ACTIONS(420), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(420), + [anon_sym_LF] = ACTIONS(420), + [anon_sym_AMP] = ACTIONS(420), + }, + [590] = { + [sym__concat] = ACTIONS(422), + [anon_sym_SEMI_SEMI] = ACTIONS(424), + [anon_sym_DQUOTE] = ACTIONS(424), + [sym_raw_string] = ACTIONS(424), + [anon_sym_DOLLAR] = ACTIONS(424), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(424), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(424), + [anon_sym_BQUOTE] = ACTIONS(424), + [anon_sym_LT_LPAREN] = ACTIONS(424), + [anon_sym_GT_LPAREN] = ACTIONS(424), + [sym_word] = ACTIONS(424), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(424), + [anon_sym_LF] = ACTIONS(424), + [anon_sym_AMP] = ACTIONS(424), + }, + [591] = { + [sym_special_variable_name] = STATE(800), + [anon_sym_RBRACE] = ACTIONS(414), + [anon_sym_LBRACK] = ACTIONS(414), + [anon_sym_EQ] = ACTIONS(414), + [anon_sym_DOLLAR] = ACTIONS(156), + [anon_sym_POUND] = ACTIONS(156), + [anon_sym_AT] = ACTIONS(156), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_QMARK] = ACTIONS(414), + [anon_sym_COLON_DASH] = ACTIONS(414), + [anon_sym_PERCENT] = ACTIONS(414), + [anon_sym_SLASH] = ACTIONS(414), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(1542), + [anon_sym_STAR] = ACTIONS(156), + [anon_sym_QMARK] = ACTIONS(156), + [anon_sym_DASH] = ACTIONS(156), + [anon_sym_BANG] = ACTIONS(156), + [anon_sym_0] = ACTIONS(162), + [anon_sym__] = ACTIONS(162), + }, + [592] = { + [anon_sym_RBRACE] = ACTIONS(1544), + [anon_sym_LBRACK] = ACTIONS(1546), + [anon_sym_EQ] = ACTIONS(1548), + [anon_sym_COLON] = ACTIONS(1550), + [anon_sym_COLON_QMARK] = ACTIONS(1548), + [anon_sym_COLON_DASH] = ACTIONS(1548), + [anon_sym_PERCENT] = ACTIONS(1548), + [anon_sym_SLASH] = ACTIONS(1548), + [sym_comment] = ACTIONS(52), + }, + [593] = { + [anon_sym_RBRACE] = ACTIONS(1552), + [anon_sym_LBRACK] = ACTIONS(1554), + [anon_sym_EQ] = ACTIONS(1556), + [anon_sym_COLON] = ACTIONS(1558), + [anon_sym_COLON_QMARK] = ACTIONS(1556), + [anon_sym_COLON_DASH] = ACTIONS(1556), + [anon_sym_PERCENT] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [sym_comment] = ACTIONS(52), + }, + [594] = { + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(1560), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(480), + [sym_comment] = ACTIONS(52), + }, + [595] = { + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(1560), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(500), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(236), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), + }, + [596] = { + [anon_sym_PIPE] = ACTIONS(504), + [anon_sym_PIPE_AMP] = ACTIONS(506), + [anon_sym_AMP_AMP] = ACTIONS(508), + [anon_sym_PIPE_PIPE] = ACTIONS(508), + [anon_sym_BQUOTE] = ACTIONS(1560), + [sym_comment] = ACTIONS(52), + }, + [597] = { + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(504), + [anon_sym_PIPE_AMP] = ACTIONS(506), + [anon_sym_AMP_AMP] = ACTIONS(508), + [anon_sym_PIPE_PIPE] = ACTIONS(510), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(1560), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), + }, + [598] = { + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(1562), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(480), + [sym_comment] = ACTIONS(52), + }, + [599] = { + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(1562), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(500), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(236), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), + }, + [600] = { + [sym_do_group] = STATE(809), + [anon_sym_do] = ACTIONS(290), + [sym_comment] = ACTIONS(52), + }, + [601] = { + [aux_sym_concatenation_repeat1] = STATE(587), + [sym__concat] = ACTIONS(1092), + [anon_sym_SEMI_SEMI] = ACTIONS(722), + [anon_sym_DQUOTE] = ACTIONS(722), + [sym_raw_string] = ACTIONS(722), + [anon_sym_DOLLAR] = ACTIONS(722), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(722), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(722), + [anon_sym_BQUOTE] = ACTIONS(722), + [anon_sym_LT_LPAREN] = ACTIONS(722), + [anon_sym_GT_LPAREN] = ACTIONS(722), + [sym_word] = ACTIONS(722), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(722), + [anon_sym_LF] = ACTIONS(722), + [anon_sym_AMP] = ACTIONS(722), + }, + [602] = { + [anon_sym_SEMI_SEMI] = ACTIONS(722), + [anon_sym_DQUOTE] = ACTIONS(722), + [sym_raw_string] = ACTIONS(722), + [anon_sym_DOLLAR] = ACTIONS(722), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(722), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(722), + [anon_sym_BQUOTE] = ACTIONS(722), + [anon_sym_LT_LPAREN] = ACTIONS(722), + [anon_sym_GT_LPAREN] = ACTIONS(722), + [sym_word] = ACTIONS(722), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(722), + [anon_sym_LF] = ACTIONS(722), + [anon_sym_AMP] = ACTIONS(722), + }, + [603] = { + [sym_file_descriptor] = ACTIONS(516), + [sym_variable_name] = ACTIONS(516), + [anon_sym_for] = ACTIONS(518), + [anon_sym_while] = ACTIONS(518), + [anon_sym_done] = ACTIONS(518), + [anon_sym_if] = ACTIONS(518), + [anon_sym_case] = ACTIONS(518), + [anon_sym_function] = ACTIONS(518), + [anon_sym_LPAREN] = ACTIONS(516), + [anon_sym_LBRACK] = ACTIONS(518), + [anon_sym_LBRACK_LBRACK] = ACTIONS(518), + [anon_sym_LT] = ACTIONS(518), + [anon_sym_GT] = ACTIONS(518), + [anon_sym_GT_GT] = ACTIONS(516), + [anon_sym_AMP_GT] = ACTIONS(518), + [anon_sym_AMP_GT_GT] = ACTIONS(516), + [anon_sym_LT_AMP] = ACTIONS(516), + [anon_sym_GT_AMP] = ACTIONS(516), + [anon_sym_DQUOTE] = ACTIONS(516), + [sym_raw_string] = ACTIONS(516), + [anon_sym_DOLLAR] = ACTIONS(518), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(516), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(516), + [anon_sym_BQUOTE] = ACTIONS(516), + [anon_sym_LT_LPAREN] = ACTIONS(516), + [anon_sym_GT_LPAREN] = ACTIONS(516), + [sym_word] = ACTIONS(520), + [sym_comment] = ACTIONS(52), + }, + [604] = { + [anon_sym_PIPE] = ACTIONS(1564), + [anon_sym_RPAREN] = ACTIONS(1564), + [anon_sym_SEMI_SEMI] = ACTIONS(1564), + [anon_sym_PIPE_AMP] = ACTIONS(1564), + [anon_sym_AMP_AMP] = ACTIONS(1564), + [anon_sym_PIPE_PIPE] = ACTIONS(1564), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1564), + [anon_sym_LF] = ACTIONS(1564), + [anon_sym_AMP] = ACTIONS(1564), + }, + [605] = { + [sym_file_descriptor] = ACTIONS(554), + [sym_variable_name] = ACTIONS(554), + [anon_sym_for] = ACTIONS(556), + [anon_sym_while] = ACTIONS(556), + [anon_sym_done] = ACTIONS(556), + [anon_sym_if] = ACTIONS(556), + [anon_sym_case] = ACTIONS(556), + [anon_sym_function] = ACTIONS(556), + [anon_sym_LPAREN] = ACTIONS(554), + [anon_sym_LBRACK] = ACTIONS(556), + [anon_sym_LBRACK_LBRACK] = ACTIONS(556), + [anon_sym_LT] = ACTIONS(556), + [anon_sym_GT] = ACTIONS(556), + [anon_sym_GT_GT] = ACTIONS(554), + [anon_sym_AMP_GT] = ACTIONS(556), + [anon_sym_AMP_GT_GT] = ACTIONS(554), + [anon_sym_LT_AMP] = ACTIONS(554), + [anon_sym_GT_AMP] = ACTIONS(554), + [anon_sym_DQUOTE] = ACTIONS(554), + [sym_raw_string] = ACTIONS(554), + [anon_sym_DOLLAR] = ACTIONS(556), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(554), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(554), + [anon_sym_BQUOTE] = ACTIONS(554), + [anon_sym_LT_LPAREN] = ACTIONS(554), + [anon_sym_GT_LPAREN] = ACTIONS(554), + [sym_word] = ACTIONS(558), + [sym_comment] = ACTIONS(52), + }, + [606] = { + [anon_sym_then] = ACTIONS(1566), + [sym_comment] = ACTIONS(52), + }, + [607] = { + [sym_file_descriptor] = ACTIONS(202), + [sym_variable_name] = ACTIONS(202), + [anon_sym_for] = ACTIONS(204), + [anon_sym_while] = ACTIONS(204), + [anon_sym_if] = ACTIONS(204), + [anon_sym_fi] = ACTIONS(204), + [anon_sym_case] = ACTIONS(204), + [anon_sym_function] = ACTIONS(204), + [anon_sym_LPAREN] = ACTIONS(202), + [anon_sym_LBRACK] = ACTIONS(204), + [anon_sym_LBRACK_LBRACK] = ACTIONS(204), + [anon_sym_LT] = ACTIONS(204), + [anon_sym_GT] = ACTIONS(204), + [anon_sym_GT_GT] = ACTIONS(202), + [anon_sym_AMP_GT] = ACTIONS(204), + [anon_sym_AMP_GT_GT] = ACTIONS(202), + [anon_sym_LT_AMP] = ACTIONS(202), + [anon_sym_GT_AMP] = ACTIONS(202), + [anon_sym_DQUOTE] = ACTIONS(202), + [sym_raw_string] = ACTIONS(202), + [anon_sym_DOLLAR] = ACTIONS(204), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(202), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(202), + [anon_sym_BQUOTE] = ACTIONS(202), + [anon_sym_LT_LPAREN] = ACTIONS(202), + [anon_sym_GT_LPAREN] = ACTIONS(202), + [sym_word] = ACTIONS(206), + [sym_comment] = ACTIONS(52), + }, + [608] = { + [anon_sym_PIPE] = ACTIONS(208), + [anon_sym_SEMI_SEMI] = ACTIONS(1568), + [anon_sym_PIPE_AMP] = ACTIONS(208), + [anon_sym_AMP_AMP] = ACTIONS(212), + [anon_sym_PIPE_PIPE] = ACTIONS(212), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1568), + [anon_sym_LF] = ACTIONS(1568), + [anon_sym_AMP] = ACTIONS(1568), + }, + [609] = { + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(208), + [anon_sym_SEMI_SEMI] = ACTIONS(1568), + [anon_sym_PIPE_AMP] = ACTIONS(208), + [anon_sym_AMP_AMP] = ACTIONS(212), + [anon_sym_PIPE_PIPE] = ACTIONS(212), + [anon_sym_LT] = ACTIONS(238), + [anon_sym_GT] = ACTIONS(238), + [anon_sym_GT_GT] = ACTIONS(238), + [anon_sym_AMP_GT] = ACTIONS(238), + [anon_sym_AMP_GT_GT] = ACTIONS(238), + [anon_sym_LT_AMP] = ACTIONS(238), + [anon_sym_GT_AMP] = ACTIONS(238), + [anon_sym_DQUOTE] = ACTIONS(238), + [sym_raw_string] = ACTIONS(238), + [anon_sym_DOLLAR] = ACTIONS(238), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(238), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(238), + [anon_sym_BQUOTE] = ACTIONS(238), + [anon_sym_LT_LPAREN] = ACTIONS(238), + [anon_sym_GT_LPAREN] = ACTIONS(238), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1568), + [anon_sym_LF] = ACTIONS(1568), + [anon_sym_AMP] = ACTIONS(1568), + }, + [610] = { + [sym__terminated_statement] = STATE(812), + [sym_for_statement] = STATE(608), + [sym_while_statement] = STATE(608), + [sym_if_statement] = STATE(608), + [sym_case_statement] = STATE(608), + [sym_function_definition] = STATE(608), + [sym_subshell] = STATE(608), + [sym_pipeline] = STATE(608), + [sym_list] = STATE(608), + [sym_bracket_command] = STATE(608), + [sym_command] = STATE(608), + [sym_command_name] = STATE(24), + [sym_environment_variable_assignment] = STATE(609), + [sym_subscript] = STATE(26), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(28), + [sym_string] = STATE(14), + [sym_simple_expansion] = STATE(14), + [sym_expansion] = STATE(14), + [sym_command_substitution] = STATE(14), + [sym_process_substitution] = STATE(14), + [aux_sym_command_repeat1] = STATE(30), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(12), + [anon_sym_for] = ACTIONS(16), + [anon_sym_while] = ACTIONS(18), + [anon_sym_if] = ACTIONS(20), + [anon_sym_fi] = ACTIONS(1570), + [anon_sym_case] = ACTIONS(22), + [anon_sym_function] = ACTIONS(24), + [anon_sym_LPAREN] = ACTIONS(26), + [anon_sym_LBRACK] = ACTIONS(28), + [anon_sym_LBRACK_LBRACK] = ACTIONS(30), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(36), + [sym_raw_string] = ACTIONS(38), + [anon_sym_DOLLAR] = ACTIONS(40), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(42), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(44), + [anon_sym_BQUOTE] = ACTIONS(46), + [anon_sym_LT_LPAREN] = ACTIONS(48), + [anon_sym_GT_LPAREN] = ACTIONS(48), + [sym_word] = ACTIONS(50), + [sym_comment] = ACTIONS(52), + }, + [611] = { + [sym_file_descriptor] = ACTIONS(516), + [sym_variable_name] = ACTIONS(516), + [anon_sym_for] = ACTIONS(518), + [anon_sym_while] = ACTIONS(518), + [anon_sym_if] = ACTIONS(518), + [anon_sym_fi] = ACTIONS(518), + [anon_sym_elif] = ACTIONS(518), + [anon_sym_else] = ACTIONS(518), + [anon_sym_case] = ACTIONS(518), + [anon_sym_function] = ACTIONS(518), + [anon_sym_LPAREN] = ACTIONS(516), + [anon_sym_LBRACK] = ACTIONS(518), + [anon_sym_LBRACK_LBRACK] = ACTIONS(518), + [anon_sym_LT] = ACTIONS(518), + [anon_sym_GT] = ACTIONS(518), + [anon_sym_GT_GT] = ACTIONS(516), + [anon_sym_AMP_GT] = ACTIONS(518), + [anon_sym_AMP_GT_GT] = ACTIONS(516), + [anon_sym_LT_AMP] = ACTIONS(516), + [anon_sym_GT_AMP] = ACTIONS(516), + [anon_sym_DQUOTE] = ACTIONS(516), + [sym_raw_string] = ACTIONS(516), + [anon_sym_DOLLAR] = ACTIONS(518), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(516), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(516), + [anon_sym_BQUOTE] = ACTIONS(516), + [anon_sym_LT_LPAREN] = ACTIONS(516), + [anon_sym_GT_LPAREN] = ACTIONS(516), + [sym_word] = ACTIONS(520), + [sym_comment] = ACTIONS(52), + }, + [612] = { + [anon_sym_PIPE] = ACTIONS(1572), + [anon_sym_RPAREN] = ACTIONS(1572), + [anon_sym_SEMI_SEMI] = ACTIONS(1572), + [anon_sym_PIPE_AMP] = ACTIONS(1572), + [anon_sym_AMP_AMP] = ACTIONS(1572), + [anon_sym_PIPE_PIPE] = ACTIONS(1572), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1572), + [anon_sym_LF] = ACTIONS(1572), + [anon_sym_AMP] = ACTIONS(1572), + }, + [613] = { + [sym_file_descriptor] = ACTIONS(554), + [sym_variable_name] = ACTIONS(554), + [anon_sym_for] = ACTIONS(556), + [anon_sym_while] = ACTIONS(556), + [anon_sym_if] = ACTIONS(556), + [anon_sym_fi] = ACTIONS(556), + [anon_sym_elif] = ACTIONS(556), + [anon_sym_else] = ACTIONS(556), + [anon_sym_case] = ACTIONS(556), + [anon_sym_function] = ACTIONS(556), + [anon_sym_LPAREN] = ACTIONS(554), + [anon_sym_LBRACK] = ACTIONS(556), + [anon_sym_LBRACK_LBRACK] = ACTIONS(556), + [anon_sym_LT] = ACTIONS(556), + [anon_sym_GT] = ACTIONS(556), + [anon_sym_GT_GT] = ACTIONS(554), + [anon_sym_AMP_GT] = ACTIONS(556), + [anon_sym_AMP_GT_GT] = ACTIONS(554), + [anon_sym_LT_AMP] = ACTIONS(554), + [anon_sym_GT_AMP] = ACTIONS(554), + [anon_sym_DQUOTE] = ACTIONS(554), + [sym_raw_string] = ACTIONS(554), + [anon_sym_DOLLAR] = ACTIONS(556), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(554), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(554), + [anon_sym_BQUOTE] = ACTIONS(554), + [anon_sym_LT_LPAREN] = ACTIONS(554), + [anon_sym_GT_LPAREN] = ACTIONS(554), + [sym_word] = ACTIONS(558), + [sym_comment] = ACTIONS(52), + }, + [614] = { + [anon_sym_fi] = ACTIONS(1574), + [sym_comment] = ACTIONS(52), + }, + [615] = { + [sym_elif_clause] = STATE(616), + [sym_else_clause] = STATE(814), + [anon_sym_fi] = ACTIONS(1574), + [anon_sym_elif] = ACTIONS(1138), + [anon_sym_else] = ACTIONS(1140), + [sym_comment] = ACTIONS(52), + }, + [616] = { + [anon_sym_fi] = ACTIONS(1576), + [anon_sym_elif] = ACTIONS(1576), + [anon_sym_else] = ACTIONS(1576), + [sym_comment] = ACTIONS(52), + }, + [617] = { + [anon_sym_PIPE] = ACTIONS(1578), + [anon_sym_RPAREN] = ACTIONS(1578), + [anon_sym_SEMI_SEMI] = ACTIONS(1578), + [anon_sym_PIPE_AMP] = ACTIONS(1578), + [anon_sym_AMP_AMP] = ACTIONS(1578), + [anon_sym_PIPE_PIPE] = ACTIONS(1578), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1578), + [anon_sym_LF] = ACTIONS(1578), + [anon_sym_AMP] = ACTIONS(1578), + }, + [618] = { + [aux_sym_case_item_repeat1] = STATE(817), + [aux_sym_concatenation_repeat1] = STATE(334), + [sym__concat] = ACTIONS(572), + [anon_sym_PIPE] = ACTIONS(1580), + [anon_sym_RPAREN] = ACTIONS(1582), + [sym_comment] = ACTIONS(52), + }, + [619] = { + [anon_sym_esac] = ACTIONS(1584), + [anon_sym_DQUOTE] = ACTIONS(1586), + [sym_raw_string] = ACTIONS(1586), + [anon_sym_DOLLAR] = ACTIONS(1584), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1586), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1586), + [anon_sym_BQUOTE] = ACTIONS(1586), + [anon_sym_LT_LPAREN] = ACTIONS(1586), + [anon_sym_GT_LPAREN] = ACTIONS(1586), + [sym_word] = ACTIONS(1588), + [sym_comment] = ACTIONS(52), + }, + [620] = { + [aux_sym_case_item_repeat1] = STATE(817), + [anon_sym_PIPE] = ACTIONS(1580), + [anon_sym_RPAREN] = ACTIONS(1582), + [sym_comment] = ACTIONS(52), + }, + [621] = { + [sym_case_item] = STATE(819), + [sym_concatenation] = STATE(620), + [sym_string] = STATE(618), + [sym_simple_expansion] = STATE(618), + [sym_expansion] = STATE(618), + [sym_command_substitution] = STATE(618), + [sym_process_substitution] = STATE(618), + [anon_sym_esac] = ACTIONS(1590), + [anon_sym_DQUOTE] = ACTIONS(252), + [sym_raw_string] = ACTIONS(1144), + [anon_sym_DOLLAR] = ACTIONS(256), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(258), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(260), + [anon_sym_BQUOTE] = ACTIONS(262), + [anon_sym_LT_LPAREN] = ACTIONS(264), + [anon_sym_GT_LPAREN] = ACTIONS(264), + [sym_word] = ACTIONS(1146), + [sym_comment] = ACTIONS(52), + }, + [622] = { + [sym_case_item] = STATE(619), + [sym_concatenation] = STATE(620), + [sym_string] = STATE(618), + [sym_simple_expansion] = STATE(618), + [sym_expansion] = STATE(618), + [sym_command_substitution] = STATE(618), + [sym_process_substitution] = STATE(618), + [aux_sym_case_statement_repeat1] = STATE(820), + [anon_sym_esac] = ACTIONS(1590), + [anon_sym_DQUOTE] = ACTIONS(252), + [sym_raw_string] = ACTIONS(1144), + [anon_sym_DOLLAR] = ACTIONS(256), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(258), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(260), + [anon_sym_BQUOTE] = ACTIONS(262), + [anon_sym_LT_LPAREN] = ACTIONS(264), + [anon_sym_GT_LPAREN] = ACTIONS(264), + [sym_word] = ACTIONS(1146), + [sym_comment] = ACTIONS(52), + }, + [623] = { + [sym__concat] = ACTIONS(1282), + [anon_sym_in] = ACTIONS(1284), + [anon_sym_SEMI_SEMI] = ACTIONS(1284), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1284), + [anon_sym_LF] = ACTIONS(1284), + [anon_sym_AMP] = ACTIONS(1284), + }, + [624] = { + [sym__concat] = ACTIONS(1286), + [anon_sym_in] = ACTIONS(1288), + [anon_sym_SEMI_SEMI] = ACTIONS(1288), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1288), + [anon_sym_LF] = ACTIONS(1288), + [anon_sym_AMP] = ACTIONS(1288), + }, + [625] = { + [anon_sym_AT] = ACTIONS(1592), + [sym_comment] = ACTIONS(52), + }, + [626] = { + [sym__concat] = ACTIONS(1292), + [anon_sym_in] = ACTIONS(1294), + [anon_sym_SEMI_SEMI] = ACTIONS(1294), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1294), + [anon_sym_LF] = ACTIONS(1294), + [anon_sym_AMP] = ACTIONS(1294), + }, + [627] = { + [anon_sym_AT] = ACTIONS(1594), + [sym_comment] = ACTIONS(52), + }, + [628] = { + [anon_sym_RBRACK] = ACTIONS(1596), + [sym_comment] = ACTIONS(52), + }, + [629] = { + [aux_sym_concatenation_repeat1] = STATE(189), + [sym__concat] = ACTIONS(322), + [anon_sym_RBRACE] = ACTIONS(1598), + [sym_comment] = ACTIONS(52), + }, + [630] = { + [anon_sym_RBRACE] = ACTIONS(1598), + [sym_comment] = ACTIONS(52), + }, + [631] = { + [anon_sym_RBRACK] = ACTIONS(1600), + [sym_comment] = ACTIONS(52), + }, + [632] = { + [aux_sym_concatenation_repeat1] = STATE(189), + [sym__concat] = ACTIONS(322), + [anon_sym_RBRACE] = ACTIONS(1602), + [sym_comment] = ACTIONS(52), + }, + [633] = { + [anon_sym_RBRACE] = ACTIONS(1602), + [sym_comment] = ACTIONS(52), + }, + [634] = { + [anon_sym_PIPE] = ACTIONS(1604), + [anon_sym_RPAREN] = ACTIONS(1604), + [anon_sym_SEMI_SEMI] = ACTIONS(1604), + [anon_sym_PIPE_AMP] = ACTIONS(1604), + [anon_sym_AMP_AMP] = ACTIONS(1604), + [anon_sym_PIPE_PIPE] = ACTIONS(1604), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1604), + [anon_sym_LF] = ACTIONS(1604), + [anon_sym_AMP] = ACTIONS(1604), + }, + [635] = { + [anon_sym_PIPE] = ACTIONS(1606), + [anon_sym_RPAREN] = ACTIONS(1606), + [anon_sym_SEMI_SEMI] = ACTIONS(1606), + [anon_sym_PIPE_AMP] = ACTIONS(1606), + [anon_sym_AMP_AMP] = ACTIONS(1606), + [anon_sym_PIPE_PIPE] = ACTIONS(1606), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1606), + [anon_sym_LF] = ACTIONS(1606), + [anon_sym_AMP] = ACTIONS(1606), + }, + [636] = { + [sym__concat] = ACTIONS(1282), + [anon_sym_RBRACE] = ACTIONS(1282), + [anon_sym_RBRACK] = ACTIONS(1608), + [anon_sym_DQUOTE] = ACTIONS(1282), + [sym_raw_string] = ACTIONS(1282), + [anon_sym_DOLLAR] = ACTIONS(1608), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1282), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1282), + [anon_sym_BQUOTE] = ACTIONS(1282), + [anon_sym_LT_LPAREN] = ACTIONS(1282), + [anon_sym_GT_LPAREN] = ACTIONS(1282), + [sym_word] = ACTIONS(1284), + [sym_comment] = ACTIONS(52), + }, + [637] = { + [sym__concat] = ACTIONS(1286), + [anon_sym_RBRACE] = ACTIONS(1286), + [anon_sym_RBRACK] = ACTIONS(1610), + [anon_sym_DQUOTE] = ACTIONS(1286), + [sym_raw_string] = ACTIONS(1286), + [anon_sym_DOLLAR] = ACTIONS(1610), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1286), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1286), + [anon_sym_BQUOTE] = ACTIONS(1286), + [anon_sym_LT_LPAREN] = ACTIONS(1286), + [anon_sym_GT_LPAREN] = ACTIONS(1286), + [sym_word] = ACTIONS(1288), + [sym_comment] = ACTIONS(52), + }, + [638] = { + [anon_sym_AT] = ACTIONS(1612), + [sym_comment] = ACTIONS(52), + }, + [639] = { + [sym__concat] = ACTIONS(1292), + [anon_sym_RBRACE] = ACTIONS(1292), + [anon_sym_RBRACK] = ACTIONS(1614), + [anon_sym_DQUOTE] = ACTIONS(1292), + [sym_raw_string] = ACTIONS(1292), + [anon_sym_DOLLAR] = ACTIONS(1614), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1292), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1292), + [anon_sym_BQUOTE] = ACTIONS(1292), + [anon_sym_LT_LPAREN] = ACTIONS(1292), + [anon_sym_GT_LPAREN] = ACTIONS(1292), + [sym_word] = ACTIONS(1294), + [sym_comment] = ACTIONS(52), + }, + [640] = { + [anon_sym_AT] = ACTIONS(1616), + [sym_comment] = ACTIONS(52), + }, + [641] = { + [anon_sym_RBRACK] = ACTIONS(1618), + [sym_comment] = ACTIONS(52), + }, + [642] = { + [aux_sym_concatenation_repeat1] = STATE(189), + [sym__concat] = ACTIONS(322), + [anon_sym_RBRACE] = ACTIONS(1620), + [sym_comment] = ACTIONS(52), + }, + [643] = { + [anon_sym_RBRACE] = ACTIONS(1620), + [sym_comment] = ACTIONS(52), + }, + [644] = { + [anon_sym_RBRACK] = ACTIONS(1622), + [sym_comment] = ACTIONS(52), + }, + [645] = { + [aux_sym_concatenation_repeat1] = STATE(189), + [sym__concat] = ACTIONS(322), + [anon_sym_RBRACE] = ACTIONS(1624), + [sym_comment] = ACTIONS(52), + }, + [646] = { + [anon_sym_RBRACE] = ACTIONS(1624), + [sym_comment] = ACTIONS(52), + }, + [647] = { + [sym__concat] = ACTIONS(1282), + [anon_sym_RBRACK_RBRACK] = ACTIONS(1608), + [anon_sym_DQUOTE] = ACTIONS(1282), + [sym_raw_string] = ACTIONS(1282), + [anon_sym_DOLLAR] = ACTIONS(1608), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1282), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1282), + [anon_sym_BQUOTE] = ACTIONS(1282), + [anon_sym_LT_LPAREN] = ACTIONS(1282), + [anon_sym_GT_LPAREN] = ACTIONS(1282), + [sym_word] = ACTIONS(1284), + [sym_comment] = ACTIONS(52), + }, + [648] = { + [sym__concat] = ACTIONS(1286), + [anon_sym_RBRACK_RBRACK] = ACTIONS(1610), + [anon_sym_DQUOTE] = ACTIONS(1286), + [sym_raw_string] = ACTIONS(1286), + [anon_sym_DOLLAR] = ACTIONS(1610), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1286), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1286), + [anon_sym_BQUOTE] = ACTIONS(1286), + [anon_sym_LT_LPAREN] = ACTIONS(1286), + [anon_sym_GT_LPAREN] = ACTIONS(1286), + [sym_word] = ACTIONS(1288), + [sym_comment] = ACTIONS(52), + }, + [649] = { + [anon_sym_AT] = ACTIONS(1626), + [sym_comment] = ACTIONS(52), + }, + [650] = { + [sym__concat] = ACTIONS(1292), + [anon_sym_RBRACK_RBRACK] = ACTIONS(1614), + [anon_sym_DQUOTE] = ACTIONS(1292), + [sym_raw_string] = ACTIONS(1292), + [anon_sym_DOLLAR] = ACTIONS(1614), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1292), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1292), + [anon_sym_BQUOTE] = ACTIONS(1292), + [anon_sym_LT_LPAREN] = ACTIONS(1292), + [anon_sym_GT_LPAREN] = ACTIONS(1292), + [sym_word] = ACTIONS(1294), + [sym_comment] = ACTIONS(52), + }, + [651] = { + [anon_sym_AT] = ACTIONS(1628), + [sym_comment] = ACTIONS(52), + }, + [652] = { + [anon_sym_RBRACK] = ACTIONS(1630), + [sym_comment] = ACTIONS(52), + }, + [653] = { + [aux_sym_concatenation_repeat1] = STATE(189), + [sym__concat] = ACTIONS(322), + [anon_sym_RBRACE] = ACTIONS(1632), + [sym_comment] = ACTIONS(52), + }, + [654] = { + [anon_sym_RBRACE] = ACTIONS(1632), + [sym_comment] = ACTIONS(52), + }, + [655] = { + [anon_sym_RBRACK] = ACTIONS(1634), + [sym_comment] = ACTIONS(52), + }, + [656] = { + [aux_sym_concatenation_repeat1] = STATE(189), + [sym__concat] = ACTIONS(322), + [anon_sym_RBRACE] = ACTIONS(1636), + [sym_comment] = ACTIONS(52), + }, + [657] = { + [anon_sym_RBRACE] = ACTIONS(1636), + [sym_comment] = ACTIONS(52), + }, + [658] = { + [sym_file_descriptor] = ACTIONS(1282), + [sym__concat] = ACTIONS(1282), + [sym_variable_name] = ACTIONS(1282), + [anon_sym_LT] = ACTIONS(1608), + [anon_sym_GT] = ACTIONS(1608), + [anon_sym_GT_GT] = ACTIONS(1282), + [anon_sym_AMP_GT] = ACTIONS(1608), + [anon_sym_AMP_GT_GT] = ACTIONS(1282), + [anon_sym_LT_AMP] = ACTIONS(1282), + [anon_sym_GT_AMP] = ACTIONS(1282), + [anon_sym_DQUOTE] = ACTIONS(1282), + [sym_raw_string] = ACTIONS(1282), + [anon_sym_DOLLAR] = ACTIONS(1608), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1282), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1282), + [anon_sym_BQUOTE] = ACTIONS(1282), + [anon_sym_LT_LPAREN] = ACTIONS(1282), + [anon_sym_GT_LPAREN] = ACTIONS(1282), + [sym_word] = ACTIONS(1608), + [sym_comment] = ACTIONS(52), + }, + [659] = { + [sym_file_descriptor] = ACTIONS(1286), + [sym__concat] = ACTIONS(1286), + [sym_variable_name] = ACTIONS(1286), + [anon_sym_LT] = ACTIONS(1610), + [anon_sym_GT] = ACTIONS(1610), + [anon_sym_GT_GT] = ACTIONS(1286), + [anon_sym_AMP_GT] = ACTIONS(1610), + [anon_sym_AMP_GT_GT] = ACTIONS(1286), + [anon_sym_LT_AMP] = ACTIONS(1286), + [anon_sym_GT_AMP] = ACTIONS(1286), + [anon_sym_DQUOTE] = ACTIONS(1286), + [sym_raw_string] = ACTIONS(1286), + [anon_sym_DOLLAR] = ACTIONS(1610), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1286), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1286), + [anon_sym_BQUOTE] = ACTIONS(1286), + [anon_sym_LT_LPAREN] = ACTIONS(1286), + [anon_sym_GT_LPAREN] = ACTIONS(1286), + [sym_word] = ACTIONS(1610), + [sym_comment] = ACTIONS(52), + }, + [660] = { + [anon_sym_AT] = ACTIONS(1638), + [sym_comment] = ACTIONS(52), + }, + [661] = { + [sym_file_descriptor] = ACTIONS(1292), + [sym__concat] = ACTIONS(1292), + [sym_variable_name] = ACTIONS(1292), + [anon_sym_LT] = ACTIONS(1614), + [anon_sym_GT] = ACTIONS(1614), + [anon_sym_GT_GT] = ACTIONS(1292), + [anon_sym_AMP_GT] = ACTIONS(1614), + [anon_sym_AMP_GT_GT] = ACTIONS(1292), + [anon_sym_LT_AMP] = ACTIONS(1292), + [anon_sym_GT_AMP] = ACTIONS(1292), + [anon_sym_DQUOTE] = ACTIONS(1292), + [sym_raw_string] = ACTIONS(1292), + [anon_sym_DOLLAR] = ACTIONS(1614), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1292), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1292), + [anon_sym_BQUOTE] = ACTIONS(1292), + [anon_sym_LT_LPAREN] = ACTIONS(1292), + [anon_sym_GT_LPAREN] = ACTIONS(1292), + [sym_word] = ACTIONS(1614), + [sym_comment] = ACTIONS(52), + }, + [662] = { + [anon_sym_AT] = ACTIONS(1640), + [sym_comment] = ACTIONS(52), + }, + [663] = { + [anon_sym_RBRACK] = ACTIONS(1642), + [sym_comment] = ACTIONS(52), + }, + [664] = { + [aux_sym_concatenation_repeat1] = STATE(189), + [sym__concat] = ACTIONS(322), + [anon_sym_RBRACE] = ACTIONS(1644), + [sym_comment] = ACTIONS(52), + }, + [665] = { + [anon_sym_RBRACE] = ACTIONS(1644), + [sym_comment] = ACTIONS(52), + }, + [666] = { + [anon_sym_RBRACK] = ACTIONS(1646), + [sym_comment] = ACTIONS(52), + }, + [667] = { + [aux_sym_concatenation_repeat1] = STATE(189), + [sym__concat] = ACTIONS(322), + [anon_sym_RBRACE] = ACTIONS(1648), + [sym_comment] = ACTIONS(52), + }, + [668] = { + [anon_sym_RBRACE] = ACTIONS(1648), + [sym_comment] = ACTIONS(52), + }, + [669] = { + [anon_sym_DQUOTE] = ACTIONS(1288), + [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(1610), + [anon_sym_DOLLAR] = ACTIONS(1288), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1288), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1288), + [anon_sym_BQUOTE] = ACTIONS(1288), + [sym_comment] = ACTIONS(142), + }, + [670] = { + [anon_sym_AT] = ACTIONS(1650), + [sym_comment] = ACTIONS(52), }, [671] = { - [sym_file_descriptor] = ACTIONS(917), - [sym__concat] = ACTIONS(917), - [anon_sym_PIPE] = ACTIONS(919), - [anon_sym_RPAREN] = ACTIONS(919), - [anon_sym_SEMI_SEMI] = ACTIONS(919), - [anon_sym_PIPE_AMP] = ACTIONS(919), - [anon_sym_AMP_AMP] = ACTIONS(919), - [anon_sym_PIPE_PIPE] = ACTIONS(919), - [anon_sym_LT] = ACTIONS(919), - [anon_sym_GT] = ACTIONS(919), - [anon_sym_GT_GT] = ACTIONS(919), - [anon_sym_AMP_GT] = ACTIONS(919), - [anon_sym_AMP_GT_GT] = ACTIONS(919), - [anon_sym_LT_AMP] = ACTIONS(919), - [anon_sym_GT_AMP] = ACTIONS(919), - [anon_sym_LT_LT] = ACTIONS(919), - [anon_sym_LT_LT_DASH] = ACTIONS(919), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(919), - [anon_sym_LF] = ACTIONS(919), - [anon_sym_AMP] = ACTIONS(919), + [anon_sym_DQUOTE] = ACTIONS(1294), + [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(1614), + [anon_sym_DOLLAR] = ACTIONS(1294), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1294), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1294), + [anon_sym_BQUOTE] = ACTIONS(1294), + [sym_comment] = ACTIONS(142), }, [672] = { - [sym_file_descriptor] = ACTIONS(955), - [sym__concat] = ACTIONS(955), - [anon_sym_PIPE] = ACTIONS(957), - [anon_sym_RPAREN] = ACTIONS(957), - [anon_sym_SEMI_SEMI] = ACTIONS(957), - [anon_sym_PIPE_AMP] = ACTIONS(957), - [anon_sym_AMP_AMP] = ACTIONS(957), - [anon_sym_PIPE_PIPE] = ACTIONS(957), - [anon_sym_LT] = ACTIONS(957), - [anon_sym_GT] = ACTIONS(957), - [anon_sym_GT_GT] = ACTIONS(957), - [anon_sym_AMP_GT] = ACTIONS(957), - [anon_sym_AMP_GT_GT] = ACTIONS(957), - [anon_sym_LT_AMP] = ACTIONS(957), - [anon_sym_GT_AMP] = ACTIONS(957), - [anon_sym_LT_LT] = ACTIONS(957), - [anon_sym_LT_LT_DASH] = ACTIONS(957), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(957), - [anon_sym_LF] = ACTIONS(957), - [anon_sym_AMP] = ACTIONS(957), + [anon_sym_AT] = ACTIONS(1652), + [sym_comment] = ACTIONS(52), }, [673] = { - [sym__heredoc_middle] = ACTIONS(457), - [sym__heredoc_end] = ACTIONS(457), - [anon_sym_DOLLAR] = ACTIONS(469), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(457), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACK] = ACTIONS(1654), + [sym_comment] = ACTIONS(52), }, [674] = { - [sym__heredoc_middle] = ACTIONS(461), - [sym__heredoc_end] = ACTIONS(461), - [anon_sym_DOLLAR] = ACTIONS(731), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(461), - [sym_comment] = ACTIONS(133), + [aux_sym_concatenation_repeat1] = STATE(189), + [sym__concat] = ACTIONS(322), + [anon_sym_RBRACE] = ACTIONS(1656), + [sym_comment] = ACTIONS(52), }, [675] = { - [sym__heredoc_middle] = ACTIONS(465), - [sym__heredoc_end] = ACTIONS(465), - [anon_sym_DOLLAR] = ACTIONS(733), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(465), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1656), + [sym_comment] = ACTIONS(52), }, [676] = { - [sym_special_variable_name] = STATE(800), - [anon_sym_RBRACE] = ACTIONS(457), - [anon_sym_LBRACK] = ACTIONS(457), - [anon_sym_EQ] = ACTIONS(457), - [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(225), - [anon_sym_AT] = ACTIONS(219), - [anon_sym_COLON] = ACTIONS(469), - [anon_sym_COLON_QMARK] = ACTIONS(457), - [anon_sym_COLON_DASH] = ACTIONS(457), - [anon_sym_PERCENT] = ACTIONS(457), - [anon_sym_SLASH] = ACTIONS(457), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(1725), - [anon_sym_STAR] = ACTIONS(219), - [anon_sym_QMARK] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_0] = ACTIONS(225), - [anon_sym__] = ACTIONS(225), + [anon_sym_RBRACK] = ACTIONS(1658), + [sym_comment] = ACTIONS(52), }, [677] = { - [anon_sym_RBRACE] = ACTIONS(1727), - [anon_sym_LBRACK] = ACTIONS(1729), - [anon_sym_EQ] = ACTIONS(1731), - [anon_sym_COLON] = ACTIONS(1733), - [anon_sym_COLON_QMARK] = ACTIONS(1731), - [anon_sym_COLON_DASH] = ACTIONS(1731), - [anon_sym_PERCENT] = ACTIONS(1731), - [anon_sym_SLASH] = ACTIONS(1731), - [sym_comment] = ACTIONS(133), + [aux_sym_concatenation_repeat1] = STATE(189), + [sym__concat] = ACTIONS(322), + [anon_sym_RBRACE] = ACTIONS(1660), + [sym_comment] = ACTIONS(52), }, [678] = { - [anon_sym_RBRACE] = ACTIONS(1735), - [anon_sym_LBRACK] = ACTIONS(1737), - [anon_sym_EQ] = ACTIONS(1739), - [anon_sym_COLON] = ACTIONS(1741), - [anon_sym_COLON_QMARK] = ACTIONS(1739), - [anon_sym_COLON_DASH] = ACTIONS(1739), - [anon_sym_PERCENT] = ACTIONS(1739), - [anon_sym_SLASH] = ACTIONS(1739), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1660), + [sym_comment] = ACTIONS(52), }, [679] = { - [sym__heredoc_middle] = ACTIONS(1743), - [sym__heredoc_end] = ACTIONS(1743), - [anon_sym_DOLLAR] = ACTIONS(1745), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1743), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACK] = ACTIONS(1662), + [sym_comment] = ACTIONS(52), }, [680] = { - [sym_file_descriptor] = ACTIONS(1747), - [anon_sym_PIPE] = ACTIONS(1749), - [anon_sym_RPAREN] = ACTIONS(1749), - [anon_sym_SEMI_SEMI] = ACTIONS(1749), - [anon_sym_PIPE_AMP] = ACTIONS(1749), - [anon_sym_AMP_AMP] = ACTIONS(1749), - [anon_sym_PIPE_PIPE] = ACTIONS(1749), - [anon_sym_LT] = ACTIONS(1749), - [anon_sym_GT] = ACTIONS(1749), - [anon_sym_GT_GT] = ACTIONS(1749), - [anon_sym_AMP_GT] = ACTIONS(1749), - [anon_sym_AMP_GT_GT] = ACTIONS(1749), - [anon_sym_LT_AMP] = ACTIONS(1749), - [anon_sym_GT_AMP] = ACTIONS(1749), - [anon_sym_LT_LT] = ACTIONS(1749), - [anon_sym_LT_LT_DASH] = ACTIONS(1749), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1749), - [anon_sym_LF] = ACTIONS(1749), - [anon_sym_AMP] = ACTIONS(1749), + [anon_sym_RBRACK] = ACTIONS(1664), + [sym_comment] = ACTIONS(52), }, [681] = { - [sym__concat] = ACTIONS(1245), - [anon_sym_PIPE] = ACTIONS(1245), - [anon_sym_RPAREN] = ACTIONS(1245), - [anon_sym_RBRACK] = ACTIONS(1245), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1666), + [sym_comment] = ACTIONS(52), }, [682] = { - [sym__concat] = ACTIONS(1249), - [anon_sym_PIPE] = ACTIONS(1249), - [anon_sym_RPAREN] = ACTIONS(1249), - [anon_sym_RBRACK] = ACTIONS(1249), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(1668), + [sym__concat] = ACTIONS(1668), + [anon_sym_PIPE] = ACTIONS(1670), + [anon_sym_RPAREN] = ACTIONS(1670), + [anon_sym_SEMI_SEMI] = ACTIONS(1670), + [anon_sym_PIPE_AMP] = ACTIONS(1670), + [anon_sym_AMP_AMP] = ACTIONS(1670), + [anon_sym_PIPE_PIPE] = ACTIONS(1670), + [anon_sym_LT] = ACTIONS(1670), + [anon_sym_GT] = ACTIONS(1670), + [anon_sym_GT_GT] = ACTIONS(1670), + [anon_sym_AMP_GT] = ACTIONS(1670), + [anon_sym_AMP_GT_GT] = ACTIONS(1670), + [anon_sym_LT_AMP] = ACTIONS(1670), + [anon_sym_GT_AMP] = ACTIONS(1670), + [anon_sym_LT_LT] = ACTIONS(1670), + [anon_sym_LT_LT_DASH] = ACTIONS(1670), + [anon_sym_DQUOTE] = ACTIONS(1670), + [sym_raw_string] = ACTIONS(1670), + [anon_sym_DOLLAR] = ACTIONS(1670), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1670), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1670), + [anon_sym_BQUOTE] = ACTIONS(1670), + [anon_sym_LT_LPAREN] = ACTIONS(1670), + [anon_sym_GT_LPAREN] = ACTIONS(1670), + [sym_word] = ACTIONS(1670), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1670), + [anon_sym_LF] = ACTIONS(1670), + [anon_sym_AMP] = ACTIONS(1670), }, [683] = { - [anon_sym_AT] = ACTIONS(1751), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1672), + [sym_comment] = ACTIONS(52), }, [684] = { - [sym__concat] = ACTIONS(1255), - [anon_sym_PIPE] = ACTIONS(1255), - [anon_sym_RPAREN] = ACTIONS(1255), - [anon_sym_RBRACK] = ACTIONS(1255), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(1674), + [sym__concat] = ACTIONS(1674), + [anon_sym_PIPE] = ACTIONS(1676), + [anon_sym_RPAREN] = ACTIONS(1676), + [anon_sym_SEMI_SEMI] = ACTIONS(1676), + [anon_sym_PIPE_AMP] = ACTIONS(1676), + [anon_sym_AMP_AMP] = ACTIONS(1676), + [anon_sym_PIPE_PIPE] = ACTIONS(1676), + [anon_sym_LT] = ACTIONS(1676), + [anon_sym_GT] = ACTIONS(1676), + [anon_sym_GT_GT] = ACTIONS(1676), + [anon_sym_AMP_GT] = ACTIONS(1676), + [anon_sym_AMP_GT_GT] = ACTIONS(1676), + [anon_sym_LT_AMP] = ACTIONS(1676), + [anon_sym_GT_AMP] = ACTIONS(1676), + [anon_sym_LT_LT] = ACTIONS(1676), + [anon_sym_LT_LT_DASH] = ACTIONS(1676), + [anon_sym_DQUOTE] = ACTIONS(1676), + [sym_raw_string] = ACTIONS(1676), + [anon_sym_DOLLAR] = ACTIONS(1676), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1676), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1676), + [anon_sym_BQUOTE] = ACTIONS(1676), + [anon_sym_LT_LPAREN] = ACTIONS(1676), + [anon_sym_GT_LPAREN] = ACTIONS(1676), + [sym_word] = ACTIONS(1676), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1676), + [anon_sym_LF] = ACTIONS(1676), + [anon_sym_AMP] = ACTIONS(1676), }, [685] = { - [anon_sym_AT] = ACTIONS(1753), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(1048), + [sym_variable_name] = ACTIONS(1048), + [anon_sym_PIPE] = ACTIONS(1678), + [anon_sym_RPAREN] = ACTIONS(1048), + [anon_sym_PIPE_AMP] = ACTIONS(1048), + [anon_sym_AMP_AMP] = ACTIONS(1048), + [anon_sym_PIPE_PIPE] = ACTIONS(1678), + [anon_sym_LT] = ACTIONS(1678), + [anon_sym_GT] = ACTIONS(1678), + [anon_sym_GT_GT] = ACTIONS(1048), + [anon_sym_AMP_GT] = ACTIONS(1678), + [anon_sym_AMP_GT_GT] = ACTIONS(1048), + [anon_sym_LT_AMP] = ACTIONS(1048), + [anon_sym_GT_AMP] = ACTIONS(1048), + [anon_sym_DQUOTE] = ACTIONS(1048), + [sym_raw_string] = ACTIONS(1048), + [anon_sym_DOLLAR] = ACTIONS(1678), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1048), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1048), + [anon_sym_BQUOTE] = ACTIONS(1048), + [anon_sym_LT_LPAREN] = ACTIONS(1048), + [anon_sym_GT_LPAREN] = ACTIONS(1048), + [sym_word] = ACTIONS(1050), + [sym_comment] = ACTIONS(52), }, [686] = { - [anon_sym_RBRACK] = ACTIONS(1755), - [sym_comment] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(1680), + [sym_word] = ACTIONS(1058), + [sym_comment] = ACTIONS(52), }, [687] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(383), - [anon_sym_RBRACE] = ACTIONS(1757), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(382), + [sym__concat] = ACTIONS(382), + [sym_variable_name] = ACTIONS(382), + [anon_sym_PIPE] = ACTIONS(678), + [anon_sym_RPAREN] = ACTIONS(382), + [anon_sym_PIPE_AMP] = ACTIONS(382), + [anon_sym_AMP_AMP] = ACTIONS(382), + [anon_sym_PIPE_PIPE] = ACTIONS(678), + [anon_sym_LT] = ACTIONS(678), + [anon_sym_GT] = ACTIONS(678), + [anon_sym_GT_GT] = ACTIONS(382), + [anon_sym_AMP_GT] = ACTIONS(678), + [anon_sym_AMP_GT_GT] = ACTIONS(382), + [anon_sym_LT_AMP] = ACTIONS(382), + [anon_sym_GT_AMP] = ACTIONS(382), + [anon_sym_DQUOTE] = ACTIONS(382), + [sym_raw_string] = ACTIONS(382), + [anon_sym_DOLLAR] = ACTIONS(678), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(382), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(382), + [anon_sym_BQUOTE] = ACTIONS(382), + [anon_sym_LT_LPAREN] = ACTIONS(382), + [anon_sym_GT_LPAREN] = ACTIONS(382), + [sym_word] = ACTIONS(384), + [sym_comment] = ACTIONS(52), }, [688] = { - [anon_sym_RBRACE] = ACTIONS(1757), - [sym_comment] = ACTIONS(133), + [sym_simple_expansion] = STATE(250), + [sym_expansion] = STATE(250), + [sym_command_substitution] = STATE(250), + [anon_sym_DQUOTE] = ACTIONS(1682), + [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(402), + [anon_sym_DOLLAR] = ACTIONS(134), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), + [anon_sym_BQUOTE] = ACTIONS(140), + [sym_comment] = ACTIONS(142), }, [689] = { - [anon_sym_RBRACK] = ACTIONS(1759), - [sym_comment] = ACTIONS(133), + [sym_string] = STATE(857), + [sym_simple_expansion] = STATE(857), + [sym_expansion] = STATE(857), + [sym_command_substitution] = STATE(857), + [sym_process_substitution] = STATE(857), + [anon_sym_DQUOTE] = ACTIONS(852), + [sym_raw_string] = ACTIONS(1684), + [anon_sym_DOLLAR] = ACTIONS(856), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(858), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(860), + [anon_sym_BQUOTE] = ACTIONS(862), + [anon_sym_LT_LPAREN] = ACTIONS(864), + [anon_sym_GT_LPAREN] = ACTIONS(864), + [sym_word] = ACTIONS(1686), + [sym_comment] = ACTIONS(52), }, [690] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(383), - [anon_sym_RBRACE] = ACTIONS(1761), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(408), + [sym__concat] = ACTIONS(1688), + [sym_variable_name] = ACTIONS(408), + [anon_sym_PIPE] = ACTIONS(688), + [anon_sym_RPAREN] = ACTIONS(408), + [anon_sym_PIPE_AMP] = ACTIONS(408), + [anon_sym_AMP_AMP] = ACTIONS(408), + [anon_sym_PIPE_PIPE] = ACTIONS(688), + [anon_sym_LT] = ACTIONS(688), + [anon_sym_GT] = ACTIONS(688), + [anon_sym_GT_GT] = ACTIONS(408), + [anon_sym_AMP_GT] = ACTIONS(688), + [anon_sym_AMP_GT_GT] = ACTIONS(408), + [anon_sym_LT_AMP] = ACTIONS(408), + [anon_sym_GT_AMP] = ACTIONS(408), + [anon_sym_DQUOTE] = ACTIONS(408), + [sym_raw_string] = ACTIONS(408), + [anon_sym_DOLLAR] = ACTIONS(688), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(408), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(408), + [anon_sym_BQUOTE] = ACTIONS(408), + [anon_sym_LT_LPAREN] = ACTIONS(408), + [anon_sym_GT_LPAREN] = ACTIONS(408), + [sym_word] = ACTIONS(412), + [sym_comment] = ACTIONS(52), }, [691] = { - [anon_sym_RBRACE] = ACTIONS(1761), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(414), + [sym__concat] = ACTIONS(414), + [sym_variable_name] = ACTIONS(414), + [anon_sym_PIPE] = ACTIONS(426), + [anon_sym_RPAREN] = ACTIONS(414), + [anon_sym_PIPE_AMP] = ACTIONS(414), + [anon_sym_AMP_AMP] = ACTIONS(414), + [anon_sym_PIPE_PIPE] = ACTIONS(426), + [anon_sym_LT] = ACTIONS(426), + [anon_sym_GT] = ACTIONS(426), + [anon_sym_GT_GT] = ACTIONS(414), + [anon_sym_AMP_GT] = ACTIONS(426), + [anon_sym_AMP_GT_GT] = ACTIONS(414), + [anon_sym_LT_AMP] = ACTIONS(414), + [anon_sym_GT_AMP] = ACTIONS(414), + [anon_sym_DQUOTE] = ACTIONS(414), + [sym_raw_string] = ACTIONS(414), + [anon_sym_DOLLAR] = ACTIONS(426), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(414), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(414), + [anon_sym_BQUOTE] = ACTIONS(414), + [anon_sym_LT_LPAREN] = ACTIONS(414), + [anon_sym_GT_LPAREN] = ACTIONS(414), + [sym_word] = ACTIONS(416), + [sym_comment] = ACTIONS(52), }, [692] = { - [sym_file_descriptor] = ACTIONS(1245), - [sym__concat] = ACTIONS(1245), - [sym_variable_name] = ACTIONS(1245), - [anon_sym_PIPE] = ACTIONS(1247), - [anon_sym_RPAREN] = ACTIONS(1247), - [anon_sym_SEMI_SEMI] = ACTIONS(1247), - [anon_sym_PIPE_AMP] = ACTIONS(1247), - [anon_sym_AMP_AMP] = ACTIONS(1247), - [anon_sym_PIPE_PIPE] = ACTIONS(1247), - [anon_sym_LT] = ACTIONS(1247), - [anon_sym_GT] = ACTIONS(1247), - [anon_sym_GT_GT] = ACTIONS(1247), - [anon_sym_AMP_GT] = ACTIONS(1247), - [anon_sym_AMP_GT_GT] = ACTIONS(1247), - [anon_sym_LT_AMP] = ACTIONS(1247), - [anon_sym_GT_AMP] = ACTIONS(1247), - [anon_sym_DQUOTE] = ACTIONS(1247), - [sym_raw_string] = ACTIONS(1247), - [anon_sym_DOLLAR] = ACTIONS(1247), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1247), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1247), - [anon_sym_BQUOTE] = ACTIONS(1247), - [anon_sym_LT_LPAREN] = ACTIONS(1247), - [anon_sym_GT_LPAREN] = ACTIONS(1247), - [sym_word] = ACTIONS(1247), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1247), - [anon_sym_LF] = ACTIONS(1247), - [anon_sym_AMP] = ACTIONS(1247), + [sym_file_descriptor] = ACTIONS(418), + [sym__concat] = ACTIONS(418), + [sym_variable_name] = ACTIONS(418), + [anon_sym_PIPE] = ACTIONS(690), + [anon_sym_RPAREN] = ACTIONS(418), + [anon_sym_PIPE_AMP] = ACTIONS(418), + [anon_sym_AMP_AMP] = ACTIONS(418), + [anon_sym_PIPE_PIPE] = ACTIONS(690), + [anon_sym_LT] = ACTIONS(690), + [anon_sym_GT] = ACTIONS(690), + [anon_sym_GT_GT] = ACTIONS(418), + [anon_sym_AMP_GT] = ACTIONS(690), + [anon_sym_AMP_GT_GT] = ACTIONS(418), + [anon_sym_LT_AMP] = ACTIONS(418), + [anon_sym_GT_AMP] = ACTIONS(418), + [anon_sym_DQUOTE] = ACTIONS(418), + [sym_raw_string] = ACTIONS(418), + [anon_sym_DOLLAR] = ACTIONS(690), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(418), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(418), + [anon_sym_BQUOTE] = ACTIONS(418), + [anon_sym_LT_LPAREN] = ACTIONS(418), + [anon_sym_GT_LPAREN] = ACTIONS(418), + [sym_word] = ACTIONS(420), + [sym_comment] = ACTIONS(52), }, [693] = { - [sym_file_descriptor] = ACTIONS(1249), - [sym__concat] = ACTIONS(1249), - [sym_variable_name] = ACTIONS(1249), - [anon_sym_PIPE] = ACTIONS(1251), - [anon_sym_RPAREN] = ACTIONS(1251), - [anon_sym_SEMI_SEMI] = ACTIONS(1251), - [anon_sym_PIPE_AMP] = ACTIONS(1251), - [anon_sym_AMP_AMP] = ACTIONS(1251), - [anon_sym_PIPE_PIPE] = ACTIONS(1251), - [anon_sym_LT] = ACTIONS(1251), - [anon_sym_GT] = ACTIONS(1251), - [anon_sym_GT_GT] = ACTIONS(1251), - [anon_sym_AMP_GT] = ACTIONS(1251), - [anon_sym_AMP_GT_GT] = ACTIONS(1251), - [anon_sym_LT_AMP] = ACTIONS(1251), - [anon_sym_GT_AMP] = ACTIONS(1251), - [anon_sym_DQUOTE] = ACTIONS(1251), - [sym_raw_string] = ACTIONS(1251), - [anon_sym_DOLLAR] = ACTIONS(1251), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1251), - [anon_sym_BQUOTE] = ACTIONS(1251), - [anon_sym_LT_LPAREN] = ACTIONS(1251), - [anon_sym_GT_LPAREN] = ACTIONS(1251), - [sym_word] = ACTIONS(1251), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1251), - [anon_sym_LF] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1251), + [sym_file_descriptor] = ACTIONS(422), + [sym__concat] = ACTIONS(422), + [sym_variable_name] = ACTIONS(422), + [anon_sym_PIPE] = ACTIONS(692), + [anon_sym_RPAREN] = ACTIONS(422), + [anon_sym_PIPE_AMP] = ACTIONS(422), + [anon_sym_AMP_AMP] = ACTIONS(422), + [anon_sym_PIPE_PIPE] = ACTIONS(692), + [anon_sym_LT] = ACTIONS(692), + [anon_sym_GT] = ACTIONS(692), + [anon_sym_GT_GT] = ACTIONS(422), + [anon_sym_AMP_GT] = ACTIONS(692), + [anon_sym_AMP_GT_GT] = ACTIONS(422), + [anon_sym_LT_AMP] = ACTIONS(422), + [anon_sym_GT_AMP] = ACTIONS(422), + [anon_sym_DQUOTE] = ACTIONS(422), + [sym_raw_string] = ACTIONS(422), + [anon_sym_DOLLAR] = ACTIONS(692), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(422), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(422), + [anon_sym_BQUOTE] = ACTIONS(422), + [anon_sym_LT_LPAREN] = ACTIONS(422), + [anon_sym_GT_LPAREN] = ACTIONS(422), + [sym_word] = ACTIONS(424), + [sym_comment] = ACTIONS(52), }, [694] = { - [anon_sym_AT] = ACTIONS(1763), - [sym_comment] = ACTIONS(133), + [sym_special_variable_name] = STATE(860), + [anon_sym_RBRACE] = ACTIONS(414), + [anon_sym_LBRACK] = ACTIONS(414), + [anon_sym_EQ] = ACTIONS(414), + [anon_sym_DOLLAR] = ACTIONS(156), + [anon_sym_POUND] = ACTIONS(156), + [anon_sym_AT] = ACTIONS(156), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_QMARK] = ACTIONS(414), + [anon_sym_COLON_DASH] = ACTIONS(414), + [anon_sym_PERCENT] = ACTIONS(414), + [anon_sym_SLASH] = ACTIONS(414), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(1690), + [anon_sym_STAR] = ACTIONS(156), + [anon_sym_QMARK] = ACTIONS(156), + [anon_sym_DASH] = ACTIONS(156), + [anon_sym_BANG] = ACTIONS(156), + [anon_sym_0] = ACTIONS(162), + [anon_sym__] = ACTIONS(162), }, [695] = { - [sym_file_descriptor] = ACTIONS(1255), - [sym__concat] = ACTIONS(1255), - [sym_variable_name] = ACTIONS(1255), - [anon_sym_PIPE] = ACTIONS(1257), - [anon_sym_RPAREN] = ACTIONS(1257), - [anon_sym_SEMI_SEMI] = ACTIONS(1257), - [anon_sym_PIPE_AMP] = ACTIONS(1257), - [anon_sym_AMP_AMP] = ACTIONS(1257), - [anon_sym_PIPE_PIPE] = ACTIONS(1257), - [anon_sym_LT] = ACTIONS(1257), - [anon_sym_GT] = ACTIONS(1257), - [anon_sym_GT_GT] = ACTIONS(1257), - [anon_sym_AMP_GT] = ACTIONS(1257), - [anon_sym_AMP_GT_GT] = ACTIONS(1257), - [anon_sym_LT_AMP] = ACTIONS(1257), - [anon_sym_GT_AMP] = ACTIONS(1257), - [anon_sym_DQUOTE] = ACTIONS(1257), - [sym_raw_string] = ACTIONS(1257), - [anon_sym_DOLLAR] = ACTIONS(1257), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1257), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1257), - [anon_sym_BQUOTE] = ACTIONS(1257), - [anon_sym_LT_LPAREN] = ACTIONS(1257), - [anon_sym_GT_LPAREN] = ACTIONS(1257), - [sym_word] = ACTIONS(1257), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1257), - [anon_sym_LF] = ACTIONS(1257), - [anon_sym_AMP] = ACTIONS(1257), + [anon_sym_RBRACE] = ACTIONS(1692), + [anon_sym_LBRACK] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(1696), + [anon_sym_COLON] = ACTIONS(1698), + [anon_sym_COLON_QMARK] = ACTIONS(1696), + [anon_sym_COLON_DASH] = ACTIONS(1696), + [anon_sym_PERCENT] = ACTIONS(1696), + [anon_sym_SLASH] = ACTIONS(1696), + [sym_comment] = ACTIONS(52), }, [696] = { - [anon_sym_AT] = ACTIONS(1765), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1700), + [anon_sym_LBRACK] = ACTIONS(1702), + [anon_sym_EQ] = ACTIONS(1704), + [anon_sym_COLON] = ACTIONS(1706), + [anon_sym_COLON_QMARK] = ACTIONS(1704), + [anon_sym_COLON_DASH] = ACTIONS(1704), + [anon_sym_PERCENT] = ACTIONS(1704), + [anon_sym_SLASH] = ACTIONS(1704), + [sym_comment] = ACTIONS(52), }, [697] = { - [anon_sym_RBRACK] = ACTIONS(1767), - [sym_comment] = ACTIONS(133), + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(1708), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(480), + [sym_comment] = ACTIONS(52), }, [698] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(383), - [anon_sym_RBRACE] = ACTIONS(1769), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(1708), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(500), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(236), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), }, [699] = { - [anon_sym_RBRACE] = ACTIONS(1769), - [sym_comment] = ACTIONS(133), + [anon_sym_PIPE] = ACTIONS(504), + [anon_sym_PIPE_AMP] = ACTIONS(506), + [anon_sym_AMP_AMP] = ACTIONS(508), + [anon_sym_PIPE_PIPE] = ACTIONS(508), + [anon_sym_BQUOTE] = ACTIONS(1708), + [sym_comment] = ACTIONS(52), }, [700] = { - [anon_sym_RBRACK] = ACTIONS(1771), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(504), + [anon_sym_PIPE_AMP] = ACTIONS(506), + [anon_sym_AMP_AMP] = ACTIONS(508), + [anon_sym_PIPE_PIPE] = ACTIONS(510), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(1708), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), }, [701] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(383), - [anon_sym_RBRACE] = ACTIONS(1773), - [sym_comment] = ACTIONS(133), + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(1710), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(480), + [sym_comment] = ACTIONS(52), }, [702] = { - [anon_sym_RBRACE] = ACTIONS(1773), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(1710), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(500), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(236), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), }, [703] = { - [sym__concat] = ACTIONS(815), - [anon_sym_SEMI_SEMI] = ACTIONS(817), - [anon_sym_DQUOTE] = ACTIONS(817), - [sym_raw_string] = ACTIONS(817), - [anon_sym_DOLLAR] = ACTIONS(817), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(817), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(817), - [anon_sym_BQUOTE] = ACTIONS(817), - [anon_sym_LT_LPAREN] = ACTIONS(817), - [anon_sym_GT_LPAREN] = ACTIONS(817), - [sym_word] = ACTIONS(817), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(817), - [anon_sym_LF] = ACTIONS(817), - [anon_sym_AMP] = ACTIONS(817), + [sym_concatenation] = STATE(602), + [sym_string] = STATE(601), + [sym_simple_expansion] = STATE(601), + [sym_expansion] = STATE(601), + [sym_command_substitution] = STATE(601), + [sym_process_substitution] = STATE(601), + [anon_sym_SEMI_SEMI] = ACTIONS(1712), + [anon_sym_DQUOTE] = ACTIONS(1106), + [sym_raw_string] = ACTIONS(1108), + [anon_sym_DOLLAR] = ACTIONS(1110), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1112), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1114), + [anon_sym_BQUOTE] = ACTIONS(1116), + [anon_sym_LT_LPAREN] = ACTIONS(1118), + [anon_sym_GT_LPAREN] = ACTIONS(1118), + [sym_word] = ACTIONS(1108), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1712), + [anon_sym_LF] = ACTIONS(1712), + [anon_sym_AMP] = ACTIONS(1712), }, [704] = { - [sym__concat] = ACTIONS(823), - [anon_sym_SEMI_SEMI] = ACTIONS(825), - [anon_sym_DQUOTE] = ACTIONS(825), - [sym_raw_string] = ACTIONS(825), - [anon_sym_DOLLAR] = ACTIONS(825), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(825), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(825), - [anon_sym_BQUOTE] = ACTIONS(825), - [anon_sym_LT_LPAREN] = ACTIONS(825), - [anon_sym_GT_LPAREN] = ACTIONS(825), - [sym_word] = ACTIONS(825), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(825), - [anon_sym_LF] = ACTIONS(825), - [anon_sym_AMP] = ACTIONS(825), + [anon_sym_PIPE] = ACTIONS(1714), + [anon_sym_RPAREN] = ACTIONS(1716), + [anon_sym_PIPE_AMP] = ACTIONS(1716), + [anon_sym_AMP_AMP] = ACTIONS(1716), + [anon_sym_PIPE_PIPE] = ACTIONS(1716), + [anon_sym_BQUOTE] = ACTIONS(1716), + [sym_comment] = ACTIONS(52), }, [705] = { - [sym_string] = STATE(819), - [sym_simple_expansion] = STATE(819), - [sym_expansion] = STATE(819), - [sym_command_substitution] = STATE(819), - [sym_process_substitution] = STATE(819), - [anon_sym_DQUOTE] = ACTIONS(649), - [sym_raw_string] = ACTIONS(1775), - [anon_sym_DOLLAR] = ACTIONS(653), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(655), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(657), - [anon_sym_BQUOTE] = ACTIONS(659), - [anon_sym_LT_LPAREN] = ACTIONS(661), - [anon_sym_GT_LPAREN] = ACTIONS(661), - [sym_word] = ACTIONS(1777), - [sym_comment] = ACTIONS(133), + [sym__terminated_statement] = STATE(605), + [sym_for_statement] = STATE(377), + [sym_while_statement] = STATE(377), + [sym_if_statement] = STATE(377), + [sym_case_statement] = STATE(377), + [sym_function_definition] = STATE(377), + [sym_subshell] = STATE(377), + [sym_pipeline] = STATE(377), + [sym_list] = STATE(377), + [sym_bracket_command] = STATE(377), + [sym_command] = STATE(377), + [sym_command_name] = STATE(24), + [sym_environment_variable_assignment] = STATE(378), + [sym_subscript] = STATE(26), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(28), + [sym_string] = STATE(14), + [sym_simple_expansion] = STATE(14), + [sym_expansion] = STATE(14), + [sym_command_substitution] = STATE(14), + [sym_process_substitution] = STATE(14), + [aux_sym_command_repeat1] = STATE(30), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(12), + [anon_sym_for] = ACTIONS(16), + [anon_sym_while] = ACTIONS(18), + [anon_sym_done] = ACTIONS(1718), + [anon_sym_if] = ACTIONS(20), + [anon_sym_case] = ACTIONS(22), + [anon_sym_function] = ACTIONS(24), + [anon_sym_LPAREN] = ACTIONS(26), + [anon_sym_LBRACK] = ACTIONS(28), + [anon_sym_LBRACK_LBRACK] = ACTIONS(30), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(36), + [sym_raw_string] = ACTIONS(38), + [anon_sym_DOLLAR] = ACTIONS(40), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(42), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(44), + [anon_sym_BQUOTE] = ACTIONS(46), + [anon_sym_LT_LPAREN] = ACTIONS(48), + [anon_sym_GT_LPAREN] = ACTIONS(48), + [sym_word] = ACTIONS(50), + [sym_comment] = ACTIONS(52), }, [706] = { - [anon_sym_RBRACE] = ACTIONS(1779), - [anon_sym_LBRACK] = ACTIONS(1781), - [sym_comment] = ACTIONS(133), + [anon_sym_PIPE] = ACTIONS(1720), + [anon_sym_RPAREN] = ACTIONS(1722), + [anon_sym_PIPE_AMP] = ACTIONS(1722), + [anon_sym_AMP_AMP] = ACTIONS(1722), + [anon_sym_PIPE_PIPE] = ACTIONS(1722), + [anon_sym_BQUOTE] = ACTIONS(1722), + [sym_comment] = ACTIONS(52), }, [707] = { - [anon_sym_RBRACE] = ACTIONS(1783), - [anon_sym_LBRACK] = ACTIONS(1785), - [sym_comment] = ACTIONS(133), + [anon_sym_fi] = ACTIONS(1724), + [sym_comment] = ACTIONS(52), }, [708] = { - [sym__concat] = ACTIONS(839), - [anon_sym_SEMI_SEMI] = ACTIONS(841), - [anon_sym_DQUOTE] = ACTIONS(841), - [sym_raw_string] = ACTIONS(841), - [anon_sym_DOLLAR] = ACTIONS(841), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(841), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(841), - [anon_sym_BQUOTE] = ACTIONS(841), - [anon_sym_LT_LPAREN] = ACTIONS(841), - [anon_sym_GT_LPAREN] = ACTIONS(841), - [sym_word] = ACTIONS(841), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(841), - [anon_sym_LF] = ACTIONS(841), - [anon_sym_AMP] = ACTIONS(841), + [sym__terminated_statement] = STATE(613), + [sym_for_statement] = STATE(384), + [sym_while_statement] = STATE(384), + [sym_if_statement] = STATE(384), + [sym_elif_clause] = STATE(385), + [sym_else_clause] = STATE(872), + [sym_case_statement] = STATE(384), + [sym_function_definition] = STATE(384), + [sym_subshell] = STATE(384), + [sym_pipeline] = STATE(384), + [sym_list] = STATE(384), + [sym_bracket_command] = STATE(384), + [sym_command] = STATE(384), + [sym_command_name] = STATE(24), + [sym_environment_variable_assignment] = STATE(387), + [sym_subscript] = STATE(26), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(28), + [sym_string] = STATE(14), + [sym_simple_expansion] = STATE(14), + [sym_expansion] = STATE(14), + [sym_command_substitution] = STATE(14), + [sym_process_substitution] = STATE(14), + [aux_sym_if_statement_repeat1] = STATE(873), + [aux_sym_command_repeat1] = STATE(30), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(12), + [anon_sym_for] = ACTIONS(16), + [anon_sym_while] = ACTIONS(18), + [anon_sym_if] = ACTIONS(20), + [anon_sym_fi] = ACTIONS(1726), + [anon_sym_elif] = ACTIONS(630), + [anon_sym_else] = ACTIONS(632), + [anon_sym_case] = ACTIONS(22), + [anon_sym_function] = ACTIONS(24), + [anon_sym_LPAREN] = ACTIONS(26), + [anon_sym_LBRACK] = ACTIONS(28), + [anon_sym_LBRACK_LBRACK] = ACTIONS(30), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(36), + [sym_raw_string] = ACTIONS(38), + [anon_sym_DOLLAR] = ACTIONS(40), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(42), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(44), + [anon_sym_BQUOTE] = ACTIONS(46), + [anon_sym_LT_LPAREN] = ACTIONS(48), + [anon_sym_GT_LPAREN] = ACTIONS(48), + [sym_word] = ACTIONS(50), + [sym_comment] = ACTIONS(52), }, [709] = { - [anon_sym_AT] = ACTIONS(1787), - [sym_comment] = ACTIONS(133), + [sym_elif_clause] = STATE(616), + [sym_else_clause] = STATE(872), + [anon_sym_fi] = ACTIONS(1724), + [anon_sym_elif] = ACTIONS(1138), + [anon_sym_else] = ACTIONS(1140), + [sym_comment] = ACTIONS(52), }, [710] = { - [sym_concatenation] = STATE(826), - [sym_string] = STATE(825), - [sym_simple_expansion] = STATE(825), - [sym_expansion] = STATE(825), - [sym_command_substitution] = STATE(825), - [sym_process_substitution] = STATE(825), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1789), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(1791), - [sym_comment] = ACTIONS(133), + [sym_case_item] = STATE(619), + [sym_concatenation] = STATE(620), + [sym_string] = STATE(618), + [sym_simple_expansion] = STATE(618), + [sym_expansion] = STATE(618), + [sym_command_substitution] = STATE(618), + [sym_process_substitution] = STATE(618), + [aux_sym_case_statement_repeat1] = STATE(875), + [anon_sym_esac] = ACTIONS(1728), + [anon_sym_DQUOTE] = ACTIONS(252), + [sym_raw_string] = ACTIONS(1144), + [anon_sym_DOLLAR] = ACTIONS(256), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(258), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(260), + [anon_sym_BQUOTE] = ACTIONS(262), + [anon_sym_LT_LPAREN] = ACTIONS(264), + [anon_sym_GT_LPAREN] = ACTIONS(264), + [sym_word] = ACTIONS(1146), + [sym_comment] = ACTIONS(52), }, [711] = { - [sym__concat] = ACTIONS(849), - [anon_sym_SEMI_SEMI] = ACTIONS(851), - [anon_sym_DQUOTE] = ACTIONS(851), - [sym_raw_string] = ACTIONS(851), - [anon_sym_DOLLAR] = ACTIONS(851), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(851), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(851), - [anon_sym_BQUOTE] = ACTIONS(851), - [anon_sym_LT_LPAREN] = ACTIONS(851), - [anon_sym_GT_LPAREN] = ACTIONS(851), - [sym_word] = ACTIONS(851), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(851), - [anon_sym_LF] = ACTIONS(851), - [anon_sym_AMP] = ACTIONS(851), + [anon_sym_SEMI_SEMI] = ACTIONS(1730), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1730), + [anon_sym_LF] = ACTIONS(1730), + [anon_sym_AMP] = ACTIONS(1730), }, [712] = { - [anon_sym_AT] = ACTIONS(1793), - [sym_comment] = ACTIONS(133), + [sym_compound_statement] = STATE(877), + [anon_sym_LBRACE] = ACTIONS(1376), + [sym_comment] = ACTIONS(52), }, [713] = { - [sym_concatenation] = STATE(829), - [sym_string] = STATE(828), - [sym_simple_expansion] = STATE(828), - [sym_expansion] = STATE(828), - [sym_command_substitution] = STATE(828), - [sym_process_substitution] = STATE(828), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1795), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(1797), - [sym_comment] = ACTIONS(133), + [anon_sym_PIPE] = ACTIONS(1732), + [anon_sym_RPAREN] = ACTIONS(1734), + [anon_sym_PIPE_AMP] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_BQUOTE] = ACTIONS(1734), + [sym_comment] = ACTIONS(52), }, [714] = { - [sym__concat] = ACTIONS(917), - [anon_sym_SEMI_SEMI] = ACTIONS(919), - [anon_sym_DQUOTE] = ACTIONS(919), - [sym_raw_string] = ACTIONS(919), - [anon_sym_DOLLAR] = ACTIONS(919), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(919), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(919), - [anon_sym_BQUOTE] = ACTIONS(919), - [anon_sym_LT_LPAREN] = ACTIONS(919), - [anon_sym_GT_LPAREN] = ACTIONS(919), - [sym_word] = ACTIONS(919), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(919), - [anon_sym_LF] = ACTIONS(919), - [anon_sym_AMP] = ACTIONS(919), + [sym_file_descriptor] = ACTIONS(516), + [sym_variable_name] = ACTIONS(516), + [anon_sym_for] = ACTIONS(518), + [anon_sym_while] = ACTIONS(518), + [anon_sym_if] = ACTIONS(518), + [anon_sym_case] = ACTIONS(518), + [anon_sym_RPAREN] = ACTIONS(1736), + [anon_sym_function] = ACTIONS(518), + [anon_sym_LPAREN] = ACTIONS(516), + [anon_sym_LBRACK] = ACTIONS(518), + [anon_sym_LBRACK_LBRACK] = ACTIONS(518), + [anon_sym_LT] = ACTIONS(518), + [anon_sym_GT] = ACTIONS(518), + [anon_sym_GT_GT] = ACTIONS(516), + [anon_sym_AMP_GT] = ACTIONS(518), + [anon_sym_AMP_GT_GT] = ACTIONS(516), + [anon_sym_LT_AMP] = ACTIONS(516), + [anon_sym_GT_AMP] = ACTIONS(516), + [anon_sym_DQUOTE] = ACTIONS(516), + [sym_raw_string] = ACTIONS(516), + [anon_sym_DOLLAR] = ACTIONS(518), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(516), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(516), + [anon_sym_BQUOTE] = ACTIONS(516), + [anon_sym_LT_LPAREN] = ACTIONS(516), + [anon_sym_GT_LPAREN] = ACTIONS(516), + [sym_word] = ACTIONS(520), + [sym_comment] = ACTIONS(52), }, [715] = { - [sym__concat] = ACTIONS(955), - [anon_sym_SEMI_SEMI] = ACTIONS(957), - [anon_sym_DQUOTE] = ACTIONS(957), - [sym_raw_string] = ACTIONS(957), - [anon_sym_DOLLAR] = ACTIONS(957), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(957), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(957), - [anon_sym_BQUOTE] = ACTIONS(957), - [anon_sym_LT_LPAREN] = ACTIONS(957), - [anon_sym_GT_LPAREN] = ACTIONS(957), - [sym_word] = ACTIONS(957), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(957), - [anon_sym_LF] = ACTIONS(957), - [anon_sym_AMP] = ACTIONS(957), + [sym_file_descriptor] = ACTIONS(1282), + [sym__concat] = ACTIONS(1282), + [anon_sym_PIPE] = ACTIONS(1608), + [anon_sym_RPAREN] = ACTIONS(1282), + [anon_sym_PIPE_AMP] = ACTIONS(1282), + [anon_sym_AMP_AMP] = ACTIONS(1282), + [anon_sym_PIPE_PIPE] = ACTIONS(1608), + [anon_sym_LT] = ACTIONS(1608), + [anon_sym_GT] = ACTIONS(1608), + [anon_sym_GT_GT] = ACTIONS(1282), + [anon_sym_AMP_GT] = ACTIONS(1608), + [anon_sym_AMP_GT_GT] = ACTIONS(1282), + [anon_sym_LT_AMP] = ACTIONS(1282), + [anon_sym_GT_AMP] = ACTIONS(1282), + [anon_sym_LT_LT] = ACTIONS(1608), + [anon_sym_LT_LT_DASH] = ACTIONS(1282), + [anon_sym_DQUOTE] = ACTIONS(1282), + [sym_raw_string] = ACTIONS(1282), + [anon_sym_DOLLAR] = ACTIONS(1608), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1282), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1282), + [anon_sym_BQUOTE] = ACTIONS(1282), + [anon_sym_LT_LPAREN] = ACTIONS(1282), + [anon_sym_GT_LPAREN] = ACTIONS(1282), + [sym_word] = ACTIONS(1284), + [sym_comment] = ACTIONS(52), }, [716] = { - [anon_sym_PIPE] = ACTIONS(1799), - [anon_sym_RPAREN] = ACTIONS(1799), - [anon_sym_SEMI_SEMI] = ACTIONS(1799), - [anon_sym_PIPE_AMP] = ACTIONS(1799), - [anon_sym_AMP_AMP] = ACTIONS(1799), - [anon_sym_PIPE_PIPE] = ACTIONS(1799), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1799), - [anon_sym_LF] = ACTIONS(1799), - [anon_sym_AMP] = ACTIONS(1799), + [sym_file_descriptor] = ACTIONS(1286), + [sym__concat] = ACTIONS(1286), + [anon_sym_PIPE] = ACTIONS(1610), + [anon_sym_RPAREN] = ACTIONS(1286), + [anon_sym_PIPE_AMP] = ACTIONS(1286), + [anon_sym_AMP_AMP] = ACTIONS(1286), + [anon_sym_PIPE_PIPE] = ACTIONS(1610), + [anon_sym_LT] = ACTIONS(1610), + [anon_sym_GT] = ACTIONS(1610), + [anon_sym_GT_GT] = ACTIONS(1286), + [anon_sym_AMP_GT] = ACTIONS(1610), + [anon_sym_AMP_GT_GT] = ACTIONS(1286), + [anon_sym_LT_AMP] = ACTIONS(1286), + [anon_sym_GT_AMP] = ACTIONS(1286), + [anon_sym_LT_LT] = ACTIONS(1610), + [anon_sym_LT_LT_DASH] = ACTIONS(1286), + [anon_sym_DQUOTE] = ACTIONS(1286), + [sym_raw_string] = ACTIONS(1286), + [anon_sym_DOLLAR] = ACTIONS(1610), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1286), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1286), + [anon_sym_BQUOTE] = ACTIONS(1286), + [anon_sym_LT_LPAREN] = ACTIONS(1286), + [anon_sym_GT_LPAREN] = ACTIONS(1286), + [sym_word] = ACTIONS(1288), + [sym_comment] = ACTIONS(52), }, [717] = { - [sym__terminated_statement] = STATE(22), - [sym_for_statement] = STATE(23), - [sym_while_statement] = STATE(23), - [sym_if_statement] = STATE(23), - [sym_case_statement] = STATE(23), - [sym_function_definition] = STATE(23), - [sym_subshell] = STATE(23), - [sym_pipeline] = STATE(23), - [sym_list] = STATE(23), - [sym_bracket_command] = STATE(23), - [sym_command] = STATE(23), - [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(25), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [aux_sym_program_repeat1] = STATE(830), - [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_fi] = ACTIONS(1801), - [anon_sym_elif] = ACTIONS(1801), - [anon_sym_else] = ACTIONS(1801), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), + [anon_sym_AT] = ACTIONS(1738), + [sym_comment] = ACTIONS(52), }, [718] = { - [anon_sym_PIPE] = ACTIONS(1803), - [anon_sym_RPAREN] = ACTIONS(1803), - [anon_sym_SEMI_SEMI] = ACTIONS(1803), - [anon_sym_PIPE_AMP] = ACTIONS(1803), - [anon_sym_AMP_AMP] = ACTIONS(1803), - [anon_sym_PIPE_PIPE] = ACTIONS(1803), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1803), - [anon_sym_LF] = ACTIONS(1803), - [anon_sym_AMP] = ACTIONS(1803), + [sym_file_descriptor] = ACTIONS(1292), + [sym__concat] = ACTIONS(1292), + [anon_sym_PIPE] = ACTIONS(1614), + [anon_sym_RPAREN] = ACTIONS(1292), + [anon_sym_PIPE_AMP] = ACTIONS(1292), + [anon_sym_AMP_AMP] = ACTIONS(1292), + [anon_sym_PIPE_PIPE] = ACTIONS(1614), + [anon_sym_LT] = ACTIONS(1614), + [anon_sym_GT] = ACTIONS(1614), + [anon_sym_GT_GT] = ACTIONS(1292), + [anon_sym_AMP_GT] = ACTIONS(1614), + [anon_sym_AMP_GT_GT] = ACTIONS(1292), + [anon_sym_LT_AMP] = ACTIONS(1292), + [anon_sym_GT_AMP] = ACTIONS(1292), + [anon_sym_LT_LT] = ACTIONS(1614), + [anon_sym_LT_LT_DASH] = ACTIONS(1292), + [anon_sym_DQUOTE] = ACTIONS(1292), + [sym_raw_string] = ACTIONS(1292), + [anon_sym_DOLLAR] = ACTIONS(1614), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1292), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1292), + [anon_sym_BQUOTE] = ACTIONS(1292), + [anon_sym_LT_LPAREN] = ACTIONS(1292), + [anon_sym_GT_LPAREN] = ACTIONS(1292), + [sym_word] = ACTIONS(1294), + [sym_comment] = ACTIONS(52), }, [719] = { - [anon_sym_fi] = ACTIONS(1805), - [sym_comment] = ACTIONS(133), + [anon_sym_AT] = ACTIONS(1740), + [sym_comment] = ACTIONS(52), }, [720] = { - [sym_concatenation] = STATE(833), - [sym_string] = STATE(832), - [sym_simple_expansion] = STATE(832), - [sym_expansion] = STATE(832), - [sym_command_substitution] = STATE(832), - [sym_process_substitution] = STATE(832), - [anon_sym_DQUOTE] = ACTIONS(313), - [sym_raw_string] = ACTIONS(1807), - [anon_sym_DOLLAR] = ACTIONS(317), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(319), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(321), - [anon_sym_BQUOTE] = ACTIONS(323), - [anon_sym_LT_LPAREN] = ACTIONS(325), - [anon_sym_GT_LPAREN] = ACTIONS(325), - [sym_word] = ACTIONS(1809), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACK] = ACTIONS(1742), + [sym_comment] = ACTIONS(52), }, [721] = { - [sym__terminated_statement] = STATE(22), - [sym_for_statement] = STATE(23), - [sym_while_statement] = STATE(23), - [sym_if_statement] = STATE(23), - [sym_case_statement] = STATE(23), - [sym_function_definition] = STATE(23), - [sym_subshell] = STATE(23), - [sym_pipeline] = STATE(23), - [sym_list] = STATE(23), - [sym_bracket_command] = STATE(23), - [sym_command] = STATE(23), - [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(25), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [aux_sym_program_repeat1] = STATE(835), - [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_case] = ACTIONS(103), - [anon_sym_SEMI_SEMI] = ACTIONS(1811), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), + [aux_sym_concatenation_repeat1] = STATE(189), + [sym__concat] = ACTIONS(322), + [anon_sym_RBRACE] = ACTIONS(1744), + [sym_comment] = ACTIONS(52), }, [722] = { - [anon_sym_PIPE] = ACTIONS(1813), - [anon_sym_RPAREN] = ACTIONS(1815), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1744), + [sym_comment] = ACTIONS(52), }, [723] = { - [anon_sym_PIPE] = ACTIONS(1817), - [anon_sym_RPAREN] = ACTIONS(1817), - [anon_sym_SEMI_SEMI] = ACTIONS(1817), - [anon_sym_PIPE_AMP] = ACTIONS(1817), - [anon_sym_AMP_AMP] = ACTIONS(1817), - [anon_sym_PIPE_PIPE] = ACTIONS(1817), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1817), - [anon_sym_LF] = ACTIONS(1817), - [anon_sym_AMP] = ACTIONS(1817), + [anon_sym_RBRACK] = ACTIONS(1746), + [sym_comment] = ACTIONS(52), }, [724] = { - [anon_sym_esac] = ACTIONS(1819), - [anon_sym_DQUOTE] = ACTIONS(1821), - [sym_raw_string] = ACTIONS(1821), - [anon_sym_DOLLAR] = ACTIONS(1819), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1821), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1821), - [anon_sym_BQUOTE] = ACTIONS(1821), - [anon_sym_LT_LPAREN] = ACTIONS(1821), - [anon_sym_GT_LPAREN] = ACTIONS(1821), - [sym_word] = ACTIONS(1823), - [sym_comment] = ACTIONS(133), + [aux_sym_concatenation_repeat1] = STATE(189), + [sym__concat] = ACTIONS(322), + [anon_sym_RBRACE] = ACTIONS(1748), + [sym_comment] = ACTIONS(52), }, [725] = { - [sym_case_item] = STATE(724), - [sym_concatenation] = STATE(556), - [sym_string] = STATE(554), - [sym_simple_expansion] = STATE(554), - [sym_expansion] = STATE(554), - [sym_command_substitution] = STATE(554), - [sym_process_substitution] = STATE(554), - [anon_sym_esac] = ACTIONS(1825), - [anon_sym_DQUOTE] = ACTIONS(313), - [sym_raw_string] = ACTIONS(1131), - [anon_sym_DOLLAR] = ACTIONS(317), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(319), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(321), - [anon_sym_BQUOTE] = ACTIONS(323), - [anon_sym_LT_LPAREN] = ACTIONS(325), - [anon_sym_GT_LPAREN] = ACTIONS(325), - [sym_word] = ACTIONS(1133), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1748), + [sym_comment] = ACTIONS(52), }, [726] = { - [anon_sym_RBRACK] = ACTIONS(1827), - [sym_comment] = ACTIONS(133), + [sym__terminated_statement] = STATE(22), + [sym_for_statement] = STATE(23), + [sym_while_statement] = STATE(23), + [sym_if_statement] = STATE(23), + [sym_case_statement] = STATE(23), + [sym_function_definition] = STATE(23), + [sym_subshell] = STATE(23), + [sym_pipeline] = STATE(23), + [sym_list] = STATE(23), + [sym_bracket_command] = STATE(23), + [sym_command] = STATE(23), + [sym_command_name] = STATE(24), + [sym_environment_variable_assignment] = STATE(25), + [sym_subscript] = STATE(26), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(28), + [sym_string] = STATE(14), + [sym_simple_expansion] = STATE(14), + [sym_expansion] = STATE(14), + [sym_command_substitution] = STATE(14), + [sym_process_substitution] = STATE(14), + [aux_sym_program_repeat1] = STATE(886), + [aux_sym_command_repeat1] = STATE(30), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(12), + [anon_sym_for] = ACTIONS(16), + [anon_sym_while] = ACTIONS(18), + [anon_sym_if] = ACTIONS(20), + [anon_sym_case] = ACTIONS(22), + [anon_sym_function] = ACTIONS(24), + [anon_sym_LPAREN] = ACTIONS(26), + [anon_sym_RBRACE] = ACTIONS(1750), + [anon_sym_LBRACK] = ACTIONS(28), + [anon_sym_LBRACK_LBRACK] = ACTIONS(30), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(36), + [sym_raw_string] = ACTIONS(38), + [anon_sym_DOLLAR] = ACTIONS(40), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(42), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(44), + [anon_sym_BQUOTE] = ACTIONS(46), + [anon_sym_LT_LPAREN] = ACTIONS(48), + [anon_sym_GT_LPAREN] = ACTIONS(48), + [sym_word] = ACTIONS(50), + [sym_comment] = ACTIONS(52), }, [727] = { - [anon_sym_RBRACK] = ACTIONS(1829), - [sym_comment] = ACTIONS(133), + [anon_sym_PIPE] = ACTIONS(1752), + [anon_sym_RPAREN] = ACTIONS(1754), + [anon_sym_PIPE_AMP] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_BQUOTE] = ACTIONS(1754), + [sym_comment] = ACTIONS(52), }, [728] = { - [anon_sym_RBRACE] = ACTIONS(1831), - [sym_comment] = ACTIONS(133), + [aux_sym_concatenation_repeat1] = STATE(733), + [sym_file_descriptor] = ACTIONS(566), + [sym__concat] = ACTIONS(1392), + [anon_sym_PIPE] = ACTIONS(568), + [anon_sym_RPAREN] = ACTIONS(566), + [anon_sym_PIPE_AMP] = ACTIONS(566), + [anon_sym_AMP_AMP] = ACTIONS(566), + [anon_sym_PIPE_PIPE] = ACTIONS(566), + [anon_sym_LT] = ACTIONS(568), + [anon_sym_GT] = ACTIONS(568), + [anon_sym_GT_GT] = ACTIONS(566), + [anon_sym_AMP_GT] = ACTIONS(568), + [anon_sym_AMP_GT_GT] = ACTIONS(566), + [anon_sym_LT_AMP] = ACTIONS(566), + [anon_sym_GT_AMP] = ACTIONS(566), + [anon_sym_LT_LT] = ACTIONS(568), + [anon_sym_LT_LT_DASH] = ACTIONS(566), + [anon_sym_BQUOTE] = ACTIONS(566), + [sym_comment] = ACTIONS(52), }, [729] = { - [sym__concat] = ACTIONS(1601), - [anon_sym_in] = ACTIONS(1603), - [anon_sym_SEMI_SEMI] = ACTIONS(1603), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1603), - [anon_sym_LF] = ACTIONS(1603), - [anon_sym_AMP] = ACTIONS(1603), + [sym_file_descriptor] = ACTIONS(566), + [anon_sym_PIPE] = ACTIONS(568), + [anon_sym_RPAREN] = ACTIONS(566), + [anon_sym_PIPE_AMP] = ACTIONS(566), + [anon_sym_AMP_AMP] = ACTIONS(566), + [anon_sym_PIPE_PIPE] = ACTIONS(566), + [anon_sym_LT] = ACTIONS(568), + [anon_sym_GT] = ACTIONS(568), + [anon_sym_GT_GT] = ACTIONS(566), + [anon_sym_AMP_GT] = ACTIONS(568), + [anon_sym_AMP_GT_GT] = ACTIONS(566), + [anon_sym_LT_AMP] = ACTIONS(566), + [anon_sym_GT_AMP] = ACTIONS(566), + [anon_sym_LT_LT] = ACTIONS(568), + [anon_sym_LT_LT_DASH] = ACTIONS(566), + [anon_sym_BQUOTE] = ACTIONS(566), + [sym_comment] = ACTIONS(52), }, [730] = { - [anon_sym_RBRACE] = ACTIONS(1833), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(382), + [sym__concat] = ACTIONS(382), + [anon_sym_PIPE] = ACTIONS(678), + [anon_sym_RPAREN] = ACTIONS(382), + [anon_sym_PIPE_AMP] = ACTIONS(382), + [anon_sym_AMP_AMP] = ACTIONS(382), + [anon_sym_PIPE_PIPE] = ACTIONS(382), + [anon_sym_LT] = ACTIONS(678), + [anon_sym_GT] = ACTIONS(678), + [anon_sym_GT_GT] = ACTIONS(382), + [anon_sym_AMP_GT] = ACTIONS(678), + [anon_sym_AMP_GT_GT] = ACTIONS(382), + [anon_sym_LT_AMP] = ACTIONS(382), + [anon_sym_GT_AMP] = ACTIONS(382), + [anon_sym_LT_LT] = ACTIONS(678), + [anon_sym_LT_LT_DASH] = ACTIONS(382), + [anon_sym_BQUOTE] = ACTIONS(382), + [sym_comment] = ACTIONS(52), }, [731] = { - [sym__concat] = ACTIONS(1607), - [anon_sym_in] = ACTIONS(1609), - [anon_sym_SEMI_SEMI] = ACTIONS(1609), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1609), - [anon_sym_LF] = ACTIONS(1609), - [anon_sym_AMP] = ACTIONS(1609), + [sym_simple_expansion] = STATE(250), + [sym_expansion] = STATE(250), + [sym_command_substitution] = STATE(250), + [anon_sym_DQUOTE] = ACTIONS(1756), + [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(402), + [anon_sym_DOLLAR] = ACTIONS(134), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), + [anon_sym_BQUOTE] = ACTIONS(140), + [sym_comment] = ACTIONS(142), }, [732] = { - [anon_sym_RBRACK] = ACTIONS(1835), - [sym_comment] = ACTIONS(133), + [sym_string] = STATE(888), + [sym_simple_expansion] = STATE(888), + [sym_expansion] = STATE(888), + [sym_command_substitution] = STATE(888), + [sym_process_substitution] = STATE(888), + [anon_sym_DQUOTE] = ACTIONS(926), + [sym_raw_string] = ACTIONS(1758), + [anon_sym_DOLLAR] = ACTIONS(930), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(932), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(934), + [anon_sym_BQUOTE] = ACTIONS(936), + [anon_sym_LT_LPAREN] = ACTIONS(938), + [anon_sym_GT_LPAREN] = ACTIONS(938), + [sym_word] = ACTIONS(1760), + [sym_comment] = ACTIONS(52), }, [733] = { - [anon_sym_RBRACK] = ACTIONS(1837), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(408), + [sym__concat] = ACTIONS(1762), + [anon_sym_PIPE] = ACTIONS(688), + [anon_sym_RPAREN] = ACTIONS(408), + [anon_sym_PIPE_AMP] = ACTIONS(408), + [anon_sym_AMP_AMP] = ACTIONS(408), + [anon_sym_PIPE_PIPE] = ACTIONS(408), + [anon_sym_LT] = ACTIONS(688), + [anon_sym_GT] = ACTIONS(688), + [anon_sym_GT_GT] = ACTIONS(408), + [anon_sym_AMP_GT] = ACTIONS(688), + [anon_sym_AMP_GT_GT] = ACTIONS(408), + [anon_sym_LT_AMP] = ACTIONS(408), + [anon_sym_GT_AMP] = ACTIONS(408), + [anon_sym_LT_LT] = ACTIONS(688), + [anon_sym_LT_LT_DASH] = ACTIONS(408), + [anon_sym_BQUOTE] = ACTIONS(408), + [sym_comment] = ACTIONS(52), }, [734] = { - [anon_sym_RBRACE] = ACTIONS(1839), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(414), + [sym__concat] = ACTIONS(414), + [anon_sym_PIPE] = ACTIONS(426), + [anon_sym_RPAREN] = ACTIONS(414), + [anon_sym_PIPE_AMP] = ACTIONS(414), + [anon_sym_AMP_AMP] = ACTIONS(414), + [anon_sym_PIPE_PIPE] = ACTIONS(414), + [anon_sym_LT] = ACTIONS(426), + [anon_sym_GT] = ACTIONS(426), + [anon_sym_GT_GT] = ACTIONS(414), + [anon_sym_AMP_GT] = ACTIONS(426), + [anon_sym_AMP_GT_GT] = ACTIONS(414), + [anon_sym_LT_AMP] = ACTIONS(414), + [anon_sym_GT_AMP] = ACTIONS(414), + [anon_sym_LT_LT] = ACTIONS(426), + [anon_sym_LT_LT_DASH] = ACTIONS(414), + [anon_sym_BQUOTE] = ACTIONS(414), + [sym_comment] = ACTIONS(52), }, [735] = { - [sym__concat] = ACTIONS(1601), - [anon_sym_RBRACE] = ACTIONS(1601), - [anon_sym_RBRACK] = ACTIONS(1841), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1841), - [anon_sym_DQUOTE] = ACTIONS(1601), - [sym_raw_string] = ACTIONS(1601), - [anon_sym_DOLLAR] = ACTIONS(1841), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1601), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1601), - [anon_sym_BQUOTE] = ACTIONS(1601), - [anon_sym_LT_LPAREN] = ACTIONS(1601), - [anon_sym_GT_LPAREN] = ACTIONS(1601), - [sym_word] = ACTIONS(1603), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(418), + [sym__concat] = ACTIONS(418), + [anon_sym_PIPE] = ACTIONS(690), + [anon_sym_RPAREN] = ACTIONS(418), + [anon_sym_PIPE_AMP] = ACTIONS(418), + [anon_sym_AMP_AMP] = ACTIONS(418), + [anon_sym_PIPE_PIPE] = ACTIONS(418), + [anon_sym_LT] = ACTIONS(690), + [anon_sym_GT] = ACTIONS(690), + [anon_sym_GT_GT] = ACTIONS(418), + [anon_sym_AMP_GT] = ACTIONS(690), + [anon_sym_AMP_GT_GT] = ACTIONS(418), + [anon_sym_LT_AMP] = ACTIONS(418), + [anon_sym_GT_AMP] = ACTIONS(418), + [anon_sym_LT_LT] = ACTIONS(690), + [anon_sym_LT_LT_DASH] = ACTIONS(418), + [anon_sym_BQUOTE] = ACTIONS(418), + [sym_comment] = ACTIONS(52), }, [736] = { - [anon_sym_RBRACE] = ACTIONS(1843), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(422), + [sym__concat] = ACTIONS(422), + [anon_sym_PIPE] = ACTIONS(692), + [anon_sym_RPAREN] = ACTIONS(422), + [anon_sym_PIPE_AMP] = ACTIONS(422), + [anon_sym_AMP_AMP] = ACTIONS(422), + [anon_sym_PIPE_PIPE] = ACTIONS(422), + [anon_sym_LT] = ACTIONS(692), + [anon_sym_GT] = ACTIONS(692), + [anon_sym_GT_GT] = ACTIONS(422), + [anon_sym_AMP_GT] = ACTIONS(692), + [anon_sym_AMP_GT_GT] = ACTIONS(422), + [anon_sym_LT_AMP] = ACTIONS(422), + [anon_sym_GT_AMP] = ACTIONS(422), + [anon_sym_LT_LT] = ACTIONS(692), + [anon_sym_LT_LT_DASH] = ACTIONS(422), + [anon_sym_BQUOTE] = ACTIONS(422), + [sym_comment] = ACTIONS(52), }, [737] = { - [sym__concat] = ACTIONS(1607), - [anon_sym_RBRACE] = ACTIONS(1607), - [anon_sym_RBRACK] = ACTIONS(1845), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1845), - [anon_sym_DQUOTE] = ACTIONS(1607), - [sym_raw_string] = ACTIONS(1607), - [anon_sym_DOLLAR] = ACTIONS(1845), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1607), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1607), - [anon_sym_BQUOTE] = ACTIONS(1607), - [anon_sym_LT_LPAREN] = ACTIONS(1607), - [anon_sym_GT_LPAREN] = ACTIONS(1607), - [sym_word] = ACTIONS(1609), - [sym_comment] = ACTIONS(133), + [sym_special_variable_name] = STATE(891), + [anon_sym_RBRACE] = ACTIONS(414), + [anon_sym_LBRACK] = ACTIONS(414), + [anon_sym_EQ] = ACTIONS(414), + [anon_sym_DOLLAR] = ACTIONS(156), + [anon_sym_POUND] = ACTIONS(156), + [anon_sym_AT] = ACTIONS(156), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_QMARK] = ACTIONS(414), + [anon_sym_COLON_DASH] = ACTIONS(414), + [anon_sym_PERCENT] = ACTIONS(414), + [anon_sym_SLASH] = ACTIONS(414), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(1764), + [anon_sym_STAR] = ACTIONS(156), + [anon_sym_QMARK] = ACTIONS(156), + [anon_sym_DASH] = ACTIONS(156), + [anon_sym_BANG] = ACTIONS(156), + [anon_sym_0] = ACTIONS(162), + [anon_sym__] = ACTIONS(162), }, [738] = { - [anon_sym_RBRACK] = ACTIONS(1847), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(1768), + [anon_sym_EQ] = ACTIONS(1770), + [anon_sym_COLON] = ACTIONS(1772), + [anon_sym_COLON_QMARK] = ACTIONS(1770), + [anon_sym_COLON_DASH] = ACTIONS(1770), + [anon_sym_PERCENT] = ACTIONS(1770), + [anon_sym_SLASH] = ACTIONS(1770), + [sym_comment] = ACTIONS(52), }, [739] = { - [anon_sym_RBRACK] = ACTIONS(1849), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1774), + [anon_sym_LBRACK] = ACTIONS(1776), + [anon_sym_EQ] = ACTIONS(1778), + [anon_sym_COLON] = ACTIONS(1780), + [anon_sym_COLON_QMARK] = ACTIONS(1778), + [anon_sym_COLON_DASH] = ACTIONS(1778), + [anon_sym_PERCENT] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1778), + [sym_comment] = ACTIONS(52), }, [740] = { - [anon_sym_RBRACE] = ACTIONS(1851), - [sym_comment] = ACTIONS(133), + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(1782), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(480), + [sym_comment] = ACTIONS(52), }, [741] = { - [sym_file_descriptor] = ACTIONS(1601), - [sym__concat] = ACTIONS(1601), - [sym_variable_name] = ACTIONS(1601), - [anon_sym_PIPE] = ACTIONS(1841), - [anon_sym_RPAREN] = ACTIONS(1601), - [anon_sym_PIPE_AMP] = ACTIONS(1601), - [anon_sym_AMP_AMP] = ACTIONS(1601), - [anon_sym_PIPE_PIPE] = ACTIONS(1841), - [anon_sym_LT] = ACTIONS(1841), - [anon_sym_GT] = ACTIONS(1841), - [anon_sym_GT_GT] = ACTIONS(1601), - [anon_sym_AMP_GT] = ACTIONS(1841), - [anon_sym_AMP_GT_GT] = ACTIONS(1601), - [anon_sym_LT_AMP] = ACTIONS(1601), - [anon_sym_GT_AMP] = ACTIONS(1601), - [anon_sym_DQUOTE] = ACTIONS(1601), - [sym_raw_string] = ACTIONS(1601), - [anon_sym_DOLLAR] = ACTIONS(1841), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1601), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1601), - [anon_sym_BQUOTE] = ACTIONS(1601), - [anon_sym_LT_LPAREN] = ACTIONS(1601), - [anon_sym_GT_LPAREN] = ACTIONS(1601), - [sym_word] = ACTIONS(1603), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(1782), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(500), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(236), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), }, [742] = { - [anon_sym_RBRACE] = ACTIONS(1853), - [sym_comment] = ACTIONS(133), + [anon_sym_PIPE] = ACTIONS(504), + [anon_sym_PIPE_AMP] = ACTIONS(506), + [anon_sym_AMP_AMP] = ACTIONS(508), + [anon_sym_PIPE_PIPE] = ACTIONS(508), + [anon_sym_BQUOTE] = ACTIONS(1782), + [sym_comment] = ACTIONS(52), }, [743] = { - [sym_file_descriptor] = ACTIONS(1607), - [sym__concat] = ACTIONS(1607), - [sym_variable_name] = ACTIONS(1607), - [anon_sym_PIPE] = ACTIONS(1845), - [anon_sym_RPAREN] = ACTIONS(1607), - [anon_sym_PIPE_AMP] = ACTIONS(1607), - [anon_sym_AMP_AMP] = ACTIONS(1607), - [anon_sym_PIPE_PIPE] = ACTIONS(1845), - [anon_sym_LT] = ACTIONS(1845), - [anon_sym_GT] = ACTIONS(1845), - [anon_sym_GT_GT] = ACTIONS(1607), - [anon_sym_AMP_GT] = ACTIONS(1845), - [anon_sym_AMP_GT_GT] = ACTIONS(1607), - [anon_sym_LT_AMP] = ACTIONS(1607), - [anon_sym_GT_AMP] = ACTIONS(1607), - [anon_sym_DQUOTE] = ACTIONS(1607), - [sym_raw_string] = ACTIONS(1607), - [anon_sym_DOLLAR] = ACTIONS(1845), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1607), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1607), - [anon_sym_BQUOTE] = ACTIONS(1607), - [anon_sym_LT_LPAREN] = ACTIONS(1607), - [anon_sym_GT_LPAREN] = ACTIONS(1607), - [sym_word] = ACTIONS(1609), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(504), + [anon_sym_PIPE_AMP] = ACTIONS(506), + [anon_sym_AMP_AMP] = ACTIONS(508), + [anon_sym_PIPE_PIPE] = ACTIONS(510), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(1782), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), }, [744] = { - [anon_sym_RBRACK] = ACTIONS(1855), - [sym_comment] = ACTIONS(133), + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(1784), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(480), + [sym_comment] = ACTIONS(52), }, [745] = { - [anon_sym_RBRACK] = ACTIONS(1857), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(236), + [sym_variable_name] = ACTIONS(236), + [anon_sym_PIPE] = ACTIONS(474), + [anon_sym_RPAREN] = ACTIONS(1784), + [anon_sym_PIPE_AMP] = ACTIONS(478), + [anon_sym_AMP_AMP] = ACTIONS(480), + [anon_sym_PIPE_PIPE] = ACTIONS(500), + [anon_sym_LT] = ACTIONS(240), + [anon_sym_GT] = ACTIONS(240), + [anon_sym_GT_GT] = ACTIONS(236), + [anon_sym_AMP_GT] = ACTIONS(240), + [anon_sym_AMP_GT_GT] = ACTIONS(236), + [anon_sym_LT_AMP] = ACTIONS(236), + [anon_sym_GT_AMP] = ACTIONS(236), + [anon_sym_DQUOTE] = ACTIONS(236), + [sym_raw_string] = ACTIONS(236), + [anon_sym_DOLLAR] = ACTIONS(240), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(236), + [anon_sym_LT_LPAREN] = ACTIONS(236), + [anon_sym_GT_LPAREN] = ACTIONS(236), + [sym_word] = ACTIONS(238), + [sym_comment] = ACTIONS(52), }, [746] = { - [anon_sym_RBRACE] = ACTIONS(1859), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(1456), + [anon_sym_PIPE] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1456), + [anon_sym_PIPE_AMP] = ACTIONS(1456), + [anon_sym_AMP_AMP] = ACTIONS(1456), + [anon_sym_PIPE_PIPE] = ACTIONS(1456), + [anon_sym_LT] = ACTIONS(1786), + [anon_sym_GT] = ACTIONS(1786), + [anon_sym_GT_GT] = ACTIONS(1456), + [anon_sym_AMP_GT] = ACTIONS(1786), + [anon_sym_AMP_GT_GT] = ACTIONS(1456), + [anon_sym_LT_AMP] = ACTIONS(1456), + [anon_sym_GT_AMP] = ACTIONS(1456), + [anon_sym_LT_LT] = ACTIONS(1786), + [anon_sym_LT_LT_DASH] = ACTIONS(1456), + [anon_sym_BQUOTE] = ACTIONS(1456), + [sym_comment] = ACTIONS(52), }, [747] = { - [anon_sym_DQUOTE] = ACTIONS(1603), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(1841), - [anon_sym_DOLLAR] = ACTIONS(1603), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1603), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1603), - [anon_sym_BQUOTE] = ACTIONS(1603), - [sym_comment] = ACTIONS(85), + [sym_simple_expansion] = STATE(770), + [sym_expansion] = STATE(770), + [sym__heredoc_middle] = ACTIONS(1470), + [sym__heredoc_end] = ACTIONS(1788), + [anon_sym_DOLLAR] = ACTIONS(994), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(996), + [sym_comment] = ACTIONS(52), }, [748] = { - [anon_sym_RBRACE] = ACTIONS(1861), - [sym_comment] = ACTIONS(133), + [sym_file_redirect] = STATE(521), + [sym_heredoc_redirect] = STATE(521), + [sym_file_descriptor] = ACTIONS(482), + [anon_sym_PIPE] = ACTIONS(1790), + [anon_sym_RPAREN] = ACTIONS(1792), + [anon_sym_PIPE_AMP] = ACTIONS(1792), + [anon_sym_AMP_AMP] = ACTIONS(1792), + [anon_sym_PIPE_PIPE] = ACTIONS(1792), + [anon_sym_LT] = ACTIONS(488), + [anon_sym_GT] = ACTIONS(488), + [anon_sym_GT_GT] = ACTIONS(490), + [anon_sym_AMP_GT] = ACTIONS(488), + [anon_sym_AMP_GT_GT] = ACTIONS(490), + [anon_sym_LT_AMP] = ACTIONS(490), + [anon_sym_GT_AMP] = ACTIONS(490), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_LT_LT_DASH] = ACTIONS(494), + [anon_sym_BQUOTE] = ACTIONS(1792), + [sym_comment] = ACTIONS(52), }, [749] = { - [anon_sym_DQUOTE] = ACTIONS(1609), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(1845), - [anon_sym_DOLLAR] = ACTIONS(1609), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1609), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1609), - [anon_sym_BQUOTE] = ACTIONS(1609), - [sym_comment] = ACTIONS(85), + [anon_sym_PIPE] = ACTIONS(1794), + [anon_sym_RPAREN] = ACTIONS(1794), + [anon_sym_SEMI_SEMI] = ACTIONS(1794), + [anon_sym_PIPE_AMP] = ACTIONS(1794), + [anon_sym_AMP_AMP] = ACTIONS(1794), + [anon_sym_PIPE_PIPE] = ACTIONS(1794), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1794), + [anon_sym_LF] = ACTIONS(1794), + [anon_sym_AMP] = ACTIONS(1794), }, [750] = { - [anon_sym_RBRACE] = ACTIONS(1863), - [sym_comment] = ACTIONS(133), + [sym__terminated_statement] = STATE(134), + [sym_for_statement] = STATE(23), + [sym_while_statement] = STATE(23), + [sym_if_statement] = STATE(23), + [sym_case_statement] = STATE(23), + [sym_function_definition] = STATE(23), + [sym_subshell] = STATE(23), + [sym_pipeline] = STATE(23), + [sym_list] = STATE(23), + [sym_bracket_command] = STATE(23), + [sym_command] = STATE(23), + [sym_command_name] = STATE(24), + [sym_environment_variable_assignment] = STATE(25), + [sym_subscript] = STATE(26), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(28), + [sym_string] = STATE(14), + [sym_simple_expansion] = STATE(14), + [sym_expansion] = STATE(14), + [sym_command_substitution] = STATE(14), + [sym_process_substitution] = STATE(14), + [aux_sym_command_repeat1] = STATE(30), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(12), + [anon_sym_for] = ACTIONS(16), + [anon_sym_while] = ACTIONS(18), + [anon_sym_if] = ACTIONS(20), + [anon_sym_case] = ACTIONS(22), + [anon_sym_function] = ACTIONS(24), + [anon_sym_LPAREN] = ACTIONS(26), + [anon_sym_RBRACE] = ACTIONS(1796), + [anon_sym_LBRACK] = ACTIONS(28), + [anon_sym_LBRACK_LBRACK] = ACTIONS(30), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(36), + [sym_raw_string] = ACTIONS(38), + [anon_sym_DOLLAR] = ACTIONS(40), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(42), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(44), + [anon_sym_BQUOTE] = ACTIONS(46), + [anon_sym_LT_LPAREN] = ACTIONS(48), + [anon_sym_GT_LPAREN] = ACTIONS(48), + [sym_word] = ACTIONS(50), + [sym_comment] = ACTIONS(52), }, [751] = { - [anon_sym_RBRACE] = ACTIONS(1865), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(804), + [sym__concat] = ACTIONS(804), + [anon_sym_PIPE] = ACTIONS(806), + [anon_sym_RPAREN] = ACTIONS(806), + [anon_sym_SEMI_SEMI] = ACTIONS(806), + [anon_sym_PIPE_AMP] = ACTIONS(806), + [anon_sym_AMP_AMP] = ACTIONS(806), + [anon_sym_PIPE_PIPE] = ACTIONS(806), + [anon_sym_LT] = ACTIONS(806), + [anon_sym_GT] = ACTIONS(806), + [anon_sym_GT_GT] = ACTIONS(806), + [anon_sym_AMP_GT] = ACTIONS(806), + [anon_sym_AMP_GT_GT] = ACTIONS(806), + [anon_sym_LT_AMP] = ACTIONS(806), + [anon_sym_GT_AMP] = ACTIONS(806), + [anon_sym_LT_LT] = ACTIONS(806), + [anon_sym_LT_LT_DASH] = ACTIONS(806), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(806), + [anon_sym_LF] = ACTIONS(806), + [anon_sym_AMP] = ACTIONS(806), }, [752] = { - [sym_file_descriptor] = ACTIONS(1867), - [sym__concat] = ACTIONS(1867), - [anon_sym_PIPE] = ACTIONS(1869), - [anon_sym_RPAREN] = ACTIONS(1869), - [anon_sym_SEMI_SEMI] = ACTIONS(1869), - [anon_sym_PIPE_AMP] = ACTIONS(1869), - [anon_sym_AMP_AMP] = ACTIONS(1869), - [anon_sym_PIPE_PIPE] = ACTIONS(1869), - [anon_sym_LT] = ACTIONS(1869), - [anon_sym_GT] = ACTIONS(1869), - [anon_sym_GT_GT] = ACTIONS(1869), - [anon_sym_AMP_GT] = ACTIONS(1869), - [anon_sym_AMP_GT_GT] = ACTIONS(1869), - [anon_sym_LT_AMP] = ACTIONS(1869), - [anon_sym_GT_AMP] = ACTIONS(1869), - [anon_sym_LT_LT] = ACTIONS(1869), - [anon_sym_LT_LT_DASH] = ACTIONS(1869), - [anon_sym_DQUOTE] = ACTIONS(1869), - [sym_raw_string] = ACTIONS(1869), - [anon_sym_DOLLAR] = ACTIONS(1869), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1869), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1869), - [anon_sym_BQUOTE] = ACTIONS(1869), - [anon_sym_LT_LPAREN] = ACTIONS(1869), - [anon_sym_GT_LPAREN] = ACTIONS(1869), - [sym_word] = ACTIONS(1869), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1869), - [anon_sym_LF] = ACTIONS(1869), - [anon_sym_AMP] = ACTIONS(1869), + [sym_file_descriptor] = ACTIONS(812), + [sym__concat] = ACTIONS(812), + [anon_sym_PIPE] = ACTIONS(814), + [anon_sym_RPAREN] = ACTIONS(814), + [anon_sym_SEMI_SEMI] = ACTIONS(814), + [anon_sym_PIPE_AMP] = ACTIONS(814), + [anon_sym_AMP_AMP] = ACTIONS(814), + [anon_sym_PIPE_PIPE] = ACTIONS(814), + [anon_sym_LT] = ACTIONS(814), + [anon_sym_GT] = ACTIONS(814), + [anon_sym_GT_GT] = ACTIONS(814), + [anon_sym_AMP_GT] = ACTIONS(814), + [anon_sym_AMP_GT_GT] = ACTIONS(814), + [anon_sym_LT_AMP] = ACTIONS(814), + [anon_sym_GT_AMP] = ACTIONS(814), + [anon_sym_LT_LT] = ACTIONS(814), + [anon_sym_LT_LT_DASH] = ACTIONS(814), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(814), + [anon_sym_LF] = ACTIONS(814), + [anon_sym_AMP] = ACTIONS(814), }, [753] = { - [sym_file_descriptor] = ACTIONS(1871), - [sym__concat] = ACTIONS(1871), - [anon_sym_PIPE] = ACTIONS(1873), - [anon_sym_RPAREN] = ACTIONS(1873), - [anon_sym_SEMI_SEMI] = ACTIONS(1873), - [anon_sym_PIPE_AMP] = ACTIONS(1873), - [anon_sym_AMP_AMP] = ACTIONS(1873), - [anon_sym_PIPE_PIPE] = ACTIONS(1873), - [anon_sym_LT] = ACTIONS(1873), - [anon_sym_GT] = ACTIONS(1873), - [anon_sym_GT_GT] = ACTIONS(1873), - [anon_sym_AMP_GT] = ACTIONS(1873), - [anon_sym_AMP_GT_GT] = ACTIONS(1873), - [anon_sym_LT_AMP] = ACTIONS(1873), - [anon_sym_GT_AMP] = ACTIONS(1873), - [anon_sym_LT_LT] = ACTIONS(1873), - [anon_sym_LT_LT_DASH] = ACTIONS(1873), - [anon_sym_DQUOTE] = ACTIONS(1873), - [sym_raw_string] = ACTIONS(1873), - [anon_sym_DOLLAR] = ACTIONS(1873), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1873), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1873), - [anon_sym_BQUOTE] = ACTIONS(1873), - [anon_sym_LT_LPAREN] = ACTIONS(1873), - [anon_sym_GT_LPAREN] = ACTIONS(1873), - [sym_word] = ACTIONS(1873), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1873), - [anon_sym_LF] = ACTIONS(1873), - [anon_sym_AMP] = ACTIONS(1873), + [sym_string] = STATE(902), + [sym_simple_expansion] = STATE(902), + [sym_expansion] = STATE(902), + [sym_command_substitution] = STATE(902), + [sym_process_substitution] = STATE(902), + [anon_sym_DQUOTE] = ACTIONS(526), + [sym_raw_string] = ACTIONS(1798), + [anon_sym_DOLLAR] = ACTIONS(530), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(532), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(534), + [anon_sym_BQUOTE] = ACTIONS(536), + [anon_sym_LT_LPAREN] = ACTIONS(538), + [anon_sym_GT_LPAREN] = ACTIONS(538), + [sym_word] = ACTIONS(1800), + [sym_comment] = ACTIONS(52), }, [754] = { - [sym_file_descriptor] = ACTIONS(1449), - [sym_variable_name] = ACTIONS(1449), - [anon_sym_PIPE] = ACTIONS(1875), - [anon_sym_RPAREN] = ACTIONS(1449), - [anon_sym_PIPE_AMP] = ACTIONS(1449), - [anon_sym_AMP_AMP] = ACTIONS(1449), - [anon_sym_PIPE_PIPE] = ACTIONS(1875), - [anon_sym_LT] = ACTIONS(1875), - [anon_sym_GT] = ACTIONS(1875), - [anon_sym_GT_GT] = ACTIONS(1449), - [anon_sym_AMP_GT] = ACTIONS(1875), - [anon_sym_AMP_GT_GT] = ACTIONS(1449), - [anon_sym_LT_AMP] = ACTIONS(1449), - [anon_sym_GT_AMP] = ACTIONS(1449), - [anon_sym_DQUOTE] = ACTIONS(1449), - [sym_raw_string] = ACTIONS(1449), - [anon_sym_DOLLAR] = ACTIONS(1875), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1449), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1449), - [anon_sym_BQUOTE] = ACTIONS(1449), - [anon_sym_LT_LPAREN] = ACTIONS(1449), - [anon_sym_GT_LPAREN] = ACTIONS(1449), - [sym_word] = ACTIONS(1451), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1802), + [anon_sym_LBRACK] = ACTIONS(1804), + [sym_comment] = ACTIONS(52), }, [755] = { - [sym_do_group] = STATE(857), - [anon_sym_do] = ACTIONS(869), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1806), + [anon_sym_LBRACK] = ACTIONS(1808), + [sym_comment] = ACTIONS(52), }, [756] = { - [anon_sym_PIPE] = ACTIONS(1877), - [anon_sym_RPAREN] = ACTIONS(1879), - [anon_sym_PIPE_AMP] = ACTIONS(1879), - [anon_sym_AMP_AMP] = ACTIONS(1879), - [anon_sym_PIPE_PIPE] = ACTIONS(1879), - [anon_sym_BQUOTE] = ACTIONS(1879), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(828), + [sym__concat] = ACTIONS(828), + [anon_sym_PIPE] = ACTIONS(830), + [anon_sym_RPAREN] = ACTIONS(830), + [anon_sym_SEMI_SEMI] = ACTIONS(830), + [anon_sym_PIPE_AMP] = ACTIONS(830), + [anon_sym_AMP_AMP] = ACTIONS(830), + [anon_sym_PIPE_PIPE] = ACTIONS(830), + [anon_sym_LT] = ACTIONS(830), + [anon_sym_GT] = ACTIONS(830), + [anon_sym_GT_GT] = ACTIONS(830), + [anon_sym_AMP_GT] = ACTIONS(830), + [anon_sym_AMP_GT_GT] = ACTIONS(830), + [anon_sym_LT_AMP] = ACTIONS(830), + [anon_sym_GT_AMP] = ACTIONS(830), + [anon_sym_LT_LT] = ACTIONS(830), + [anon_sym_LT_LT_DASH] = ACTIONS(830), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(830), + [anon_sym_LF] = ACTIONS(830), + [anon_sym_AMP] = ACTIONS(830), }, [757] = { - [anon_sym_PIPE] = ACTIONS(1881), - [anon_sym_RPAREN] = ACTIONS(1883), - [anon_sym_PIPE_AMP] = ACTIONS(1883), - [anon_sym_AMP_AMP] = ACTIONS(1883), - [anon_sym_PIPE_PIPE] = ACTIONS(1883), - [anon_sym_BQUOTE] = ACTIONS(1883), - [sym_comment] = ACTIONS(133), + [anon_sym_AT] = ACTIONS(1810), + [sym_comment] = ACTIONS(52), }, [758] = { - [anon_sym_fi] = ACTIONS(1885), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(909), + [sym_string] = STATE(908), + [sym_simple_expansion] = STATE(908), + [sym_expansion] = STATE(908), + [sym_command_substitution] = STATE(908), + [sym_process_substitution] = STATE(908), + [anon_sym_DQUOTE] = ACTIONS(82), + [sym_raw_string] = ACTIONS(1812), + [anon_sym_DOLLAR] = ACTIONS(86), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(88), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(90), + [anon_sym_BQUOTE] = ACTIONS(92), + [anon_sym_LT_LPAREN] = ACTIONS(94), + [anon_sym_GT_LPAREN] = ACTIONS(94), + [sym_word] = ACTIONS(1814), + [sym_comment] = ACTIONS(52), }, [759] = { - [sym_elif_clause] = STATE(552), - [sym_else_clause] = STATE(859), - [anon_sym_fi] = ACTIONS(1885), - [anon_sym_elif] = ACTIONS(1125), - [anon_sym_else] = ACTIONS(1127), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(838), + [sym__concat] = ACTIONS(838), + [anon_sym_PIPE] = ACTIONS(840), + [anon_sym_RPAREN] = ACTIONS(840), + [anon_sym_SEMI_SEMI] = ACTIONS(840), + [anon_sym_PIPE_AMP] = ACTIONS(840), + [anon_sym_AMP_AMP] = ACTIONS(840), + [anon_sym_PIPE_PIPE] = ACTIONS(840), + [anon_sym_LT] = ACTIONS(840), + [anon_sym_GT] = ACTIONS(840), + [anon_sym_GT_GT] = ACTIONS(840), + [anon_sym_AMP_GT] = ACTIONS(840), + [anon_sym_AMP_GT_GT] = ACTIONS(840), + [anon_sym_LT_AMP] = ACTIONS(840), + [anon_sym_GT_AMP] = ACTIONS(840), + [anon_sym_LT_LT] = ACTIONS(840), + [anon_sym_LT_LT_DASH] = ACTIONS(840), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(840), + [anon_sym_LF] = ACTIONS(840), + [anon_sym_AMP] = ACTIONS(840), }, [760] = { - [anon_sym_PIPE] = ACTIONS(1887), - [anon_sym_RPAREN] = ACTIONS(1889), - [anon_sym_PIPE_AMP] = ACTIONS(1889), - [anon_sym_AMP_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1889), - [anon_sym_BQUOTE] = ACTIONS(1889), - [sym_comment] = ACTIONS(133), + [anon_sym_AT] = ACTIONS(1816), + [sym_comment] = ACTIONS(52), }, [761] = { - [sym_case_item] = STATE(724), - [sym_concatenation] = STATE(556), - [sym_string] = STATE(554), - [sym_simple_expansion] = STATE(554), - [sym_expansion] = STATE(554), - [sym_command_substitution] = STATE(554), - [sym_process_substitution] = STATE(554), - [anon_sym_esac] = ACTIONS(1891), - [anon_sym_DQUOTE] = ACTIONS(313), - [sym_raw_string] = ACTIONS(1131), - [anon_sym_DOLLAR] = ACTIONS(317), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(319), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(321), - [anon_sym_BQUOTE] = ACTIONS(323), - [anon_sym_LT_LPAREN] = ACTIONS(325), - [anon_sym_GT_LPAREN] = ACTIONS(325), - [sym_word] = ACTIONS(1133), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(912), + [sym_string] = STATE(911), + [sym_simple_expansion] = STATE(911), + [sym_expansion] = STATE(911), + [sym_command_substitution] = STATE(911), + [sym_process_substitution] = STATE(911), + [anon_sym_DQUOTE] = ACTIONS(82), + [sym_raw_string] = ACTIONS(1818), + [anon_sym_DOLLAR] = ACTIONS(86), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(88), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(90), + [anon_sym_BQUOTE] = ACTIONS(92), + [anon_sym_LT_LPAREN] = ACTIONS(94), + [anon_sym_GT_LPAREN] = ACTIONS(94), + [sym_word] = ACTIONS(1820), + [sym_comment] = ACTIONS(52), }, [762] = { - [sym_case_item] = STATE(555), - [sym_concatenation] = STATE(556), - [sym_string] = STATE(554), - [sym_simple_expansion] = STATE(554), - [sym_expansion] = STATE(554), - [sym_command_substitution] = STATE(554), - [sym_process_substitution] = STATE(554), - [aux_sym_case_statement_repeat1] = STATE(861), - [anon_sym_esac] = ACTIONS(1891), - [anon_sym_DQUOTE] = ACTIONS(313), - [sym_raw_string] = ACTIONS(1131), - [anon_sym_DOLLAR] = ACTIONS(317), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(319), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(321), - [anon_sym_BQUOTE] = ACTIONS(323), - [anon_sym_LT_LPAREN] = ACTIONS(325), - [anon_sym_GT_LPAREN] = ACTIONS(325), - [sym_word] = ACTIONS(1133), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(918), + [sym__concat] = ACTIONS(918), + [anon_sym_PIPE] = ACTIONS(920), + [anon_sym_RPAREN] = ACTIONS(920), + [anon_sym_SEMI_SEMI] = ACTIONS(920), + [anon_sym_PIPE_AMP] = ACTIONS(920), + [anon_sym_AMP_AMP] = ACTIONS(920), + [anon_sym_PIPE_PIPE] = ACTIONS(920), + [anon_sym_LT] = ACTIONS(920), + [anon_sym_GT] = ACTIONS(920), + [anon_sym_GT_GT] = ACTIONS(920), + [anon_sym_AMP_GT] = ACTIONS(920), + [anon_sym_AMP_GT_GT] = ACTIONS(920), + [anon_sym_LT_AMP] = ACTIONS(920), + [anon_sym_GT_AMP] = ACTIONS(920), + [anon_sym_LT_LT] = ACTIONS(920), + [anon_sym_LT_LT_DASH] = ACTIONS(920), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(920), + [anon_sym_LF] = ACTIONS(920), + [anon_sym_AMP] = ACTIONS(920), }, [763] = { - [anon_sym_PIPE] = ACTIONS(1893), - [anon_sym_RPAREN] = ACTIONS(1895), - [anon_sym_PIPE_AMP] = ACTIONS(1895), - [anon_sym_AMP_AMP] = ACTIONS(1895), - [anon_sym_PIPE_PIPE] = ACTIONS(1895), - [anon_sym_BQUOTE] = ACTIONS(1895), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(956), + [sym__concat] = ACTIONS(956), + [anon_sym_PIPE] = ACTIONS(958), + [anon_sym_RPAREN] = ACTIONS(958), + [anon_sym_SEMI_SEMI] = ACTIONS(958), + [anon_sym_PIPE_AMP] = ACTIONS(958), + [anon_sym_AMP_AMP] = ACTIONS(958), + [anon_sym_PIPE_PIPE] = ACTIONS(958), + [anon_sym_LT] = ACTIONS(958), + [anon_sym_GT] = ACTIONS(958), + [anon_sym_GT_GT] = ACTIONS(958), + [anon_sym_AMP_GT] = ACTIONS(958), + [anon_sym_AMP_GT_GT] = ACTIONS(958), + [anon_sym_LT_AMP] = ACTIONS(958), + [anon_sym_GT_AMP] = ACTIONS(958), + [anon_sym_LT_LT] = ACTIONS(958), + [anon_sym_LT_LT_DASH] = ACTIONS(958), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(958), + [anon_sym_LF] = ACTIONS(958), + [anon_sym_AMP] = ACTIONS(958), }, [764] = { - [anon_sym_PIPE] = ACTIONS(1897), - [anon_sym_RPAREN] = ACTIONS(1899), - [anon_sym_PIPE_AMP] = ACTIONS(1899), - [anon_sym_AMP_AMP] = ACTIONS(1899), - [anon_sym_PIPE_PIPE] = ACTIONS(1899), - [anon_sym_BQUOTE] = ACTIONS(1899), - [sym_comment] = ACTIONS(133), + [sym__heredoc_middle] = ACTIONS(414), + [sym__heredoc_end] = ACTIONS(414), + [anon_sym_DOLLAR] = ACTIONS(426), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(414), + [sym_comment] = ACTIONS(52), }, [765] = { - [anon_sym_RBRACK] = ACTIONS(1901), - [sym_comment] = ACTIONS(133), + [sym__heredoc_middle] = ACTIONS(418), + [sym__heredoc_end] = ACTIONS(418), + [anon_sym_DOLLAR] = ACTIONS(690), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(418), + [sym_comment] = ACTIONS(52), }, [766] = { - [anon_sym_RBRACK] = ACTIONS(1903), - [sym_comment] = ACTIONS(133), + [sym__heredoc_middle] = ACTIONS(422), + [sym__heredoc_end] = ACTIONS(422), + [anon_sym_DOLLAR] = ACTIONS(692), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(422), + [sym_comment] = ACTIONS(52), }, [767] = { - [anon_sym_RBRACE] = ACTIONS(1905), - [sym_comment] = ACTIONS(133), + [sym_special_variable_name] = STATE(914), + [anon_sym_RBRACE] = ACTIONS(414), + [anon_sym_LBRACK] = ACTIONS(414), + [anon_sym_EQ] = ACTIONS(414), + [anon_sym_DOLLAR] = ACTIONS(156), + [anon_sym_POUND] = ACTIONS(156), + [anon_sym_AT] = ACTIONS(156), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_QMARK] = ACTIONS(414), + [anon_sym_COLON_DASH] = ACTIONS(414), + [anon_sym_PERCENT] = ACTIONS(414), + [anon_sym_SLASH] = ACTIONS(414), + [sym_comment] = ACTIONS(142), + [sym_simple_variable_name] = ACTIONS(1822), + [anon_sym_STAR] = ACTIONS(156), + [anon_sym_QMARK] = ACTIONS(156), + [anon_sym_DASH] = ACTIONS(156), + [anon_sym_BANG] = ACTIONS(156), + [anon_sym_0] = ACTIONS(162), + [anon_sym__] = ACTIONS(162), }, [768] = { - [sym_file_descriptor] = ACTIONS(1601), - [sym__concat] = ACTIONS(1601), - [anon_sym_PIPE] = ACTIONS(1841), - [anon_sym_RPAREN] = ACTIONS(1601), - [anon_sym_PIPE_AMP] = ACTIONS(1601), - [anon_sym_AMP_AMP] = ACTIONS(1601), - [anon_sym_PIPE_PIPE] = ACTIONS(1841), - [anon_sym_LT] = ACTIONS(1841), - [anon_sym_GT] = ACTIONS(1841), - [anon_sym_GT_GT] = ACTIONS(1601), - [anon_sym_AMP_GT] = ACTIONS(1841), - [anon_sym_AMP_GT_GT] = ACTIONS(1601), - [anon_sym_LT_AMP] = ACTIONS(1601), - [anon_sym_GT_AMP] = ACTIONS(1601), - [anon_sym_LT_LT] = ACTIONS(1841), - [anon_sym_LT_LT_DASH] = ACTIONS(1601), - [anon_sym_DQUOTE] = ACTIONS(1601), - [sym_raw_string] = ACTIONS(1601), - [anon_sym_DOLLAR] = ACTIONS(1841), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1601), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1601), - [anon_sym_BQUOTE] = ACTIONS(1601), - [anon_sym_LT_LPAREN] = ACTIONS(1601), - [anon_sym_GT_LPAREN] = ACTIONS(1601), - [sym_word] = ACTIONS(1603), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1824), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_EQ] = ACTIONS(1828), + [anon_sym_COLON] = ACTIONS(1830), + [anon_sym_COLON_QMARK] = ACTIONS(1828), + [anon_sym_COLON_DASH] = ACTIONS(1828), + [anon_sym_PERCENT] = ACTIONS(1828), + [anon_sym_SLASH] = ACTIONS(1828), + [sym_comment] = ACTIONS(52), }, [769] = { - [anon_sym_RBRACE] = ACTIONS(1907), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1832), + [anon_sym_LBRACK] = ACTIONS(1834), + [anon_sym_EQ] = ACTIONS(1836), + [anon_sym_COLON] = ACTIONS(1838), + [anon_sym_COLON_QMARK] = ACTIONS(1836), + [anon_sym_COLON_DASH] = ACTIONS(1836), + [anon_sym_PERCENT] = ACTIONS(1836), + [anon_sym_SLASH] = ACTIONS(1836), + [sym_comment] = ACTIONS(52), }, [770] = { - [sym_file_descriptor] = ACTIONS(1607), - [sym__concat] = ACTIONS(1607), - [anon_sym_PIPE] = ACTIONS(1845), - [anon_sym_RPAREN] = ACTIONS(1607), - [anon_sym_PIPE_AMP] = ACTIONS(1607), - [anon_sym_AMP_AMP] = ACTIONS(1607), - [anon_sym_PIPE_PIPE] = ACTIONS(1845), - [anon_sym_LT] = ACTIONS(1845), - [anon_sym_GT] = ACTIONS(1845), - [anon_sym_GT_GT] = ACTIONS(1607), - [anon_sym_AMP_GT] = ACTIONS(1845), - [anon_sym_AMP_GT_GT] = ACTIONS(1607), - [anon_sym_LT_AMP] = ACTIONS(1607), - [anon_sym_GT_AMP] = ACTIONS(1607), - [anon_sym_LT_LT] = ACTIONS(1845), - [anon_sym_LT_LT_DASH] = ACTIONS(1607), - [anon_sym_DQUOTE] = ACTIONS(1607), - [sym_raw_string] = ACTIONS(1607), - [anon_sym_DOLLAR] = ACTIONS(1845), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1607), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1607), - [anon_sym_BQUOTE] = ACTIONS(1607), - [anon_sym_LT_LPAREN] = ACTIONS(1607), - [anon_sym_GT_LPAREN] = ACTIONS(1607), - [sym_word] = ACTIONS(1609), - [sym_comment] = ACTIONS(133), + [sym__heredoc_middle] = ACTIONS(1840), + [sym__heredoc_end] = ACTIONS(1840), + [anon_sym_DOLLAR] = ACTIONS(1842), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1840), + [sym_comment] = ACTIONS(52), }, [771] = { - [anon_sym_PIPE] = ACTIONS(1909), - [anon_sym_RPAREN] = ACTIONS(1911), - [anon_sym_PIPE_AMP] = ACTIONS(1911), - [anon_sym_AMP_AMP] = ACTIONS(1911), - [anon_sym_PIPE_PIPE] = ACTIONS(1911), - [anon_sym_BQUOTE] = ACTIONS(1911), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(1844), + [anon_sym_PIPE] = ACTIONS(1846), + [anon_sym_RPAREN] = ACTIONS(1846), + [anon_sym_SEMI_SEMI] = ACTIONS(1846), + [anon_sym_PIPE_AMP] = ACTIONS(1846), + [anon_sym_AMP_AMP] = ACTIONS(1846), + [anon_sym_PIPE_PIPE] = ACTIONS(1846), + [anon_sym_LT] = ACTIONS(1846), + [anon_sym_GT] = ACTIONS(1846), + [anon_sym_GT_GT] = ACTIONS(1846), + [anon_sym_AMP_GT] = ACTIONS(1846), + [anon_sym_AMP_GT_GT] = ACTIONS(1846), + [anon_sym_LT_AMP] = ACTIONS(1846), + [anon_sym_GT_AMP] = ACTIONS(1846), + [anon_sym_LT_LT] = ACTIONS(1846), + [anon_sym_LT_LT_DASH] = ACTIONS(1846), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1846), + [anon_sym_LF] = ACTIONS(1846), + [anon_sym_AMP] = ACTIONS(1846), }, [772] = { - [sym__terminated_statement] = STATE(126), - [sym_for_statement] = STATE(23), - [sym_while_statement] = STATE(23), - [sym_if_statement] = STATE(23), - [sym_case_statement] = STATE(23), - [sym_function_definition] = STATE(23), - [sym_subshell] = STATE(23), - [sym_pipeline] = STATE(23), - [sym_list] = STATE(23), - [sym_bracket_command] = STATE(23), - [sym_command] = STATE(23), - [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(25), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(1913), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(1048), + [sym_variable_name] = ACTIONS(1048), + [anon_sym_LT] = ACTIONS(1678), + [anon_sym_GT] = ACTIONS(1678), + [anon_sym_GT_GT] = ACTIONS(1048), + [anon_sym_AMP_GT] = ACTIONS(1678), + [anon_sym_AMP_GT_GT] = ACTIONS(1048), + [anon_sym_LT_AMP] = ACTIONS(1048), + [anon_sym_GT_AMP] = ACTIONS(1048), + [anon_sym_DQUOTE] = ACTIONS(1048), + [sym_raw_string] = ACTIONS(1048), + [anon_sym_DOLLAR] = ACTIONS(1678), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1048), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1048), + [anon_sym_BQUOTE] = ACTIONS(1048), + [anon_sym_LT_LPAREN] = ACTIONS(1048), + [anon_sym_GT_LPAREN] = ACTIONS(1048), + [sym_word] = ACTIONS(1678), + [sym_comment] = ACTIONS(52), }, [773] = { - [sym_file_descriptor] = ACTIONS(815), - [sym__concat] = ACTIONS(815), - [anon_sym_PIPE] = ACTIONS(1165), - [anon_sym_RPAREN] = ACTIONS(815), - [anon_sym_PIPE_AMP] = ACTIONS(815), - [anon_sym_AMP_AMP] = ACTIONS(815), - [anon_sym_PIPE_PIPE] = ACTIONS(815), - [anon_sym_LT] = ACTIONS(1165), - [anon_sym_GT] = ACTIONS(1165), - [anon_sym_GT_GT] = ACTIONS(815), - [anon_sym_AMP_GT] = ACTIONS(1165), - [anon_sym_AMP_GT_GT] = ACTIONS(815), - [anon_sym_LT_AMP] = ACTIONS(815), - [anon_sym_GT_AMP] = ACTIONS(815), - [anon_sym_LT_LT] = ACTIONS(1165), - [anon_sym_LT_LT_DASH] = ACTIONS(815), - [anon_sym_BQUOTE] = ACTIONS(815), - [sym_comment] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(1848), + [sym_word] = ACTIONS(1058), + [sym_comment] = ACTIONS(52), }, [774] = { - [sym_file_descriptor] = ACTIONS(823), - [sym__concat] = ACTIONS(823), - [anon_sym_PIPE] = ACTIONS(1167), - [anon_sym_RPAREN] = ACTIONS(823), - [anon_sym_PIPE_AMP] = ACTIONS(823), - [anon_sym_AMP_AMP] = ACTIONS(823), - [anon_sym_PIPE_PIPE] = ACTIONS(823), - [anon_sym_LT] = ACTIONS(1167), - [anon_sym_GT] = ACTIONS(1167), - [anon_sym_GT_GT] = ACTIONS(823), - [anon_sym_AMP_GT] = ACTIONS(1167), - [anon_sym_AMP_GT_GT] = ACTIONS(823), - [anon_sym_LT_AMP] = ACTIONS(823), - [anon_sym_GT_AMP] = ACTIONS(823), - [anon_sym_LT_LT] = ACTIONS(1167), - [anon_sym_LT_LT_DASH] = ACTIONS(823), - [anon_sym_BQUOTE] = ACTIONS(823), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(1282), + [anon_sym_PIPE] = ACTIONS(1282), + [anon_sym_RPAREN] = ACTIONS(1282), + [anon_sym_RBRACK] = ACTIONS(1282), + [sym_comment] = ACTIONS(52), }, [775] = { - [sym_string] = STATE(867), - [sym_simple_expansion] = STATE(867), - [sym_expansion] = STATE(867), - [sym_command_substitution] = STATE(867), - [sym_process_substitution] = STATE(867), - [anon_sym_DQUOTE] = ACTIONS(925), - [sym_raw_string] = ACTIONS(1915), - [anon_sym_DOLLAR] = ACTIONS(929), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(931), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(933), - [anon_sym_BQUOTE] = ACTIONS(935), - [anon_sym_LT_LPAREN] = ACTIONS(937), - [anon_sym_GT_LPAREN] = ACTIONS(937), - [sym_word] = ACTIONS(1917), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(1286), + [anon_sym_PIPE] = ACTIONS(1286), + [anon_sym_RPAREN] = ACTIONS(1286), + [anon_sym_RBRACK] = ACTIONS(1286), + [sym_comment] = ACTIONS(52), }, [776] = { - [anon_sym_RBRACE] = ACTIONS(1919), - [anon_sym_LBRACK] = ACTIONS(1921), - [sym_comment] = ACTIONS(133), + [anon_sym_AT] = ACTIONS(1850), + [sym_comment] = ACTIONS(52), }, [777] = { - [anon_sym_RBRACE] = ACTIONS(1923), - [anon_sym_LBRACK] = ACTIONS(1925), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(1292), + [anon_sym_PIPE] = ACTIONS(1292), + [anon_sym_RPAREN] = ACTIONS(1292), + [anon_sym_RBRACK] = ACTIONS(1292), + [sym_comment] = ACTIONS(52), }, [778] = { - [sym_file_descriptor] = ACTIONS(839), - [sym__concat] = ACTIONS(839), - [anon_sym_PIPE] = ACTIONS(1181), - [anon_sym_RPAREN] = ACTIONS(839), - [anon_sym_PIPE_AMP] = ACTIONS(839), - [anon_sym_AMP_AMP] = ACTIONS(839), - [anon_sym_PIPE_PIPE] = ACTIONS(839), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_GT_GT] = ACTIONS(839), - [anon_sym_AMP_GT] = ACTIONS(1181), - [anon_sym_AMP_GT_GT] = ACTIONS(839), - [anon_sym_LT_AMP] = ACTIONS(839), - [anon_sym_GT_AMP] = ACTIONS(839), - [anon_sym_LT_LT] = ACTIONS(1181), - [anon_sym_LT_LT_DASH] = ACTIONS(839), - [anon_sym_BQUOTE] = ACTIONS(839), - [sym_comment] = ACTIONS(133), + [anon_sym_AT] = ACTIONS(1852), + [sym_comment] = ACTIONS(52), }, [779] = { - [anon_sym_AT] = ACTIONS(1927), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACK] = ACTIONS(1854), + [sym_comment] = ACTIONS(52), }, [780] = { - [sym_concatenation] = STATE(874), - [sym_string] = STATE(873), - [sym_simple_expansion] = STATE(873), - [sym_expansion] = STATE(873), - [sym_command_substitution] = STATE(873), - [sym_process_substitution] = STATE(873), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1929), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(1931), - [sym_comment] = ACTIONS(133), + [aux_sym_concatenation_repeat1] = STATE(189), + [sym__concat] = ACTIONS(322), + [anon_sym_RBRACE] = ACTIONS(1856), + [sym_comment] = ACTIONS(52), }, [781] = { - [sym_file_descriptor] = ACTIONS(849), - [sym__concat] = ACTIONS(849), - [anon_sym_PIPE] = ACTIONS(1189), - [anon_sym_RPAREN] = ACTIONS(849), - [anon_sym_PIPE_AMP] = ACTIONS(849), - [anon_sym_AMP_AMP] = ACTIONS(849), - [anon_sym_PIPE_PIPE] = ACTIONS(849), - [anon_sym_LT] = ACTIONS(1189), - [anon_sym_GT] = ACTIONS(1189), - [anon_sym_GT_GT] = ACTIONS(849), - [anon_sym_AMP_GT] = ACTIONS(1189), - [anon_sym_AMP_GT_GT] = ACTIONS(849), - [anon_sym_LT_AMP] = ACTIONS(849), - [anon_sym_GT_AMP] = ACTIONS(849), - [anon_sym_LT_LT] = ACTIONS(1189), - [anon_sym_LT_LT_DASH] = ACTIONS(849), - [anon_sym_BQUOTE] = ACTIONS(849), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1856), + [sym_comment] = ACTIONS(52), }, [782] = { - [anon_sym_AT] = ACTIONS(1933), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACK] = ACTIONS(1858), + [sym_comment] = ACTIONS(52), }, [783] = { - [sym_concatenation] = STATE(877), - [sym_string] = STATE(876), - [sym_simple_expansion] = STATE(876), - [sym_expansion] = STATE(876), - [sym_command_substitution] = STATE(876), - [sym_process_substitution] = STATE(876), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1935), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(1937), - [sym_comment] = ACTIONS(133), + [aux_sym_concatenation_repeat1] = STATE(189), + [sym__concat] = ACTIONS(322), + [anon_sym_RBRACE] = ACTIONS(1860), + [sym_comment] = ACTIONS(52), }, [784] = { - [sym_file_descriptor] = ACTIONS(917), - [sym__concat] = ACTIONS(917), - [anon_sym_PIPE] = ACTIONS(1197), - [anon_sym_RPAREN] = ACTIONS(917), - [anon_sym_PIPE_AMP] = ACTIONS(917), - [anon_sym_AMP_AMP] = ACTIONS(917), - [anon_sym_PIPE_PIPE] = ACTIONS(917), - [anon_sym_LT] = ACTIONS(1197), - [anon_sym_GT] = ACTIONS(1197), - [anon_sym_GT_GT] = ACTIONS(917), - [anon_sym_AMP_GT] = ACTIONS(1197), - [anon_sym_AMP_GT_GT] = ACTIONS(917), - [anon_sym_LT_AMP] = ACTIONS(917), - [anon_sym_GT_AMP] = ACTIONS(917), - [anon_sym_LT_LT] = ACTIONS(1197), - [anon_sym_LT_LT_DASH] = ACTIONS(917), - [anon_sym_BQUOTE] = ACTIONS(917), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1860), + [sym_comment] = ACTIONS(52), }, [785] = { - [sym_file_descriptor] = ACTIONS(955), - [sym__concat] = ACTIONS(955), - [anon_sym_PIPE] = ACTIONS(1199), - [anon_sym_RPAREN] = ACTIONS(955), - [anon_sym_PIPE_AMP] = ACTIONS(955), - [anon_sym_AMP_AMP] = ACTIONS(955), - [anon_sym_PIPE_PIPE] = ACTIONS(955), - [anon_sym_LT] = ACTIONS(1199), - [anon_sym_GT] = ACTIONS(1199), - [anon_sym_GT_GT] = ACTIONS(955), - [anon_sym_AMP_GT] = ACTIONS(1199), - [anon_sym_AMP_GT_GT] = ACTIONS(955), - [anon_sym_LT_AMP] = ACTIONS(955), - [anon_sym_GT_AMP] = ACTIONS(955), - [anon_sym_LT_LT] = ACTIONS(1199), - [anon_sym_LT_LT_DASH] = ACTIONS(955), - [anon_sym_BQUOTE] = ACTIONS(955), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(1282), + [sym__concat] = ACTIONS(1282), + [sym_variable_name] = ACTIONS(1282), + [anon_sym_PIPE] = ACTIONS(1284), + [anon_sym_RPAREN] = ACTIONS(1284), + [anon_sym_SEMI_SEMI] = ACTIONS(1284), + [anon_sym_PIPE_AMP] = ACTIONS(1284), + [anon_sym_AMP_AMP] = ACTIONS(1284), + [anon_sym_PIPE_PIPE] = ACTIONS(1284), + [anon_sym_LT] = ACTIONS(1284), + [anon_sym_GT] = ACTIONS(1284), + [anon_sym_GT_GT] = ACTIONS(1284), + [anon_sym_AMP_GT] = ACTIONS(1284), + [anon_sym_AMP_GT_GT] = ACTIONS(1284), + [anon_sym_LT_AMP] = ACTIONS(1284), + [anon_sym_GT_AMP] = ACTIONS(1284), + [anon_sym_DQUOTE] = ACTIONS(1284), + [sym_raw_string] = ACTIONS(1284), + [anon_sym_DOLLAR] = ACTIONS(1284), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1284), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1284), + [anon_sym_BQUOTE] = ACTIONS(1284), + [anon_sym_LT_LPAREN] = ACTIONS(1284), + [anon_sym_GT_LPAREN] = ACTIONS(1284), + [sym_word] = ACTIONS(1284), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1284), + [anon_sym_LF] = ACTIONS(1284), + [anon_sym_AMP] = ACTIONS(1284), }, [786] = { - [sym_file_descriptor] = ACTIONS(1747), - [anon_sym_PIPE] = ACTIONS(1939), - [anon_sym_RPAREN] = ACTIONS(1747), - [anon_sym_PIPE_AMP] = ACTIONS(1747), - [anon_sym_AMP_AMP] = ACTIONS(1747), - [anon_sym_PIPE_PIPE] = ACTIONS(1747), - [anon_sym_LT] = ACTIONS(1939), - [anon_sym_GT] = ACTIONS(1939), - [anon_sym_GT_GT] = ACTIONS(1747), - [anon_sym_AMP_GT] = ACTIONS(1939), - [anon_sym_AMP_GT_GT] = ACTIONS(1747), - [anon_sym_LT_AMP] = ACTIONS(1747), - [anon_sym_GT_AMP] = ACTIONS(1747), - [anon_sym_LT_LT] = ACTIONS(1939), - [anon_sym_LT_LT_DASH] = ACTIONS(1747), - [anon_sym_BQUOTE] = ACTIONS(1747), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(1286), + [sym__concat] = ACTIONS(1286), + [sym_variable_name] = ACTIONS(1286), + [anon_sym_PIPE] = ACTIONS(1288), + [anon_sym_RPAREN] = ACTIONS(1288), + [anon_sym_SEMI_SEMI] = ACTIONS(1288), + [anon_sym_PIPE_AMP] = ACTIONS(1288), + [anon_sym_AMP_AMP] = ACTIONS(1288), + [anon_sym_PIPE_PIPE] = ACTIONS(1288), + [anon_sym_LT] = ACTIONS(1288), + [anon_sym_GT] = ACTIONS(1288), + [anon_sym_GT_GT] = ACTIONS(1288), + [anon_sym_AMP_GT] = ACTIONS(1288), + [anon_sym_AMP_GT_GT] = ACTIONS(1288), + [anon_sym_LT_AMP] = ACTIONS(1288), + [anon_sym_GT_AMP] = ACTIONS(1288), + [anon_sym_DQUOTE] = ACTIONS(1288), + [sym_raw_string] = ACTIONS(1288), + [anon_sym_DOLLAR] = ACTIONS(1288), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1288), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1288), + [anon_sym_BQUOTE] = ACTIONS(1288), + [anon_sym_LT_LPAREN] = ACTIONS(1288), + [anon_sym_GT_LPAREN] = ACTIONS(1288), + [sym_word] = ACTIONS(1288), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1288), + [anon_sym_LF] = ACTIONS(1288), + [anon_sym_AMP] = ACTIONS(1288), }, [787] = { - [anon_sym_PIPE] = ACTIONS(1941), - [anon_sym_RPAREN] = ACTIONS(1941), - [anon_sym_SEMI_SEMI] = ACTIONS(1941), - [anon_sym_PIPE_AMP] = ACTIONS(1941), - [anon_sym_AMP_AMP] = ACTIONS(1941), - [anon_sym_PIPE_PIPE] = ACTIONS(1941), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1941), - [anon_sym_LF] = ACTIONS(1941), - [anon_sym_AMP] = ACTIONS(1941), + [anon_sym_AT] = ACTIONS(1862), + [sym_comment] = ACTIONS(52), }, [788] = { - [sym_file_descriptor] = ACTIONS(1245), - [sym__concat] = ACTIONS(1245), - [anon_sym_PIPE] = ACTIONS(1247), - [anon_sym_RPAREN] = ACTIONS(1247), - [anon_sym_SEMI_SEMI] = ACTIONS(1247), - [anon_sym_PIPE_AMP] = ACTIONS(1247), - [anon_sym_AMP_AMP] = ACTIONS(1247), - [anon_sym_PIPE_PIPE] = ACTIONS(1247), - [anon_sym_LT] = ACTIONS(1247), - [anon_sym_GT] = ACTIONS(1247), - [anon_sym_GT_GT] = ACTIONS(1247), - [anon_sym_AMP_GT] = ACTIONS(1247), - [anon_sym_AMP_GT_GT] = ACTIONS(1247), - [anon_sym_LT_AMP] = ACTIONS(1247), - [anon_sym_GT_AMP] = ACTIONS(1247), - [anon_sym_LT_LT] = ACTIONS(1247), - [anon_sym_LT_LT_DASH] = ACTIONS(1247), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1247), - [anon_sym_LF] = ACTIONS(1247), - [anon_sym_AMP] = ACTIONS(1247), + [sym_file_descriptor] = ACTIONS(1292), + [sym__concat] = ACTIONS(1292), + [sym_variable_name] = ACTIONS(1292), + [anon_sym_PIPE] = ACTIONS(1294), + [anon_sym_RPAREN] = ACTIONS(1294), + [anon_sym_SEMI_SEMI] = ACTIONS(1294), + [anon_sym_PIPE_AMP] = ACTIONS(1294), + [anon_sym_AMP_AMP] = ACTIONS(1294), + [anon_sym_PIPE_PIPE] = ACTIONS(1294), + [anon_sym_LT] = ACTIONS(1294), + [anon_sym_GT] = ACTIONS(1294), + [anon_sym_GT_GT] = ACTIONS(1294), + [anon_sym_AMP_GT] = ACTIONS(1294), + [anon_sym_AMP_GT_GT] = ACTIONS(1294), + [anon_sym_LT_AMP] = ACTIONS(1294), + [anon_sym_GT_AMP] = ACTIONS(1294), + [anon_sym_DQUOTE] = ACTIONS(1294), + [sym_raw_string] = ACTIONS(1294), + [anon_sym_DOLLAR] = ACTIONS(1294), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1294), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1294), + [anon_sym_BQUOTE] = ACTIONS(1294), + [anon_sym_LT_LPAREN] = ACTIONS(1294), + [anon_sym_GT_LPAREN] = ACTIONS(1294), + [sym_word] = ACTIONS(1294), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1294), + [anon_sym_LF] = ACTIONS(1294), + [anon_sym_AMP] = ACTIONS(1294), }, [789] = { - [sym_file_descriptor] = ACTIONS(1249), - [sym__concat] = ACTIONS(1249), - [anon_sym_PIPE] = ACTIONS(1251), - [anon_sym_RPAREN] = ACTIONS(1251), - [anon_sym_SEMI_SEMI] = ACTIONS(1251), - [anon_sym_PIPE_AMP] = ACTIONS(1251), - [anon_sym_AMP_AMP] = ACTIONS(1251), - [anon_sym_PIPE_PIPE] = ACTIONS(1251), - [anon_sym_LT] = ACTIONS(1251), - [anon_sym_GT] = ACTIONS(1251), - [anon_sym_GT_GT] = ACTIONS(1251), - [anon_sym_AMP_GT] = ACTIONS(1251), - [anon_sym_AMP_GT_GT] = ACTIONS(1251), - [anon_sym_LT_AMP] = ACTIONS(1251), - [anon_sym_GT_AMP] = ACTIONS(1251), - [anon_sym_LT_LT] = ACTIONS(1251), - [anon_sym_LT_LT_DASH] = ACTIONS(1251), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1251), - [anon_sym_LF] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1251), + [anon_sym_AT] = ACTIONS(1864), + [sym_comment] = ACTIONS(52), }, [790] = { - [anon_sym_AT] = ACTIONS(1943), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACK] = ACTIONS(1866), + [sym_comment] = ACTIONS(52), }, [791] = { - [sym_file_descriptor] = ACTIONS(1255), - [sym__concat] = ACTIONS(1255), - [anon_sym_PIPE] = ACTIONS(1257), - [anon_sym_RPAREN] = ACTIONS(1257), - [anon_sym_SEMI_SEMI] = ACTIONS(1257), - [anon_sym_PIPE_AMP] = ACTIONS(1257), - [anon_sym_AMP_AMP] = ACTIONS(1257), - [anon_sym_PIPE_PIPE] = ACTIONS(1257), - [anon_sym_LT] = ACTIONS(1257), - [anon_sym_GT] = ACTIONS(1257), - [anon_sym_GT_GT] = ACTIONS(1257), - [anon_sym_AMP_GT] = ACTIONS(1257), - [anon_sym_AMP_GT_GT] = ACTIONS(1257), - [anon_sym_LT_AMP] = ACTIONS(1257), - [anon_sym_GT_AMP] = ACTIONS(1257), - [anon_sym_LT_LT] = ACTIONS(1257), - [anon_sym_LT_LT_DASH] = ACTIONS(1257), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1257), - [anon_sym_LF] = ACTIONS(1257), - [anon_sym_AMP] = ACTIONS(1257), + [aux_sym_concatenation_repeat1] = STATE(189), + [sym__concat] = ACTIONS(322), + [anon_sym_RBRACE] = ACTIONS(1868), + [sym_comment] = ACTIONS(52), }, [792] = { - [anon_sym_AT] = ACTIONS(1945), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1868), + [sym_comment] = ACTIONS(52), }, [793] = { - [anon_sym_RBRACK] = ACTIONS(1947), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACK] = ACTIONS(1870), + [sym_comment] = ACTIONS(52), }, [794] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(383), - [anon_sym_RBRACE] = ACTIONS(1949), - [sym_comment] = ACTIONS(133), + [aux_sym_concatenation_repeat1] = STATE(189), + [sym__concat] = ACTIONS(322), + [anon_sym_RBRACE] = ACTIONS(1872), + [sym_comment] = ACTIONS(52), }, [795] = { - [anon_sym_RBRACE] = ACTIONS(1949), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1872), + [sym_comment] = ACTIONS(52), }, [796] = { - [anon_sym_RBRACK] = ACTIONS(1951), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(804), + [anon_sym_SEMI_SEMI] = ACTIONS(806), + [anon_sym_DQUOTE] = ACTIONS(806), + [sym_raw_string] = ACTIONS(806), + [anon_sym_DOLLAR] = ACTIONS(806), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(806), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(806), + [anon_sym_BQUOTE] = ACTIONS(806), + [anon_sym_LT_LPAREN] = ACTIONS(806), + [anon_sym_GT_LPAREN] = ACTIONS(806), + [sym_word] = ACTIONS(806), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(806), + [anon_sym_LF] = ACTIONS(806), + [anon_sym_AMP] = ACTIONS(806), }, [797] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(383), - [anon_sym_RBRACE] = ACTIONS(1953), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(812), + [anon_sym_SEMI_SEMI] = ACTIONS(814), + [anon_sym_DQUOTE] = ACTIONS(814), + [sym_raw_string] = ACTIONS(814), + [anon_sym_DOLLAR] = ACTIONS(814), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(814), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(814), + [anon_sym_BQUOTE] = ACTIONS(814), + [anon_sym_LT_LPAREN] = ACTIONS(814), + [anon_sym_GT_LPAREN] = ACTIONS(814), + [sym_word] = ACTIONS(814), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(814), + [anon_sym_LF] = ACTIONS(814), + [anon_sym_AMP] = ACTIONS(814), }, [798] = { - [anon_sym_RBRACE] = ACTIONS(1953), - [sym_comment] = ACTIONS(133), + [sym_string] = STATE(934), + [sym_simple_expansion] = STATE(934), + [sym_expansion] = STATE(934), + [sym_command_substitution] = STATE(934), + [sym_process_substitution] = STATE(934), + [anon_sym_DQUOTE] = ACTIONS(608), + [sym_raw_string] = ACTIONS(1874), + [anon_sym_DOLLAR] = ACTIONS(612), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(614), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(616), + [anon_sym_BQUOTE] = ACTIONS(618), + [anon_sym_LT_LPAREN] = ACTIONS(620), + [anon_sym_GT_LPAREN] = ACTIONS(620), + [sym_word] = ACTIONS(1876), + [sym_comment] = ACTIONS(52), }, [799] = { - [anon_sym_RBRACE] = ACTIONS(1955), - [anon_sym_LBRACK] = ACTIONS(1957), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1878), + [anon_sym_LBRACK] = ACTIONS(1880), + [sym_comment] = ACTIONS(52), }, [800] = { - [anon_sym_RBRACE] = ACTIONS(1959), - [anon_sym_LBRACK] = ACTIONS(1961), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1882), + [anon_sym_LBRACK] = ACTIONS(1884), + [sym_comment] = ACTIONS(52), }, [801] = { - [sym__heredoc_middle] = ACTIONS(839), - [sym__heredoc_end] = ACTIONS(839), - [anon_sym_DOLLAR] = ACTIONS(1181), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(839), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(828), + [anon_sym_SEMI_SEMI] = ACTIONS(830), + [anon_sym_DQUOTE] = ACTIONS(830), + [sym_raw_string] = ACTIONS(830), + [anon_sym_DOLLAR] = ACTIONS(830), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(830), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(830), + [anon_sym_BQUOTE] = ACTIONS(830), + [anon_sym_LT_LPAREN] = ACTIONS(830), + [anon_sym_GT_LPAREN] = ACTIONS(830), + [sym_word] = ACTIONS(830), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(830), + [anon_sym_LF] = ACTIONS(830), + [anon_sym_AMP] = ACTIONS(830), }, [802] = { - [anon_sym_AT] = ACTIONS(1963), - [sym_comment] = ACTIONS(133), + [anon_sym_AT] = ACTIONS(1886), + [sym_comment] = ACTIONS(52), }, [803] = { - [sym_concatenation] = STATE(890), - [sym_string] = STATE(889), - [sym_simple_expansion] = STATE(889), - [sym_expansion] = STATE(889), - [sym_command_substitution] = STATE(889), - [sym_process_substitution] = STATE(889), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1965), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(1967), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(941), + [sym_string] = STATE(940), + [sym_simple_expansion] = STATE(940), + [sym_expansion] = STATE(940), + [sym_command_substitution] = STATE(940), + [sym_process_substitution] = STATE(940), + [anon_sym_DQUOTE] = ACTIONS(82), + [sym_raw_string] = ACTIONS(1888), + [anon_sym_DOLLAR] = ACTIONS(86), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(88), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(90), + [anon_sym_BQUOTE] = ACTIONS(92), + [anon_sym_LT_LPAREN] = ACTIONS(94), + [anon_sym_GT_LPAREN] = ACTIONS(94), + [sym_word] = ACTIONS(1890), + [sym_comment] = ACTIONS(52), }, [804] = { - [sym__heredoc_middle] = ACTIONS(849), - [sym__heredoc_end] = ACTIONS(849), - [anon_sym_DOLLAR] = ACTIONS(1189), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(849), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(838), + [anon_sym_SEMI_SEMI] = ACTIONS(840), + [anon_sym_DQUOTE] = ACTIONS(840), + [sym_raw_string] = ACTIONS(840), + [anon_sym_DOLLAR] = ACTIONS(840), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(840), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(840), + [anon_sym_BQUOTE] = ACTIONS(840), + [anon_sym_LT_LPAREN] = ACTIONS(840), + [anon_sym_GT_LPAREN] = ACTIONS(840), + [sym_word] = ACTIONS(840), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(840), + [anon_sym_LF] = ACTIONS(840), + [anon_sym_AMP] = ACTIONS(840), }, [805] = { - [anon_sym_AT] = ACTIONS(1969), - [sym_comment] = ACTIONS(133), + [anon_sym_AT] = ACTIONS(1892), + [sym_comment] = ACTIONS(52), }, [806] = { - [sym_concatenation] = STATE(893), - [sym_string] = STATE(892), - [sym_simple_expansion] = STATE(892), - [sym_expansion] = STATE(892), - [sym_command_substitution] = STATE(892), - [sym_process_substitution] = STATE(892), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1971), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(1973), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(944), + [sym_string] = STATE(943), + [sym_simple_expansion] = STATE(943), + [sym_expansion] = STATE(943), + [sym_command_substitution] = STATE(943), + [sym_process_substitution] = STATE(943), + [anon_sym_DQUOTE] = ACTIONS(82), + [sym_raw_string] = ACTIONS(1894), + [anon_sym_DOLLAR] = ACTIONS(86), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(88), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(90), + [anon_sym_BQUOTE] = ACTIONS(92), + [anon_sym_LT_LPAREN] = ACTIONS(94), + [anon_sym_GT_LPAREN] = ACTIONS(94), + [sym_word] = ACTIONS(1896), + [sym_comment] = ACTIONS(52), }, [807] = { - [anon_sym_RBRACK] = ACTIONS(1975), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(918), + [anon_sym_SEMI_SEMI] = ACTIONS(920), + [anon_sym_DQUOTE] = ACTIONS(920), + [sym_raw_string] = ACTIONS(920), + [anon_sym_DOLLAR] = ACTIONS(920), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(920), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(920), + [anon_sym_BQUOTE] = ACTIONS(920), + [anon_sym_LT_LPAREN] = ACTIONS(920), + [anon_sym_GT_LPAREN] = ACTIONS(920), + [sym_word] = ACTIONS(920), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(920), + [anon_sym_LF] = ACTIONS(920), + [anon_sym_AMP] = ACTIONS(920), }, [808] = { - [anon_sym_RBRACK] = ACTIONS(1977), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(956), + [anon_sym_SEMI_SEMI] = ACTIONS(958), + [anon_sym_DQUOTE] = ACTIONS(958), + [sym_raw_string] = ACTIONS(958), + [anon_sym_DOLLAR] = ACTIONS(958), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(958), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(958), + [anon_sym_BQUOTE] = ACTIONS(958), + [anon_sym_LT_LPAREN] = ACTIONS(958), + [anon_sym_GT_LPAREN] = ACTIONS(958), + [sym_word] = ACTIONS(958), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(958), + [anon_sym_LF] = ACTIONS(958), + [anon_sym_AMP] = ACTIONS(958), }, [809] = { - [anon_sym_RBRACE] = ACTIONS(1979), - [sym_comment] = ACTIONS(133), + [anon_sym_PIPE] = ACTIONS(1898), + [anon_sym_RPAREN] = ACTIONS(1898), + [anon_sym_SEMI_SEMI] = ACTIONS(1898), + [anon_sym_PIPE_AMP] = ACTIONS(1898), + [anon_sym_AMP_AMP] = ACTIONS(1898), + [anon_sym_PIPE_PIPE] = ACTIONS(1898), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1898), + [anon_sym_LF] = ACTIONS(1898), + [anon_sym_AMP] = ACTIONS(1898), }, [810] = { - [sym__concat] = ACTIONS(1601), - [anon_sym_PIPE] = ACTIONS(1601), - [anon_sym_RPAREN] = ACTIONS(1601), - [anon_sym_RBRACK] = ACTIONS(1601), - [sym_comment] = ACTIONS(133), + [sym__terminated_statement] = STATE(383), + [sym_for_statement] = STATE(384), + [sym_while_statement] = STATE(384), + [sym_if_statement] = STATE(384), + [sym_case_statement] = STATE(384), + [sym_function_definition] = STATE(384), + [sym_subshell] = STATE(384), + [sym_pipeline] = STATE(384), + [sym_list] = STATE(384), + [sym_bracket_command] = STATE(384), + [sym_command] = STATE(384), + [sym_command_name] = STATE(24), + [sym_environment_variable_assignment] = STATE(387), + [sym_subscript] = STATE(26), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(28), + [sym_string] = STATE(14), + [sym_simple_expansion] = STATE(14), + [sym_expansion] = STATE(14), + [sym_command_substitution] = STATE(14), + [sym_process_substitution] = STATE(14), + [aux_sym_program_repeat1] = STATE(945), + [aux_sym_command_repeat1] = STATE(30), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(12), + [anon_sym_for] = ACTIONS(16), + [anon_sym_while] = ACTIONS(18), + [anon_sym_if] = ACTIONS(20), + [anon_sym_fi] = ACTIONS(1900), + [anon_sym_elif] = ACTIONS(1900), + [anon_sym_else] = ACTIONS(1900), + [anon_sym_case] = ACTIONS(22), + [anon_sym_function] = ACTIONS(24), + [anon_sym_LPAREN] = ACTIONS(26), + [anon_sym_LBRACK] = ACTIONS(28), + [anon_sym_LBRACK_LBRACK] = ACTIONS(30), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(36), + [sym_raw_string] = ACTIONS(38), + [anon_sym_DOLLAR] = ACTIONS(40), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(42), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(44), + [anon_sym_BQUOTE] = ACTIONS(46), + [anon_sym_LT_LPAREN] = ACTIONS(48), + [anon_sym_GT_LPAREN] = ACTIONS(48), + [sym_word] = ACTIONS(50), + [sym_comment] = ACTIONS(52), }, [811] = { - [anon_sym_RBRACE] = ACTIONS(1981), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(516), + [sym_variable_name] = ACTIONS(516), + [anon_sym_for] = ACTIONS(518), + [anon_sym_while] = ACTIONS(518), + [anon_sym_if] = ACTIONS(518), + [anon_sym_fi] = ACTIONS(518), + [anon_sym_case] = ACTIONS(518), + [anon_sym_function] = ACTIONS(518), + [anon_sym_LPAREN] = ACTIONS(516), + [anon_sym_LBRACK] = ACTIONS(518), + [anon_sym_LBRACK_LBRACK] = ACTIONS(518), + [anon_sym_LT] = ACTIONS(518), + [anon_sym_GT] = ACTIONS(518), + [anon_sym_GT_GT] = ACTIONS(516), + [anon_sym_AMP_GT] = ACTIONS(518), + [anon_sym_AMP_GT_GT] = ACTIONS(516), + [anon_sym_LT_AMP] = ACTIONS(516), + [anon_sym_GT_AMP] = ACTIONS(516), + [anon_sym_DQUOTE] = ACTIONS(516), + [sym_raw_string] = ACTIONS(516), + [anon_sym_DOLLAR] = ACTIONS(518), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(516), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(516), + [anon_sym_BQUOTE] = ACTIONS(516), + [anon_sym_LT_LPAREN] = ACTIONS(516), + [anon_sym_GT_LPAREN] = ACTIONS(516), + [sym_word] = ACTIONS(520), + [sym_comment] = ACTIONS(52), }, [812] = { - [sym__concat] = ACTIONS(1607), - [anon_sym_PIPE] = ACTIONS(1607), - [anon_sym_RPAREN] = ACTIONS(1607), - [anon_sym_RBRACK] = ACTIONS(1607), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(554), + [sym_variable_name] = ACTIONS(554), + [anon_sym_for] = ACTIONS(556), + [anon_sym_while] = ACTIONS(556), + [anon_sym_if] = ACTIONS(556), + [anon_sym_fi] = ACTIONS(556), + [anon_sym_case] = ACTIONS(556), + [anon_sym_function] = ACTIONS(556), + [anon_sym_LPAREN] = ACTIONS(554), + [anon_sym_LBRACK] = ACTIONS(556), + [anon_sym_LBRACK_LBRACK] = ACTIONS(556), + [anon_sym_LT] = ACTIONS(556), + [anon_sym_GT] = ACTIONS(556), + [anon_sym_GT_GT] = ACTIONS(554), + [anon_sym_AMP_GT] = ACTIONS(556), + [anon_sym_AMP_GT_GT] = ACTIONS(554), + [anon_sym_LT_AMP] = ACTIONS(554), + [anon_sym_GT_AMP] = ACTIONS(554), + [anon_sym_DQUOTE] = ACTIONS(554), + [sym_raw_string] = ACTIONS(554), + [anon_sym_DOLLAR] = ACTIONS(556), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(554), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(554), + [anon_sym_BQUOTE] = ACTIONS(554), + [anon_sym_LT_LPAREN] = ACTIONS(554), + [anon_sym_GT_LPAREN] = ACTIONS(554), + [sym_word] = ACTIONS(558), + [sym_comment] = ACTIONS(52), }, [813] = { - [anon_sym_RBRACK] = ACTIONS(1983), - [sym_comment] = ACTIONS(133), + [anon_sym_PIPE] = ACTIONS(1902), + [anon_sym_RPAREN] = ACTIONS(1902), + [anon_sym_SEMI_SEMI] = ACTIONS(1902), + [anon_sym_PIPE_AMP] = ACTIONS(1902), + [anon_sym_AMP_AMP] = ACTIONS(1902), + [anon_sym_PIPE_PIPE] = ACTIONS(1902), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1902), + [anon_sym_LF] = ACTIONS(1902), + [anon_sym_AMP] = ACTIONS(1902), }, [814] = { - [anon_sym_RBRACK] = ACTIONS(1985), - [sym_comment] = ACTIONS(133), + [anon_sym_fi] = ACTIONS(1904), + [sym_comment] = ACTIONS(52), }, [815] = { - [anon_sym_RBRACE] = ACTIONS(1987), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(948), + [sym_string] = STATE(947), + [sym_simple_expansion] = STATE(947), + [sym_expansion] = STATE(947), + [sym_command_substitution] = STATE(947), + [sym_process_substitution] = STATE(947), + [anon_sym_DQUOTE] = ACTIONS(252), + [sym_raw_string] = ACTIONS(1906), + [anon_sym_DOLLAR] = ACTIONS(256), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(258), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(260), + [anon_sym_BQUOTE] = ACTIONS(262), + [anon_sym_LT_LPAREN] = ACTIONS(264), + [anon_sym_GT_LPAREN] = ACTIONS(264), + [sym_word] = ACTIONS(1908), + [sym_comment] = ACTIONS(52), }, [816] = { - [sym_file_descriptor] = ACTIONS(1601), - [sym__concat] = ACTIONS(1601), - [sym_variable_name] = ACTIONS(1601), - [anon_sym_PIPE] = ACTIONS(1603), - [anon_sym_RPAREN] = ACTIONS(1603), - [anon_sym_SEMI_SEMI] = ACTIONS(1603), - [anon_sym_PIPE_AMP] = ACTIONS(1603), - [anon_sym_AMP_AMP] = ACTIONS(1603), - [anon_sym_PIPE_PIPE] = ACTIONS(1603), - [anon_sym_LT] = ACTIONS(1603), - [anon_sym_GT] = ACTIONS(1603), - [anon_sym_GT_GT] = ACTIONS(1603), - [anon_sym_AMP_GT] = ACTIONS(1603), - [anon_sym_AMP_GT_GT] = ACTIONS(1603), - [anon_sym_LT_AMP] = ACTIONS(1603), - [anon_sym_GT_AMP] = ACTIONS(1603), - [anon_sym_DQUOTE] = ACTIONS(1603), - [sym_raw_string] = ACTIONS(1603), - [anon_sym_DOLLAR] = ACTIONS(1603), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1603), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1603), - [anon_sym_BQUOTE] = ACTIONS(1603), - [anon_sym_LT_LPAREN] = ACTIONS(1603), - [anon_sym_GT_LPAREN] = ACTIONS(1603), - [sym_word] = ACTIONS(1603), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1603), - [anon_sym_LF] = ACTIONS(1603), - [anon_sym_AMP] = ACTIONS(1603), + [sym__terminated_statement] = STATE(22), + [sym_for_statement] = STATE(23), + [sym_while_statement] = STATE(23), + [sym_if_statement] = STATE(23), + [sym_case_statement] = STATE(23), + [sym_function_definition] = STATE(23), + [sym_subshell] = STATE(23), + [sym_pipeline] = STATE(23), + [sym_list] = STATE(23), + [sym_bracket_command] = STATE(23), + [sym_command] = STATE(23), + [sym_command_name] = STATE(24), + [sym_environment_variable_assignment] = STATE(25), + [sym_subscript] = STATE(26), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(28), + [sym_string] = STATE(14), + [sym_simple_expansion] = STATE(14), + [sym_expansion] = STATE(14), + [sym_command_substitution] = STATE(14), + [sym_process_substitution] = STATE(14), + [aux_sym_program_repeat1] = STATE(950), + [aux_sym_command_repeat1] = STATE(30), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(12), + [anon_sym_for] = ACTIONS(16), + [anon_sym_while] = ACTIONS(18), + [anon_sym_if] = ACTIONS(20), + [anon_sym_case] = ACTIONS(22), + [anon_sym_SEMI_SEMI] = ACTIONS(1910), + [anon_sym_function] = ACTIONS(24), + [anon_sym_LPAREN] = ACTIONS(26), + [anon_sym_LBRACK] = ACTIONS(28), + [anon_sym_LBRACK_LBRACK] = ACTIONS(30), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(36), + [sym_raw_string] = ACTIONS(38), + [anon_sym_DOLLAR] = ACTIONS(40), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(42), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(44), + [anon_sym_BQUOTE] = ACTIONS(46), + [anon_sym_LT_LPAREN] = ACTIONS(48), + [anon_sym_GT_LPAREN] = ACTIONS(48), + [sym_word] = ACTIONS(50), + [sym_comment] = ACTIONS(52), }, [817] = { - [anon_sym_RBRACE] = ACTIONS(1989), - [sym_comment] = ACTIONS(133), + [anon_sym_PIPE] = ACTIONS(1912), + [anon_sym_RPAREN] = ACTIONS(1914), + [sym_comment] = ACTIONS(52), }, [818] = { - [sym_file_descriptor] = ACTIONS(1607), - [sym__concat] = ACTIONS(1607), - [sym_variable_name] = ACTIONS(1607), - [anon_sym_PIPE] = ACTIONS(1609), - [anon_sym_RPAREN] = ACTIONS(1609), - [anon_sym_SEMI_SEMI] = ACTIONS(1609), - [anon_sym_PIPE_AMP] = ACTIONS(1609), - [anon_sym_AMP_AMP] = ACTIONS(1609), - [anon_sym_PIPE_PIPE] = ACTIONS(1609), - [anon_sym_LT] = ACTIONS(1609), - [anon_sym_GT] = ACTIONS(1609), - [anon_sym_GT_GT] = ACTIONS(1609), - [anon_sym_AMP_GT] = ACTIONS(1609), - [anon_sym_AMP_GT_GT] = ACTIONS(1609), - [anon_sym_LT_AMP] = ACTIONS(1609), - [anon_sym_GT_AMP] = ACTIONS(1609), - [anon_sym_DQUOTE] = ACTIONS(1609), - [sym_raw_string] = ACTIONS(1609), - [anon_sym_DOLLAR] = ACTIONS(1609), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1609), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1609), - [anon_sym_BQUOTE] = ACTIONS(1609), - [anon_sym_LT_LPAREN] = ACTIONS(1609), - [anon_sym_GT_LPAREN] = ACTIONS(1609), - [sym_word] = ACTIONS(1609), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1609), - [anon_sym_LF] = ACTIONS(1609), - [anon_sym_AMP] = ACTIONS(1609), + [anon_sym_PIPE] = ACTIONS(1916), + [anon_sym_RPAREN] = ACTIONS(1916), + [anon_sym_SEMI_SEMI] = ACTIONS(1916), + [anon_sym_PIPE_AMP] = ACTIONS(1916), + [anon_sym_AMP_AMP] = ACTIONS(1916), + [anon_sym_PIPE_PIPE] = ACTIONS(1916), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1916), + [anon_sym_LF] = ACTIONS(1916), + [anon_sym_AMP] = ACTIONS(1916), }, [819] = { - [sym__concat] = ACTIONS(1245), - [anon_sym_SEMI_SEMI] = ACTIONS(1247), - [anon_sym_DQUOTE] = ACTIONS(1247), - [sym_raw_string] = ACTIONS(1247), - [anon_sym_DOLLAR] = ACTIONS(1247), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1247), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1247), - [anon_sym_BQUOTE] = ACTIONS(1247), - [anon_sym_LT_LPAREN] = ACTIONS(1247), - [anon_sym_GT_LPAREN] = ACTIONS(1247), - [sym_word] = ACTIONS(1247), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1247), - [anon_sym_LF] = ACTIONS(1247), - [anon_sym_AMP] = ACTIONS(1247), + [anon_sym_esac] = ACTIONS(1918), + [anon_sym_DQUOTE] = ACTIONS(1920), + [sym_raw_string] = ACTIONS(1920), + [anon_sym_DOLLAR] = ACTIONS(1918), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1920), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1920), + [anon_sym_BQUOTE] = ACTIONS(1920), + [anon_sym_LT_LPAREN] = ACTIONS(1920), + [anon_sym_GT_LPAREN] = ACTIONS(1920), + [sym_word] = ACTIONS(1922), + [sym_comment] = ACTIONS(52), }, [820] = { - [sym__concat] = ACTIONS(1249), - [anon_sym_SEMI_SEMI] = ACTIONS(1251), - [anon_sym_DQUOTE] = ACTIONS(1251), - [sym_raw_string] = ACTIONS(1251), - [anon_sym_DOLLAR] = ACTIONS(1251), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1251), - [anon_sym_BQUOTE] = ACTIONS(1251), - [anon_sym_LT_LPAREN] = ACTIONS(1251), - [anon_sym_GT_LPAREN] = ACTIONS(1251), - [sym_word] = ACTIONS(1251), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1251), - [anon_sym_LF] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1251), + [sym_case_item] = STATE(819), + [sym_concatenation] = STATE(620), + [sym_string] = STATE(618), + [sym_simple_expansion] = STATE(618), + [sym_expansion] = STATE(618), + [sym_command_substitution] = STATE(618), + [sym_process_substitution] = STATE(618), + [anon_sym_esac] = ACTIONS(1924), + [anon_sym_DQUOTE] = ACTIONS(252), + [sym_raw_string] = ACTIONS(1144), + [anon_sym_DOLLAR] = ACTIONS(256), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(258), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(260), + [anon_sym_BQUOTE] = ACTIONS(262), + [anon_sym_LT_LPAREN] = ACTIONS(264), + [anon_sym_GT_LPAREN] = ACTIONS(264), + [sym_word] = ACTIONS(1146), + [sym_comment] = ACTIONS(52), }, [821] = { - [anon_sym_AT] = ACTIONS(1991), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACK] = ACTIONS(1926), + [sym_comment] = ACTIONS(52), }, [822] = { - [sym__concat] = ACTIONS(1255), - [anon_sym_SEMI_SEMI] = ACTIONS(1257), - [anon_sym_DQUOTE] = ACTIONS(1257), - [sym_raw_string] = ACTIONS(1257), - [anon_sym_DOLLAR] = ACTIONS(1257), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1257), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1257), - [anon_sym_BQUOTE] = ACTIONS(1257), - [anon_sym_LT_LPAREN] = ACTIONS(1257), - [anon_sym_GT_LPAREN] = ACTIONS(1257), - [sym_word] = ACTIONS(1257), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1257), - [anon_sym_LF] = ACTIONS(1257), - [anon_sym_AMP] = ACTIONS(1257), + [anon_sym_RBRACK] = ACTIONS(1928), + [sym_comment] = ACTIONS(52), }, [823] = { - [anon_sym_AT] = ACTIONS(1993), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1930), + [sym_comment] = ACTIONS(52), }, [824] = { - [anon_sym_RBRACK] = ACTIONS(1995), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(1668), + [anon_sym_in] = ACTIONS(1670), + [anon_sym_SEMI_SEMI] = ACTIONS(1670), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1670), + [anon_sym_LF] = ACTIONS(1670), + [anon_sym_AMP] = ACTIONS(1670), }, [825] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(383), - [anon_sym_RBRACE] = ACTIONS(1997), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1932), + [sym_comment] = ACTIONS(52), }, [826] = { - [anon_sym_RBRACE] = ACTIONS(1997), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(1674), + [anon_sym_in] = ACTIONS(1676), + [anon_sym_SEMI_SEMI] = ACTIONS(1676), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1676), + [anon_sym_LF] = ACTIONS(1676), + [anon_sym_AMP] = ACTIONS(1676), }, [827] = { - [anon_sym_RBRACK] = ACTIONS(1999), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACK] = ACTIONS(1934), + [sym_comment] = ACTIONS(52), }, [828] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(383), - [anon_sym_RBRACE] = ACTIONS(2001), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACK] = ACTIONS(1936), + [sym_comment] = ACTIONS(52), }, [829] = { - [anon_sym_RBRACE] = ACTIONS(2001), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1938), + [sym_comment] = ACTIONS(52), }, [830] = { - [sym__terminated_statement] = STATE(126), - [sym_for_statement] = STATE(23), - [sym_while_statement] = STATE(23), - [sym_if_statement] = STATE(23), - [sym_case_statement] = STATE(23), - [sym_function_definition] = STATE(23), - [sym_subshell] = STATE(23), - [sym_pipeline] = STATE(23), - [sym_list] = STATE(23), - [sym_bracket_command] = STATE(23), - [sym_command] = STATE(23), - [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(25), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_fi] = ACTIONS(2003), - [anon_sym_elif] = ACTIONS(2003), - [anon_sym_else] = ACTIONS(2003), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(1668), + [anon_sym_RBRACE] = ACTIONS(1668), + [anon_sym_RBRACK] = ACTIONS(1940), + [anon_sym_DQUOTE] = ACTIONS(1668), + [sym_raw_string] = ACTIONS(1668), + [anon_sym_DOLLAR] = ACTIONS(1940), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1668), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1668), + [anon_sym_BQUOTE] = ACTIONS(1668), + [anon_sym_LT_LPAREN] = ACTIONS(1668), + [anon_sym_GT_LPAREN] = ACTIONS(1668), + [sym_word] = ACTIONS(1670), + [sym_comment] = ACTIONS(52), }, [831] = { - [anon_sym_PIPE] = ACTIONS(2005), - [anon_sym_RPAREN] = ACTIONS(2005), - [anon_sym_SEMI_SEMI] = ACTIONS(2005), - [anon_sym_PIPE_AMP] = ACTIONS(2005), - [anon_sym_AMP_AMP] = ACTIONS(2005), - [anon_sym_PIPE_PIPE] = ACTIONS(2005), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2005), - [anon_sym_LF] = ACTIONS(2005), - [anon_sym_AMP] = ACTIONS(2005), + [anon_sym_RBRACE] = ACTIONS(1942), + [sym_comment] = ACTIONS(52), }, [832] = { - [aux_sym_concatenation_repeat1] = STATE(305), - [sym__concat] = ACTIONS(613), - [anon_sym_PIPE] = ACTIONS(2007), - [anon_sym_RPAREN] = ACTIONS(2007), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(1674), + [anon_sym_RBRACE] = ACTIONS(1674), + [anon_sym_RBRACK] = ACTIONS(1944), + [anon_sym_DQUOTE] = ACTIONS(1674), + [sym_raw_string] = ACTIONS(1674), + [anon_sym_DOLLAR] = ACTIONS(1944), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1674), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1674), + [anon_sym_BQUOTE] = ACTIONS(1674), + [anon_sym_LT_LPAREN] = ACTIONS(1674), + [anon_sym_GT_LPAREN] = ACTIONS(1674), + [sym_word] = ACTIONS(1676), + [sym_comment] = ACTIONS(52), }, [833] = { - [anon_sym_PIPE] = ACTIONS(2007), - [anon_sym_RPAREN] = ACTIONS(2007), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACK] = ACTIONS(1946), + [sym_comment] = ACTIONS(52), }, [834] = { - [anon_sym_esac] = ACTIONS(2009), - [anon_sym_DQUOTE] = ACTIONS(2011), - [sym_raw_string] = ACTIONS(2011), - [anon_sym_DOLLAR] = ACTIONS(2009), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2011), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2011), - [anon_sym_BQUOTE] = ACTIONS(2011), - [anon_sym_LT_LPAREN] = ACTIONS(2011), - [anon_sym_GT_LPAREN] = ACTIONS(2011), - [sym_word] = ACTIONS(2013), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACK] = ACTIONS(1948), + [sym_comment] = ACTIONS(52), }, [835] = { - [sym__terminated_statement] = STATE(126), - [sym_for_statement] = STATE(23), - [sym_while_statement] = STATE(23), - [sym_if_statement] = STATE(23), - [sym_case_statement] = STATE(23), - [sym_function_definition] = STATE(23), - [sym_subshell] = STATE(23), - [sym_pipeline] = STATE(23), - [sym_list] = STATE(23), - [sym_bracket_command] = STATE(23), - [sym_command] = STATE(23), - [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(25), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_case] = ACTIONS(103), - [anon_sym_SEMI_SEMI] = ACTIONS(2015), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1950), + [sym_comment] = ACTIONS(52), }, [836] = { - [sym_concatenation] = STATE(910), - [sym_string] = STATE(909), - [sym_simple_expansion] = STATE(909), - [sym_expansion] = STATE(909), - [sym_command_substitution] = STATE(909), - [sym_process_substitution] = STATE(909), - [anon_sym_DQUOTE] = ACTIONS(313), - [sym_raw_string] = ACTIONS(2017), - [anon_sym_DOLLAR] = ACTIONS(317), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(319), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(321), - [anon_sym_BQUOTE] = ACTIONS(323), - [anon_sym_LT_LPAREN] = ACTIONS(325), - [anon_sym_GT_LPAREN] = ACTIONS(325), - [sym_word] = ACTIONS(2019), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(1668), + [anon_sym_RBRACK_RBRACK] = ACTIONS(1940), + [anon_sym_DQUOTE] = ACTIONS(1668), + [sym_raw_string] = ACTIONS(1668), + [anon_sym_DOLLAR] = ACTIONS(1940), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1668), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1668), + [anon_sym_BQUOTE] = ACTIONS(1668), + [anon_sym_LT_LPAREN] = ACTIONS(1668), + [anon_sym_GT_LPAREN] = ACTIONS(1668), + [sym_word] = ACTIONS(1670), + [sym_comment] = ACTIONS(52), }, [837] = { - [sym__terminated_statement] = STATE(22), - [sym_for_statement] = STATE(23), - [sym_while_statement] = STATE(23), - [sym_if_statement] = STATE(23), - [sym_case_statement] = STATE(23), - [sym_function_definition] = STATE(23), - [sym_subshell] = STATE(23), - [sym_pipeline] = STATE(23), - [sym_list] = STATE(23), - [sym_bracket_command] = STATE(23), - [sym_command] = STATE(23), - [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(25), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [aux_sym_program_repeat1] = STATE(911), - [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_case] = ACTIONS(103), - [anon_sym_SEMI_SEMI] = ACTIONS(2015), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1952), + [sym_comment] = ACTIONS(52), }, [838] = { - [anon_sym_PIPE] = ACTIONS(2021), - [anon_sym_RPAREN] = ACTIONS(2021), - [anon_sym_SEMI_SEMI] = ACTIONS(2021), - [anon_sym_PIPE_AMP] = ACTIONS(2021), - [anon_sym_AMP_AMP] = ACTIONS(2021), - [anon_sym_PIPE_PIPE] = ACTIONS(2021), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2021), - [anon_sym_LF] = ACTIONS(2021), - [anon_sym_AMP] = ACTIONS(2021), + [sym__concat] = ACTIONS(1674), + [anon_sym_RBRACK_RBRACK] = ACTIONS(1944), + [anon_sym_DQUOTE] = ACTIONS(1674), + [sym_raw_string] = ACTIONS(1674), + [anon_sym_DOLLAR] = ACTIONS(1944), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1674), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1674), + [anon_sym_BQUOTE] = ACTIONS(1674), + [anon_sym_LT_LPAREN] = ACTIONS(1674), + [anon_sym_GT_LPAREN] = ACTIONS(1674), + [sym_word] = ACTIONS(1676), + [sym_comment] = ACTIONS(52), }, [839] = { - [anon_sym_RBRACE] = ACTIONS(2023), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACK] = ACTIONS(1954), + [sym_comment] = ACTIONS(52), }, [840] = { - [anon_sym_RBRACE] = ACTIONS(2025), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACK] = ACTIONS(1956), + [sym_comment] = ACTIONS(52), }, [841] = { - [sym__concat] = ACTIONS(1867), - [anon_sym_in] = ACTIONS(1869), - [anon_sym_SEMI_SEMI] = ACTIONS(1869), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1869), - [anon_sym_LF] = ACTIONS(1869), - [anon_sym_AMP] = ACTIONS(1869), + [anon_sym_RBRACE] = ACTIONS(1958), + [sym_comment] = ACTIONS(52), }, [842] = { - [sym__concat] = ACTIONS(1871), - [anon_sym_in] = ACTIONS(1873), - [anon_sym_SEMI_SEMI] = ACTIONS(1873), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1873), - [anon_sym_LF] = ACTIONS(1873), - [anon_sym_AMP] = ACTIONS(1873), + [sym_file_descriptor] = ACTIONS(1668), + [sym__concat] = ACTIONS(1668), + [sym_variable_name] = ACTIONS(1668), + [anon_sym_LT] = ACTIONS(1940), + [anon_sym_GT] = ACTIONS(1940), + [anon_sym_GT_GT] = ACTIONS(1668), + [anon_sym_AMP_GT] = ACTIONS(1940), + [anon_sym_AMP_GT_GT] = ACTIONS(1668), + [anon_sym_LT_AMP] = ACTIONS(1668), + [anon_sym_GT_AMP] = ACTIONS(1668), + [anon_sym_DQUOTE] = ACTIONS(1668), + [sym_raw_string] = ACTIONS(1668), + [anon_sym_DOLLAR] = ACTIONS(1940), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1668), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1668), + [anon_sym_BQUOTE] = ACTIONS(1668), + [anon_sym_LT_LPAREN] = ACTIONS(1668), + [anon_sym_GT_LPAREN] = ACTIONS(1668), + [sym_word] = ACTIONS(1940), + [sym_comment] = ACTIONS(52), }, [843] = { - [anon_sym_RBRACE] = ACTIONS(2027), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1960), + [sym_comment] = ACTIONS(52), }, [844] = { - [anon_sym_RBRACE] = ACTIONS(2029), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(1674), + [sym__concat] = ACTIONS(1674), + [sym_variable_name] = ACTIONS(1674), + [anon_sym_LT] = ACTIONS(1944), + [anon_sym_GT] = ACTIONS(1944), + [anon_sym_GT_GT] = ACTIONS(1674), + [anon_sym_AMP_GT] = ACTIONS(1944), + [anon_sym_AMP_GT_GT] = ACTIONS(1674), + [anon_sym_LT_AMP] = ACTIONS(1674), + [anon_sym_GT_AMP] = ACTIONS(1674), + [anon_sym_DQUOTE] = ACTIONS(1674), + [sym_raw_string] = ACTIONS(1674), + [anon_sym_DOLLAR] = ACTIONS(1944), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1674), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1674), + [anon_sym_BQUOTE] = ACTIONS(1674), + [anon_sym_LT_LPAREN] = ACTIONS(1674), + [anon_sym_GT_LPAREN] = ACTIONS(1674), + [sym_word] = ACTIONS(1944), + [sym_comment] = ACTIONS(52), }, [845] = { - [sym__concat] = ACTIONS(1867), - [anon_sym_RBRACE] = ACTIONS(1867), - [anon_sym_RBRACK] = ACTIONS(2031), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2031), - [anon_sym_DQUOTE] = ACTIONS(1867), - [sym_raw_string] = ACTIONS(1867), - [anon_sym_DOLLAR] = ACTIONS(2031), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1867), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1867), - [anon_sym_BQUOTE] = ACTIONS(1867), - [anon_sym_LT_LPAREN] = ACTIONS(1867), - [anon_sym_GT_LPAREN] = ACTIONS(1867), - [sym_word] = ACTIONS(1869), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACK] = ACTIONS(1962), + [sym_comment] = ACTIONS(52), }, [846] = { - [sym__concat] = ACTIONS(1871), - [anon_sym_RBRACE] = ACTIONS(1871), - [anon_sym_RBRACK] = ACTIONS(2033), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2033), - [anon_sym_DQUOTE] = ACTIONS(1871), - [sym_raw_string] = ACTIONS(1871), - [anon_sym_DOLLAR] = ACTIONS(2033), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1871), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1871), - [anon_sym_BQUOTE] = ACTIONS(1871), - [anon_sym_LT_LPAREN] = ACTIONS(1871), - [anon_sym_GT_LPAREN] = ACTIONS(1871), - [sym_word] = ACTIONS(1873), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACK] = ACTIONS(1964), + [sym_comment] = ACTIONS(52), }, [847] = { - [anon_sym_RBRACE] = ACTIONS(2035), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1966), + [sym_comment] = ACTIONS(52), }, [848] = { - [anon_sym_RBRACE] = ACTIONS(2037), - [sym_comment] = ACTIONS(133), + [anon_sym_DQUOTE] = ACTIONS(1670), + [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(1940), + [anon_sym_DOLLAR] = ACTIONS(1670), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1670), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1670), + [anon_sym_BQUOTE] = ACTIONS(1670), + [sym_comment] = ACTIONS(142), }, [849] = { - [sym_file_descriptor] = ACTIONS(1867), - [sym__concat] = ACTIONS(1867), - [sym_variable_name] = ACTIONS(1867), - [anon_sym_PIPE] = ACTIONS(2031), - [anon_sym_RPAREN] = ACTIONS(1867), - [anon_sym_PIPE_AMP] = ACTIONS(1867), - [anon_sym_AMP_AMP] = ACTIONS(1867), - [anon_sym_PIPE_PIPE] = ACTIONS(2031), - [anon_sym_LT] = ACTIONS(2031), - [anon_sym_GT] = ACTIONS(2031), - [anon_sym_GT_GT] = ACTIONS(1867), - [anon_sym_AMP_GT] = ACTIONS(2031), - [anon_sym_AMP_GT_GT] = ACTIONS(1867), - [anon_sym_LT_AMP] = ACTIONS(1867), - [anon_sym_GT_AMP] = ACTIONS(1867), - [anon_sym_DQUOTE] = ACTIONS(1867), - [sym_raw_string] = ACTIONS(1867), - [anon_sym_DOLLAR] = ACTIONS(2031), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1867), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1867), - [anon_sym_BQUOTE] = ACTIONS(1867), - [anon_sym_LT_LPAREN] = ACTIONS(1867), - [anon_sym_GT_LPAREN] = ACTIONS(1867), - [sym_word] = ACTIONS(1869), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1968), + [sym_comment] = ACTIONS(52), }, [850] = { - [sym_file_descriptor] = ACTIONS(1871), - [sym__concat] = ACTIONS(1871), - [sym_variable_name] = ACTIONS(1871), - [anon_sym_PIPE] = ACTIONS(2033), - [anon_sym_RPAREN] = ACTIONS(1871), - [anon_sym_PIPE_AMP] = ACTIONS(1871), - [anon_sym_AMP_AMP] = ACTIONS(1871), - [anon_sym_PIPE_PIPE] = ACTIONS(2033), - [anon_sym_LT] = ACTIONS(2033), - [anon_sym_GT] = ACTIONS(2033), - [anon_sym_GT_GT] = ACTIONS(1871), - [anon_sym_AMP_GT] = ACTIONS(2033), - [anon_sym_AMP_GT_GT] = ACTIONS(1871), - [anon_sym_LT_AMP] = ACTIONS(1871), - [anon_sym_GT_AMP] = ACTIONS(1871), - [anon_sym_DQUOTE] = ACTIONS(1871), - [sym_raw_string] = ACTIONS(1871), - [anon_sym_DOLLAR] = ACTIONS(2033), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1871), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1871), - [anon_sym_BQUOTE] = ACTIONS(1871), - [anon_sym_LT_LPAREN] = ACTIONS(1871), - [anon_sym_GT_LPAREN] = ACTIONS(1871), - [sym_word] = ACTIONS(1873), - [sym_comment] = ACTIONS(133), + [anon_sym_DQUOTE] = ACTIONS(1676), + [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(1944), + [anon_sym_DOLLAR] = ACTIONS(1676), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1676), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1676), + [anon_sym_BQUOTE] = ACTIONS(1676), + [sym_comment] = ACTIONS(142), }, [851] = { - [anon_sym_RBRACE] = ACTIONS(2039), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1970), + [sym_comment] = ACTIONS(52), }, [852] = { - [anon_sym_RBRACE] = ACTIONS(2041), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1972), + [sym_comment] = ACTIONS(52), }, [853] = { - [anon_sym_DQUOTE] = ACTIONS(1869), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(2031), - [anon_sym_DOLLAR] = ACTIONS(1869), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1869), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1869), - [anon_sym_BQUOTE] = ACTIONS(1869), - [sym_comment] = ACTIONS(85), + [sym_file_descriptor] = ACTIONS(1974), + [sym__concat] = ACTIONS(1974), + [anon_sym_PIPE] = ACTIONS(1976), + [anon_sym_RPAREN] = ACTIONS(1976), + [anon_sym_SEMI_SEMI] = ACTIONS(1976), + [anon_sym_PIPE_AMP] = ACTIONS(1976), + [anon_sym_AMP_AMP] = ACTIONS(1976), + [anon_sym_PIPE_PIPE] = ACTIONS(1976), + [anon_sym_LT] = ACTIONS(1976), + [anon_sym_GT] = ACTIONS(1976), + [anon_sym_GT_GT] = ACTIONS(1976), + [anon_sym_AMP_GT] = ACTIONS(1976), + [anon_sym_AMP_GT_GT] = ACTIONS(1976), + [anon_sym_LT_AMP] = ACTIONS(1976), + [anon_sym_GT_AMP] = ACTIONS(1976), + [anon_sym_LT_LT] = ACTIONS(1976), + [anon_sym_LT_LT_DASH] = ACTIONS(1976), + [anon_sym_DQUOTE] = ACTIONS(1976), + [sym_raw_string] = ACTIONS(1976), + [anon_sym_DOLLAR] = ACTIONS(1976), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1976), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1976), + [anon_sym_BQUOTE] = ACTIONS(1976), + [anon_sym_LT_LPAREN] = ACTIONS(1976), + [anon_sym_GT_LPAREN] = ACTIONS(1976), + [sym_word] = ACTIONS(1976), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1976), + [anon_sym_LF] = ACTIONS(1976), + [anon_sym_AMP] = ACTIONS(1976), }, [854] = { - [anon_sym_DQUOTE] = ACTIONS(1873), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(2033), - [anon_sym_DOLLAR] = ACTIONS(1873), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1873), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1873), - [anon_sym_BQUOTE] = ACTIONS(1873), - [sym_comment] = ACTIONS(85), + [sym_file_descriptor] = ACTIONS(1978), + [sym__concat] = ACTIONS(1978), + [anon_sym_PIPE] = ACTIONS(1980), + [anon_sym_RPAREN] = ACTIONS(1980), + [anon_sym_SEMI_SEMI] = ACTIONS(1980), + [anon_sym_PIPE_AMP] = ACTIONS(1980), + [anon_sym_AMP_AMP] = ACTIONS(1980), + [anon_sym_PIPE_PIPE] = ACTIONS(1980), + [anon_sym_LT] = ACTIONS(1980), + [anon_sym_GT] = ACTIONS(1980), + [anon_sym_GT_GT] = ACTIONS(1980), + [anon_sym_AMP_GT] = ACTIONS(1980), + [anon_sym_AMP_GT_GT] = ACTIONS(1980), + [anon_sym_LT_AMP] = ACTIONS(1980), + [anon_sym_GT_AMP] = ACTIONS(1980), + [anon_sym_LT_LT] = ACTIONS(1980), + [anon_sym_LT_LT_DASH] = ACTIONS(1980), + [anon_sym_DQUOTE] = ACTIONS(1980), + [sym_raw_string] = ACTIONS(1980), + [anon_sym_DOLLAR] = ACTIONS(1980), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1980), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1980), + [anon_sym_BQUOTE] = ACTIONS(1980), + [anon_sym_LT_LPAREN] = ACTIONS(1980), + [anon_sym_GT_LPAREN] = ACTIONS(1980), + [sym_word] = ACTIONS(1980), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1980), + [anon_sym_LF] = ACTIONS(1980), + [anon_sym_AMP] = ACTIONS(1980), }, [855] = { - [sym_file_descriptor] = ACTIONS(2043), - [sym__concat] = ACTIONS(2043), - [anon_sym_PIPE] = ACTIONS(2045), - [anon_sym_RPAREN] = ACTIONS(2045), - [anon_sym_SEMI_SEMI] = ACTIONS(2045), - [anon_sym_PIPE_AMP] = ACTIONS(2045), - [anon_sym_AMP_AMP] = ACTIONS(2045), - [anon_sym_PIPE_PIPE] = ACTIONS(2045), - [anon_sym_LT] = ACTIONS(2045), - [anon_sym_GT] = ACTIONS(2045), - [anon_sym_GT_GT] = ACTIONS(2045), - [anon_sym_AMP_GT] = ACTIONS(2045), - [anon_sym_AMP_GT_GT] = ACTIONS(2045), - [anon_sym_LT_AMP] = ACTIONS(2045), - [anon_sym_GT_AMP] = ACTIONS(2045), - [anon_sym_LT_LT] = ACTIONS(2045), - [anon_sym_LT_LT_DASH] = ACTIONS(2045), - [anon_sym_DQUOTE] = ACTIONS(2045), - [sym_raw_string] = ACTIONS(2045), - [anon_sym_DOLLAR] = ACTIONS(2045), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2045), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2045), - [anon_sym_BQUOTE] = ACTIONS(2045), - [anon_sym_LT_LPAREN] = ACTIONS(2045), - [anon_sym_GT_LPAREN] = ACTIONS(2045), - [sym_word] = ACTIONS(2045), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2045), - [anon_sym_LF] = ACTIONS(2045), - [anon_sym_AMP] = ACTIONS(2045), + [sym_file_descriptor] = ACTIONS(1502), + [sym_variable_name] = ACTIONS(1502), + [anon_sym_PIPE] = ACTIONS(1982), + [anon_sym_RPAREN] = ACTIONS(1502), + [anon_sym_PIPE_AMP] = ACTIONS(1502), + [anon_sym_AMP_AMP] = ACTIONS(1502), + [anon_sym_PIPE_PIPE] = ACTIONS(1982), + [anon_sym_LT] = ACTIONS(1982), + [anon_sym_GT] = ACTIONS(1982), + [anon_sym_GT_GT] = ACTIONS(1502), + [anon_sym_AMP_GT] = ACTIONS(1982), + [anon_sym_AMP_GT_GT] = ACTIONS(1502), + [anon_sym_LT_AMP] = ACTIONS(1502), + [anon_sym_GT_AMP] = ACTIONS(1502), + [anon_sym_DQUOTE] = ACTIONS(1502), + [sym_raw_string] = ACTIONS(1502), + [anon_sym_DOLLAR] = ACTIONS(1982), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1502), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1502), + [anon_sym_BQUOTE] = ACTIONS(1502), + [anon_sym_LT_LPAREN] = ACTIONS(1502), + [anon_sym_GT_LPAREN] = ACTIONS(1502), + [sym_word] = ACTIONS(1504), + [sym_comment] = ACTIONS(52), }, [856] = { - [sym_file_descriptor] = ACTIONS(2047), - [sym__concat] = ACTIONS(2047), - [anon_sym_PIPE] = ACTIONS(2049), - [anon_sym_RPAREN] = ACTIONS(2049), - [anon_sym_SEMI_SEMI] = ACTIONS(2049), - [anon_sym_PIPE_AMP] = ACTIONS(2049), - [anon_sym_AMP_AMP] = ACTIONS(2049), - [anon_sym_PIPE_PIPE] = ACTIONS(2049), - [anon_sym_LT] = ACTIONS(2049), - [anon_sym_GT] = ACTIONS(2049), - [anon_sym_GT_GT] = ACTIONS(2049), - [anon_sym_AMP_GT] = ACTIONS(2049), - [anon_sym_AMP_GT_GT] = ACTIONS(2049), - [anon_sym_LT_AMP] = ACTIONS(2049), - [anon_sym_GT_AMP] = ACTIONS(2049), - [anon_sym_LT_LT] = ACTIONS(2049), - [anon_sym_LT_LT_DASH] = ACTIONS(2049), - [anon_sym_DQUOTE] = ACTIONS(2049), - [sym_raw_string] = ACTIONS(2049), - [anon_sym_DOLLAR] = ACTIONS(2049), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2049), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2049), - [anon_sym_BQUOTE] = ACTIONS(2049), - [anon_sym_LT_LPAREN] = ACTIONS(2049), - [anon_sym_GT_LPAREN] = ACTIONS(2049), - [sym_word] = ACTIONS(2049), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2049), - [anon_sym_LF] = ACTIONS(2049), - [anon_sym_AMP] = ACTIONS(2049), + [sym_file_descriptor] = ACTIONS(804), + [sym__concat] = ACTIONS(804), + [sym_variable_name] = ACTIONS(804), + [anon_sym_PIPE] = ACTIONS(1178), + [anon_sym_RPAREN] = ACTIONS(804), + [anon_sym_PIPE_AMP] = ACTIONS(804), + [anon_sym_AMP_AMP] = ACTIONS(804), + [anon_sym_PIPE_PIPE] = ACTIONS(1178), + [anon_sym_LT] = ACTIONS(1178), + [anon_sym_GT] = ACTIONS(1178), + [anon_sym_GT_GT] = ACTIONS(804), + [anon_sym_AMP_GT] = ACTIONS(1178), + [anon_sym_AMP_GT_GT] = ACTIONS(804), + [anon_sym_LT_AMP] = ACTIONS(804), + [anon_sym_GT_AMP] = ACTIONS(804), + [anon_sym_DQUOTE] = ACTIONS(804), + [sym_raw_string] = ACTIONS(804), + [anon_sym_DOLLAR] = ACTIONS(1178), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(804), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(804), + [anon_sym_BQUOTE] = ACTIONS(804), + [anon_sym_LT_LPAREN] = ACTIONS(804), + [anon_sym_GT_LPAREN] = ACTIONS(804), + [sym_word] = ACTIONS(806), + [sym_comment] = ACTIONS(52), }, [857] = { - [anon_sym_PIPE] = ACTIONS(2051), - [anon_sym_RPAREN] = ACTIONS(2053), - [anon_sym_PIPE_AMP] = ACTIONS(2053), - [anon_sym_AMP_AMP] = ACTIONS(2053), - [anon_sym_PIPE_PIPE] = ACTIONS(2053), - [anon_sym_BQUOTE] = ACTIONS(2053), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(812), + [sym__concat] = ACTIONS(812), + [sym_variable_name] = ACTIONS(812), + [anon_sym_PIPE] = ACTIONS(1180), + [anon_sym_RPAREN] = ACTIONS(812), + [anon_sym_PIPE_AMP] = ACTIONS(812), + [anon_sym_AMP_AMP] = ACTIONS(812), + [anon_sym_PIPE_PIPE] = ACTIONS(1180), + [anon_sym_LT] = ACTIONS(1180), + [anon_sym_GT] = ACTIONS(1180), + [anon_sym_GT_GT] = ACTIONS(812), + [anon_sym_AMP_GT] = ACTIONS(1180), + [anon_sym_AMP_GT_GT] = ACTIONS(812), + [anon_sym_LT_AMP] = ACTIONS(812), + [anon_sym_GT_AMP] = ACTIONS(812), + [anon_sym_DQUOTE] = ACTIONS(812), + [sym_raw_string] = ACTIONS(812), + [anon_sym_DOLLAR] = ACTIONS(1180), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(812), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(812), + [anon_sym_BQUOTE] = ACTIONS(812), + [anon_sym_LT_LPAREN] = ACTIONS(812), + [anon_sym_GT_LPAREN] = ACTIONS(812), + [sym_word] = ACTIONS(814), + [sym_comment] = ACTIONS(52), }, [858] = { - [anon_sym_PIPE] = ACTIONS(2055), - [anon_sym_RPAREN] = ACTIONS(2057), - [anon_sym_PIPE_AMP] = ACTIONS(2057), - [anon_sym_AMP_AMP] = ACTIONS(2057), - [anon_sym_PIPE_PIPE] = ACTIONS(2057), - [anon_sym_BQUOTE] = ACTIONS(2057), - [sym_comment] = ACTIONS(133), + [sym_string] = STATE(976), + [sym_simple_expansion] = STATE(976), + [sym_expansion] = STATE(976), + [sym_command_substitution] = STATE(976), + [sym_process_substitution] = STATE(976), + [anon_sym_DQUOTE] = ACTIONS(852), + [sym_raw_string] = ACTIONS(1984), + [anon_sym_DOLLAR] = ACTIONS(856), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(858), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(860), + [anon_sym_BQUOTE] = ACTIONS(862), + [anon_sym_LT_LPAREN] = ACTIONS(864), + [anon_sym_GT_LPAREN] = ACTIONS(864), + [sym_word] = ACTIONS(1986), + [sym_comment] = ACTIONS(52), }, [859] = { - [anon_sym_fi] = ACTIONS(2059), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1988), + [anon_sym_LBRACK] = ACTIONS(1990), + [sym_comment] = ACTIONS(52), }, [860] = { - [anon_sym_PIPE] = ACTIONS(2061), - [anon_sym_RPAREN] = ACTIONS(2063), - [anon_sym_PIPE_AMP] = ACTIONS(2063), - [anon_sym_AMP_AMP] = ACTIONS(2063), - [anon_sym_PIPE_PIPE] = ACTIONS(2063), - [anon_sym_BQUOTE] = ACTIONS(2063), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(1992), + [anon_sym_LBRACK] = ACTIONS(1994), + [sym_comment] = ACTIONS(52), }, [861] = { - [sym_case_item] = STATE(724), - [sym_concatenation] = STATE(556), - [sym_string] = STATE(554), - [sym_simple_expansion] = STATE(554), - [sym_expansion] = STATE(554), - [sym_command_substitution] = STATE(554), - [sym_process_substitution] = STATE(554), - [anon_sym_esac] = ACTIONS(2065), - [anon_sym_DQUOTE] = ACTIONS(313), - [sym_raw_string] = ACTIONS(1131), - [anon_sym_DOLLAR] = ACTIONS(317), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(319), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(321), - [anon_sym_BQUOTE] = ACTIONS(323), - [anon_sym_LT_LPAREN] = ACTIONS(325), - [anon_sym_GT_LPAREN] = ACTIONS(325), - [sym_word] = ACTIONS(1133), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(828), + [sym__concat] = ACTIONS(828), + [sym_variable_name] = ACTIONS(828), + [anon_sym_PIPE] = ACTIONS(1194), + [anon_sym_RPAREN] = ACTIONS(828), + [anon_sym_PIPE_AMP] = ACTIONS(828), + [anon_sym_AMP_AMP] = ACTIONS(828), + [anon_sym_PIPE_PIPE] = ACTIONS(1194), + [anon_sym_LT] = ACTIONS(1194), + [anon_sym_GT] = ACTIONS(1194), + [anon_sym_GT_GT] = ACTIONS(828), + [anon_sym_AMP_GT] = ACTIONS(1194), + [anon_sym_AMP_GT_GT] = ACTIONS(828), + [anon_sym_LT_AMP] = ACTIONS(828), + [anon_sym_GT_AMP] = ACTIONS(828), + [anon_sym_DQUOTE] = ACTIONS(828), + [sym_raw_string] = ACTIONS(828), + [anon_sym_DOLLAR] = ACTIONS(1194), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(828), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(828), + [anon_sym_BQUOTE] = ACTIONS(828), + [anon_sym_LT_LPAREN] = ACTIONS(828), + [anon_sym_GT_LPAREN] = ACTIONS(828), + [sym_word] = ACTIONS(830), + [sym_comment] = ACTIONS(52), }, [862] = { - [anon_sym_RBRACE] = ACTIONS(2067), - [sym_comment] = ACTIONS(133), + [anon_sym_AT] = ACTIONS(1996), + [sym_comment] = ACTIONS(52), }, [863] = { - [anon_sym_RBRACE] = ACTIONS(2069), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(983), + [sym_string] = STATE(982), + [sym_simple_expansion] = STATE(982), + [sym_expansion] = STATE(982), + [sym_command_substitution] = STATE(982), + [sym_process_substitution] = STATE(982), + [anon_sym_DQUOTE] = ACTIONS(82), + [sym_raw_string] = ACTIONS(1998), + [anon_sym_DOLLAR] = ACTIONS(86), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(88), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(90), + [anon_sym_BQUOTE] = ACTIONS(92), + [anon_sym_LT_LPAREN] = ACTIONS(94), + [anon_sym_GT_LPAREN] = ACTIONS(94), + [sym_word] = ACTIONS(2000), + [sym_comment] = ACTIONS(52), }, [864] = { - [sym_file_descriptor] = ACTIONS(1867), - [sym__concat] = ACTIONS(1867), - [anon_sym_PIPE] = ACTIONS(2031), - [anon_sym_RPAREN] = ACTIONS(1867), - [anon_sym_PIPE_AMP] = ACTIONS(1867), - [anon_sym_AMP_AMP] = ACTIONS(1867), - [anon_sym_PIPE_PIPE] = ACTIONS(2031), - [anon_sym_LT] = ACTIONS(2031), - [anon_sym_GT] = ACTIONS(2031), - [anon_sym_GT_GT] = ACTIONS(1867), - [anon_sym_AMP_GT] = ACTIONS(2031), - [anon_sym_AMP_GT_GT] = ACTIONS(1867), - [anon_sym_LT_AMP] = ACTIONS(1867), - [anon_sym_GT_AMP] = ACTIONS(1867), - [anon_sym_LT_LT] = ACTIONS(2031), - [anon_sym_LT_LT_DASH] = ACTIONS(1867), - [anon_sym_DQUOTE] = ACTIONS(1867), - [sym_raw_string] = ACTIONS(1867), - [anon_sym_DOLLAR] = ACTIONS(2031), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1867), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1867), - [anon_sym_BQUOTE] = ACTIONS(1867), - [anon_sym_LT_LPAREN] = ACTIONS(1867), - [anon_sym_GT_LPAREN] = ACTIONS(1867), - [sym_word] = ACTIONS(1869), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(838), + [sym__concat] = ACTIONS(838), + [sym_variable_name] = ACTIONS(838), + [anon_sym_PIPE] = ACTIONS(1202), + [anon_sym_RPAREN] = ACTIONS(838), + [anon_sym_PIPE_AMP] = ACTIONS(838), + [anon_sym_AMP_AMP] = ACTIONS(838), + [anon_sym_PIPE_PIPE] = ACTIONS(1202), + [anon_sym_LT] = ACTIONS(1202), + [anon_sym_GT] = ACTIONS(1202), + [anon_sym_GT_GT] = ACTIONS(838), + [anon_sym_AMP_GT] = ACTIONS(1202), + [anon_sym_AMP_GT_GT] = ACTIONS(838), + [anon_sym_LT_AMP] = ACTIONS(838), + [anon_sym_GT_AMP] = ACTIONS(838), + [anon_sym_DQUOTE] = ACTIONS(838), + [sym_raw_string] = ACTIONS(838), + [anon_sym_DOLLAR] = ACTIONS(1202), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(838), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(838), + [anon_sym_BQUOTE] = ACTIONS(838), + [anon_sym_LT_LPAREN] = ACTIONS(838), + [anon_sym_GT_LPAREN] = ACTIONS(838), + [sym_word] = ACTIONS(840), + [sym_comment] = ACTIONS(52), }, [865] = { - [sym_file_descriptor] = ACTIONS(1871), - [sym__concat] = ACTIONS(1871), - [anon_sym_PIPE] = ACTIONS(2033), - [anon_sym_RPAREN] = ACTIONS(1871), - [anon_sym_PIPE_AMP] = ACTIONS(1871), - [anon_sym_AMP_AMP] = ACTIONS(1871), - [anon_sym_PIPE_PIPE] = ACTIONS(2033), - [anon_sym_LT] = ACTIONS(2033), - [anon_sym_GT] = ACTIONS(2033), - [anon_sym_GT_GT] = ACTIONS(1871), - [anon_sym_AMP_GT] = ACTIONS(2033), - [anon_sym_AMP_GT_GT] = ACTIONS(1871), - [anon_sym_LT_AMP] = ACTIONS(1871), - [anon_sym_GT_AMP] = ACTIONS(1871), - [anon_sym_LT_LT] = ACTIONS(2033), - [anon_sym_LT_LT_DASH] = ACTIONS(1871), - [anon_sym_DQUOTE] = ACTIONS(1871), - [sym_raw_string] = ACTIONS(1871), - [anon_sym_DOLLAR] = ACTIONS(2033), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1871), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1871), - [anon_sym_BQUOTE] = ACTIONS(1871), - [anon_sym_LT_LPAREN] = ACTIONS(1871), - [anon_sym_GT_LPAREN] = ACTIONS(1871), - [sym_word] = ACTIONS(1873), - [sym_comment] = ACTIONS(133), + [anon_sym_AT] = ACTIONS(2002), + [sym_comment] = ACTIONS(52), }, [866] = { - [anon_sym_PIPE] = ACTIONS(2071), - [anon_sym_RPAREN] = ACTIONS(2073), - [anon_sym_PIPE_AMP] = ACTIONS(2073), - [anon_sym_AMP_AMP] = ACTIONS(2073), - [anon_sym_PIPE_PIPE] = ACTIONS(2073), - [anon_sym_BQUOTE] = ACTIONS(2073), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(986), + [sym_string] = STATE(985), + [sym_simple_expansion] = STATE(985), + [sym_expansion] = STATE(985), + [sym_command_substitution] = STATE(985), + [sym_process_substitution] = STATE(985), + [anon_sym_DQUOTE] = ACTIONS(82), + [sym_raw_string] = ACTIONS(2004), + [anon_sym_DOLLAR] = ACTIONS(86), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(88), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(90), + [anon_sym_BQUOTE] = ACTIONS(92), + [anon_sym_LT_LPAREN] = ACTIONS(94), + [anon_sym_GT_LPAREN] = ACTIONS(94), + [sym_word] = ACTIONS(2006), + [sym_comment] = ACTIONS(52), }, [867] = { - [sym_file_descriptor] = ACTIONS(1245), - [sym__concat] = ACTIONS(1245), - [anon_sym_PIPE] = ACTIONS(1553), - [anon_sym_RPAREN] = ACTIONS(1245), - [anon_sym_PIPE_AMP] = ACTIONS(1245), - [anon_sym_AMP_AMP] = ACTIONS(1245), - [anon_sym_PIPE_PIPE] = ACTIONS(1245), - [anon_sym_LT] = ACTIONS(1553), - [anon_sym_GT] = ACTIONS(1553), - [anon_sym_GT_GT] = ACTIONS(1245), - [anon_sym_AMP_GT] = ACTIONS(1553), - [anon_sym_AMP_GT_GT] = ACTIONS(1245), - [anon_sym_LT_AMP] = ACTIONS(1245), - [anon_sym_GT_AMP] = ACTIONS(1245), - [anon_sym_LT_LT] = ACTIONS(1553), - [anon_sym_LT_LT_DASH] = ACTIONS(1245), - [anon_sym_BQUOTE] = ACTIONS(1245), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(918), + [sym__concat] = ACTIONS(918), + [sym_variable_name] = ACTIONS(918), + [anon_sym_PIPE] = ACTIONS(1210), + [anon_sym_RPAREN] = ACTIONS(918), + [anon_sym_PIPE_AMP] = ACTIONS(918), + [anon_sym_AMP_AMP] = ACTIONS(918), + [anon_sym_PIPE_PIPE] = ACTIONS(1210), + [anon_sym_LT] = ACTIONS(1210), + [anon_sym_GT] = ACTIONS(1210), + [anon_sym_GT_GT] = ACTIONS(918), + [anon_sym_AMP_GT] = ACTIONS(1210), + [anon_sym_AMP_GT_GT] = ACTIONS(918), + [anon_sym_LT_AMP] = ACTIONS(918), + [anon_sym_GT_AMP] = ACTIONS(918), + [anon_sym_DQUOTE] = ACTIONS(918), + [sym_raw_string] = ACTIONS(918), + [anon_sym_DOLLAR] = ACTIONS(1210), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(918), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(918), + [anon_sym_BQUOTE] = ACTIONS(918), + [anon_sym_LT_LPAREN] = ACTIONS(918), + [anon_sym_GT_LPAREN] = ACTIONS(918), + [sym_word] = ACTIONS(920), + [sym_comment] = ACTIONS(52), }, [868] = { - [sym_file_descriptor] = ACTIONS(1249), - [sym__concat] = ACTIONS(1249), - [anon_sym_PIPE] = ACTIONS(1555), - [anon_sym_RPAREN] = ACTIONS(1249), - [anon_sym_PIPE_AMP] = ACTIONS(1249), - [anon_sym_AMP_AMP] = ACTIONS(1249), - [anon_sym_PIPE_PIPE] = ACTIONS(1249), - [anon_sym_LT] = ACTIONS(1555), - [anon_sym_GT] = ACTIONS(1555), - [anon_sym_GT_GT] = ACTIONS(1249), - [anon_sym_AMP_GT] = ACTIONS(1555), - [anon_sym_AMP_GT_GT] = ACTIONS(1249), - [anon_sym_LT_AMP] = ACTIONS(1249), - [anon_sym_GT_AMP] = ACTIONS(1249), - [anon_sym_LT_LT] = ACTIONS(1555), - [anon_sym_LT_LT_DASH] = ACTIONS(1249), - [anon_sym_BQUOTE] = ACTIONS(1249), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(956), + [sym__concat] = ACTIONS(956), + [sym_variable_name] = ACTIONS(956), + [anon_sym_PIPE] = ACTIONS(1212), + [anon_sym_RPAREN] = ACTIONS(956), + [anon_sym_PIPE_AMP] = ACTIONS(956), + [anon_sym_AMP_AMP] = ACTIONS(956), + [anon_sym_PIPE_PIPE] = ACTIONS(1212), + [anon_sym_LT] = ACTIONS(1212), + [anon_sym_GT] = ACTIONS(1212), + [anon_sym_GT_GT] = ACTIONS(956), + [anon_sym_AMP_GT] = ACTIONS(1212), + [anon_sym_AMP_GT_GT] = ACTIONS(956), + [anon_sym_LT_AMP] = ACTIONS(956), + [anon_sym_GT_AMP] = ACTIONS(956), + [anon_sym_DQUOTE] = ACTIONS(956), + [sym_raw_string] = ACTIONS(956), + [anon_sym_DOLLAR] = ACTIONS(1212), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(956), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(956), + [anon_sym_BQUOTE] = ACTIONS(956), + [anon_sym_LT_LPAREN] = ACTIONS(956), + [anon_sym_GT_LPAREN] = ACTIONS(956), + [sym_word] = ACTIONS(958), + [sym_comment] = ACTIONS(52), }, [869] = { - [anon_sym_AT] = ACTIONS(2075), - [sym_comment] = ACTIONS(133), + [sym_do_group] = STATE(987), + [anon_sym_do] = ACTIONS(870), + [sym_comment] = ACTIONS(52), }, [870] = { - [sym_file_descriptor] = ACTIONS(1255), - [sym__concat] = ACTIONS(1255), - [anon_sym_PIPE] = ACTIONS(1559), - [anon_sym_RPAREN] = ACTIONS(1255), - [anon_sym_PIPE_AMP] = ACTIONS(1255), - [anon_sym_AMP_AMP] = ACTIONS(1255), - [anon_sym_PIPE_PIPE] = ACTIONS(1255), - [anon_sym_LT] = ACTIONS(1559), - [anon_sym_GT] = ACTIONS(1559), - [anon_sym_GT_GT] = ACTIONS(1255), - [anon_sym_AMP_GT] = ACTIONS(1559), - [anon_sym_AMP_GT_GT] = ACTIONS(1255), - [anon_sym_LT_AMP] = ACTIONS(1255), - [anon_sym_GT_AMP] = ACTIONS(1255), - [anon_sym_LT_LT] = ACTIONS(1559), - [anon_sym_LT_LT_DASH] = ACTIONS(1255), - [anon_sym_BQUOTE] = ACTIONS(1255), - [sym_comment] = ACTIONS(133), + [anon_sym_PIPE] = ACTIONS(2008), + [anon_sym_RPAREN] = ACTIONS(2010), + [anon_sym_PIPE_AMP] = ACTIONS(2010), + [anon_sym_AMP_AMP] = ACTIONS(2010), + [anon_sym_PIPE_PIPE] = ACTIONS(2010), + [anon_sym_BQUOTE] = ACTIONS(2010), + [sym_comment] = ACTIONS(52), }, [871] = { - [anon_sym_AT] = ACTIONS(2077), - [sym_comment] = ACTIONS(133), + [anon_sym_PIPE] = ACTIONS(2012), + [anon_sym_RPAREN] = ACTIONS(2014), + [anon_sym_PIPE_AMP] = ACTIONS(2014), + [anon_sym_AMP_AMP] = ACTIONS(2014), + [anon_sym_PIPE_PIPE] = ACTIONS(2014), + [anon_sym_BQUOTE] = ACTIONS(2014), + [sym_comment] = ACTIONS(52), }, [872] = { - [anon_sym_RBRACK] = ACTIONS(2079), - [sym_comment] = ACTIONS(133), + [anon_sym_fi] = ACTIONS(2016), + [sym_comment] = ACTIONS(52), }, [873] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(383), - [anon_sym_RBRACE] = ACTIONS(2081), - [sym_comment] = ACTIONS(133), + [sym_elif_clause] = STATE(616), + [sym_else_clause] = STATE(989), + [anon_sym_fi] = ACTIONS(2016), + [anon_sym_elif] = ACTIONS(1138), + [anon_sym_else] = ACTIONS(1140), + [sym_comment] = ACTIONS(52), }, [874] = { - [anon_sym_RBRACE] = ACTIONS(2081), - [sym_comment] = ACTIONS(133), + [anon_sym_PIPE] = ACTIONS(2018), + [anon_sym_RPAREN] = ACTIONS(2020), + [anon_sym_PIPE_AMP] = ACTIONS(2020), + [anon_sym_AMP_AMP] = ACTIONS(2020), + [anon_sym_PIPE_PIPE] = ACTIONS(2020), + [anon_sym_BQUOTE] = ACTIONS(2020), + [sym_comment] = ACTIONS(52), }, [875] = { - [anon_sym_RBRACK] = ACTIONS(2083), - [sym_comment] = ACTIONS(133), + [sym_case_item] = STATE(819), + [sym_concatenation] = STATE(620), + [sym_string] = STATE(618), + [sym_simple_expansion] = STATE(618), + [sym_expansion] = STATE(618), + [sym_command_substitution] = STATE(618), + [sym_process_substitution] = STATE(618), + [anon_sym_esac] = ACTIONS(2022), + [anon_sym_DQUOTE] = ACTIONS(252), + [sym_raw_string] = ACTIONS(1144), + [anon_sym_DOLLAR] = ACTIONS(256), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(258), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(260), + [anon_sym_BQUOTE] = ACTIONS(262), + [anon_sym_LT_LPAREN] = ACTIONS(264), + [anon_sym_GT_LPAREN] = ACTIONS(264), + [sym_word] = ACTIONS(1146), + [sym_comment] = ACTIONS(52), }, [876] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(383), - [anon_sym_RBRACE] = ACTIONS(2085), - [sym_comment] = ACTIONS(133), + [sym_case_item] = STATE(619), + [sym_concatenation] = STATE(620), + [sym_string] = STATE(618), + [sym_simple_expansion] = STATE(618), + [sym_expansion] = STATE(618), + [sym_command_substitution] = STATE(618), + [sym_process_substitution] = STATE(618), + [aux_sym_case_statement_repeat1] = STATE(991), + [anon_sym_esac] = ACTIONS(2022), + [anon_sym_DQUOTE] = ACTIONS(252), + [sym_raw_string] = ACTIONS(1144), + [anon_sym_DOLLAR] = ACTIONS(256), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(258), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(260), + [anon_sym_BQUOTE] = ACTIONS(262), + [anon_sym_LT_LPAREN] = ACTIONS(264), + [anon_sym_GT_LPAREN] = ACTIONS(264), + [sym_word] = ACTIONS(1146), + [sym_comment] = ACTIONS(52), }, [877] = { - [anon_sym_RBRACE] = ACTIONS(2085), - [sym_comment] = ACTIONS(133), + [anon_sym_PIPE] = ACTIONS(2024), + [anon_sym_RPAREN] = ACTIONS(2026), + [anon_sym_PIPE_AMP] = ACTIONS(2026), + [anon_sym_AMP_AMP] = ACTIONS(2026), + [anon_sym_PIPE_PIPE] = ACTIONS(2026), + [anon_sym_BQUOTE] = ACTIONS(2026), + [sym_comment] = ACTIONS(52), }, [878] = { - [anon_sym_RBRACK] = ACTIONS(2087), - [sym_comment] = ACTIONS(133), + [anon_sym_PIPE] = ACTIONS(2028), + [anon_sym_RPAREN] = ACTIONS(2030), + [anon_sym_PIPE_AMP] = ACTIONS(2030), + [anon_sym_AMP_AMP] = ACTIONS(2030), + [anon_sym_PIPE_PIPE] = ACTIONS(2030), + [anon_sym_BQUOTE] = ACTIONS(2030), + [sym_comment] = ACTIONS(52), }, [879] = { - [anon_sym_RBRACK] = ACTIONS(2089), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACK] = ACTIONS(2032), + [sym_comment] = ACTIONS(52), }, [880] = { - [anon_sym_RBRACE] = ACTIONS(2091), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACK] = ACTIONS(2034), + [sym_comment] = ACTIONS(52), }, [881] = { - [sym_file_descriptor] = ACTIONS(1601), - [sym__concat] = ACTIONS(1601), - [anon_sym_PIPE] = ACTIONS(1603), - [anon_sym_RPAREN] = ACTIONS(1603), - [anon_sym_SEMI_SEMI] = ACTIONS(1603), - [anon_sym_PIPE_AMP] = ACTIONS(1603), - [anon_sym_AMP_AMP] = ACTIONS(1603), - [anon_sym_PIPE_PIPE] = ACTIONS(1603), - [anon_sym_LT] = ACTIONS(1603), - [anon_sym_GT] = ACTIONS(1603), - [anon_sym_GT_GT] = ACTIONS(1603), - [anon_sym_AMP_GT] = ACTIONS(1603), - [anon_sym_AMP_GT_GT] = ACTIONS(1603), - [anon_sym_LT_AMP] = ACTIONS(1603), - [anon_sym_GT_AMP] = ACTIONS(1603), - [anon_sym_LT_LT] = ACTIONS(1603), - [anon_sym_LT_LT_DASH] = ACTIONS(1603), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1603), - [anon_sym_LF] = ACTIONS(1603), - [anon_sym_AMP] = ACTIONS(1603), + [anon_sym_RBRACE] = ACTIONS(2036), + [sym_comment] = ACTIONS(52), }, [882] = { - [anon_sym_RBRACE] = ACTIONS(2093), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(1668), + [sym__concat] = ACTIONS(1668), + [anon_sym_PIPE] = ACTIONS(1940), + [anon_sym_RPAREN] = ACTIONS(1668), + [anon_sym_PIPE_AMP] = ACTIONS(1668), + [anon_sym_AMP_AMP] = ACTIONS(1668), + [anon_sym_PIPE_PIPE] = ACTIONS(1940), + [anon_sym_LT] = ACTIONS(1940), + [anon_sym_GT] = ACTIONS(1940), + [anon_sym_GT_GT] = ACTIONS(1668), + [anon_sym_AMP_GT] = ACTIONS(1940), + [anon_sym_AMP_GT_GT] = ACTIONS(1668), + [anon_sym_LT_AMP] = ACTIONS(1668), + [anon_sym_GT_AMP] = ACTIONS(1668), + [anon_sym_LT_LT] = ACTIONS(1940), + [anon_sym_LT_LT_DASH] = ACTIONS(1668), + [anon_sym_DQUOTE] = ACTIONS(1668), + [sym_raw_string] = ACTIONS(1668), + [anon_sym_DOLLAR] = ACTIONS(1940), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1668), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1668), + [anon_sym_BQUOTE] = ACTIONS(1668), + [anon_sym_LT_LPAREN] = ACTIONS(1668), + [anon_sym_GT_LPAREN] = ACTIONS(1668), + [sym_word] = ACTIONS(1670), + [sym_comment] = ACTIONS(52), }, [883] = { - [sym_file_descriptor] = ACTIONS(1607), - [sym__concat] = ACTIONS(1607), - [anon_sym_PIPE] = ACTIONS(1609), - [anon_sym_RPAREN] = ACTIONS(1609), - [anon_sym_SEMI_SEMI] = ACTIONS(1609), - [anon_sym_PIPE_AMP] = ACTIONS(1609), - [anon_sym_AMP_AMP] = ACTIONS(1609), - [anon_sym_PIPE_PIPE] = ACTIONS(1609), - [anon_sym_LT] = ACTIONS(1609), - [anon_sym_GT] = ACTIONS(1609), - [anon_sym_GT_GT] = ACTIONS(1609), - [anon_sym_AMP_GT] = ACTIONS(1609), - [anon_sym_AMP_GT_GT] = ACTIONS(1609), - [anon_sym_LT_AMP] = ACTIONS(1609), - [anon_sym_GT_AMP] = ACTIONS(1609), - [anon_sym_LT_LT] = ACTIONS(1609), - [anon_sym_LT_LT_DASH] = ACTIONS(1609), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1609), - [anon_sym_LF] = ACTIONS(1609), - [anon_sym_AMP] = ACTIONS(1609), + [anon_sym_RBRACE] = ACTIONS(2038), + [sym_comment] = ACTIONS(52), }, [884] = { - [sym__heredoc_middle] = ACTIONS(1249), - [sym__heredoc_end] = ACTIONS(1249), - [anon_sym_DOLLAR] = ACTIONS(1555), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1249), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(1674), + [sym__concat] = ACTIONS(1674), + [anon_sym_PIPE] = ACTIONS(1944), + [anon_sym_RPAREN] = ACTIONS(1674), + [anon_sym_PIPE_AMP] = ACTIONS(1674), + [anon_sym_AMP_AMP] = ACTIONS(1674), + [anon_sym_PIPE_PIPE] = ACTIONS(1944), + [anon_sym_LT] = ACTIONS(1944), + [anon_sym_GT] = ACTIONS(1944), + [anon_sym_GT_GT] = ACTIONS(1674), + [anon_sym_AMP_GT] = ACTIONS(1944), + [anon_sym_AMP_GT_GT] = ACTIONS(1674), + [anon_sym_LT_AMP] = ACTIONS(1674), + [anon_sym_GT_AMP] = ACTIONS(1674), + [anon_sym_LT_LT] = ACTIONS(1944), + [anon_sym_LT_LT_DASH] = ACTIONS(1674), + [anon_sym_DQUOTE] = ACTIONS(1674), + [sym_raw_string] = ACTIONS(1674), + [anon_sym_DOLLAR] = ACTIONS(1944), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1674), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1674), + [anon_sym_BQUOTE] = ACTIONS(1674), + [anon_sym_LT_LPAREN] = ACTIONS(1674), + [anon_sym_GT_LPAREN] = ACTIONS(1674), + [sym_word] = ACTIONS(1676), + [sym_comment] = ACTIONS(52), }, [885] = { - [anon_sym_AT] = ACTIONS(2095), - [sym_comment] = ACTIONS(133), + [anon_sym_PIPE] = ACTIONS(2040), + [anon_sym_RPAREN] = ACTIONS(2042), + [anon_sym_PIPE_AMP] = ACTIONS(2042), + [anon_sym_AMP_AMP] = ACTIONS(2042), + [anon_sym_PIPE_PIPE] = ACTIONS(2042), + [anon_sym_BQUOTE] = ACTIONS(2042), + [sym_comment] = ACTIONS(52), }, [886] = { - [sym__heredoc_middle] = ACTIONS(1255), - [sym__heredoc_end] = ACTIONS(1255), - [anon_sym_DOLLAR] = ACTIONS(1559), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1255), - [sym_comment] = ACTIONS(133), + [sym__terminated_statement] = STATE(134), + [sym_for_statement] = STATE(23), + [sym_while_statement] = STATE(23), + [sym_if_statement] = STATE(23), + [sym_case_statement] = STATE(23), + [sym_function_definition] = STATE(23), + [sym_subshell] = STATE(23), + [sym_pipeline] = STATE(23), + [sym_list] = STATE(23), + [sym_bracket_command] = STATE(23), + [sym_command] = STATE(23), + [sym_command_name] = STATE(24), + [sym_environment_variable_assignment] = STATE(25), + [sym_subscript] = STATE(26), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(28), + [sym_string] = STATE(14), + [sym_simple_expansion] = STATE(14), + [sym_expansion] = STATE(14), + [sym_command_substitution] = STATE(14), + [sym_process_substitution] = STATE(14), + [aux_sym_command_repeat1] = STATE(30), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(12), + [anon_sym_for] = ACTIONS(16), + [anon_sym_while] = ACTIONS(18), + [anon_sym_if] = ACTIONS(20), + [anon_sym_case] = ACTIONS(22), + [anon_sym_function] = ACTIONS(24), + [anon_sym_LPAREN] = ACTIONS(26), + [anon_sym_RBRACE] = ACTIONS(2044), + [anon_sym_LBRACK] = ACTIONS(28), + [anon_sym_LBRACK_LBRACK] = ACTIONS(30), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(36), + [sym_raw_string] = ACTIONS(38), + [anon_sym_DOLLAR] = ACTIONS(40), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(42), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(44), + [anon_sym_BQUOTE] = ACTIONS(46), + [anon_sym_LT_LPAREN] = ACTIONS(48), + [anon_sym_GT_LPAREN] = ACTIONS(48), + [sym_word] = ACTIONS(50), + [sym_comment] = ACTIONS(52), }, [887] = { - [anon_sym_AT] = ACTIONS(2097), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(804), + [sym__concat] = ACTIONS(804), + [anon_sym_PIPE] = ACTIONS(1178), + [anon_sym_RPAREN] = ACTIONS(804), + [anon_sym_PIPE_AMP] = ACTIONS(804), + [anon_sym_AMP_AMP] = ACTIONS(804), + [anon_sym_PIPE_PIPE] = ACTIONS(804), + [anon_sym_LT] = ACTIONS(1178), + [anon_sym_GT] = ACTIONS(1178), + [anon_sym_GT_GT] = ACTIONS(804), + [anon_sym_AMP_GT] = ACTIONS(1178), + [anon_sym_AMP_GT_GT] = ACTIONS(804), + [anon_sym_LT_AMP] = ACTIONS(804), + [anon_sym_GT_AMP] = ACTIONS(804), + [anon_sym_LT_LT] = ACTIONS(1178), + [anon_sym_LT_LT_DASH] = ACTIONS(804), + [anon_sym_BQUOTE] = ACTIONS(804), + [sym_comment] = ACTIONS(52), }, [888] = { - [anon_sym_RBRACK] = ACTIONS(2099), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(812), + [sym__concat] = ACTIONS(812), + [anon_sym_PIPE] = ACTIONS(1180), + [anon_sym_RPAREN] = ACTIONS(812), + [anon_sym_PIPE_AMP] = ACTIONS(812), + [anon_sym_AMP_AMP] = ACTIONS(812), + [anon_sym_PIPE_PIPE] = ACTIONS(812), + [anon_sym_LT] = ACTIONS(1180), + [anon_sym_GT] = ACTIONS(1180), + [anon_sym_GT_GT] = ACTIONS(812), + [anon_sym_AMP_GT] = ACTIONS(1180), + [anon_sym_AMP_GT_GT] = ACTIONS(812), + [anon_sym_LT_AMP] = ACTIONS(812), + [anon_sym_GT_AMP] = ACTIONS(812), + [anon_sym_LT_LT] = ACTIONS(1180), + [anon_sym_LT_LT_DASH] = ACTIONS(812), + [anon_sym_BQUOTE] = ACTIONS(812), + [sym_comment] = ACTIONS(52), }, [889] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(383), - [anon_sym_RBRACE] = ACTIONS(2101), - [sym_comment] = ACTIONS(133), + [sym_string] = STATE(997), + [sym_simple_expansion] = STATE(997), + [sym_expansion] = STATE(997), + [sym_command_substitution] = STATE(997), + [sym_process_substitution] = STATE(997), + [anon_sym_DQUOTE] = ACTIONS(926), + [sym_raw_string] = ACTIONS(2046), + [anon_sym_DOLLAR] = ACTIONS(930), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(932), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(934), + [anon_sym_BQUOTE] = ACTIONS(936), + [anon_sym_LT_LPAREN] = ACTIONS(938), + [anon_sym_GT_LPAREN] = ACTIONS(938), + [sym_word] = ACTIONS(2048), + [sym_comment] = ACTIONS(52), }, [890] = { - [anon_sym_RBRACE] = ACTIONS(2101), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(2050), + [anon_sym_LBRACK] = ACTIONS(2052), + [sym_comment] = ACTIONS(52), }, [891] = { - [anon_sym_RBRACK] = ACTIONS(2103), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(2054), + [anon_sym_LBRACK] = ACTIONS(2056), + [sym_comment] = ACTIONS(52), }, [892] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(383), - [anon_sym_RBRACE] = ACTIONS(2105), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(828), + [sym__concat] = ACTIONS(828), + [anon_sym_PIPE] = ACTIONS(1194), + [anon_sym_RPAREN] = ACTIONS(828), + [anon_sym_PIPE_AMP] = ACTIONS(828), + [anon_sym_AMP_AMP] = ACTIONS(828), + [anon_sym_PIPE_PIPE] = ACTIONS(828), + [anon_sym_LT] = ACTIONS(1194), + [anon_sym_GT] = ACTIONS(1194), + [anon_sym_GT_GT] = ACTIONS(828), + [anon_sym_AMP_GT] = ACTIONS(1194), + [anon_sym_AMP_GT_GT] = ACTIONS(828), + [anon_sym_LT_AMP] = ACTIONS(828), + [anon_sym_GT_AMP] = ACTIONS(828), + [anon_sym_LT_LT] = ACTIONS(1194), + [anon_sym_LT_LT_DASH] = ACTIONS(828), + [anon_sym_BQUOTE] = ACTIONS(828), + [sym_comment] = ACTIONS(52), }, [893] = { - [anon_sym_RBRACE] = ACTIONS(2105), - [sym_comment] = ACTIONS(133), + [anon_sym_AT] = ACTIONS(2058), + [sym_comment] = ACTIONS(52), }, [894] = { - [anon_sym_RBRACE] = ACTIONS(2107), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(1004), + [sym_string] = STATE(1003), + [sym_simple_expansion] = STATE(1003), + [sym_expansion] = STATE(1003), + [sym_command_substitution] = STATE(1003), + [sym_process_substitution] = STATE(1003), + [anon_sym_DQUOTE] = ACTIONS(82), + [sym_raw_string] = ACTIONS(2060), + [anon_sym_DOLLAR] = ACTIONS(86), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(88), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(90), + [anon_sym_BQUOTE] = ACTIONS(92), + [anon_sym_LT_LPAREN] = ACTIONS(94), + [anon_sym_GT_LPAREN] = ACTIONS(94), + [sym_word] = ACTIONS(2062), + [sym_comment] = ACTIONS(52), }, [895] = { - [anon_sym_RBRACE] = ACTIONS(2109), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(838), + [sym__concat] = ACTIONS(838), + [anon_sym_PIPE] = ACTIONS(1202), + [anon_sym_RPAREN] = ACTIONS(838), + [anon_sym_PIPE_AMP] = ACTIONS(838), + [anon_sym_AMP_AMP] = ACTIONS(838), + [anon_sym_PIPE_PIPE] = ACTIONS(838), + [anon_sym_LT] = ACTIONS(1202), + [anon_sym_GT] = ACTIONS(1202), + [anon_sym_GT_GT] = ACTIONS(838), + [anon_sym_AMP_GT] = ACTIONS(1202), + [anon_sym_AMP_GT_GT] = ACTIONS(838), + [anon_sym_LT_AMP] = ACTIONS(838), + [anon_sym_GT_AMP] = ACTIONS(838), + [anon_sym_LT_LT] = ACTIONS(1202), + [anon_sym_LT_LT_DASH] = ACTIONS(838), + [anon_sym_BQUOTE] = ACTIONS(838), + [sym_comment] = ACTIONS(52), }, [896] = { - [sym__concat] = ACTIONS(1867), - [anon_sym_PIPE] = ACTIONS(1867), - [anon_sym_RPAREN] = ACTIONS(1867), - [anon_sym_RBRACK] = ACTIONS(1867), - [sym_comment] = ACTIONS(133), + [anon_sym_AT] = ACTIONS(2064), + [sym_comment] = ACTIONS(52), }, [897] = { - [sym__concat] = ACTIONS(1871), - [anon_sym_PIPE] = ACTIONS(1871), - [anon_sym_RPAREN] = ACTIONS(1871), - [anon_sym_RBRACK] = ACTIONS(1871), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(1007), + [sym_string] = STATE(1006), + [sym_simple_expansion] = STATE(1006), + [sym_expansion] = STATE(1006), + [sym_command_substitution] = STATE(1006), + [sym_process_substitution] = STATE(1006), + [anon_sym_DQUOTE] = ACTIONS(82), + [sym_raw_string] = ACTIONS(2066), + [anon_sym_DOLLAR] = ACTIONS(86), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(88), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(90), + [anon_sym_BQUOTE] = ACTIONS(92), + [anon_sym_LT_LPAREN] = ACTIONS(94), + [anon_sym_GT_LPAREN] = ACTIONS(94), + [sym_word] = ACTIONS(2068), + [sym_comment] = ACTIONS(52), }, [898] = { - [anon_sym_RBRACE] = ACTIONS(2111), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(918), + [sym__concat] = ACTIONS(918), + [anon_sym_PIPE] = ACTIONS(1210), + [anon_sym_RPAREN] = ACTIONS(918), + [anon_sym_PIPE_AMP] = ACTIONS(918), + [anon_sym_AMP_AMP] = ACTIONS(918), + [anon_sym_PIPE_PIPE] = ACTIONS(918), + [anon_sym_LT] = ACTIONS(1210), + [anon_sym_GT] = ACTIONS(1210), + [anon_sym_GT_GT] = ACTIONS(918), + [anon_sym_AMP_GT] = ACTIONS(1210), + [anon_sym_AMP_GT_GT] = ACTIONS(918), + [anon_sym_LT_AMP] = ACTIONS(918), + [anon_sym_GT_AMP] = ACTIONS(918), + [anon_sym_LT_LT] = ACTIONS(1210), + [anon_sym_LT_LT_DASH] = ACTIONS(918), + [anon_sym_BQUOTE] = ACTIONS(918), + [sym_comment] = ACTIONS(52), }, [899] = { - [anon_sym_RBRACE] = ACTIONS(2113), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(956), + [sym__concat] = ACTIONS(956), + [anon_sym_PIPE] = ACTIONS(1212), + [anon_sym_RPAREN] = ACTIONS(956), + [anon_sym_PIPE_AMP] = ACTIONS(956), + [anon_sym_AMP_AMP] = ACTIONS(956), + [anon_sym_PIPE_PIPE] = ACTIONS(956), + [anon_sym_LT] = ACTIONS(1212), + [anon_sym_GT] = ACTIONS(1212), + [anon_sym_GT_GT] = ACTIONS(956), + [anon_sym_AMP_GT] = ACTIONS(1212), + [anon_sym_AMP_GT_GT] = ACTIONS(956), + [anon_sym_LT_AMP] = ACTIONS(956), + [anon_sym_GT_AMP] = ACTIONS(956), + [anon_sym_LT_LT] = ACTIONS(1212), + [anon_sym_LT_LT_DASH] = ACTIONS(956), + [anon_sym_BQUOTE] = ACTIONS(956), + [sym_comment] = ACTIONS(52), }, [900] = { - [sym_file_descriptor] = ACTIONS(1867), - [sym__concat] = ACTIONS(1867), - [sym_variable_name] = ACTIONS(1867), - [anon_sym_PIPE] = ACTIONS(1869), - [anon_sym_RPAREN] = ACTIONS(1869), - [anon_sym_SEMI_SEMI] = ACTIONS(1869), - [anon_sym_PIPE_AMP] = ACTIONS(1869), - [anon_sym_AMP_AMP] = ACTIONS(1869), - [anon_sym_PIPE_PIPE] = ACTIONS(1869), - [anon_sym_LT] = ACTIONS(1869), - [anon_sym_GT] = ACTIONS(1869), - [anon_sym_GT_GT] = ACTIONS(1869), - [anon_sym_AMP_GT] = ACTIONS(1869), - [anon_sym_AMP_GT_GT] = ACTIONS(1869), - [anon_sym_LT_AMP] = ACTIONS(1869), - [anon_sym_GT_AMP] = ACTIONS(1869), - [anon_sym_DQUOTE] = ACTIONS(1869), - [sym_raw_string] = ACTIONS(1869), - [anon_sym_DOLLAR] = ACTIONS(1869), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1869), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1869), - [anon_sym_BQUOTE] = ACTIONS(1869), - [anon_sym_LT_LPAREN] = ACTIONS(1869), - [anon_sym_GT_LPAREN] = ACTIONS(1869), - [sym_word] = ACTIONS(1869), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1869), - [anon_sym_LF] = ACTIONS(1869), - [anon_sym_AMP] = ACTIONS(1869), + [sym_file_descriptor] = ACTIONS(1844), + [anon_sym_PIPE] = ACTIONS(2070), + [anon_sym_RPAREN] = ACTIONS(1844), + [anon_sym_PIPE_AMP] = ACTIONS(1844), + [anon_sym_AMP_AMP] = ACTIONS(1844), + [anon_sym_PIPE_PIPE] = ACTIONS(1844), + [anon_sym_LT] = ACTIONS(2070), + [anon_sym_GT] = ACTIONS(2070), + [anon_sym_GT_GT] = ACTIONS(1844), + [anon_sym_AMP_GT] = ACTIONS(2070), + [anon_sym_AMP_GT_GT] = ACTIONS(1844), + [anon_sym_LT_AMP] = ACTIONS(1844), + [anon_sym_GT_AMP] = ACTIONS(1844), + [anon_sym_LT_LT] = ACTIONS(2070), + [anon_sym_LT_LT_DASH] = ACTIONS(1844), + [anon_sym_BQUOTE] = ACTIONS(1844), + [sym_comment] = ACTIONS(52), }, [901] = { - [sym_file_descriptor] = ACTIONS(1871), - [sym__concat] = ACTIONS(1871), - [sym_variable_name] = ACTIONS(1871), - [anon_sym_PIPE] = ACTIONS(1873), - [anon_sym_RPAREN] = ACTIONS(1873), - [anon_sym_SEMI_SEMI] = ACTIONS(1873), - [anon_sym_PIPE_AMP] = ACTIONS(1873), - [anon_sym_AMP_AMP] = ACTIONS(1873), - [anon_sym_PIPE_PIPE] = ACTIONS(1873), - [anon_sym_LT] = ACTIONS(1873), - [anon_sym_GT] = ACTIONS(1873), - [anon_sym_GT_GT] = ACTIONS(1873), - [anon_sym_AMP_GT] = ACTIONS(1873), - [anon_sym_AMP_GT_GT] = ACTIONS(1873), - [anon_sym_LT_AMP] = ACTIONS(1873), - [anon_sym_GT_AMP] = ACTIONS(1873), - [anon_sym_DQUOTE] = ACTIONS(1873), - [sym_raw_string] = ACTIONS(1873), - [anon_sym_DOLLAR] = ACTIONS(1873), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1873), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1873), - [anon_sym_BQUOTE] = ACTIONS(1873), - [anon_sym_LT_LPAREN] = ACTIONS(1873), - [anon_sym_GT_LPAREN] = ACTIONS(1873), - [sym_word] = ACTIONS(1873), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1873), - [anon_sym_LF] = ACTIONS(1873), - [anon_sym_AMP] = ACTIONS(1873), + [anon_sym_PIPE] = ACTIONS(2072), + [anon_sym_RPAREN] = ACTIONS(2072), + [anon_sym_SEMI_SEMI] = ACTIONS(2072), + [anon_sym_PIPE_AMP] = ACTIONS(2072), + [anon_sym_AMP_AMP] = ACTIONS(2072), + [anon_sym_PIPE_PIPE] = ACTIONS(2072), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(2072), + [anon_sym_LF] = ACTIONS(2072), + [anon_sym_AMP] = ACTIONS(2072), }, [902] = { - [anon_sym_RBRACK] = ACTIONS(2115), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(1282), + [sym__concat] = ACTIONS(1282), + [anon_sym_PIPE] = ACTIONS(1284), + [anon_sym_RPAREN] = ACTIONS(1284), + [anon_sym_SEMI_SEMI] = ACTIONS(1284), + [anon_sym_PIPE_AMP] = ACTIONS(1284), + [anon_sym_AMP_AMP] = ACTIONS(1284), + [anon_sym_PIPE_PIPE] = ACTIONS(1284), + [anon_sym_LT] = ACTIONS(1284), + [anon_sym_GT] = ACTIONS(1284), + [anon_sym_GT_GT] = ACTIONS(1284), + [anon_sym_AMP_GT] = ACTIONS(1284), + [anon_sym_AMP_GT_GT] = ACTIONS(1284), + [anon_sym_LT_AMP] = ACTIONS(1284), + [anon_sym_GT_AMP] = ACTIONS(1284), + [anon_sym_LT_LT] = ACTIONS(1284), + [anon_sym_LT_LT_DASH] = ACTIONS(1284), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1284), + [anon_sym_LF] = ACTIONS(1284), + [anon_sym_AMP] = ACTIONS(1284), }, [903] = { - [anon_sym_RBRACK] = ACTIONS(2117), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(1286), + [sym__concat] = ACTIONS(1286), + [anon_sym_PIPE] = ACTIONS(1288), + [anon_sym_RPAREN] = ACTIONS(1288), + [anon_sym_SEMI_SEMI] = ACTIONS(1288), + [anon_sym_PIPE_AMP] = ACTIONS(1288), + [anon_sym_AMP_AMP] = ACTIONS(1288), + [anon_sym_PIPE_PIPE] = ACTIONS(1288), + [anon_sym_LT] = ACTIONS(1288), + [anon_sym_GT] = ACTIONS(1288), + [anon_sym_GT_GT] = ACTIONS(1288), + [anon_sym_AMP_GT] = ACTIONS(1288), + [anon_sym_AMP_GT_GT] = ACTIONS(1288), + [anon_sym_LT_AMP] = ACTIONS(1288), + [anon_sym_GT_AMP] = ACTIONS(1288), + [anon_sym_LT_LT] = ACTIONS(1288), + [anon_sym_LT_LT_DASH] = ACTIONS(1288), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1288), + [anon_sym_LF] = ACTIONS(1288), + [anon_sym_AMP] = ACTIONS(1288), }, [904] = { - [anon_sym_RBRACE] = ACTIONS(2119), - [sym_comment] = ACTIONS(133), + [anon_sym_AT] = ACTIONS(2074), + [sym_comment] = ACTIONS(52), }, [905] = { - [sym__concat] = ACTIONS(1601), - [anon_sym_SEMI_SEMI] = ACTIONS(1603), - [anon_sym_DQUOTE] = ACTIONS(1603), - [sym_raw_string] = ACTIONS(1603), - [anon_sym_DOLLAR] = ACTIONS(1603), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1603), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1603), - [anon_sym_BQUOTE] = ACTIONS(1603), - [anon_sym_LT_LPAREN] = ACTIONS(1603), - [anon_sym_GT_LPAREN] = ACTIONS(1603), - [sym_word] = ACTIONS(1603), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1603), - [anon_sym_LF] = ACTIONS(1603), - [anon_sym_AMP] = ACTIONS(1603), + [sym_file_descriptor] = ACTIONS(1292), + [sym__concat] = ACTIONS(1292), + [anon_sym_PIPE] = ACTIONS(1294), + [anon_sym_RPAREN] = ACTIONS(1294), + [anon_sym_SEMI_SEMI] = ACTIONS(1294), + [anon_sym_PIPE_AMP] = ACTIONS(1294), + [anon_sym_AMP_AMP] = ACTIONS(1294), + [anon_sym_PIPE_PIPE] = ACTIONS(1294), + [anon_sym_LT] = ACTIONS(1294), + [anon_sym_GT] = ACTIONS(1294), + [anon_sym_GT_GT] = ACTIONS(1294), + [anon_sym_AMP_GT] = ACTIONS(1294), + [anon_sym_AMP_GT_GT] = ACTIONS(1294), + [anon_sym_LT_AMP] = ACTIONS(1294), + [anon_sym_GT_AMP] = ACTIONS(1294), + [anon_sym_LT_LT] = ACTIONS(1294), + [anon_sym_LT_LT_DASH] = ACTIONS(1294), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1294), + [anon_sym_LF] = ACTIONS(1294), + [anon_sym_AMP] = ACTIONS(1294), }, [906] = { - [anon_sym_RBRACE] = ACTIONS(2121), - [sym_comment] = ACTIONS(133), + [anon_sym_AT] = ACTIONS(2076), + [sym_comment] = ACTIONS(52), }, [907] = { - [sym__concat] = ACTIONS(1607), - [anon_sym_SEMI_SEMI] = ACTIONS(1609), - [anon_sym_DQUOTE] = ACTIONS(1609), - [sym_raw_string] = ACTIONS(1609), - [anon_sym_DOLLAR] = ACTIONS(1609), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1609), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1609), - [anon_sym_BQUOTE] = ACTIONS(1609), - [anon_sym_LT_LPAREN] = ACTIONS(1609), - [anon_sym_GT_LPAREN] = ACTIONS(1609), - [sym_word] = ACTIONS(1609), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1609), - [anon_sym_LF] = ACTIONS(1609), - [anon_sym_AMP] = ACTIONS(1609), + [anon_sym_RBRACK] = ACTIONS(2078), + [sym_comment] = ACTIONS(52), }, [908] = { - [anon_sym_esac] = ACTIONS(2123), - [anon_sym_DQUOTE] = ACTIONS(2125), - [sym_raw_string] = ACTIONS(2125), - [anon_sym_DOLLAR] = ACTIONS(2123), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2125), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2125), - [anon_sym_BQUOTE] = ACTIONS(2125), - [anon_sym_LT_LPAREN] = ACTIONS(2125), - [anon_sym_GT_LPAREN] = ACTIONS(2125), - [sym_word] = ACTIONS(2127), - [sym_comment] = ACTIONS(133), + [aux_sym_concatenation_repeat1] = STATE(189), + [sym__concat] = ACTIONS(322), + [anon_sym_RBRACE] = ACTIONS(2080), + [sym_comment] = ACTIONS(52), }, [909] = { - [aux_sym_concatenation_repeat1] = STATE(305), - [sym__concat] = ACTIONS(613), - [anon_sym_PIPE] = ACTIONS(2129), - [anon_sym_RPAREN] = ACTIONS(2129), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(2080), + [sym_comment] = ACTIONS(52), }, [910] = { - [anon_sym_PIPE] = ACTIONS(2129), - [anon_sym_RPAREN] = ACTIONS(2129), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACK] = ACTIONS(2082), + [sym_comment] = ACTIONS(52), }, [911] = { - [sym__terminated_statement] = STATE(126), - [sym_for_statement] = STATE(23), - [sym_while_statement] = STATE(23), - [sym_if_statement] = STATE(23), - [sym_case_statement] = STATE(23), - [sym_function_definition] = STATE(23), - [sym_subshell] = STATE(23), - [sym_pipeline] = STATE(23), - [sym_list] = STATE(23), - [sym_bracket_command] = STATE(23), - [sym_command] = STATE(23), - [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(25), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_case] = ACTIONS(103), - [anon_sym_SEMI_SEMI] = ACTIONS(2131), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), + [aux_sym_concatenation_repeat1] = STATE(189), + [sym__concat] = ACTIONS(322), + [anon_sym_RBRACE] = ACTIONS(2084), + [sym_comment] = ACTIONS(52), }, [912] = { - [sym__concat] = ACTIONS(2043), - [anon_sym_in] = ACTIONS(2045), - [anon_sym_SEMI_SEMI] = ACTIONS(2045), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2045), - [anon_sym_LF] = ACTIONS(2045), - [anon_sym_AMP] = ACTIONS(2045), + [anon_sym_RBRACE] = ACTIONS(2084), + [sym_comment] = ACTIONS(52), }, [913] = { - [sym__concat] = ACTIONS(2047), - [anon_sym_in] = ACTIONS(2049), - [anon_sym_SEMI_SEMI] = ACTIONS(2049), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2049), - [anon_sym_LF] = ACTIONS(2049), - [anon_sym_AMP] = ACTIONS(2049), + [anon_sym_RBRACE] = ACTIONS(2086), + [anon_sym_LBRACK] = ACTIONS(2088), + [sym_comment] = ACTIONS(52), }, [914] = { - [sym__concat] = ACTIONS(2043), - [anon_sym_RBRACE] = ACTIONS(2043), - [anon_sym_RBRACK] = ACTIONS(2133), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2133), - [anon_sym_DQUOTE] = ACTIONS(2043), - [sym_raw_string] = ACTIONS(2043), - [anon_sym_DOLLAR] = ACTIONS(2133), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2043), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2043), - [anon_sym_BQUOTE] = ACTIONS(2043), - [anon_sym_LT_LPAREN] = ACTIONS(2043), - [anon_sym_GT_LPAREN] = ACTIONS(2043), - [sym_word] = ACTIONS(2045), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(2090), + [anon_sym_LBRACK] = ACTIONS(2092), + [sym_comment] = ACTIONS(52), }, [915] = { - [sym__concat] = ACTIONS(2047), - [anon_sym_RBRACE] = ACTIONS(2047), - [anon_sym_RBRACK] = ACTIONS(2135), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2135), - [anon_sym_DQUOTE] = ACTIONS(2047), - [sym_raw_string] = ACTIONS(2047), - [anon_sym_DOLLAR] = ACTIONS(2135), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2047), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2047), - [anon_sym_BQUOTE] = ACTIONS(2047), - [anon_sym_LT_LPAREN] = ACTIONS(2047), - [anon_sym_GT_LPAREN] = ACTIONS(2047), - [sym_word] = ACTIONS(2049), - [sym_comment] = ACTIONS(133), + [sym__heredoc_middle] = ACTIONS(828), + [sym__heredoc_end] = ACTIONS(828), + [anon_sym_DOLLAR] = ACTIONS(1194), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(828), + [sym_comment] = ACTIONS(52), }, [916] = { - [sym_file_descriptor] = ACTIONS(2043), - [sym__concat] = ACTIONS(2043), - [sym_variable_name] = ACTIONS(2043), - [anon_sym_PIPE] = ACTIONS(2133), - [anon_sym_RPAREN] = ACTIONS(2043), - [anon_sym_PIPE_AMP] = ACTIONS(2043), - [anon_sym_AMP_AMP] = ACTIONS(2043), - [anon_sym_PIPE_PIPE] = ACTIONS(2133), - [anon_sym_LT] = ACTIONS(2133), - [anon_sym_GT] = ACTIONS(2133), - [anon_sym_GT_GT] = ACTIONS(2043), - [anon_sym_AMP_GT] = ACTIONS(2133), - [anon_sym_AMP_GT_GT] = ACTIONS(2043), - [anon_sym_LT_AMP] = ACTIONS(2043), - [anon_sym_GT_AMP] = ACTIONS(2043), - [anon_sym_DQUOTE] = ACTIONS(2043), - [sym_raw_string] = ACTIONS(2043), - [anon_sym_DOLLAR] = ACTIONS(2133), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2043), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2043), - [anon_sym_BQUOTE] = ACTIONS(2043), - [anon_sym_LT_LPAREN] = ACTIONS(2043), - [anon_sym_GT_LPAREN] = ACTIONS(2043), - [sym_word] = ACTIONS(2045), - [sym_comment] = ACTIONS(133), + [anon_sym_AT] = ACTIONS(2094), + [sym_comment] = ACTIONS(52), }, [917] = { - [sym_file_descriptor] = ACTIONS(2047), - [sym__concat] = ACTIONS(2047), - [sym_variable_name] = ACTIONS(2047), - [anon_sym_PIPE] = ACTIONS(2135), - [anon_sym_RPAREN] = ACTIONS(2047), - [anon_sym_PIPE_AMP] = ACTIONS(2047), - [anon_sym_AMP_AMP] = ACTIONS(2047), - [anon_sym_PIPE_PIPE] = ACTIONS(2135), - [anon_sym_LT] = ACTIONS(2135), - [anon_sym_GT] = ACTIONS(2135), - [anon_sym_GT_GT] = ACTIONS(2047), - [anon_sym_AMP_GT] = ACTIONS(2135), - [anon_sym_AMP_GT_GT] = ACTIONS(2047), - [anon_sym_LT_AMP] = ACTIONS(2047), - [anon_sym_GT_AMP] = ACTIONS(2047), - [anon_sym_DQUOTE] = ACTIONS(2047), - [sym_raw_string] = ACTIONS(2047), - [anon_sym_DOLLAR] = ACTIONS(2135), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2047), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2047), - [anon_sym_BQUOTE] = ACTIONS(2047), - [anon_sym_LT_LPAREN] = ACTIONS(2047), - [anon_sym_GT_LPAREN] = ACTIONS(2047), - [sym_word] = ACTIONS(2049), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(1020), + [sym_string] = STATE(1019), + [sym_simple_expansion] = STATE(1019), + [sym_expansion] = STATE(1019), + [sym_command_substitution] = STATE(1019), + [sym_process_substitution] = STATE(1019), + [anon_sym_DQUOTE] = ACTIONS(82), + [sym_raw_string] = ACTIONS(2096), + [anon_sym_DOLLAR] = ACTIONS(86), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(88), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(90), + [anon_sym_BQUOTE] = ACTIONS(92), + [anon_sym_LT_LPAREN] = ACTIONS(94), + [anon_sym_GT_LPAREN] = ACTIONS(94), + [sym_word] = ACTIONS(2098), + [sym_comment] = ACTIONS(52), }, [918] = { - [anon_sym_DQUOTE] = ACTIONS(2045), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(2133), - [anon_sym_DOLLAR] = ACTIONS(2045), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2045), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2045), - [anon_sym_BQUOTE] = ACTIONS(2045), - [sym_comment] = ACTIONS(85), + [sym__heredoc_middle] = ACTIONS(838), + [sym__heredoc_end] = ACTIONS(838), + [anon_sym_DOLLAR] = ACTIONS(1202), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(838), + [sym_comment] = ACTIONS(52), }, [919] = { - [anon_sym_DQUOTE] = ACTIONS(2049), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(2135), - [anon_sym_DOLLAR] = ACTIONS(2049), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2049), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2049), - [anon_sym_BQUOTE] = ACTIONS(2049), - [sym_comment] = ACTIONS(85), + [anon_sym_AT] = ACTIONS(2100), + [sym_comment] = ACTIONS(52), }, [920] = { - [anon_sym_PIPE] = ACTIONS(2137), - [anon_sym_RPAREN] = ACTIONS(2139), - [anon_sym_PIPE_AMP] = ACTIONS(2139), - [anon_sym_AMP_AMP] = ACTIONS(2139), - [anon_sym_PIPE_PIPE] = ACTIONS(2139), - [anon_sym_BQUOTE] = ACTIONS(2139), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(1023), + [sym_string] = STATE(1022), + [sym_simple_expansion] = STATE(1022), + [sym_expansion] = STATE(1022), + [sym_command_substitution] = STATE(1022), + [sym_process_substitution] = STATE(1022), + [anon_sym_DQUOTE] = ACTIONS(82), + [sym_raw_string] = ACTIONS(2102), + [anon_sym_DOLLAR] = ACTIONS(86), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(88), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(90), + [anon_sym_BQUOTE] = ACTIONS(92), + [anon_sym_LT_LPAREN] = ACTIONS(94), + [anon_sym_GT_LPAREN] = ACTIONS(94), + [sym_word] = ACTIONS(2104), + [sym_comment] = ACTIONS(52), }, [921] = { - [anon_sym_PIPE] = ACTIONS(2141), - [anon_sym_RPAREN] = ACTIONS(2143), - [anon_sym_PIPE_AMP] = ACTIONS(2143), - [anon_sym_AMP_AMP] = ACTIONS(2143), - [anon_sym_PIPE_PIPE] = ACTIONS(2143), - [anon_sym_BQUOTE] = ACTIONS(2143), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(1502), + [sym_variable_name] = ACTIONS(1502), + [anon_sym_LT] = ACTIONS(1982), + [anon_sym_GT] = ACTIONS(1982), + [anon_sym_GT_GT] = ACTIONS(1502), + [anon_sym_AMP_GT] = ACTIONS(1982), + [anon_sym_AMP_GT_GT] = ACTIONS(1502), + [anon_sym_LT_AMP] = ACTIONS(1502), + [anon_sym_GT_AMP] = ACTIONS(1502), + [anon_sym_DQUOTE] = ACTIONS(1502), + [sym_raw_string] = ACTIONS(1502), + [anon_sym_DOLLAR] = ACTIONS(1982), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1502), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1502), + [anon_sym_BQUOTE] = ACTIONS(1502), + [anon_sym_LT_LPAREN] = ACTIONS(1502), + [anon_sym_GT_LPAREN] = ACTIONS(1502), + [sym_word] = ACTIONS(1982), + [sym_comment] = ACTIONS(52), }, [922] = { - [sym_file_descriptor] = ACTIONS(2043), - [sym__concat] = ACTIONS(2043), - [anon_sym_PIPE] = ACTIONS(2133), - [anon_sym_RPAREN] = ACTIONS(2043), - [anon_sym_PIPE_AMP] = ACTIONS(2043), - [anon_sym_AMP_AMP] = ACTIONS(2043), - [anon_sym_PIPE_PIPE] = ACTIONS(2133), - [anon_sym_LT] = ACTIONS(2133), - [anon_sym_GT] = ACTIONS(2133), - [anon_sym_GT_GT] = ACTIONS(2043), - [anon_sym_AMP_GT] = ACTIONS(2133), - [anon_sym_AMP_GT_GT] = ACTIONS(2043), - [anon_sym_LT_AMP] = ACTIONS(2043), - [anon_sym_GT_AMP] = ACTIONS(2043), - [anon_sym_LT_LT] = ACTIONS(2133), - [anon_sym_LT_LT_DASH] = ACTIONS(2043), - [anon_sym_DQUOTE] = ACTIONS(2043), - [sym_raw_string] = ACTIONS(2043), - [anon_sym_DOLLAR] = ACTIONS(2133), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2043), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2043), - [anon_sym_BQUOTE] = ACTIONS(2043), - [anon_sym_LT_LPAREN] = ACTIONS(2043), - [anon_sym_GT_LPAREN] = ACTIONS(2043), - [sym_word] = ACTIONS(2045), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACK] = ACTIONS(2106), + [sym_comment] = ACTIONS(52), }, [923] = { - [sym_file_descriptor] = ACTIONS(2047), - [sym__concat] = ACTIONS(2047), - [anon_sym_PIPE] = ACTIONS(2135), - [anon_sym_RPAREN] = ACTIONS(2047), - [anon_sym_PIPE_AMP] = ACTIONS(2047), - [anon_sym_AMP_AMP] = ACTIONS(2047), - [anon_sym_PIPE_PIPE] = ACTIONS(2135), - [anon_sym_LT] = ACTIONS(2135), - [anon_sym_GT] = ACTIONS(2135), - [anon_sym_GT_GT] = ACTIONS(2047), - [anon_sym_AMP_GT] = ACTIONS(2135), - [anon_sym_AMP_GT_GT] = ACTIONS(2047), - [anon_sym_LT_AMP] = ACTIONS(2047), - [anon_sym_GT_AMP] = ACTIONS(2047), - [anon_sym_LT_LT] = ACTIONS(2135), - [anon_sym_LT_LT_DASH] = ACTIONS(2047), - [anon_sym_DQUOTE] = ACTIONS(2047), - [sym_raw_string] = ACTIONS(2047), - [anon_sym_DOLLAR] = ACTIONS(2135), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2047), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2047), - [anon_sym_BQUOTE] = ACTIONS(2047), - [anon_sym_LT_LPAREN] = ACTIONS(2047), - [anon_sym_GT_LPAREN] = ACTIONS(2047), - [sym_word] = ACTIONS(2049), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACK] = ACTIONS(2108), + [sym_comment] = ACTIONS(52), }, [924] = { - [anon_sym_RBRACK] = ACTIONS(2145), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(2110), + [sym_comment] = ACTIONS(52), }, [925] = { - [anon_sym_RBRACK] = ACTIONS(2147), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(1668), + [anon_sym_PIPE] = ACTIONS(1668), + [anon_sym_RPAREN] = ACTIONS(1668), + [anon_sym_RBRACK] = ACTIONS(1668), + [sym_comment] = ACTIONS(52), }, [926] = { - [anon_sym_RBRACE] = ACTIONS(2149), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(2112), + [sym_comment] = ACTIONS(52), }, [927] = { - [sym_file_descriptor] = ACTIONS(1601), - [sym__concat] = ACTIONS(1601), - [anon_sym_PIPE] = ACTIONS(1841), - [anon_sym_RPAREN] = ACTIONS(1601), - [anon_sym_PIPE_AMP] = ACTIONS(1601), - [anon_sym_AMP_AMP] = ACTIONS(1601), - [anon_sym_PIPE_PIPE] = ACTIONS(1601), - [anon_sym_LT] = ACTIONS(1841), - [anon_sym_GT] = ACTIONS(1841), - [anon_sym_GT_GT] = ACTIONS(1601), - [anon_sym_AMP_GT] = ACTIONS(1841), - [anon_sym_AMP_GT_GT] = ACTIONS(1601), - [anon_sym_LT_AMP] = ACTIONS(1601), - [anon_sym_GT_AMP] = ACTIONS(1601), - [anon_sym_LT_LT] = ACTIONS(1841), - [anon_sym_LT_LT_DASH] = ACTIONS(1601), - [anon_sym_BQUOTE] = ACTIONS(1601), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(1674), + [anon_sym_PIPE] = ACTIONS(1674), + [anon_sym_RPAREN] = ACTIONS(1674), + [anon_sym_RBRACK] = ACTIONS(1674), + [sym_comment] = ACTIONS(52), }, [928] = { - [anon_sym_RBRACE] = ACTIONS(2151), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACK] = ACTIONS(2114), + [sym_comment] = ACTIONS(52), }, [929] = { - [sym_file_descriptor] = ACTIONS(1607), - [sym__concat] = ACTIONS(1607), - [anon_sym_PIPE] = ACTIONS(1845), - [anon_sym_RPAREN] = ACTIONS(1607), - [anon_sym_PIPE_AMP] = ACTIONS(1607), - [anon_sym_AMP_AMP] = ACTIONS(1607), - [anon_sym_PIPE_PIPE] = ACTIONS(1607), - [anon_sym_LT] = ACTIONS(1845), - [anon_sym_GT] = ACTIONS(1845), - [anon_sym_GT_GT] = ACTIONS(1607), - [anon_sym_AMP_GT] = ACTIONS(1845), - [anon_sym_AMP_GT_GT] = ACTIONS(1607), - [anon_sym_LT_AMP] = ACTIONS(1607), - [anon_sym_GT_AMP] = ACTIONS(1607), - [anon_sym_LT_LT] = ACTIONS(1845), - [anon_sym_LT_LT_DASH] = ACTIONS(1607), - [anon_sym_BQUOTE] = ACTIONS(1607), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACK] = ACTIONS(2116), + [sym_comment] = ACTIONS(52), }, [930] = { - [anon_sym_RBRACE] = ACTIONS(2153), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(2118), + [sym_comment] = ACTIONS(52), }, [931] = { - [anon_sym_RBRACE] = ACTIONS(2155), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(1668), + [sym__concat] = ACTIONS(1668), + [sym_variable_name] = ACTIONS(1668), + [anon_sym_PIPE] = ACTIONS(1670), + [anon_sym_RPAREN] = ACTIONS(1670), + [anon_sym_SEMI_SEMI] = ACTIONS(1670), + [anon_sym_PIPE_AMP] = ACTIONS(1670), + [anon_sym_AMP_AMP] = ACTIONS(1670), + [anon_sym_PIPE_PIPE] = ACTIONS(1670), + [anon_sym_LT] = ACTIONS(1670), + [anon_sym_GT] = ACTIONS(1670), + [anon_sym_GT_GT] = ACTIONS(1670), + [anon_sym_AMP_GT] = ACTIONS(1670), + [anon_sym_AMP_GT_GT] = ACTIONS(1670), + [anon_sym_LT_AMP] = ACTIONS(1670), + [anon_sym_GT_AMP] = ACTIONS(1670), + [anon_sym_DQUOTE] = ACTIONS(1670), + [sym_raw_string] = ACTIONS(1670), + [anon_sym_DOLLAR] = ACTIONS(1670), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1670), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1670), + [anon_sym_BQUOTE] = ACTIONS(1670), + [anon_sym_LT_LPAREN] = ACTIONS(1670), + [anon_sym_GT_LPAREN] = ACTIONS(1670), + [sym_word] = ACTIONS(1670), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1670), + [anon_sym_LF] = ACTIONS(1670), + [anon_sym_AMP] = ACTIONS(1670), }, [932] = { - [sym_file_descriptor] = ACTIONS(1867), - [sym__concat] = ACTIONS(1867), - [anon_sym_PIPE] = ACTIONS(1869), - [anon_sym_RPAREN] = ACTIONS(1869), - [anon_sym_SEMI_SEMI] = ACTIONS(1869), - [anon_sym_PIPE_AMP] = ACTIONS(1869), - [anon_sym_AMP_AMP] = ACTIONS(1869), - [anon_sym_PIPE_PIPE] = ACTIONS(1869), - [anon_sym_LT] = ACTIONS(1869), - [anon_sym_GT] = ACTIONS(1869), - [anon_sym_GT_GT] = ACTIONS(1869), - [anon_sym_AMP_GT] = ACTIONS(1869), - [anon_sym_AMP_GT_GT] = ACTIONS(1869), - [anon_sym_LT_AMP] = ACTIONS(1869), - [anon_sym_GT_AMP] = ACTIONS(1869), - [anon_sym_LT_LT] = ACTIONS(1869), - [anon_sym_LT_LT_DASH] = ACTIONS(1869), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1869), - [anon_sym_LF] = ACTIONS(1869), - [anon_sym_AMP] = ACTIONS(1869), + [anon_sym_RBRACE] = ACTIONS(2120), + [sym_comment] = ACTIONS(52), }, [933] = { - [sym_file_descriptor] = ACTIONS(1871), - [sym__concat] = ACTIONS(1871), - [anon_sym_PIPE] = ACTIONS(1873), - [anon_sym_RPAREN] = ACTIONS(1873), - [anon_sym_SEMI_SEMI] = ACTIONS(1873), - [anon_sym_PIPE_AMP] = ACTIONS(1873), - [anon_sym_AMP_AMP] = ACTIONS(1873), - [anon_sym_PIPE_PIPE] = ACTIONS(1873), - [anon_sym_LT] = ACTIONS(1873), - [anon_sym_GT] = ACTIONS(1873), - [anon_sym_GT_GT] = ACTIONS(1873), - [anon_sym_AMP_GT] = ACTIONS(1873), - [anon_sym_AMP_GT_GT] = ACTIONS(1873), - [anon_sym_LT_AMP] = ACTIONS(1873), - [anon_sym_GT_AMP] = ACTIONS(1873), - [anon_sym_LT_LT] = ACTIONS(1873), - [anon_sym_LT_LT_DASH] = ACTIONS(1873), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1873), - [anon_sym_LF] = ACTIONS(1873), - [anon_sym_AMP] = ACTIONS(1873), + [sym_file_descriptor] = ACTIONS(1674), + [sym__concat] = ACTIONS(1674), + [sym_variable_name] = ACTIONS(1674), + [anon_sym_PIPE] = ACTIONS(1676), + [anon_sym_RPAREN] = ACTIONS(1676), + [anon_sym_SEMI_SEMI] = ACTIONS(1676), + [anon_sym_PIPE_AMP] = ACTIONS(1676), + [anon_sym_AMP_AMP] = ACTIONS(1676), + [anon_sym_PIPE_PIPE] = ACTIONS(1676), + [anon_sym_LT] = ACTIONS(1676), + [anon_sym_GT] = ACTIONS(1676), + [anon_sym_GT_GT] = ACTIONS(1676), + [anon_sym_AMP_GT] = ACTIONS(1676), + [anon_sym_AMP_GT_GT] = ACTIONS(1676), + [anon_sym_LT_AMP] = ACTIONS(1676), + [anon_sym_GT_AMP] = ACTIONS(1676), + [anon_sym_DQUOTE] = ACTIONS(1676), + [sym_raw_string] = ACTIONS(1676), + [anon_sym_DOLLAR] = ACTIONS(1676), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1676), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1676), + [anon_sym_BQUOTE] = ACTIONS(1676), + [anon_sym_LT_LPAREN] = ACTIONS(1676), + [anon_sym_GT_LPAREN] = ACTIONS(1676), + [sym_word] = ACTIONS(1676), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1676), + [anon_sym_LF] = ACTIONS(1676), + [anon_sym_AMP] = ACTIONS(1676), }, [934] = { - [anon_sym_RBRACK] = ACTIONS(2157), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(1282), + [anon_sym_SEMI_SEMI] = ACTIONS(1284), + [anon_sym_DQUOTE] = ACTIONS(1284), + [sym_raw_string] = ACTIONS(1284), + [anon_sym_DOLLAR] = ACTIONS(1284), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1284), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1284), + [anon_sym_BQUOTE] = ACTIONS(1284), + [anon_sym_LT_LPAREN] = ACTIONS(1284), + [anon_sym_GT_LPAREN] = ACTIONS(1284), + [sym_word] = ACTIONS(1284), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1284), + [anon_sym_LF] = ACTIONS(1284), + [anon_sym_AMP] = ACTIONS(1284), }, [935] = { - [anon_sym_RBRACK] = ACTIONS(2159), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(1286), + [anon_sym_SEMI_SEMI] = ACTIONS(1288), + [anon_sym_DQUOTE] = ACTIONS(1288), + [sym_raw_string] = ACTIONS(1288), + [anon_sym_DOLLAR] = ACTIONS(1288), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1288), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1288), + [anon_sym_BQUOTE] = ACTIONS(1288), + [anon_sym_LT_LPAREN] = ACTIONS(1288), + [anon_sym_GT_LPAREN] = ACTIONS(1288), + [sym_word] = ACTIONS(1288), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1288), + [anon_sym_LF] = ACTIONS(1288), + [anon_sym_AMP] = ACTIONS(1288), }, [936] = { - [anon_sym_RBRACE] = ACTIONS(2161), - [sym_comment] = ACTIONS(133), + [anon_sym_AT] = ACTIONS(2122), + [sym_comment] = ACTIONS(52), }, [937] = { - [sym__heredoc_middle] = ACTIONS(1601), - [sym__heredoc_end] = ACTIONS(1601), - [anon_sym_DOLLAR] = ACTIONS(1841), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1601), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(1292), + [anon_sym_SEMI_SEMI] = ACTIONS(1294), + [anon_sym_DQUOTE] = ACTIONS(1294), + [sym_raw_string] = ACTIONS(1294), + [anon_sym_DOLLAR] = ACTIONS(1294), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1294), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1294), + [anon_sym_BQUOTE] = ACTIONS(1294), + [anon_sym_LT_LPAREN] = ACTIONS(1294), + [anon_sym_GT_LPAREN] = ACTIONS(1294), + [sym_word] = ACTIONS(1294), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1294), + [anon_sym_LF] = ACTIONS(1294), + [anon_sym_AMP] = ACTIONS(1294), }, [938] = { - [anon_sym_RBRACE] = ACTIONS(2163), - [sym_comment] = ACTIONS(133), + [anon_sym_AT] = ACTIONS(2124), + [sym_comment] = ACTIONS(52), }, [939] = { - [sym__heredoc_middle] = ACTIONS(1607), - [sym__heredoc_end] = ACTIONS(1607), - [anon_sym_DOLLAR] = ACTIONS(1845), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1607), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACK] = ACTIONS(2126), + [sym_comment] = ACTIONS(52), }, [940] = { - [sym__concat] = ACTIONS(2043), - [anon_sym_PIPE] = ACTIONS(2043), - [anon_sym_RPAREN] = ACTIONS(2043), - [anon_sym_RBRACK] = ACTIONS(2043), - [sym_comment] = ACTIONS(133), + [aux_sym_concatenation_repeat1] = STATE(189), + [sym__concat] = ACTIONS(322), + [anon_sym_RBRACE] = ACTIONS(2128), + [sym_comment] = ACTIONS(52), }, [941] = { - [sym__concat] = ACTIONS(2047), - [anon_sym_PIPE] = ACTIONS(2047), - [anon_sym_RPAREN] = ACTIONS(2047), - [anon_sym_RBRACK] = ACTIONS(2047), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(2128), + [sym_comment] = ACTIONS(52), }, [942] = { - [sym_file_descriptor] = ACTIONS(2043), - [sym__concat] = ACTIONS(2043), - [sym_variable_name] = ACTIONS(2043), - [anon_sym_PIPE] = ACTIONS(2045), - [anon_sym_RPAREN] = ACTIONS(2045), - [anon_sym_SEMI_SEMI] = ACTIONS(2045), - [anon_sym_PIPE_AMP] = ACTIONS(2045), - [anon_sym_AMP_AMP] = ACTIONS(2045), - [anon_sym_PIPE_PIPE] = ACTIONS(2045), - [anon_sym_LT] = ACTIONS(2045), - [anon_sym_GT] = ACTIONS(2045), - [anon_sym_GT_GT] = ACTIONS(2045), - [anon_sym_AMP_GT] = ACTIONS(2045), - [anon_sym_AMP_GT_GT] = ACTIONS(2045), - [anon_sym_LT_AMP] = ACTIONS(2045), - [anon_sym_GT_AMP] = ACTIONS(2045), - [anon_sym_DQUOTE] = ACTIONS(2045), - [sym_raw_string] = ACTIONS(2045), - [anon_sym_DOLLAR] = ACTIONS(2045), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2045), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2045), - [anon_sym_BQUOTE] = ACTIONS(2045), - [anon_sym_LT_LPAREN] = ACTIONS(2045), - [anon_sym_GT_LPAREN] = ACTIONS(2045), - [sym_word] = ACTIONS(2045), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2045), - [anon_sym_LF] = ACTIONS(2045), - [anon_sym_AMP] = ACTIONS(2045), + [anon_sym_RBRACK] = ACTIONS(2130), + [sym_comment] = ACTIONS(52), }, [943] = { - [sym_file_descriptor] = ACTIONS(2047), - [sym__concat] = ACTIONS(2047), - [sym_variable_name] = ACTIONS(2047), - [anon_sym_PIPE] = ACTIONS(2049), - [anon_sym_RPAREN] = ACTIONS(2049), - [anon_sym_SEMI_SEMI] = ACTIONS(2049), - [anon_sym_PIPE_AMP] = ACTIONS(2049), - [anon_sym_AMP_AMP] = ACTIONS(2049), - [anon_sym_PIPE_PIPE] = ACTIONS(2049), - [anon_sym_LT] = ACTIONS(2049), - [anon_sym_GT] = ACTIONS(2049), - [anon_sym_GT_GT] = ACTIONS(2049), - [anon_sym_AMP_GT] = ACTIONS(2049), - [anon_sym_AMP_GT_GT] = ACTIONS(2049), - [anon_sym_LT_AMP] = ACTIONS(2049), - [anon_sym_GT_AMP] = ACTIONS(2049), - [anon_sym_DQUOTE] = ACTIONS(2049), - [sym_raw_string] = ACTIONS(2049), - [anon_sym_DOLLAR] = ACTIONS(2049), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2049), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2049), - [anon_sym_BQUOTE] = ACTIONS(2049), - [anon_sym_LT_LPAREN] = ACTIONS(2049), - [anon_sym_GT_LPAREN] = ACTIONS(2049), - [sym_word] = ACTIONS(2049), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2049), - [anon_sym_LF] = ACTIONS(2049), - [anon_sym_AMP] = ACTIONS(2049), + [aux_sym_concatenation_repeat1] = STATE(189), + [sym__concat] = ACTIONS(322), + [anon_sym_RBRACE] = ACTIONS(2132), + [sym_comment] = ACTIONS(52), }, [944] = { - [anon_sym_RBRACE] = ACTIONS(2165), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(2132), + [sym_comment] = ACTIONS(52), }, [945] = { - [anon_sym_RBRACE] = ACTIONS(2167), - [sym_comment] = ACTIONS(133), + [sym__terminated_statement] = STATE(613), + [sym_for_statement] = STATE(384), + [sym_while_statement] = STATE(384), + [sym_if_statement] = STATE(384), + [sym_case_statement] = STATE(384), + [sym_function_definition] = STATE(384), + [sym_subshell] = STATE(384), + [sym_pipeline] = STATE(384), + [sym_list] = STATE(384), + [sym_bracket_command] = STATE(384), + [sym_command] = STATE(384), + [sym_command_name] = STATE(24), + [sym_environment_variable_assignment] = STATE(387), + [sym_subscript] = STATE(26), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(28), + [sym_string] = STATE(14), + [sym_simple_expansion] = STATE(14), + [sym_expansion] = STATE(14), + [sym_command_substitution] = STATE(14), + [sym_process_substitution] = STATE(14), + [aux_sym_command_repeat1] = STATE(30), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(12), + [anon_sym_for] = ACTIONS(16), + [anon_sym_while] = ACTIONS(18), + [anon_sym_if] = ACTIONS(20), + [anon_sym_fi] = ACTIONS(2134), + [anon_sym_elif] = ACTIONS(2134), + [anon_sym_else] = ACTIONS(2134), + [anon_sym_case] = ACTIONS(22), + [anon_sym_function] = ACTIONS(24), + [anon_sym_LPAREN] = ACTIONS(26), + [anon_sym_LBRACK] = ACTIONS(28), + [anon_sym_LBRACK_LBRACK] = ACTIONS(30), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(36), + [sym_raw_string] = ACTIONS(38), + [anon_sym_DOLLAR] = ACTIONS(40), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(42), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(44), + [anon_sym_BQUOTE] = ACTIONS(46), + [anon_sym_LT_LPAREN] = ACTIONS(48), + [anon_sym_GT_LPAREN] = ACTIONS(48), + [sym_word] = ACTIONS(50), + [sym_comment] = ACTIONS(52), }, [946] = { - [sym__concat] = ACTIONS(1867), - [anon_sym_SEMI_SEMI] = ACTIONS(1869), - [anon_sym_DQUOTE] = ACTIONS(1869), - [sym_raw_string] = ACTIONS(1869), - [anon_sym_DOLLAR] = ACTIONS(1869), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1869), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1869), - [anon_sym_BQUOTE] = ACTIONS(1869), - [anon_sym_LT_LPAREN] = ACTIONS(1869), - [anon_sym_GT_LPAREN] = ACTIONS(1869), - [sym_word] = ACTIONS(1869), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1869), - [anon_sym_LF] = ACTIONS(1869), - [anon_sym_AMP] = ACTIONS(1869), + [anon_sym_PIPE] = ACTIONS(2136), + [anon_sym_RPAREN] = ACTIONS(2136), + [anon_sym_SEMI_SEMI] = ACTIONS(2136), + [anon_sym_PIPE_AMP] = ACTIONS(2136), + [anon_sym_AMP_AMP] = ACTIONS(2136), + [anon_sym_PIPE_PIPE] = ACTIONS(2136), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(2136), + [anon_sym_LF] = ACTIONS(2136), + [anon_sym_AMP] = ACTIONS(2136), }, [947] = { - [sym__concat] = ACTIONS(1871), - [anon_sym_SEMI_SEMI] = ACTIONS(1873), - [anon_sym_DQUOTE] = ACTIONS(1873), - [sym_raw_string] = ACTIONS(1873), - [anon_sym_DOLLAR] = ACTIONS(1873), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1873), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1873), - [anon_sym_BQUOTE] = ACTIONS(1873), - [anon_sym_LT_LPAREN] = ACTIONS(1873), - [anon_sym_GT_LPAREN] = ACTIONS(1873), - [sym_word] = ACTIONS(1873), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1873), - [anon_sym_LF] = ACTIONS(1873), - [anon_sym_AMP] = ACTIONS(1873), + [aux_sym_concatenation_repeat1] = STATE(334), + [sym__concat] = ACTIONS(572), + [anon_sym_PIPE] = ACTIONS(2138), + [anon_sym_RPAREN] = ACTIONS(2138), + [sym_comment] = ACTIONS(52), }, [948] = { - [anon_sym_esac] = ACTIONS(2169), - [anon_sym_DQUOTE] = ACTIONS(2171), - [sym_raw_string] = ACTIONS(2171), - [anon_sym_DOLLAR] = ACTIONS(2169), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2171), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2171), - [anon_sym_BQUOTE] = ACTIONS(2171), - [anon_sym_LT_LPAREN] = ACTIONS(2171), - [anon_sym_GT_LPAREN] = ACTIONS(2171), - [sym_word] = ACTIONS(2173), - [sym_comment] = ACTIONS(133), + [anon_sym_PIPE] = ACTIONS(2138), + [anon_sym_RPAREN] = ACTIONS(2138), + [sym_comment] = ACTIONS(52), }, [949] = { - [anon_sym_RBRACE] = ACTIONS(2175), - [sym_comment] = ACTIONS(133), + [anon_sym_esac] = ACTIONS(2140), + [anon_sym_DQUOTE] = ACTIONS(2142), + [sym_raw_string] = ACTIONS(2142), + [anon_sym_DOLLAR] = ACTIONS(2140), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(2142), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(2142), + [anon_sym_BQUOTE] = ACTIONS(2142), + [anon_sym_LT_LPAREN] = ACTIONS(2142), + [anon_sym_GT_LPAREN] = ACTIONS(2142), + [sym_word] = ACTIONS(2144), + [sym_comment] = ACTIONS(52), }, [950] = { - [anon_sym_RBRACE] = ACTIONS(2177), - [sym_comment] = ACTIONS(133), + [sym__terminated_statement] = STATE(134), + [sym_for_statement] = STATE(23), + [sym_while_statement] = STATE(23), + [sym_if_statement] = STATE(23), + [sym_case_statement] = STATE(23), + [sym_function_definition] = STATE(23), + [sym_subshell] = STATE(23), + [sym_pipeline] = STATE(23), + [sym_list] = STATE(23), + [sym_bracket_command] = STATE(23), + [sym_command] = STATE(23), + [sym_command_name] = STATE(24), + [sym_environment_variable_assignment] = STATE(25), + [sym_subscript] = STATE(26), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(28), + [sym_string] = STATE(14), + [sym_simple_expansion] = STATE(14), + [sym_expansion] = STATE(14), + [sym_command_substitution] = STATE(14), + [sym_process_substitution] = STATE(14), + [aux_sym_command_repeat1] = STATE(30), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(12), + [anon_sym_for] = ACTIONS(16), + [anon_sym_while] = ACTIONS(18), + [anon_sym_if] = ACTIONS(20), + [anon_sym_case] = ACTIONS(22), + [anon_sym_SEMI_SEMI] = ACTIONS(2146), + [anon_sym_function] = ACTIONS(24), + [anon_sym_LPAREN] = ACTIONS(26), + [anon_sym_LBRACK] = ACTIONS(28), + [anon_sym_LBRACK_LBRACK] = ACTIONS(30), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(36), + [sym_raw_string] = ACTIONS(38), + [anon_sym_DOLLAR] = ACTIONS(40), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(42), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(44), + [anon_sym_BQUOTE] = ACTIONS(46), + [anon_sym_LT_LPAREN] = ACTIONS(48), + [anon_sym_GT_LPAREN] = ACTIONS(48), + [sym_word] = ACTIONS(50), + [sym_comment] = ACTIONS(52), }, [951] = { - [sym_file_descriptor] = ACTIONS(1867), - [sym__concat] = ACTIONS(1867), - [anon_sym_PIPE] = ACTIONS(2031), - [anon_sym_RPAREN] = ACTIONS(1867), - [anon_sym_PIPE_AMP] = ACTIONS(1867), - [anon_sym_AMP_AMP] = ACTIONS(1867), - [anon_sym_PIPE_PIPE] = ACTIONS(1867), - [anon_sym_LT] = ACTIONS(2031), - [anon_sym_GT] = ACTIONS(2031), - [anon_sym_GT_GT] = ACTIONS(1867), - [anon_sym_AMP_GT] = ACTIONS(2031), - [anon_sym_AMP_GT_GT] = ACTIONS(1867), - [anon_sym_LT_AMP] = ACTIONS(1867), - [anon_sym_GT_AMP] = ACTIONS(1867), - [anon_sym_LT_LT] = ACTIONS(2031), - [anon_sym_LT_LT_DASH] = ACTIONS(1867), - [anon_sym_BQUOTE] = ACTIONS(1867), - [sym_comment] = ACTIONS(133), + [sym_concatenation] = STATE(1040), + [sym_string] = STATE(1039), + [sym_simple_expansion] = STATE(1039), + [sym_expansion] = STATE(1039), + [sym_command_substitution] = STATE(1039), + [sym_process_substitution] = STATE(1039), + [anon_sym_DQUOTE] = ACTIONS(252), + [sym_raw_string] = ACTIONS(2148), + [anon_sym_DOLLAR] = ACTIONS(256), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(258), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(260), + [anon_sym_BQUOTE] = ACTIONS(262), + [anon_sym_LT_LPAREN] = ACTIONS(264), + [anon_sym_GT_LPAREN] = ACTIONS(264), + [sym_word] = ACTIONS(2150), + [sym_comment] = ACTIONS(52), }, [952] = { - [sym_file_descriptor] = ACTIONS(1871), - [sym__concat] = ACTIONS(1871), - [anon_sym_PIPE] = ACTIONS(2033), - [anon_sym_RPAREN] = ACTIONS(1871), - [anon_sym_PIPE_AMP] = ACTIONS(1871), - [anon_sym_AMP_AMP] = ACTIONS(1871), - [anon_sym_PIPE_PIPE] = ACTIONS(1871), - [anon_sym_LT] = ACTIONS(2033), - [anon_sym_GT] = ACTIONS(2033), - [anon_sym_GT_GT] = ACTIONS(1871), - [anon_sym_AMP_GT] = ACTIONS(2033), - [anon_sym_AMP_GT_GT] = ACTIONS(1871), - [anon_sym_LT_AMP] = ACTIONS(1871), - [anon_sym_GT_AMP] = ACTIONS(1871), - [anon_sym_LT_LT] = ACTIONS(2033), - [anon_sym_LT_LT_DASH] = ACTIONS(1871), - [anon_sym_BQUOTE] = ACTIONS(1871), - [sym_comment] = ACTIONS(133), + [sym__terminated_statement] = STATE(22), + [sym_for_statement] = STATE(23), + [sym_while_statement] = STATE(23), + [sym_if_statement] = STATE(23), + [sym_case_statement] = STATE(23), + [sym_function_definition] = STATE(23), + [sym_subshell] = STATE(23), + [sym_pipeline] = STATE(23), + [sym_list] = STATE(23), + [sym_bracket_command] = STATE(23), + [sym_command] = STATE(23), + [sym_command_name] = STATE(24), + [sym_environment_variable_assignment] = STATE(25), + [sym_subscript] = STATE(26), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(28), + [sym_string] = STATE(14), + [sym_simple_expansion] = STATE(14), + [sym_expansion] = STATE(14), + [sym_command_substitution] = STATE(14), + [sym_process_substitution] = STATE(14), + [aux_sym_program_repeat1] = STATE(1041), + [aux_sym_command_repeat1] = STATE(30), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(12), + [anon_sym_for] = ACTIONS(16), + [anon_sym_while] = ACTIONS(18), + [anon_sym_if] = ACTIONS(20), + [anon_sym_case] = ACTIONS(22), + [anon_sym_SEMI_SEMI] = ACTIONS(2146), + [anon_sym_function] = ACTIONS(24), + [anon_sym_LPAREN] = ACTIONS(26), + [anon_sym_LBRACK] = ACTIONS(28), + [anon_sym_LBRACK_LBRACK] = ACTIONS(30), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(36), + [sym_raw_string] = ACTIONS(38), + [anon_sym_DOLLAR] = ACTIONS(40), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(42), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(44), + [anon_sym_BQUOTE] = ACTIONS(46), + [anon_sym_LT_LPAREN] = ACTIONS(48), + [anon_sym_GT_LPAREN] = ACTIONS(48), + [sym_word] = ACTIONS(50), + [sym_comment] = ACTIONS(52), }, [953] = { - [sym_file_descriptor] = ACTIONS(2043), - [sym__concat] = ACTIONS(2043), - [anon_sym_PIPE] = ACTIONS(2045), - [anon_sym_RPAREN] = ACTIONS(2045), - [anon_sym_SEMI_SEMI] = ACTIONS(2045), - [anon_sym_PIPE_AMP] = ACTIONS(2045), - [anon_sym_AMP_AMP] = ACTIONS(2045), - [anon_sym_PIPE_PIPE] = ACTIONS(2045), - [anon_sym_LT] = ACTIONS(2045), - [anon_sym_GT] = ACTIONS(2045), - [anon_sym_GT_GT] = ACTIONS(2045), - [anon_sym_AMP_GT] = ACTIONS(2045), - [anon_sym_AMP_GT_GT] = ACTIONS(2045), - [anon_sym_LT_AMP] = ACTIONS(2045), - [anon_sym_GT_AMP] = ACTIONS(2045), - [anon_sym_LT_LT] = ACTIONS(2045), - [anon_sym_LT_LT_DASH] = ACTIONS(2045), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2045), - [anon_sym_LF] = ACTIONS(2045), - [anon_sym_AMP] = ACTIONS(2045), + [anon_sym_PIPE] = ACTIONS(2152), + [anon_sym_RPAREN] = ACTIONS(2152), + [anon_sym_SEMI_SEMI] = ACTIONS(2152), + [anon_sym_PIPE_AMP] = ACTIONS(2152), + [anon_sym_AMP_AMP] = ACTIONS(2152), + [anon_sym_PIPE_PIPE] = ACTIONS(2152), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(2152), + [anon_sym_LF] = ACTIONS(2152), + [anon_sym_AMP] = ACTIONS(2152), }, [954] = { - [sym_file_descriptor] = ACTIONS(2047), - [sym__concat] = ACTIONS(2047), - [anon_sym_PIPE] = ACTIONS(2049), - [anon_sym_RPAREN] = ACTIONS(2049), - [anon_sym_SEMI_SEMI] = ACTIONS(2049), - [anon_sym_PIPE_AMP] = ACTIONS(2049), - [anon_sym_AMP_AMP] = ACTIONS(2049), - [anon_sym_PIPE_PIPE] = ACTIONS(2049), - [anon_sym_LT] = ACTIONS(2049), - [anon_sym_GT] = ACTIONS(2049), - [anon_sym_GT_GT] = ACTIONS(2049), - [anon_sym_AMP_GT] = ACTIONS(2049), - [anon_sym_AMP_GT_GT] = ACTIONS(2049), - [anon_sym_LT_AMP] = ACTIONS(2049), - [anon_sym_GT_AMP] = ACTIONS(2049), - [anon_sym_LT_LT] = ACTIONS(2049), - [anon_sym_LT_LT_DASH] = ACTIONS(2049), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2049), - [anon_sym_LF] = ACTIONS(2049), - [anon_sym_AMP] = ACTIONS(2049), + [anon_sym_RBRACE] = ACTIONS(2154), + [sym_comment] = ACTIONS(52), }, [955] = { - [anon_sym_RBRACE] = ACTIONS(2179), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(2156), + [sym_comment] = ACTIONS(52), }, [956] = { - [anon_sym_RBRACE] = ACTIONS(2181), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(1974), + [anon_sym_in] = ACTIONS(1976), + [anon_sym_SEMI_SEMI] = ACTIONS(1976), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1976), + [anon_sym_LF] = ACTIONS(1976), + [anon_sym_AMP] = ACTIONS(1976), }, [957] = { - [sym__heredoc_middle] = ACTIONS(1867), - [sym__heredoc_end] = ACTIONS(1867), - [anon_sym_DOLLAR] = ACTIONS(2031), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1867), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(1978), + [anon_sym_in] = ACTIONS(1980), + [anon_sym_SEMI_SEMI] = ACTIONS(1980), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1980), + [anon_sym_LF] = ACTIONS(1980), + [anon_sym_AMP] = ACTIONS(1980), }, [958] = { - [sym__heredoc_middle] = ACTIONS(1871), - [sym__heredoc_end] = ACTIONS(1871), - [anon_sym_DOLLAR] = ACTIONS(2033), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1871), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(2158), + [sym_comment] = ACTIONS(52), }, [959] = { - [sym__concat] = ACTIONS(2043), - [anon_sym_SEMI_SEMI] = ACTIONS(2045), - [anon_sym_DQUOTE] = ACTIONS(2045), - [sym_raw_string] = ACTIONS(2045), - [anon_sym_DOLLAR] = ACTIONS(2045), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2045), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2045), - [anon_sym_BQUOTE] = ACTIONS(2045), - [anon_sym_LT_LPAREN] = ACTIONS(2045), - [anon_sym_GT_LPAREN] = ACTIONS(2045), - [sym_word] = ACTIONS(2045), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2045), - [anon_sym_LF] = ACTIONS(2045), - [anon_sym_AMP] = ACTIONS(2045), + [anon_sym_RBRACE] = ACTIONS(2160), + [sym_comment] = ACTIONS(52), }, [960] = { - [sym__concat] = ACTIONS(2047), - [anon_sym_SEMI_SEMI] = ACTIONS(2049), - [anon_sym_DQUOTE] = ACTIONS(2049), - [sym_raw_string] = ACTIONS(2049), - [anon_sym_DOLLAR] = ACTIONS(2049), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2049), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2049), - [anon_sym_BQUOTE] = ACTIONS(2049), - [anon_sym_LT_LPAREN] = ACTIONS(2049), - [anon_sym_GT_LPAREN] = ACTIONS(2049), - [sym_word] = ACTIONS(2049), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2049), - [anon_sym_LF] = ACTIONS(2049), - [anon_sym_AMP] = ACTIONS(2049), + [sym__concat] = ACTIONS(1974), + [anon_sym_RBRACE] = ACTIONS(1974), + [anon_sym_RBRACK] = ACTIONS(2162), + [anon_sym_DQUOTE] = ACTIONS(1974), + [sym_raw_string] = ACTIONS(1974), + [anon_sym_DOLLAR] = ACTIONS(2162), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1974), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1974), + [anon_sym_BQUOTE] = ACTIONS(1974), + [anon_sym_LT_LPAREN] = ACTIONS(1974), + [anon_sym_GT_LPAREN] = ACTIONS(1974), + [sym_word] = ACTIONS(1976), + [sym_comment] = ACTIONS(52), }, [961] = { - [sym_file_descriptor] = ACTIONS(2043), - [sym__concat] = ACTIONS(2043), - [anon_sym_PIPE] = ACTIONS(2133), - [anon_sym_RPAREN] = ACTIONS(2043), - [anon_sym_PIPE_AMP] = ACTIONS(2043), - [anon_sym_AMP_AMP] = ACTIONS(2043), - [anon_sym_PIPE_PIPE] = ACTIONS(2043), - [anon_sym_LT] = ACTIONS(2133), - [anon_sym_GT] = ACTIONS(2133), - [anon_sym_GT_GT] = ACTIONS(2043), - [anon_sym_AMP_GT] = ACTIONS(2133), - [anon_sym_AMP_GT_GT] = ACTIONS(2043), - [anon_sym_LT_AMP] = ACTIONS(2043), - [anon_sym_GT_AMP] = ACTIONS(2043), - [anon_sym_LT_LT] = ACTIONS(2133), - [anon_sym_LT_LT_DASH] = ACTIONS(2043), - [anon_sym_BQUOTE] = ACTIONS(2043), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(1978), + [anon_sym_RBRACE] = ACTIONS(1978), + [anon_sym_RBRACK] = ACTIONS(2164), + [anon_sym_DQUOTE] = ACTIONS(1978), + [sym_raw_string] = ACTIONS(1978), + [anon_sym_DOLLAR] = ACTIONS(2164), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1978), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1978), + [anon_sym_BQUOTE] = ACTIONS(1978), + [anon_sym_LT_LPAREN] = ACTIONS(1978), + [anon_sym_GT_LPAREN] = ACTIONS(1978), + [sym_word] = ACTIONS(1980), + [sym_comment] = ACTIONS(52), }, [962] = { - [sym_file_descriptor] = ACTIONS(2047), - [sym__concat] = ACTIONS(2047), - [anon_sym_PIPE] = ACTIONS(2135), - [anon_sym_RPAREN] = ACTIONS(2047), - [anon_sym_PIPE_AMP] = ACTIONS(2047), - [anon_sym_AMP_AMP] = ACTIONS(2047), - [anon_sym_PIPE_PIPE] = ACTIONS(2047), - [anon_sym_LT] = ACTIONS(2135), - [anon_sym_GT] = ACTIONS(2135), - [anon_sym_GT_GT] = ACTIONS(2047), - [anon_sym_AMP_GT] = ACTIONS(2135), - [anon_sym_AMP_GT_GT] = ACTIONS(2047), - [anon_sym_LT_AMP] = ACTIONS(2047), - [anon_sym_GT_AMP] = ACTIONS(2047), - [anon_sym_LT_LT] = ACTIONS(2135), - [anon_sym_LT_LT_DASH] = ACTIONS(2047), - [anon_sym_BQUOTE] = ACTIONS(2047), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(2166), + [sym_comment] = ACTIONS(52), }, [963] = { - [sym__heredoc_middle] = ACTIONS(2043), - [sym__heredoc_end] = ACTIONS(2043), - [anon_sym_DOLLAR] = ACTIONS(2133), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2043), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(2168), + [sym_comment] = ACTIONS(52), }, [964] = { - [sym__heredoc_middle] = ACTIONS(2047), - [sym__heredoc_end] = ACTIONS(2047), - [anon_sym_DOLLAR] = ACTIONS(2135), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2047), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(1974), + [anon_sym_RBRACK_RBRACK] = ACTIONS(2162), + [anon_sym_DQUOTE] = ACTIONS(1974), + [sym_raw_string] = ACTIONS(1974), + [anon_sym_DOLLAR] = ACTIONS(2162), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1974), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1974), + [anon_sym_BQUOTE] = ACTIONS(1974), + [anon_sym_LT_LPAREN] = ACTIONS(1974), + [anon_sym_GT_LPAREN] = ACTIONS(1974), + [sym_word] = ACTIONS(1976), + [sym_comment] = ACTIONS(52), }, [965] = { - [sym_word] = ACTIONS(2183), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(1978), + [anon_sym_RBRACK_RBRACK] = ACTIONS(2164), + [anon_sym_DQUOTE] = ACTIONS(1978), + [sym_raw_string] = ACTIONS(1978), + [anon_sym_DOLLAR] = ACTIONS(2164), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1978), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1978), + [anon_sym_BQUOTE] = ACTIONS(1978), + [anon_sym_LT_LPAREN] = ACTIONS(1978), + [anon_sym_GT_LPAREN] = ACTIONS(1978), + [sym_word] = ACTIONS(1980), + [sym_comment] = ACTIONS(52), }, [966] = { - [sym_concatenation] = STATE(344), - [sym_string] = STATE(338), - [sym_simple_expansion] = STATE(338), - [sym_expansion] = STATE(338), - [sym_command_substitution] = STATE(338), - [sym_process_substitution] = STATE(338), - [aux_sym_for_statement_repeat1] = STATE(1029), - [anon_sym_SEMI_SEMI] = ACTIONS(2185), - [anon_sym_DQUOTE] = ACTIONS(1097), - [sym_raw_string] = ACTIONS(2187), - [anon_sym_DOLLAR] = ACTIONS(1101), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1103), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1105), - [anon_sym_BQUOTE] = ACTIONS(1107), - [anon_sym_LT_LPAREN] = ACTIONS(1109), - [anon_sym_GT_LPAREN] = ACTIONS(1109), - [sym_word] = ACTIONS(2187), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2185), - [anon_sym_LF] = ACTIONS(2185), - [anon_sym_AMP] = ACTIONS(2185), + [anon_sym_RBRACE] = ACTIONS(2170), + [sym_comment] = ACTIONS(52), }, [967] = { - [sym__terminated_statement] = STATE(1030), - [sym_for_statement] = STATE(36), - [sym_while_statement] = STATE(36), - [sym_if_statement] = STATE(36), - [sym_case_statement] = STATE(36), - [sym_function_definition] = STATE(36), - [sym_subshell] = STATE(36), - [sym_pipeline] = STATE(36), - [sym_list] = STATE(36), - [sym_bracket_command] = STATE(36), - [sym_command] = STATE(36), - [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(37), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(2172), + [sym_comment] = ACTIONS(52), }, [968] = { - [sym__terminated_statement] = STATE(22), - [sym_for_statement] = STATE(23), - [sym_while_statement] = STATE(23), - [sym_if_statement] = STATE(23), - [sym_case_statement] = STATE(23), - [sym_function_definition] = STATE(23), - [sym_subshell] = STATE(23), - [sym_pipeline] = STATE(23), - [sym_list] = STATE(23), - [sym_bracket_command] = STATE(23), - [sym_command] = STATE(23), - [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(25), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [aux_sym_program_repeat1] = STATE(1032), - [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_done] = ACTIONS(2189), - [anon_sym_if] = ACTIONS(101), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(1974), + [sym__concat] = ACTIONS(1974), + [sym_variable_name] = ACTIONS(1974), + [anon_sym_LT] = ACTIONS(2162), + [anon_sym_GT] = ACTIONS(2162), + [anon_sym_GT_GT] = ACTIONS(1974), + [anon_sym_AMP_GT] = ACTIONS(2162), + [anon_sym_AMP_GT_GT] = ACTIONS(1974), + [anon_sym_LT_AMP] = ACTIONS(1974), + [anon_sym_GT_AMP] = ACTIONS(1974), + [anon_sym_DQUOTE] = ACTIONS(1974), + [sym_raw_string] = ACTIONS(1974), + [anon_sym_DOLLAR] = ACTIONS(2162), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1974), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1974), + [anon_sym_BQUOTE] = ACTIONS(1974), + [anon_sym_LT_LPAREN] = ACTIONS(1974), + [anon_sym_GT_LPAREN] = ACTIONS(1974), + [sym_word] = ACTIONS(2162), + [sym_comment] = ACTIONS(52), }, [969] = { - [anon_sym_PIPE] = ACTIONS(2191), - [anon_sym_RPAREN] = ACTIONS(2191), - [anon_sym_SEMI_SEMI] = ACTIONS(2191), - [anon_sym_PIPE_AMP] = ACTIONS(2191), - [anon_sym_AMP_AMP] = ACTIONS(2191), - [anon_sym_PIPE_PIPE] = ACTIONS(2191), - [anon_sym_BQUOTE] = ACTIONS(2191), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2191), - [anon_sym_LF] = ACTIONS(2191), - [anon_sym_AMP] = ACTIONS(2191), + [sym_file_descriptor] = ACTIONS(1978), + [sym__concat] = ACTIONS(1978), + [sym_variable_name] = ACTIONS(1978), + [anon_sym_LT] = ACTIONS(2164), + [anon_sym_GT] = ACTIONS(2164), + [anon_sym_GT_GT] = ACTIONS(1978), + [anon_sym_AMP_GT] = ACTIONS(2164), + [anon_sym_AMP_GT_GT] = ACTIONS(1978), + [anon_sym_LT_AMP] = ACTIONS(1978), + [anon_sym_GT_AMP] = ACTIONS(1978), + [anon_sym_DQUOTE] = ACTIONS(1978), + [sym_raw_string] = ACTIONS(1978), + [anon_sym_DOLLAR] = ACTIONS(2164), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1978), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1978), + [anon_sym_BQUOTE] = ACTIONS(1978), + [anon_sym_LT_LPAREN] = ACTIONS(1978), + [anon_sym_GT_LPAREN] = ACTIONS(1978), + [sym_word] = ACTIONS(2164), + [sym_comment] = ACTIONS(52), }, [970] = { - [sym__terminated_statement] = STATE(1033), - [sym_for_statement] = STATE(36), - [sym_while_statement] = STATE(36), - [sym_if_statement] = STATE(36), - [sym_case_statement] = STATE(36), - [sym_function_definition] = STATE(36), - [sym_subshell] = STATE(36), - [sym_pipeline] = STATE(36), - [sym_list] = STATE(36), - [sym_bracket_command] = STATE(36), - [sym_command] = STATE(36), - [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(37), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(2174), + [sym_comment] = ACTIONS(52), }, [971] = { - [sym__terminated_statement] = STATE(22), - [sym_for_statement] = STATE(23), - [sym_while_statement] = STATE(23), - [sym_if_statement] = STATE(23), - [sym_elif_clause] = STATE(351), - [sym_else_clause] = STATE(1035), - [sym_case_statement] = STATE(23), - [sym_function_definition] = STATE(23), - [sym_subshell] = STATE(23), - [sym_pipeline] = STATE(23), - [sym_list] = STATE(23), - [sym_bracket_command] = STATE(23), - [sym_command] = STATE(23), - [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(25), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [aux_sym_program_repeat1] = STATE(1036), - [aux_sym_if_statement_repeat1] = STATE(1037), - [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_fi] = ACTIONS(2194), - [anon_sym_elif] = ACTIONS(2197), - [anon_sym_else] = ACTIONS(2200), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(2176), + [sym_comment] = ACTIONS(52), }, [972] = { - [anon_sym_PIPE] = ACTIONS(2203), - [anon_sym_RPAREN] = ACTIONS(2203), - [anon_sym_SEMI_SEMI] = ACTIONS(2203), - [anon_sym_PIPE_AMP] = ACTIONS(2203), - [anon_sym_AMP_AMP] = ACTIONS(2203), - [anon_sym_PIPE_PIPE] = ACTIONS(2203), - [anon_sym_BQUOTE] = ACTIONS(2203), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2203), - [anon_sym_LF] = ACTIONS(2203), - [anon_sym_AMP] = ACTIONS(2203), + [anon_sym_DQUOTE] = ACTIONS(1976), + [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(2162), + [anon_sym_DOLLAR] = ACTIONS(1976), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1976), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1976), + [anon_sym_BQUOTE] = ACTIONS(1976), + [sym_comment] = ACTIONS(142), }, [973] = { - [sym_concatenation] = STATE(1039), - [sym_string] = STATE(1038), - [sym_simple_expansion] = STATE(1038), - [sym_expansion] = STATE(1038), - [sym_command_substitution] = STATE(1038), - [sym_process_substitution] = STATE(1038), - [anon_sym_DQUOTE] = ACTIONS(145), - [sym_raw_string] = ACTIONS(2208), - [anon_sym_DOLLAR] = ACTIONS(149), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(151), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(153), - [anon_sym_BQUOTE] = ACTIONS(155), - [anon_sym_LT_LPAREN] = ACTIONS(157), - [anon_sym_GT_LPAREN] = ACTIONS(157), - [sym_word] = ACTIONS(2210), - [sym_comment] = ACTIONS(133), + [anon_sym_DQUOTE] = ACTIONS(1980), + [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(2164), + [anon_sym_DOLLAR] = ACTIONS(1980), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1980), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1980), + [anon_sym_BQUOTE] = ACTIONS(1980), + [sym_comment] = ACTIONS(142), }, [974] = { - [anon_sym_PIPE] = ACTIONS(2212), - [anon_sym_RPAREN] = ACTIONS(2212), - [anon_sym_SEMI_SEMI] = ACTIONS(2212), - [anon_sym_PIPE_AMP] = ACTIONS(2212), - [anon_sym_AMP_AMP] = ACTIONS(2212), - [anon_sym_PIPE_PIPE] = ACTIONS(2212), - [anon_sym_BQUOTE] = ACTIONS(2212), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2212), - [anon_sym_LF] = ACTIONS(2212), - [anon_sym_AMP] = ACTIONS(2212), + [sym_file_descriptor] = ACTIONS(2178), + [sym__concat] = ACTIONS(2178), + [anon_sym_PIPE] = ACTIONS(2180), + [anon_sym_RPAREN] = ACTIONS(2180), + [anon_sym_SEMI_SEMI] = ACTIONS(2180), + [anon_sym_PIPE_AMP] = ACTIONS(2180), + [anon_sym_AMP_AMP] = ACTIONS(2180), + [anon_sym_PIPE_PIPE] = ACTIONS(2180), + [anon_sym_LT] = ACTIONS(2180), + [anon_sym_GT] = ACTIONS(2180), + [anon_sym_GT_GT] = ACTIONS(2180), + [anon_sym_AMP_GT] = ACTIONS(2180), + [anon_sym_AMP_GT_GT] = ACTIONS(2180), + [anon_sym_LT_AMP] = ACTIONS(2180), + [anon_sym_GT_AMP] = ACTIONS(2180), + [anon_sym_LT_LT] = ACTIONS(2180), + [anon_sym_LT_LT_DASH] = ACTIONS(2180), + [anon_sym_DQUOTE] = ACTIONS(2180), + [sym_raw_string] = ACTIONS(2180), + [anon_sym_DOLLAR] = ACTIONS(2180), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(2180), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(2180), + [anon_sym_BQUOTE] = ACTIONS(2180), + [anon_sym_LT_LPAREN] = ACTIONS(2180), + [anon_sym_GT_LPAREN] = ACTIONS(2180), + [sym_word] = ACTIONS(2180), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(2180), + [anon_sym_LF] = ACTIONS(2180), + [anon_sym_AMP] = ACTIONS(2180), }, [975] = { - [sym_for_statement] = STATE(1045), - [sym_while_statement] = STATE(1045), - [sym_if_statement] = STATE(1045), - [sym_case_statement] = STATE(1045), - [sym_function_definition] = STATE(1045), - [sym_subshell] = STATE(1045), - [sym_pipeline] = STATE(1045), - [sym_list] = STATE(1045), - [sym_bracket_command] = STATE(1045), - [sym_command] = STATE(1045), - [sym_command_name] = STATE(1046), - [sym_environment_variable_assignment] = STATE(1047), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(1048), - [sym_string] = STATE(1043), - [sym_simple_expansion] = STATE(1043), - [sym_expansion] = STATE(1043), - [sym_command_substitution] = STATE(1043), - [sym_process_substitution] = STATE(1043), - [aux_sym_command_repeat1] = STATE(1022), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(2216), - [anon_sym_while] = ACTIONS(2218), - [anon_sym_if] = ACTIONS(2220), - [anon_sym_case] = ACTIONS(2222), - [anon_sym_function] = ACTIONS(2224), - [anon_sym_LPAREN] = ACTIONS(2226), - [anon_sym_LBRACK] = ACTIONS(2228), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2230), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(2232), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(2234), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(2182), + [sym__concat] = ACTIONS(2182), + [anon_sym_PIPE] = ACTIONS(2184), + [anon_sym_RPAREN] = ACTIONS(2184), + [anon_sym_SEMI_SEMI] = ACTIONS(2184), + [anon_sym_PIPE_AMP] = ACTIONS(2184), + [anon_sym_AMP_AMP] = ACTIONS(2184), + [anon_sym_PIPE_PIPE] = ACTIONS(2184), + [anon_sym_LT] = ACTIONS(2184), + [anon_sym_GT] = ACTIONS(2184), + [anon_sym_GT_GT] = ACTIONS(2184), + [anon_sym_AMP_GT] = ACTIONS(2184), + [anon_sym_AMP_GT_GT] = ACTIONS(2184), + [anon_sym_LT_AMP] = ACTIONS(2184), + [anon_sym_GT_AMP] = ACTIONS(2184), + [anon_sym_LT_LT] = ACTIONS(2184), + [anon_sym_LT_LT_DASH] = ACTIONS(2184), + [anon_sym_DQUOTE] = ACTIONS(2184), + [sym_raw_string] = ACTIONS(2184), + [anon_sym_DOLLAR] = ACTIONS(2184), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(2184), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(2184), + [anon_sym_BQUOTE] = ACTIONS(2184), + [anon_sym_LT_LPAREN] = ACTIONS(2184), + [anon_sym_GT_LPAREN] = ACTIONS(2184), + [sym_word] = ACTIONS(2184), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(2184), + [anon_sym_LF] = ACTIONS(2184), + [anon_sym_AMP] = ACTIONS(2184), }, [976] = { - [sym__terminated_statement] = STATE(22), - [sym_for_statement] = STATE(23), - [sym_while_statement] = STATE(23), - [sym_if_statement] = STATE(23), - [sym_case_statement] = STATE(23), - [sym_function_definition] = STATE(23), - [sym_compound_statement] = STATE(1008), - [sym_subshell] = STATE(23), - [sym_pipeline] = STATE(23), - [sym_list] = STATE(23), - [sym_bracket_command] = STATE(23), - [sym_command] = STATE(23), - [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(25), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [aux_sym_program_repeat1] = STATE(1050), - [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(2236), - [sym__concat] = ACTIONS(2242), - [sym_variable_name] = ACTIONS(2245), - [anon_sym_for] = ACTIONS(97), - [anon_sym_in] = ACTIONS(2251), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_case] = ACTIONS(103), - [anon_sym_PIPE] = ACTIONS(2254), - [anon_sym_RPAREN] = ACTIONS(2254), - [anon_sym_SEMI_SEMI] = ACTIONS(2262), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(2271), - [anon_sym_LBRACE] = ACTIONS(2273), - [anon_sym_RBRACE] = ACTIONS(2251), - [anon_sym_PIPE_AMP] = ACTIONS(2254), - [anon_sym_AMP_AMP] = ACTIONS(2254), - [anon_sym_PIPE_PIPE] = ACTIONS(2254), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_RBRACK] = ACTIONS(2251), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2251), - [anon_sym_LT] = ACTIONS(2275), - [anon_sym_GT] = ACTIONS(2275), - [anon_sym_GT_GT] = ACTIONS(2275), - [anon_sym_AMP_GT] = ACTIONS(2275), - [anon_sym_AMP_GT_GT] = ACTIONS(2275), - [anon_sym_LT_AMP] = ACTIONS(2275), - [anon_sym_GT_AMP] = ACTIONS(2275), - [anon_sym_LT_LT] = ACTIONS(2251), - [anon_sym_LT_LT_DASH] = ACTIONS(2251), - [anon_sym_DQUOTE] = ACTIONS(2281), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(919), - [sym_raw_string] = ACTIONS(2287), - [anon_sym_DOLLAR] = ACTIONS(2293), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2305), - [anon_sym_BQUOTE] = ACTIONS(2311), - [anon_sym_LT_LPAREN] = ACTIONS(2320), - [anon_sym_GT_LPAREN] = ACTIONS(2320), - [sym_word] = ACTIONS(2326), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2254), - [anon_sym_LF] = ACTIONS(2254), - [anon_sym_AMP] = ACTIONS(2254), + [sym_file_descriptor] = ACTIONS(1282), + [sym__concat] = ACTIONS(1282), + [sym_variable_name] = ACTIONS(1282), + [anon_sym_PIPE] = ACTIONS(1608), + [anon_sym_RPAREN] = ACTIONS(1282), + [anon_sym_PIPE_AMP] = ACTIONS(1282), + [anon_sym_AMP_AMP] = ACTIONS(1282), + [anon_sym_PIPE_PIPE] = ACTIONS(1608), + [anon_sym_LT] = ACTIONS(1608), + [anon_sym_GT] = ACTIONS(1608), + [anon_sym_GT_GT] = ACTIONS(1282), + [anon_sym_AMP_GT] = ACTIONS(1608), + [anon_sym_AMP_GT_GT] = ACTIONS(1282), + [anon_sym_LT_AMP] = ACTIONS(1282), + [anon_sym_GT_AMP] = ACTIONS(1282), + [anon_sym_DQUOTE] = ACTIONS(1282), + [sym_raw_string] = ACTIONS(1282), + [anon_sym_DOLLAR] = ACTIONS(1608), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1282), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1282), + [anon_sym_BQUOTE] = ACTIONS(1282), + [anon_sym_LT_LPAREN] = ACTIONS(1282), + [anon_sym_GT_LPAREN] = ACTIONS(1282), + [sym_word] = ACTIONS(1284), + [sym_comment] = ACTIONS(52), }, [977] = { - [sym_word] = ACTIONS(2332), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(1286), + [sym__concat] = ACTIONS(1286), + [sym_variable_name] = ACTIONS(1286), + [anon_sym_PIPE] = ACTIONS(1610), + [anon_sym_RPAREN] = ACTIONS(1286), + [anon_sym_PIPE_AMP] = ACTIONS(1286), + [anon_sym_AMP_AMP] = ACTIONS(1286), + [anon_sym_PIPE_PIPE] = ACTIONS(1610), + [anon_sym_LT] = ACTIONS(1610), + [anon_sym_GT] = ACTIONS(1610), + [anon_sym_GT_GT] = ACTIONS(1286), + [anon_sym_AMP_GT] = ACTIONS(1610), + [anon_sym_AMP_GT_GT] = ACTIONS(1286), + [anon_sym_LT_AMP] = ACTIONS(1286), + [anon_sym_GT_AMP] = ACTIONS(1286), + [anon_sym_DQUOTE] = ACTIONS(1286), + [sym_raw_string] = ACTIONS(1286), + [anon_sym_DOLLAR] = ACTIONS(1610), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1286), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1286), + [anon_sym_BQUOTE] = ACTIONS(1286), + [anon_sym_LT_LPAREN] = ACTIONS(1286), + [anon_sym_GT_LPAREN] = ACTIONS(1286), + [sym_word] = ACTIONS(1288), + [sym_comment] = ACTIONS(52), }, [978] = { - [sym__terminated_statement] = STATE(22), - [sym_for_statement] = STATE(1054), - [sym_while_statement] = STATE(1054), - [sym_if_statement] = STATE(1054), - [sym_case_statement] = STATE(1054), - [sym_function_definition] = STATE(1054), - [sym_subshell] = STATE(1054), - [sym_pipeline] = STATE(1054), - [sym_list] = STATE(1054), - [sym_bracket_command] = STATE(1054), - [sym_command] = STATE(1054), - [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(1055), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [aux_sym_program_repeat1] = STATE(1056), - [aux_sym_command_repeat1] = STATE(30), - [aux_sym_array_repeat1] = STATE(320), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_case] = ACTIONS(103), - [anon_sym_RPAREN] = ACTIONS(2334), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(2336), - [sym_comment] = ACTIONS(133), + [anon_sym_AT] = ACTIONS(2186), + [sym_comment] = ACTIONS(52), }, [979] = { - [sym__terminated_statement] = STATE(22), - [sym_for_statement] = STATE(23), - [sym_while_statement] = STATE(23), - [sym_if_statement] = STATE(23), - [sym_case_statement] = STATE(23), - [sym_function_definition] = STATE(23), - [sym_subshell] = STATE(23), - [sym_pipeline] = STATE(23), - [sym_list] = STATE(23), - [sym_bracket_command] = STATE(23), - [sym_command] = STATE(23), - [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(25), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [aux_sym_program_repeat1] = STATE(1058), - [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(2338), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(1292), + [sym__concat] = ACTIONS(1292), + [sym_variable_name] = ACTIONS(1292), + [anon_sym_PIPE] = ACTIONS(1614), + [anon_sym_RPAREN] = ACTIONS(1292), + [anon_sym_PIPE_AMP] = ACTIONS(1292), + [anon_sym_AMP_AMP] = ACTIONS(1292), + [anon_sym_PIPE_PIPE] = ACTIONS(1614), + [anon_sym_LT] = ACTIONS(1614), + [anon_sym_GT] = ACTIONS(1614), + [anon_sym_GT_GT] = ACTIONS(1292), + [anon_sym_AMP_GT] = ACTIONS(1614), + [anon_sym_AMP_GT_GT] = ACTIONS(1292), + [anon_sym_LT_AMP] = ACTIONS(1292), + [anon_sym_GT_AMP] = ACTIONS(1292), + [anon_sym_DQUOTE] = ACTIONS(1292), + [sym_raw_string] = ACTIONS(1292), + [anon_sym_DOLLAR] = ACTIONS(1614), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1292), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1292), + [anon_sym_BQUOTE] = ACTIONS(1292), + [anon_sym_LT_LPAREN] = ACTIONS(1292), + [anon_sym_GT_LPAREN] = ACTIONS(1292), + [sym_word] = ACTIONS(1294), + [sym_comment] = ACTIONS(52), }, [980] = { - [sym__heredoc_middle] = ACTIONS(2340), - [sym__heredoc_end] = ACTIONS(2340), - [sym_file_descriptor] = ACTIONS(2340), - [sym__concat] = ACTIONS(2340), - [sym_variable_name] = ACTIONS(2340), - [anon_sym_in] = ACTIONS(2351), - [anon_sym_PIPE] = ACTIONS(2362), - [anon_sym_RPAREN] = ACTIONS(2362), - [anon_sym_SEMI_SEMI] = ACTIONS(2362), - [anon_sym_RBRACE] = ACTIONS(2351), - [anon_sym_PIPE_AMP] = ACTIONS(2362), - [anon_sym_AMP_AMP] = ACTIONS(2362), - [anon_sym_PIPE_PIPE] = ACTIONS(2362), - [anon_sym_RBRACK] = ACTIONS(2351), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2351), - [anon_sym_LT] = ACTIONS(2351), - [anon_sym_GT] = ACTIONS(2351), - [anon_sym_GT_GT] = ACTIONS(2351), - [anon_sym_AMP_GT] = ACTIONS(2351), - [anon_sym_AMP_GT_GT] = ACTIONS(2351), - [anon_sym_LT_AMP] = ACTIONS(2351), - [anon_sym_GT_AMP] = ACTIONS(2351), - [anon_sym_LT_LT] = ACTIONS(2351), - [anon_sym_LT_LT_DASH] = ACTIONS(2351), - [anon_sym_DQUOTE] = ACTIONS(2351), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(2351), - [sym_raw_string] = ACTIONS(2351), - [anon_sym_DOLLAR] = ACTIONS(2351), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2351), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2351), - [anon_sym_BQUOTE] = ACTIONS(2362), - [anon_sym_LT_LPAREN] = ACTIONS(2351), - [anon_sym_GT_LPAREN] = ACTIONS(2351), - [sym_word] = ACTIONS(2351), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2362), - [anon_sym_LF] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2362), + [anon_sym_AT] = ACTIONS(2188), + [sym_comment] = ACTIONS(52), }, [981] = { - [sym_concatenation] = STATE(1061), - [sym_string] = STATE(1059), - [sym_simple_expansion] = STATE(1059), - [sym_expansion] = STATE(1059), - [sym_command_substitution] = STATE(1059), - [sym_process_substitution] = STATE(1059), - [aux_sym_for_statement_repeat1] = STATE(1062), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(2375), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_AT] = ACTIONS(2377), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(2379), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACK] = ACTIONS(2190), + [sym_comment] = ACTIONS(52), }, [982] = { - [anon_sym_PIPE] = ACTIONS(757), - [anon_sym_RPAREN] = ACTIONS(757), - [anon_sym_SEMI_SEMI] = ACTIONS(757), - [anon_sym_RBRACE] = ACTIONS(2381), - [anon_sym_PIPE_AMP] = ACTIONS(757), - [anon_sym_AMP_AMP] = ACTIONS(757), - [anon_sym_PIPE_PIPE] = ACTIONS(757), - [anon_sym_EQ] = ACTIONS(2383), - [anon_sym_BQUOTE] = ACTIONS(757), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(757), - [anon_sym_LF] = ACTIONS(757), - [anon_sym_AMP] = ACTIONS(757), + [aux_sym_concatenation_repeat1] = STATE(189), + [sym__concat] = ACTIONS(322), + [anon_sym_RBRACE] = ACTIONS(2192), + [sym_comment] = ACTIONS(52), }, [983] = { - [anon_sym_PIPE] = ACTIONS(757), - [anon_sym_RPAREN] = ACTIONS(757), - [anon_sym_SEMI_SEMI] = ACTIONS(757), - [anon_sym_PIPE_AMP] = ACTIONS(757), - [anon_sym_AMP_AMP] = ACTIONS(757), - [anon_sym_PIPE_PIPE] = ACTIONS(757), - [anon_sym_BQUOTE] = ACTIONS(757), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(757), - [anon_sym_LF] = ACTIONS(757), - [anon_sym_AMP] = ACTIONS(757), + [anon_sym_RBRACE] = ACTIONS(2192), + [sym_comment] = ACTIONS(52), }, [984] = { - [sym_concatenation] = STATE(1071), - [sym_string] = STATE(1065), - [sym_array] = STATE(139), - [sym_simple_expansion] = STATE(1065), - [sym_expansion] = STATE(1065), - [sym_command_substitution] = STATE(1065), - [sym_process_substitution] = STATE(1065), - [sym__empty_value] = ACTIONS(329), - [anon_sym_LPAREN] = ACTIONS(331), - [anon_sym_DQUOTE] = ACTIONS(2385), - [sym_raw_string] = ACTIONS(2387), - [anon_sym_DOLLAR] = ACTIONS(2389), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2391), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2393), - [anon_sym_BQUOTE] = ACTIONS(2395), - [anon_sym_LT_LPAREN] = ACTIONS(2397), - [anon_sym_GT_LPAREN] = ACTIONS(2397), - [sym_word] = ACTIONS(2399), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACK] = ACTIONS(2194), + [sym_comment] = ACTIONS(52), }, [985] = { - [sym_concatenation] = STATE(1079), - [sym_string] = STATE(1073), - [sym_simple_expansion] = STATE(1073), - [sym_expansion] = STATE(1073), - [sym_command_substitution] = STATE(1073), - [sym_process_substitution] = STATE(1073), - [anon_sym_DQUOTE] = ACTIONS(2401), - [sym_raw_string] = ACTIONS(2403), - [anon_sym_DOLLAR] = ACTIONS(2405), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2407), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2409), - [anon_sym_BQUOTE] = ACTIONS(2411), - [anon_sym_LT_LPAREN] = ACTIONS(2413), - [anon_sym_GT_LPAREN] = ACTIONS(2413), - [sym_word] = ACTIONS(2415), - [sym_comment] = ACTIONS(133), + [aux_sym_concatenation_repeat1] = STATE(189), + [sym__concat] = ACTIONS(322), + [anon_sym_RBRACE] = ACTIONS(2196), + [sym_comment] = ACTIONS(52), }, [986] = { - [sym_simple_expansion] = STATE(70), - [sym_expansion] = STATE(70), - [sym_command_substitution] = STATE(70), - [aux_sym_string_repeat1] = STATE(1026), - [sym_file_descriptor] = ACTIONS(2417), - [sym__concat] = ACTIONS(2417), - [sym_variable_name] = ACTIONS(2417), - [anon_sym_in] = ACTIONS(2420), - [anon_sym_PIPE] = ACTIONS(2420), - [anon_sym_RPAREN] = ACTIONS(2420), - [anon_sym_SEMI_SEMI] = ACTIONS(2420), - [anon_sym_RBRACE] = ACTIONS(2420), - [anon_sym_PIPE_AMP] = ACTIONS(2420), - [anon_sym_AMP_AMP] = ACTIONS(2420), - [anon_sym_PIPE_PIPE] = ACTIONS(2420), - [anon_sym_RBRACK] = ACTIONS(2420), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2420), - [anon_sym_LT] = ACTIONS(2420), - [anon_sym_GT] = ACTIONS(2420), - [anon_sym_GT_GT] = ACTIONS(2420), - [anon_sym_AMP_GT] = ACTIONS(2420), - [anon_sym_AMP_GT_GT] = ACTIONS(2420), - [anon_sym_LT_AMP] = ACTIONS(2420), - [anon_sym_GT_AMP] = ACTIONS(2420), - [anon_sym_LT_LT] = ACTIONS(2420), - [anon_sym_LT_LT_DASH] = ACTIONS(2420), - [anon_sym_DQUOTE] = ACTIONS(2423), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(2427), - [sym_raw_string] = ACTIONS(2420), - [anon_sym_DOLLAR] = ACTIONS(2429), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2433), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2437), - [anon_sym_BQUOTE] = ACTIONS(2441), - [anon_sym_LT_LPAREN] = ACTIONS(2420), - [anon_sym_GT_LPAREN] = ACTIONS(2420), - [sym_word] = ACTIONS(2420), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2420), - [anon_sym_LF] = ACTIONS(2420), - [anon_sym_AMP] = ACTIONS(2420), + [anon_sym_RBRACE] = ACTIONS(2196), + [sym_comment] = ACTIONS(52), }, [987] = { - [aux_sym_case_item_repeat1] = STATE(722), - [aux_sym_concatenation_repeat1] = STATE(1025), - [sym_file_descriptor] = ACTIONS(2445), - [sym__concat] = ACTIONS(2454), - [sym_variable_name] = ACTIONS(2458), - [anon_sym_in] = ACTIONS(2464), - [anon_sym_PIPE] = ACTIONS(2468), - [anon_sym_RPAREN] = ACTIONS(2480), - [anon_sym_SEMI_SEMI] = ACTIONS(2492), - [anon_sym_RBRACE] = ACTIONS(2502), - [anon_sym_PIPE_AMP] = ACTIONS(2506), - [anon_sym_AMP_AMP] = ACTIONS(2506), - [anon_sym_PIPE_PIPE] = ACTIONS(2506), - [anon_sym_RBRACK] = ACTIONS(2515), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2521), - [anon_sym_LT] = ACTIONS(2506), - [anon_sym_GT] = ACTIONS(2506), - [anon_sym_GT_GT] = ACTIONS(2506), - [anon_sym_AMP_GT] = ACTIONS(2506), - [anon_sym_AMP_GT_GT] = ACTIONS(2506), - [anon_sym_LT_AMP] = ACTIONS(2506), - [anon_sym_GT_AMP] = ACTIONS(2506), - [anon_sym_LT_LT] = ACTIONS(2526), - [anon_sym_LT_LT_DASH] = ACTIONS(2526), - [anon_sym_DQUOTE] = ACTIONS(2506), - [sym_raw_string] = ACTIONS(2506), - [anon_sym_DOLLAR] = ACTIONS(2506), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2506), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2506), - [anon_sym_BQUOTE] = ACTIONS(2506), - [anon_sym_LT_LPAREN] = ACTIONS(2506), - [anon_sym_GT_LPAREN] = ACTIONS(2506), - [sym_word] = ACTIONS(2506), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2492), - [anon_sym_LF] = ACTIONS(2492), - [anon_sym_AMP] = ACTIONS(2492), + [anon_sym_PIPE] = ACTIONS(2198), + [anon_sym_RPAREN] = ACTIONS(2200), + [anon_sym_PIPE_AMP] = ACTIONS(2200), + [anon_sym_AMP_AMP] = ACTIONS(2200), + [anon_sym_PIPE_PIPE] = ACTIONS(2200), + [anon_sym_BQUOTE] = ACTIONS(2200), + [sym_comment] = ACTIONS(52), }, [988] = { - [sym_special_variable_name] = STATE(1087), - [sym__heredoc_middle] = ACTIONS(457), - [sym__heredoc_end] = ACTIONS(457), - [sym_file_descriptor] = ACTIONS(457), - [sym__concat] = ACTIONS(457), - [sym_variable_name] = ACTIONS(457), - [anon_sym_in] = ACTIONS(459), - [anon_sym_PIPE] = ACTIONS(459), - [anon_sym_RPAREN] = ACTIONS(459), - [anon_sym_SEMI_SEMI] = ACTIONS(459), - [anon_sym_RBRACE] = ACTIONS(459), - [anon_sym_PIPE_AMP] = ACTIONS(459), - [anon_sym_AMP_AMP] = ACTIONS(459), - [anon_sym_PIPE_PIPE] = ACTIONS(459), - [anon_sym_LBRACK] = ACTIONS(469), - [anon_sym_RBRACK] = ACTIONS(459), - [anon_sym_RBRACK_RBRACK] = ACTIONS(459), - [anon_sym_EQ] = ACTIONS(459), - [anon_sym_LT] = ACTIONS(459), - [anon_sym_GT] = ACTIONS(459), - [anon_sym_GT_GT] = ACTIONS(459), - [anon_sym_AMP_GT] = ACTIONS(459), - [anon_sym_AMP_GT_GT] = ACTIONS(459), - [anon_sym_LT_AMP] = ACTIONS(459), - [anon_sym_GT_AMP] = ACTIONS(459), - [anon_sym_LT_LT] = ACTIONS(459), - [anon_sym_LT_LT_DASH] = ACTIONS(459), - [anon_sym_DQUOTE] = ACTIONS(459), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(459), - [sym_raw_string] = ACTIONS(459), - [anon_sym_DOLLAR] = ACTIONS(2534), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(459), - [anon_sym_POUND] = ACTIONS(2537), - [anon_sym_AT] = ACTIONS(2537), - [anon_sym_COLON] = ACTIONS(469), - [anon_sym_COLON_QMARK] = ACTIONS(469), - [anon_sym_COLON_DASH] = ACTIONS(469), - [anon_sym_PERCENT] = ACTIONS(469), - [anon_sym_SLASH] = ACTIONS(469), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(459), - [anon_sym_BQUOTE] = ACTIONS(459), - [anon_sym_LT_LPAREN] = ACTIONS(459), - [anon_sym_GT_LPAREN] = ACTIONS(459), - [sym_word] = ACTIONS(459), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(2539), - [anon_sym_STAR] = ACTIONS(2537), - [anon_sym_QMARK] = ACTIONS(2537), - [anon_sym_DASH] = ACTIONS(2537), - [anon_sym_BANG] = ACTIONS(2537), - [anon_sym_0] = ACTIONS(2537), - [anon_sym__] = ACTIONS(2537), - [anon_sym_SEMI] = ACTIONS(459), - [anon_sym_LF] = ACTIONS(459), - [anon_sym_AMP] = ACTIONS(459), + [anon_sym_PIPE] = ACTIONS(2202), + [anon_sym_RPAREN] = ACTIONS(2204), + [anon_sym_PIPE_AMP] = ACTIONS(2204), + [anon_sym_AMP_AMP] = ACTIONS(2204), + [anon_sym_PIPE_PIPE] = ACTIONS(2204), + [anon_sym_BQUOTE] = ACTIONS(2204), + [sym_comment] = ACTIONS(52), }, [989] = { - [sym_special_variable_name] = STATE(1089), - [sym__heredoc_middle] = ACTIONS(457), - [sym__heredoc_end] = ACTIONS(457), - [sym_file_descriptor] = ACTIONS(457), - [sym__concat] = ACTIONS(457), - [sym_variable_name] = ACTIONS(457), - [anon_sym_in] = ACTIONS(459), - [anon_sym_PIPE] = ACTIONS(459), - [anon_sym_RPAREN] = ACTIONS(459), - [anon_sym_SEMI_SEMI] = ACTIONS(459), - [anon_sym_RBRACE] = ACTIONS(459), - [anon_sym_PIPE_AMP] = ACTIONS(459), - [anon_sym_AMP_AMP] = ACTIONS(459), - [anon_sym_PIPE_PIPE] = ACTIONS(459), - [anon_sym_LBRACK] = ACTIONS(469), - [anon_sym_RBRACK] = ACTIONS(459), - [anon_sym_RBRACK_RBRACK] = ACTIONS(459), - [anon_sym_EQ] = ACTIONS(459), - [anon_sym_LT] = ACTIONS(459), - [anon_sym_GT] = ACTIONS(459), - [anon_sym_GT_GT] = ACTIONS(459), - [anon_sym_AMP_GT] = ACTIONS(459), - [anon_sym_AMP_GT_GT] = ACTIONS(459), - [anon_sym_LT_AMP] = ACTIONS(459), - [anon_sym_GT_AMP] = ACTIONS(459), - [anon_sym_LT_LT] = ACTIONS(459), - [anon_sym_LT_LT_DASH] = ACTIONS(459), - [anon_sym_DQUOTE] = ACTIONS(459), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(459), - [sym_raw_string] = ACTIONS(459), - [anon_sym_DOLLAR] = ACTIONS(2541), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(459), - [anon_sym_POUND] = ACTIONS(225), - [anon_sym_AT] = ACTIONS(225), - [anon_sym_COLON] = ACTIONS(469), - [anon_sym_COLON_QMARK] = ACTIONS(469), - [anon_sym_COLON_DASH] = ACTIONS(469), - [anon_sym_PERCENT] = ACTIONS(469), - [anon_sym_SLASH] = ACTIONS(469), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(459), - [anon_sym_BQUOTE] = ACTIONS(459), - [anon_sym_LT_LPAREN] = ACTIONS(459), - [anon_sym_GT_LPAREN] = ACTIONS(459), - [sym_word] = ACTIONS(459), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(2544), - [anon_sym_STAR] = ACTIONS(225), - [anon_sym_QMARK] = ACTIONS(225), - [anon_sym_DASH] = ACTIONS(225), - [anon_sym_BANG] = ACTIONS(225), - [anon_sym_0] = ACTIONS(225), - [anon_sym__] = ACTIONS(225), - [anon_sym_SEMI] = ACTIONS(459), - [anon_sym_LF] = ACTIONS(459), - [anon_sym_AMP] = ACTIONS(459), + [anon_sym_fi] = ACTIONS(2206), + [sym_comment] = ACTIONS(52), }, [990] = { - [sym__heredoc_middle] = ACTIONS(457), - [sym__heredoc_end] = ACTIONS(457), - [sym_file_descriptor] = ACTIONS(457), - [sym__concat] = ACTIONS(457), - [sym_variable_name] = ACTIONS(457), - [anon_sym_in] = ACTIONS(459), - [anon_sym_PIPE] = ACTIONS(459), - [anon_sym_RPAREN] = ACTIONS(459), - [anon_sym_SEMI_SEMI] = ACTIONS(459), - [anon_sym_RBRACE] = ACTIONS(459), - [anon_sym_PIPE_AMP] = ACTIONS(459), - [anon_sym_AMP_AMP] = ACTIONS(459), - [anon_sym_PIPE_PIPE] = ACTIONS(459), - [anon_sym_LBRACK] = ACTIONS(469), - [anon_sym_RBRACK] = ACTIONS(2546), - [anon_sym_RBRACK_RBRACK] = ACTIONS(459), - [anon_sym_EQ] = ACTIONS(459), - [anon_sym_LT] = ACTIONS(459), - [anon_sym_GT] = ACTIONS(459), - [anon_sym_GT_GT] = ACTIONS(459), - [anon_sym_AMP_GT] = ACTIONS(459), - [anon_sym_AMP_GT_GT] = ACTIONS(459), - [anon_sym_LT_AMP] = ACTIONS(459), - [anon_sym_GT_AMP] = ACTIONS(459), - [anon_sym_LT_LT] = ACTIONS(459), - [anon_sym_LT_LT_DASH] = ACTIONS(459), - [anon_sym_DQUOTE] = ACTIONS(459), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(459), - [sym_raw_string] = ACTIONS(459), - [anon_sym_DOLLAR] = ACTIONS(459), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(459), - [anon_sym_COLON] = ACTIONS(469), - [anon_sym_COLON_QMARK] = ACTIONS(469), - [anon_sym_COLON_DASH] = ACTIONS(469), - [anon_sym_PERCENT] = ACTIONS(469), - [anon_sym_SLASH] = ACTIONS(469), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(459), - [anon_sym_BQUOTE] = ACTIONS(459), - [anon_sym_LT_LPAREN] = ACTIONS(459), - [anon_sym_GT_LPAREN] = ACTIONS(459), - [sym_word] = ACTIONS(459), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(459), - [anon_sym_LF] = ACTIONS(459), - [anon_sym_AMP] = ACTIONS(459), + [anon_sym_PIPE] = ACTIONS(2208), + [anon_sym_RPAREN] = ACTIONS(2210), + [anon_sym_PIPE_AMP] = ACTIONS(2210), + [anon_sym_AMP_AMP] = ACTIONS(2210), + [anon_sym_PIPE_PIPE] = ACTIONS(2210), + [anon_sym_BQUOTE] = ACTIONS(2210), + [sym_comment] = ACTIONS(52), }, [991] = { - [sym_concatenation] = STATE(1092), - [sym_string] = STATE(1091), - [sym_simple_expansion] = STATE(1091), - [sym_expansion] = STATE(1091), - [sym_command_substitution] = STATE(1091), - [sym_process_substitution] = STATE(1091), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(2549), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(2551), - [sym_comment] = ACTIONS(133), + [sym_case_item] = STATE(819), + [sym_concatenation] = STATE(620), + [sym_string] = STATE(618), + [sym_simple_expansion] = STATE(618), + [sym_expansion] = STATE(618), + [sym_command_substitution] = STATE(618), + [sym_process_substitution] = STATE(618), + [anon_sym_esac] = ACTIONS(2212), + [anon_sym_DQUOTE] = ACTIONS(252), + [sym_raw_string] = ACTIONS(1144), + [anon_sym_DOLLAR] = ACTIONS(256), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(258), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(260), + [anon_sym_BQUOTE] = ACTIONS(262), + [anon_sym_LT_LPAREN] = ACTIONS(264), + [anon_sym_GT_LPAREN] = ACTIONS(264), + [sym_word] = ACTIONS(1146), + [sym_comment] = ACTIONS(52), }, [992] = { - [sym_for_statement] = STATE(1093), - [sym_while_statement] = STATE(1093), - [sym_if_statement] = STATE(1093), - [sym_case_statement] = STATE(1093), - [sym_function_definition] = STATE(1093), - [sym_subshell] = STATE(1093), - [sym_pipeline] = STATE(1093), - [sym_list] = STATE(1093), - [sym_bracket_command] = STATE(1093), - [sym_command] = STATE(1093), - [sym_command_name] = STATE(109), - [sym_environment_variable_assignment] = STATE(1094), - [sym_subscript] = STATE(105), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(111), - [sym_file_descriptor] = ACTIONS(2553), - [sym__concat] = ACTIONS(917), - [sym_variable_name] = ACTIONS(2556), - [anon_sym_for] = ACTIONS(229), - [anon_sym_in] = ACTIONS(919), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_PIPE] = ACTIONS(919), - [anon_sym_RPAREN] = ACTIONS(919), - [anon_sym_SEMI_SEMI] = ACTIONS(919), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(2559), - [anon_sym_RBRACE] = ACTIONS(919), - [anon_sym_PIPE_AMP] = ACTIONS(919), - [anon_sym_AMP_AMP] = ACTIONS(919), - [anon_sym_PIPE_PIPE] = ACTIONS(919), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_RBRACK] = ACTIONS(919), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_RBRACK_RBRACK] = ACTIONS(919), - [anon_sym_LT] = ACTIONS(2561), - [anon_sym_GT] = ACTIONS(2561), - [anon_sym_GT_GT] = ACTIONS(2561), - [anon_sym_AMP_GT] = ACTIONS(2561), - [anon_sym_AMP_GT_GT] = ACTIONS(2561), - [anon_sym_LT_AMP] = ACTIONS(2561), - [anon_sym_GT_AMP] = ACTIONS(2561), - [anon_sym_LT_LT] = ACTIONS(919), - [anon_sym_LT_LT_DASH] = ACTIONS(919), - [anon_sym_DQUOTE] = ACTIONS(2564), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(919), - [sym_raw_string] = ACTIONS(2567), - [anon_sym_DOLLAR] = ACTIONS(2570), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2573), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2576), - [anon_sym_BQUOTE] = ACTIONS(2579), - [anon_sym_LT_LPAREN] = ACTIONS(2582), - [anon_sym_GT_LPAREN] = ACTIONS(2582), - [sym_word] = ACTIONS(2585), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(919), - [anon_sym_LF] = ACTIONS(919), - [anon_sym_AMP] = ACTIONS(919), + [anon_sym_RBRACE] = ACTIONS(2214), + [sym_comment] = ACTIONS(52), }, [993] = { - [sym_for_statement] = STATE(1095), - [sym_while_statement] = STATE(1095), - [sym_if_statement] = STATE(1095), - [sym_case_statement] = STATE(1095), - [sym_function_definition] = STATE(1095), - [sym_subshell] = STATE(1095), - [sym_pipeline] = STATE(1095), - [sym_list] = STATE(1095), - [sym_bracket_command] = STATE(1095), - [sym_command] = STATE(1095), - [sym_command_name] = STATE(103), - [sym_environment_variable_assignment] = STATE(1096), - [sym_subscript] = STATE(105), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(107), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(2216), + [sym_comment] = ACTIONS(52), }, [994] = { - [sym__heredoc_middle] = ACTIONS(457), - [sym__heredoc_end] = ACTIONS(457), - [sym_file_descriptor] = ACTIONS(457), - [sym__concat] = ACTIONS(457), - [sym_variable_name] = ACTIONS(457), - [anon_sym_in] = ACTIONS(459), - [anon_sym_PIPE] = ACTIONS(459), - [anon_sym_RPAREN] = ACTIONS(459), - [anon_sym_SEMI_SEMI] = ACTIONS(459), - [anon_sym_RBRACE] = ACTIONS(459), - [anon_sym_PIPE_AMP] = ACTIONS(459), - [anon_sym_AMP_AMP] = ACTIONS(459), - [anon_sym_PIPE_PIPE] = ACTIONS(459), - [anon_sym_LBRACK] = ACTIONS(469), - [anon_sym_RBRACK] = ACTIONS(459), - [anon_sym_RBRACK_RBRACK] = ACTIONS(459), - [anon_sym_EQ] = ACTIONS(459), - [anon_sym_LT] = ACTIONS(459), - [anon_sym_GT] = ACTIONS(459), - [anon_sym_GT_GT] = ACTIONS(459), - [anon_sym_AMP_GT] = ACTIONS(459), - [anon_sym_AMP_GT_GT] = ACTIONS(459), - [anon_sym_LT_AMP] = ACTIONS(459), - [anon_sym_GT_AMP] = ACTIONS(459), - [anon_sym_LT_LT] = ACTIONS(459), - [anon_sym_LT_LT_DASH] = ACTIONS(459), - [anon_sym_DQUOTE] = ACTIONS(459), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(459), - [sym_raw_string] = ACTIONS(459), - [anon_sym_DOLLAR] = ACTIONS(459), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(459), - [anon_sym_COLON] = ACTIONS(469), - [anon_sym_COLON_QMARK] = ACTIONS(469), - [anon_sym_COLON_DASH] = ACTIONS(469), - [anon_sym_PERCENT] = ACTIONS(469), - [anon_sym_SLASH] = ACTIONS(469), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(459), - [anon_sym_BQUOTE] = ACTIONS(459), - [anon_sym_LT_LPAREN] = ACTIONS(459), - [anon_sym_GT_LPAREN] = ACTIONS(459), - [sym_word] = ACTIONS(459), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(459), - [anon_sym_LF] = ACTIONS(459), - [anon_sym_AMP] = ACTIONS(459), + [sym_file_descriptor] = ACTIONS(1974), + [sym__concat] = ACTIONS(1974), + [anon_sym_PIPE] = ACTIONS(2162), + [anon_sym_RPAREN] = ACTIONS(1974), + [anon_sym_PIPE_AMP] = ACTIONS(1974), + [anon_sym_AMP_AMP] = ACTIONS(1974), + [anon_sym_PIPE_PIPE] = ACTIONS(2162), + [anon_sym_LT] = ACTIONS(2162), + [anon_sym_GT] = ACTIONS(2162), + [anon_sym_GT_GT] = ACTIONS(1974), + [anon_sym_AMP_GT] = ACTIONS(2162), + [anon_sym_AMP_GT_GT] = ACTIONS(1974), + [anon_sym_LT_AMP] = ACTIONS(1974), + [anon_sym_GT_AMP] = ACTIONS(1974), + [anon_sym_LT_LT] = ACTIONS(2162), + [anon_sym_LT_LT_DASH] = ACTIONS(1974), + [anon_sym_DQUOTE] = ACTIONS(1974), + [sym_raw_string] = ACTIONS(1974), + [anon_sym_DOLLAR] = ACTIONS(2162), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1974), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1974), + [anon_sym_BQUOTE] = ACTIONS(1974), + [anon_sym_LT_LPAREN] = ACTIONS(1974), + [anon_sym_GT_LPAREN] = ACTIONS(1974), + [sym_word] = ACTIONS(1976), + [sym_comment] = ACTIONS(52), }, [995] = { - [sym_do_group] = STATE(1100), - [sym_case_item] = STATE(555), - [sym_concatenation] = STATE(556), - [sym_string] = STATE(554), - [sym_simple_expansion] = STATE(554), - [sym_expansion] = STATE(554), - [sym_command_substitution] = STATE(554), - [sym_process_substitution] = STATE(554), - [aux_sym_case_statement_repeat1] = STATE(1021), - [sym_file_descriptor] = ACTIONS(559), - [sym_variable_name] = ACTIONS(559), - [ts_builtin_sym_end] = ACTIONS(559), - [anon_sym_for] = ACTIONS(561), - [anon_sym_in] = ACTIONS(2588), - [anon_sym_while] = ACTIONS(561), - [anon_sym_do] = ACTIONS(2590), - [anon_sym_done] = ACTIONS(561), - [anon_sym_if] = ACTIONS(561), - [anon_sym_then] = ACTIONS(561), - [anon_sym_fi] = ACTIONS(561), - [anon_sym_elif] = ACTIONS(561), - [anon_sym_else] = ACTIONS(561), - [anon_sym_case] = ACTIONS(561), - [anon_sym_esac] = ACTIONS(2593), - [anon_sym_RPAREN] = ACTIONS(2595), - [anon_sym_SEMI_SEMI] = ACTIONS(559), - [anon_sym_function] = ACTIONS(561), - [anon_sym_LPAREN] = ACTIONS(559), - [anon_sym_RBRACE] = ACTIONS(559), - [anon_sym_LBRACK] = ACTIONS(561), - [anon_sym_LBRACK_LBRACK] = ACTIONS(561), - [anon_sym_LT] = ACTIONS(561), - [anon_sym_GT] = ACTIONS(561), - [anon_sym_GT_GT] = ACTIONS(559), - [anon_sym_AMP_GT] = ACTIONS(561), - [anon_sym_AMP_GT_GT] = ACTIONS(559), - [anon_sym_LT_AMP] = ACTIONS(559), - [anon_sym_GT_AMP] = ACTIONS(559), - [anon_sym_DQUOTE] = ACTIONS(2597), - [sym_raw_string] = ACTIONS(2600), - [anon_sym_DOLLAR] = ACTIONS(2603), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2606), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2609), - [anon_sym_BQUOTE] = ACTIONS(2612), - [anon_sym_LT_LPAREN] = ACTIONS(2615), - [anon_sym_GT_LPAREN] = ACTIONS(2615), - [sym_word] = ACTIONS(2618), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(1978), + [sym__concat] = ACTIONS(1978), + [anon_sym_PIPE] = ACTIONS(2164), + [anon_sym_RPAREN] = ACTIONS(1978), + [anon_sym_PIPE_AMP] = ACTIONS(1978), + [anon_sym_AMP_AMP] = ACTIONS(1978), + [anon_sym_PIPE_PIPE] = ACTIONS(2164), + [anon_sym_LT] = ACTIONS(2164), + [anon_sym_GT] = ACTIONS(2164), + [anon_sym_GT_GT] = ACTIONS(1978), + [anon_sym_AMP_GT] = ACTIONS(2164), + [anon_sym_AMP_GT_GT] = ACTIONS(1978), + [anon_sym_LT_AMP] = ACTIONS(1978), + [anon_sym_GT_AMP] = ACTIONS(1978), + [anon_sym_LT_LT] = ACTIONS(2164), + [anon_sym_LT_LT_DASH] = ACTIONS(1978), + [anon_sym_DQUOTE] = ACTIONS(1978), + [sym_raw_string] = ACTIONS(1978), + [anon_sym_DOLLAR] = ACTIONS(2164), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1978), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1978), + [anon_sym_BQUOTE] = ACTIONS(1978), + [anon_sym_LT_LPAREN] = ACTIONS(1978), + [anon_sym_GT_LPAREN] = ACTIONS(1978), + [sym_word] = ACTIONS(1980), + [sym_comment] = ACTIONS(52), }, [996] = { - [sym_file_descriptor] = ACTIONS(985), - [anon_sym_PIPE] = ACTIONS(987), - [anon_sym_RPAREN] = ACTIONS(987), - [anon_sym_SEMI_SEMI] = ACTIONS(987), - [anon_sym_PIPE_AMP] = ACTIONS(987), - [anon_sym_AMP_AMP] = ACTIONS(987), - [anon_sym_PIPE_PIPE] = ACTIONS(987), - [anon_sym_LT] = ACTIONS(987), - [anon_sym_GT] = ACTIONS(987), - [anon_sym_GT_GT] = ACTIONS(987), - [anon_sym_AMP_GT] = ACTIONS(987), - [anon_sym_AMP_GT_GT] = ACTIONS(987), - [anon_sym_LT_AMP] = ACTIONS(987), - [anon_sym_GT_AMP] = ACTIONS(987), - [anon_sym_LT_LT] = ACTIONS(987), - [anon_sym_LT_LT_DASH] = ACTIONS(987), - [anon_sym_BQUOTE] = ACTIONS(987), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(987), - [anon_sym_LF] = ACTIONS(987), - [anon_sym_AMP] = ACTIONS(987), + [anon_sym_PIPE] = ACTIONS(2218), + [anon_sym_RPAREN] = ACTIONS(2220), + [anon_sym_PIPE_AMP] = ACTIONS(2220), + [anon_sym_AMP_AMP] = ACTIONS(2220), + [anon_sym_PIPE_PIPE] = ACTIONS(2220), + [anon_sym_BQUOTE] = ACTIONS(2220), + [sym_comment] = ACTIONS(52), }, [997] = { - [sym_simple_expansion] = STATE(493), - [sym_expansion] = STATE(493), - [aux_sym_heredoc_repeat1] = STATE(1024), - [sym__heredoc_middle] = ACTIONS(989), - [sym__heredoc_end] = ACTIONS(2621), - [anon_sym_DOLLAR] = ACTIONS(993), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(995), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(1282), + [sym__concat] = ACTIONS(1282), + [anon_sym_PIPE] = ACTIONS(1608), + [anon_sym_RPAREN] = ACTIONS(1282), + [anon_sym_PIPE_AMP] = ACTIONS(1282), + [anon_sym_AMP_AMP] = ACTIONS(1282), + [anon_sym_PIPE_PIPE] = ACTIONS(1282), + [anon_sym_LT] = ACTIONS(1608), + [anon_sym_GT] = ACTIONS(1608), + [anon_sym_GT_GT] = ACTIONS(1282), + [anon_sym_AMP_GT] = ACTIONS(1608), + [anon_sym_AMP_GT_GT] = ACTIONS(1282), + [anon_sym_LT_AMP] = ACTIONS(1282), + [anon_sym_GT_AMP] = ACTIONS(1282), + [anon_sym_LT_LT] = ACTIONS(1608), + [anon_sym_LT_LT_DASH] = ACTIONS(1282), + [anon_sym_BQUOTE] = ACTIONS(1282), + [sym_comment] = ACTIONS(52), }, [998] = { - [sym__heredoc_middle] = ACTIONS(2623), - [sym__heredoc_end] = ACTIONS(2623), - [anon_sym_DOLLAR] = ACTIONS(2626), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2623), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(1286), + [sym__concat] = ACTIONS(1286), + [anon_sym_PIPE] = ACTIONS(1610), + [anon_sym_RPAREN] = ACTIONS(1286), + [anon_sym_PIPE_AMP] = ACTIONS(1286), + [anon_sym_AMP_AMP] = ACTIONS(1286), + [anon_sym_PIPE_PIPE] = ACTIONS(1286), + [anon_sym_LT] = ACTIONS(1610), + [anon_sym_GT] = ACTIONS(1610), + [anon_sym_GT_GT] = ACTIONS(1286), + [anon_sym_AMP_GT] = ACTIONS(1610), + [anon_sym_AMP_GT_GT] = ACTIONS(1286), + [anon_sym_LT_AMP] = ACTIONS(1286), + [anon_sym_GT_AMP] = ACTIONS(1286), + [anon_sym_LT_LT] = ACTIONS(1610), + [anon_sym_LT_LT_DASH] = ACTIONS(1286), + [anon_sym_BQUOTE] = ACTIONS(1286), + [sym_comment] = ACTIONS(52), }, [999] = { - [sym_file_descriptor] = ACTIONS(2629), - [anon_sym_PIPE] = ACTIONS(2632), - [anon_sym_RPAREN] = ACTIONS(2632), - [anon_sym_SEMI_SEMI] = ACTIONS(2632), - [anon_sym_PIPE_AMP] = ACTIONS(2632), - [anon_sym_AMP_AMP] = ACTIONS(2632), - [anon_sym_PIPE_PIPE] = ACTIONS(2632), - [anon_sym_LT] = ACTIONS(2632), - [anon_sym_GT] = ACTIONS(2632), - [anon_sym_GT_GT] = ACTIONS(2632), - [anon_sym_AMP_GT] = ACTIONS(2632), - [anon_sym_AMP_GT_GT] = ACTIONS(2632), - [anon_sym_LT_AMP] = ACTIONS(2632), - [anon_sym_GT_AMP] = ACTIONS(2632), - [anon_sym_LT_LT] = ACTIONS(2632), - [anon_sym_LT_LT_DASH] = ACTIONS(2632), - [anon_sym_BQUOTE] = ACTIONS(2632), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2632), - [anon_sym_LF] = ACTIONS(2632), - [anon_sym_AMP] = ACTIONS(2632), + [anon_sym_AT] = ACTIONS(2222), + [sym_comment] = ACTIONS(52), }, [1000] = { - [anon_sym_LT] = ACTIONS(2635), - [anon_sym_GT] = ACTIONS(2635), - [anon_sym_GT_GT] = ACTIONS(2637), - [anon_sym_AMP_GT] = ACTIONS(2635), - [anon_sym_AMP_GT_GT] = ACTIONS(2637), - [anon_sym_LT_AMP] = ACTIONS(2637), - [anon_sym_GT_AMP] = ACTIONS(2637), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(1292), + [sym__concat] = ACTIONS(1292), + [anon_sym_PIPE] = ACTIONS(1614), + [anon_sym_RPAREN] = ACTIONS(1292), + [anon_sym_PIPE_AMP] = ACTIONS(1292), + [anon_sym_AMP_AMP] = ACTIONS(1292), + [anon_sym_PIPE_PIPE] = ACTIONS(1292), + [anon_sym_LT] = ACTIONS(1614), + [anon_sym_GT] = ACTIONS(1614), + [anon_sym_GT_GT] = ACTIONS(1292), + [anon_sym_AMP_GT] = ACTIONS(1614), + [anon_sym_AMP_GT_GT] = ACTIONS(1292), + [anon_sym_LT_AMP] = ACTIONS(1292), + [anon_sym_GT_AMP] = ACTIONS(1292), + [anon_sym_LT_LT] = ACTIONS(1614), + [anon_sym_LT_LT_DASH] = ACTIONS(1292), + [anon_sym_BQUOTE] = ACTIONS(1292), + [sym_comment] = ACTIONS(52), }, [1001] = { - [sym_string] = STATE(1104), - [sym_simple_expansion] = STATE(1104), - [sym_expansion] = STATE(1104), - [sym_command_substitution] = STATE(1104), - [sym_process_substitution] = STATE(1104), - [anon_sym_DQUOTE] = ACTIONS(2639), - [sym_raw_string] = ACTIONS(2641), - [anon_sym_DOLLAR] = ACTIONS(2643), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2645), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2647), - [anon_sym_BQUOTE] = ACTIONS(2649), - [anon_sym_LT_LPAREN] = ACTIONS(2651), - [anon_sym_GT_LPAREN] = ACTIONS(2651), - [sym_word] = ACTIONS(2653), - [sym_comment] = ACTIONS(133), + [anon_sym_AT] = ACTIONS(2224), + [sym_comment] = ACTIONS(52), }, [1002] = { - [sym_do_group] = STATE(1109), - [sym_file_descriptor] = ACTIONS(2655), - [sym_variable_name] = ACTIONS(2655), - [ts_builtin_sym_end] = ACTIONS(2655), - [anon_sym_for] = ACTIONS(2658), - [anon_sym_while] = ACTIONS(2658), - [anon_sym_do] = ACTIONS(2661), - [anon_sym_done] = ACTIONS(2658), - [anon_sym_if] = ACTIONS(2658), - [anon_sym_then] = ACTIONS(2663), - [anon_sym_fi] = ACTIONS(2658), - [anon_sym_elif] = ACTIONS(2658), - [anon_sym_else] = ACTIONS(2658), - [anon_sym_case] = ACTIONS(2658), - [anon_sym_SEMI_SEMI] = ACTIONS(2655), - [anon_sym_function] = ACTIONS(2658), - [anon_sym_LPAREN] = ACTIONS(2655), - [anon_sym_RBRACE] = ACTIONS(2655), - [anon_sym_LBRACK] = ACTIONS(2658), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2658), - [anon_sym_LT] = ACTIONS(2658), - [anon_sym_GT] = ACTIONS(2658), - [anon_sym_GT_GT] = ACTIONS(2655), - [anon_sym_AMP_GT] = ACTIONS(2658), - [anon_sym_AMP_GT_GT] = ACTIONS(2655), - [anon_sym_LT_AMP] = ACTIONS(2655), - [anon_sym_GT_AMP] = ACTIONS(2655), - [anon_sym_DQUOTE] = ACTIONS(2655), - [sym_raw_string] = ACTIONS(2655), - [anon_sym_DOLLAR] = ACTIONS(2658), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2655), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2655), - [anon_sym_BQUOTE] = ACTIONS(2655), - [anon_sym_LT_LPAREN] = ACTIONS(2655), - [anon_sym_GT_LPAREN] = ACTIONS(2655), - [sym_word] = ACTIONS(2665), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACK] = ACTIONS(2226), + [sym_comment] = ACTIONS(52), }, [1003] = { - [anon_sym_PIPE] = ACTIONS(2668), - [anon_sym_RPAREN] = ACTIONS(2672), - [anon_sym_SEMI_SEMI] = ACTIONS(2676), - [anon_sym_PIPE_AMP] = ACTIONS(2668), - [anon_sym_AMP_AMP] = ACTIONS(2680), - [anon_sym_PIPE_PIPE] = ACTIONS(2680), - [anon_sym_BQUOTE] = ACTIONS(2684), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2676), - [anon_sym_LF] = ACTIONS(2676), - [anon_sym_AMP] = ACTIONS(2676), + [aux_sym_concatenation_repeat1] = STATE(189), + [sym__concat] = ACTIONS(322), + [anon_sym_RBRACE] = ACTIONS(2228), + [sym_comment] = ACTIONS(52), }, [1004] = { - [anon_sym_PIPE] = ACTIONS(2688), - [anon_sym_RPAREN] = ACTIONS(2688), - [anon_sym_SEMI_SEMI] = ACTIONS(2688), - [anon_sym_PIPE_AMP] = ACTIONS(2688), - [anon_sym_AMP_AMP] = ACTIONS(2688), - [anon_sym_PIPE_PIPE] = ACTIONS(2688), - [anon_sym_BQUOTE] = ACTIONS(2688), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2688), - [anon_sym_LF] = ACTIONS(2688), - [anon_sym_AMP] = ACTIONS(2688), + [anon_sym_RBRACE] = ACTIONS(2228), + [sym_comment] = ACTIONS(52), }, [1005] = { - [anon_sym_fi] = ACTIONS(2691), - [anon_sym_elif] = ACTIONS(2691), - [anon_sym_else] = ACTIONS(2691), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACK] = ACTIONS(2230), + [sym_comment] = ACTIONS(52), }, [1006] = { - [anon_sym_fi] = ACTIONS(2694), - [sym_comment] = ACTIONS(133), + [aux_sym_concatenation_repeat1] = STATE(189), + [sym__concat] = ACTIONS(322), + [anon_sym_RBRACE] = ACTIONS(2232), + [sym_comment] = ACTIONS(52), }, [1007] = { - [anon_sym_esac] = ACTIONS(2696), - [anon_sym_DQUOTE] = ACTIONS(2699), - [sym_raw_string] = ACTIONS(2699), - [anon_sym_DOLLAR] = ACTIONS(2696), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2699), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2699), - [anon_sym_BQUOTE] = ACTIONS(2699), - [anon_sym_LT_LPAREN] = ACTIONS(2699), - [anon_sym_GT_LPAREN] = ACTIONS(2699), - [sym_word] = ACTIONS(2702), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(2232), + [sym_comment] = ACTIONS(52), }, [1008] = { - [anon_sym_PIPE] = ACTIONS(2705), - [anon_sym_RPAREN] = ACTIONS(2705), - [anon_sym_SEMI_SEMI] = ACTIONS(2705), - [anon_sym_PIPE_AMP] = ACTIONS(2705), - [anon_sym_AMP_AMP] = ACTIONS(2705), - [anon_sym_PIPE_PIPE] = ACTIONS(2705), - [anon_sym_BQUOTE] = ACTIONS(2705), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2705), - [anon_sym_LF] = ACTIONS(2705), - [anon_sym_AMP] = ACTIONS(2705), + [anon_sym_RBRACK] = ACTIONS(2234), + [sym_comment] = ACTIONS(52), }, [1009] = { - [sym_file_redirect] = STATE(1119), - [sym_heredoc_redirect] = STATE(1119), - [sym_concatenation] = STATE(123), - [sym_string] = STATE(121), - [sym_simple_expansion] = STATE(121), - [sym_expansion] = STATE(121), - [sym_command_substitution] = STATE(121), - [sym_process_substitution] = STATE(121), - [aux_sym_for_statement_repeat1] = STATE(1120), - [aux_sym_command_repeat2] = STATE(1121), - [sym_file_descriptor] = ACTIONS(2708), - [anon_sym_PIPE] = ACTIONS(2710), - [anon_sym_RPAREN] = ACTIONS(2710), - [anon_sym_SEMI_SEMI] = ACTIONS(2710), - [anon_sym_PIPE_AMP] = ACTIONS(2710), - [anon_sym_AMP_AMP] = ACTIONS(2710), - [anon_sym_PIPE_PIPE] = ACTIONS(2710), - [anon_sym_LT] = ACTIONS(2713), - [anon_sym_GT] = ACTIONS(2713), - [anon_sym_GT_GT] = ACTIONS(2713), - [anon_sym_AMP_GT] = ACTIONS(2713), - [anon_sym_AMP_GT_GT] = ACTIONS(2713), - [anon_sym_LT_AMP] = ACTIONS(2713), - [anon_sym_GT_AMP] = ACTIONS(2713), - [anon_sym_LT_LT] = ACTIONS(2715), - [anon_sym_LT_LT_DASH] = ACTIONS(2715), - [anon_sym_DQUOTE] = ACTIONS(285), - [sym_raw_string] = ACTIONS(287), - [anon_sym_DOLLAR] = ACTIONS(289), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(291), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(293), - [anon_sym_BQUOTE] = ACTIONS(2717), - [anon_sym_LT_LPAREN] = ACTIONS(297), - [anon_sym_GT_LPAREN] = ACTIONS(297), - [sym_word] = ACTIONS(287), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2710), - [anon_sym_LF] = ACTIONS(2710), - [anon_sym_AMP] = ACTIONS(2710), + [anon_sym_RBRACK] = ACTIONS(2236), + [sym_comment] = ACTIONS(52), }, [1010] = { - [sym_file_descriptor] = ACTIONS(2721), - [sym_variable_name] = ACTIONS(2721), - [anon_sym_PIPE] = ACTIONS(2668), - [anon_sym_RPAREN] = ACTIONS(2672), - [anon_sym_SEMI_SEMI] = ACTIONS(2676), - [anon_sym_PIPE_AMP] = ACTIONS(2668), - [anon_sym_AMP_AMP] = ACTIONS(2680), - [anon_sym_PIPE_PIPE] = ACTIONS(2680), - [anon_sym_LT] = ACTIONS(2724), - [anon_sym_GT] = ACTIONS(2724), - [anon_sym_GT_GT] = ACTIONS(2724), - [anon_sym_AMP_GT] = ACTIONS(2724), - [anon_sym_AMP_GT_GT] = ACTIONS(2724), - [anon_sym_LT_AMP] = ACTIONS(2724), - [anon_sym_GT_AMP] = ACTIONS(2724), - [anon_sym_DQUOTE] = ACTIONS(2724), - [sym_raw_string] = ACTIONS(2724), - [anon_sym_DOLLAR] = ACTIONS(2724), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2724), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2724), - [anon_sym_BQUOTE] = ACTIONS(2727), - [anon_sym_LT_LPAREN] = ACTIONS(2724), - [anon_sym_GT_LPAREN] = ACTIONS(2724), - [sym_word] = ACTIONS(2724), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2676), - [anon_sym_LF] = ACTIONS(2676), - [anon_sym_AMP] = ACTIONS(2676), + [anon_sym_RBRACE] = ACTIONS(2238), + [sym_comment] = ACTIONS(52), }, [1011] = { - [sym_file_descriptor] = ACTIONS(2733), - [sym_variable_name] = ACTIONS(2721), - [anon_sym_PIPE] = ACTIONS(2738), - [anon_sym_RPAREN] = ACTIONS(2738), - [anon_sym_SEMI_SEMI] = ACTIONS(2738), - [anon_sym_PIPE_AMP] = ACTIONS(2738), - [anon_sym_AMP_AMP] = ACTIONS(2738), - [anon_sym_PIPE_PIPE] = ACTIONS(2738), - [anon_sym_LT] = ACTIONS(2741), - [anon_sym_GT] = ACTIONS(2741), - [anon_sym_GT_GT] = ACTIONS(2741), - [anon_sym_AMP_GT] = ACTIONS(2741), - [anon_sym_AMP_GT_GT] = ACTIONS(2741), - [anon_sym_LT_AMP] = ACTIONS(2741), - [anon_sym_GT_AMP] = ACTIONS(2741), - [anon_sym_LT_LT] = ACTIONS(2738), - [anon_sym_LT_LT_DASH] = ACTIONS(2738), - [anon_sym_DQUOTE] = ACTIONS(2724), - [sym_raw_string] = ACTIONS(2724), - [anon_sym_DOLLAR] = ACTIONS(2724), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2724), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2724), - [anon_sym_BQUOTE] = ACTIONS(2741), - [anon_sym_LT_LPAREN] = ACTIONS(2724), - [anon_sym_GT_LPAREN] = ACTIONS(2724), - [sym_word] = ACTIONS(2724), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2738), - [anon_sym_LF] = ACTIONS(2738), - [anon_sym_AMP] = ACTIONS(2738), + [sym_file_descriptor] = ACTIONS(1668), + [sym__concat] = ACTIONS(1668), + [anon_sym_PIPE] = ACTIONS(1670), + [anon_sym_RPAREN] = ACTIONS(1670), + [anon_sym_SEMI_SEMI] = ACTIONS(1670), + [anon_sym_PIPE_AMP] = ACTIONS(1670), + [anon_sym_AMP_AMP] = ACTIONS(1670), + [anon_sym_PIPE_PIPE] = ACTIONS(1670), + [anon_sym_LT] = ACTIONS(1670), + [anon_sym_GT] = ACTIONS(1670), + [anon_sym_GT_GT] = ACTIONS(1670), + [anon_sym_AMP_GT] = ACTIONS(1670), + [anon_sym_AMP_GT_GT] = ACTIONS(1670), + [anon_sym_LT_AMP] = ACTIONS(1670), + [anon_sym_GT_AMP] = ACTIONS(1670), + [anon_sym_LT_LT] = ACTIONS(1670), + [anon_sym_LT_LT_DASH] = ACTIONS(1670), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1670), + [anon_sym_LF] = ACTIONS(1670), + [anon_sym_AMP] = ACTIONS(1670), }, [1012] = { - [sym_file_descriptor] = ACTIONS(2746), - [anon_sym_PIPE] = ACTIONS(2738), - [anon_sym_RPAREN] = ACTIONS(2738), - [anon_sym_SEMI_SEMI] = ACTIONS(2738), - [anon_sym_PIPE_AMP] = ACTIONS(2738), - [anon_sym_AMP_AMP] = ACTIONS(2738), - [anon_sym_PIPE_PIPE] = ACTIONS(2738), - [anon_sym_LT] = ACTIONS(2738), - [anon_sym_GT] = ACTIONS(2738), - [anon_sym_GT_GT] = ACTIONS(2738), - [anon_sym_AMP_GT] = ACTIONS(2738), - [anon_sym_AMP_GT_GT] = ACTIONS(2738), - [anon_sym_LT_AMP] = ACTIONS(2738), - [anon_sym_GT_AMP] = ACTIONS(2738), - [anon_sym_LT_LT] = ACTIONS(2738), - [anon_sym_LT_LT_DASH] = ACTIONS(2738), - [anon_sym_BQUOTE] = ACTIONS(2738), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2738), - [anon_sym_LF] = ACTIONS(2738), - [anon_sym_AMP] = ACTIONS(2738), + [anon_sym_RBRACE] = ACTIONS(2240), + [sym_comment] = ACTIONS(52), }, [1013] = { - [sym_file_descriptor] = ACTIONS(997), - [anon_sym_PIPE] = ACTIONS(999), - [anon_sym_RPAREN] = ACTIONS(999), - [anon_sym_SEMI_SEMI] = ACTIONS(999), - [anon_sym_PIPE_AMP] = ACTIONS(999), - [anon_sym_AMP_AMP] = ACTIONS(999), - [anon_sym_PIPE_PIPE] = ACTIONS(999), - [anon_sym_LT] = ACTIONS(999), - [anon_sym_GT] = ACTIONS(999), - [anon_sym_GT_GT] = ACTIONS(999), - [anon_sym_AMP_GT] = ACTIONS(999), - [anon_sym_AMP_GT_GT] = ACTIONS(999), - [anon_sym_LT_AMP] = ACTIONS(999), - [anon_sym_GT_AMP] = ACTIONS(999), - [anon_sym_LT_LT] = ACTIONS(999), - [anon_sym_LT_LT_DASH] = ACTIONS(999), - [anon_sym_BQUOTE] = ACTIONS(999), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(999), - [anon_sym_LF] = ACTIONS(999), - [anon_sym_AMP] = ACTIONS(999), + [sym_file_descriptor] = ACTIONS(1674), + [sym__concat] = ACTIONS(1674), + [anon_sym_PIPE] = ACTIONS(1676), + [anon_sym_RPAREN] = ACTIONS(1676), + [anon_sym_SEMI_SEMI] = ACTIONS(1676), + [anon_sym_PIPE_AMP] = ACTIONS(1676), + [anon_sym_AMP_AMP] = ACTIONS(1676), + [anon_sym_PIPE_PIPE] = ACTIONS(1676), + [anon_sym_LT] = ACTIONS(1676), + [anon_sym_GT] = ACTIONS(1676), + [anon_sym_GT_GT] = ACTIONS(1676), + [anon_sym_AMP_GT] = ACTIONS(1676), + [anon_sym_AMP_GT_GT] = ACTIONS(1676), + [anon_sym_LT_AMP] = ACTIONS(1676), + [anon_sym_GT_AMP] = ACTIONS(1676), + [anon_sym_LT_LT] = ACTIONS(1676), + [anon_sym_LT_LT_DASH] = ACTIONS(1676), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1676), + [anon_sym_LF] = ACTIONS(1676), + [anon_sym_AMP] = ACTIONS(1676), }, [1014] = { - [aux_sym_case_item_repeat1] = STATE(722), - [sym_file_descriptor] = ACTIONS(2749), - [sym_variable_name] = ACTIONS(2756), - [anon_sym_in] = ACTIONS(2760), - [anon_sym_PIPE] = ACTIONS(2762), - [anon_sym_RPAREN] = ACTIONS(2772), - [anon_sym_SEMI_SEMI] = ACTIONS(2782), - [anon_sym_RBRACE] = ACTIONS(2790), - [anon_sym_PIPE_AMP] = ACTIONS(2792), - [anon_sym_AMP_AMP] = ACTIONS(2792), - [anon_sym_PIPE_PIPE] = ACTIONS(2792), - [anon_sym_RBRACK] = ACTIONS(2799), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2803), - [anon_sym_LT] = ACTIONS(2792), - [anon_sym_GT] = ACTIONS(2792), - [anon_sym_GT_GT] = ACTIONS(2792), - [anon_sym_AMP_GT] = ACTIONS(2792), - [anon_sym_AMP_GT_GT] = ACTIONS(2792), - [anon_sym_LT_AMP] = ACTIONS(2792), - [anon_sym_GT_AMP] = ACTIONS(2792), - [anon_sym_LT_LT] = ACTIONS(2806), - [anon_sym_LT_LT_DASH] = ACTIONS(2806), - [anon_sym_DQUOTE] = ACTIONS(2792), - [sym_raw_string] = ACTIONS(2792), - [anon_sym_DOLLAR] = ACTIONS(2792), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2792), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2792), - [anon_sym_BQUOTE] = ACTIONS(2792), - [anon_sym_LT_LPAREN] = ACTIONS(2792), - [anon_sym_GT_LPAREN] = ACTIONS(2792), - [sym_word] = ACTIONS(2792), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2782), - [anon_sym_LF] = ACTIONS(2782), - [anon_sym_AMP] = ACTIONS(2782), + [sym__heredoc_middle] = ACTIONS(1286), + [sym__heredoc_end] = ACTIONS(1286), + [anon_sym_DOLLAR] = ACTIONS(1610), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1286), + [sym_comment] = ACTIONS(52), }, [1015] = { - [aux_sym_case_item_repeat1] = STATE(722), - [aux_sym_concatenation_repeat1] = STATE(1025), - [sym__heredoc_middle] = ACTIONS(2623), - [sym__heredoc_end] = ACTIONS(2623), - [sym_file_descriptor] = ACTIONS(2445), - [sym__concat] = ACTIONS(2454), - [sym_variable_name] = ACTIONS(2458), - [anon_sym_in] = ACTIONS(2464), - [anon_sym_PIPE] = ACTIONS(2468), - [anon_sym_RPAREN] = ACTIONS(2480), - [anon_sym_SEMI_SEMI] = ACTIONS(2492), - [anon_sym_RBRACE] = ACTIONS(2502), - [anon_sym_PIPE_AMP] = ACTIONS(2506), - [anon_sym_AMP_AMP] = ACTIONS(2506), - [anon_sym_PIPE_PIPE] = ACTIONS(2506), - [anon_sym_RBRACK] = ACTIONS(2515), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2521), - [anon_sym_LT] = ACTIONS(2506), - [anon_sym_GT] = ACTIONS(2506), - [anon_sym_GT_GT] = ACTIONS(2506), - [anon_sym_AMP_GT] = ACTIONS(2506), - [anon_sym_AMP_GT_GT] = ACTIONS(2506), - [anon_sym_LT_AMP] = ACTIONS(2506), - [anon_sym_GT_AMP] = ACTIONS(2506), - [anon_sym_LT_LT] = ACTIONS(2526), - [anon_sym_LT_LT_DASH] = ACTIONS(2526), - [anon_sym_DQUOTE] = ACTIONS(2812), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(2823), - [sym_raw_string] = ACTIONS(2506), - [anon_sym_DOLLAR] = ACTIONS(2826), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2826), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2812), - [anon_sym_BQUOTE] = ACTIONS(2812), - [anon_sym_LT_LPAREN] = ACTIONS(2506), - [anon_sym_GT_LPAREN] = ACTIONS(2506), - [sym_word] = ACTIONS(2506), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2492), - [anon_sym_LF] = ACTIONS(2492), - [anon_sym_AMP] = ACTIONS(2492), + [anon_sym_AT] = ACTIONS(2242), + [sym_comment] = ACTIONS(52), }, [1016] = { - [aux_sym_case_item_repeat1] = STATE(722), - [aux_sym_concatenation_repeat1] = STATE(1025), - [sym_file_descriptor] = ACTIONS(2445), - [sym__concat] = ACTIONS(2454), - [sym_variable_name] = ACTIONS(2458), - [anon_sym_in] = ACTIONS(2464), - [anon_sym_PIPE] = ACTIONS(2468), - [anon_sym_RPAREN] = ACTIONS(2480), - [anon_sym_SEMI_SEMI] = ACTIONS(2492), - [anon_sym_RBRACE] = ACTIONS(2502), - [anon_sym_PIPE_AMP] = ACTIONS(2506), - [anon_sym_AMP_AMP] = ACTIONS(2506), - [anon_sym_PIPE_PIPE] = ACTIONS(2506), - [anon_sym_RBRACK] = ACTIONS(2515), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2521), - [anon_sym_LT] = ACTIONS(2506), - [anon_sym_GT] = ACTIONS(2506), - [anon_sym_GT_GT] = ACTIONS(2506), - [anon_sym_AMP_GT] = ACTIONS(2506), - [anon_sym_AMP_GT_GT] = ACTIONS(2506), - [anon_sym_LT_AMP] = ACTIONS(2506), - [anon_sym_GT_AMP] = ACTIONS(2506), - [anon_sym_LT_LT] = ACTIONS(2526), - [anon_sym_LT_LT_DASH] = ACTIONS(2526), - [anon_sym_DQUOTE] = ACTIONS(2812), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(2823), - [sym_raw_string] = ACTIONS(2506), - [anon_sym_DOLLAR] = ACTIONS(2812), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2812), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2812), - [anon_sym_BQUOTE] = ACTIONS(2812), - [anon_sym_LT_LPAREN] = ACTIONS(2506), - [anon_sym_GT_LPAREN] = ACTIONS(2506), - [sym_word] = ACTIONS(2506), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2492), - [anon_sym_LF] = ACTIONS(2492), - [anon_sym_AMP] = ACTIONS(2492), + [sym__heredoc_middle] = ACTIONS(1292), + [sym__heredoc_end] = ACTIONS(1292), + [anon_sym_DOLLAR] = ACTIONS(1614), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1292), + [sym_comment] = ACTIONS(52), }, [1017] = { - [sym__heredoc_middle] = ACTIONS(465), - [sym__heredoc_end] = ACTIONS(465), - [sym_file_descriptor] = ACTIONS(465), - [sym__concat] = ACTIONS(465), - [sym_variable_name] = ACTIONS(465), - [anon_sym_in] = ACTIONS(467), - [anon_sym_PIPE] = ACTIONS(467), - [anon_sym_RPAREN] = ACTIONS(467), - [anon_sym_SEMI_SEMI] = ACTIONS(467), - [anon_sym_RBRACE] = ACTIONS(2839), - [anon_sym_PIPE_AMP] = ACTIONS(467), - [anon_sym_AMP_AMP] = ACTIONS(467), - [anon_sym_PIPE_PIPE] = ACTIONS(467), - [anon_sym_LBRACK] = ACTIONS(2842), - [anon_sym_RBRACK] = ACTIONS(467), - [anon_sym_RBRACK_RBRACK] = ACTIONS(467), - [anon_sym_EQ] = ACTIONS(2844), - [anon_sym_LT] = ACTIONS(467), - [anon_sym_GT] = ACTIONS(467), - [anon_sym_GT_GT] = ACTIONS(467), - [anon_sym_AMP_GT] = ACTIONS(467), - [anon_sym_AMP_GT_GT] = ACTIONS(467), - [anon_sym_LT_AMP] = ACTIONS(467), - [anon_sym_GT_AMP] = ACTIONS(467), - [anon_sym_LT_LT] = ACTIONS(467), - [anon_sym_LT_LT_DASH] = ACTIONS(467), - [anon_sym_DQUOTE] = ACTIONS(467), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(467), - [sym_raw_string] = ACTIONS(467), - [anon_sym_DOLLAR] = ACTIONS(467), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(467), - [anon_sym_COLON] = ACTIONS(2846), - [anon_sym_COLON_QMARK] = ACTIONS(2846), - [anon_sym_COLON_DASH] = ACTIONS(2846), - [anon_sym_PERCENT] = ACTIONS(2846), - [anon_sym_SLASH] = ACTIONS(2846), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(467), - [anon_sym_BQUOTE] = ACTIONS(467), - [anon_sym_LT_LPAREN] = ACTIONS(467), - [anon_sym_GT_LPAREN] = ACTIONS(467), - [sym_word] = ACTIONS(467), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(467), - [anon_sym_LF] = ACTIONS(467), - [anon_sym_AMP] = ACTIONS(467), + [anon_sym_AT] = ACTIONS(2244), + [sym_comment] = ACTIONS(52), }, [1018] = { - [sym__terminated_statement] = STATE(126), - [sym_for_statement] = STATE(1129), - [sym_while_statement] = STATE(1129), - [sym_if_statement] = STATE(1129), - [sym_elif_clause] = STATE(351), - [sym_else_clause] = STATE(1130), - [sym_case_statement] = STATE(1129), - [sym_function_definition] = STATE(1129), - [sym_subshell] = STATE(1129), - [sym_pipeline] = STATE(1129), - [sym_list] = STATE(1129), - [sym_bracket_command] = STATE(1129), - [sym_command] = STATE(1129), - [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(1131), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [aux_sym_if_statement_repeat1] = STATE(1132), - [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [ts_builtin_sym_end] = ACTIONS(305), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_done] = ACTIONS(2848), - [anon_sym_if] = ACTIONS(101), - [anon_sym_fi] = ACTIONS(2850), - [anon_sym_elif] = ACTIONS(2854), - [anon_sym_else] = ACTIONS(2857), - [anon_sym_case] = ACTIONS(103), - [anon_sym_SEMI_SEMI] = ACTIONS(2860), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(2862), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACK] = ACTIONS(2246), + [sym_comment] = ACTIONS(52), }, [1019] = { - [sym_file_redirect] = STATE(1119), - [sym_heredoc_redirect] = STATE(1119), - [sym_concatenation] = STATE(1141), - [sym_string] = STATE(1135), - [sym_simple_expansion] = STATE(1135), - [sym_expansion] = STATE(1135), - [sym_command_substitution] = STATE(1135), - [sym_process_substitution] = STATE(1135), - [aux_sym_command_repeat2] = STATE(1142), - [sym_file_descriptor] = ACTIONS(2708), - [anon_sym_PIPE] = ACTIONS(2864), - [anon_sym_RPAREN] = ACTIONS(2864), - [anon_sym_SEMI_SEMI] = ACTIONS(2867), - [anon_sym_PIPE_AMP] = ACTIONS(2864), - [anon_sym_AMP_AMP] = ACTIONS(2864), - [anon_sym_PIPE_PIPE] = ACTIONS(2864), - [anon_sym_RBRACK] = ACTIONS(2871), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2871), - [anon_sym_LT] = ACTIONS(2713), - [anon_sym_GT] = ACTIONS(2713), - [anon_sym_GT_GT] = ACTIONS(2713), - [anon_sym_AMP_GT] = ACTIONS(2713), - [anon_sym_AMP_GT_GT] = ACTIONS(2713), - [anon_sym_LT_AMP] = ACTIONS(2713), - [anon_sym_GT_AMP] = ACTIONS(2713), - [anon_sym_LT_LT] = ACTIONS(2715), - [anon_sym_LT_LT_DASH] = ACTIONS(2715), - [anon_sym_DQUOTE] = ACTIONS(2873), - [sym_raw_string] = ACTIONS(2875), - [anon_sym_DOLLAR] = ACTIONS(2877), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2879), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2881), - [anon_sym_BQUOTE] = ACTIONS(2883), - [anon_sym_LT_LPAREN] = ACTIONS(2887), - [anon_sym_GT_LPAREN] = ACTIONS(2887), - [sym_word] = ACTIONS(2875), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2867), - [anon_sym_LF] = ACTIONS(2867), - [anon_sym_AMP] = ACTIONS(2867), + [aux_sym_concatenation_repeat1] = STATE(189), + [sym__concat] = ACTIONS(322), + [anon_sym_RBRACE] = ACTIONS(2248), + [sym_comment] = ACTIONS(52), }, [1020] = { - [sym_elif_clause] = STATE(552), - [sym_else_clause] = STATE(1144), - [anon_sym_fi] = ACTIONS(2889), - [anon_sym_elif] = ACTIONS(1125), - [anon_sym_else] = ACTIONS(1127), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(2248), + [sym_comment] = ACTIONS(52), }, [1021] = { - [sym_case_item] = STATE(724), - [sym_concatenation] = STATE(556), - [sym_string] = STATE(554), - [sym_simple_expansion] = STATE(554), - [sym_expansion] = STATE(554), - [sym_command_substitution] = STATE(554), - [sym_process_substitution] = STATE(554), - [anon_sym_esac] = ACTIONS(2891), - [anon_sym_DQUOTE] = ACTIONS(313), - [sym_raw_string] = ACTIONS(1131), - [anon_sym_DOLLAR] = ACTIONS(317), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(319), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(321), - [anon_sym_BQUOTE] = ACTIONS(323), - [anon_sym_LT_LPAREN] = ACTIONS(325), - [anon_sym_GT_LPAREN] = ACTIONS(325), - [sym_word] = ACTIONS(1133), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACK] = ACTIONS(2250), + [sym_comment] = ACTIONS(52), }, [1022] = { - [sym_command_name] = STATE(1146), - [sym_environment_variable_assignment] = STATE(128), - [sym_subscript] = STATE(105), - [sym_file_redirect] = STATE(128), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(307), - [sym_comment] = ACTIONS(133), + [aux_sym_concatenation_repeat1] = STATE(189), + [sym__concat] = ACTIONS(322), + [anon_sym_RBRACE] = ACTIONS(2252), + [sym_comment] = ACTIONS(52), }, [1023] = { - [sym_file_redirect] = STATE(1147), - [sym_heredoc_redirect] = STATE(1147), - [sym_file_descriptor] = ACTIONS(2708), - [anon_sym_PIPE] = ACTIONS(2893), - [anon_sym_RPAREN] = ACTIONS(2893), - [anon_sym_SEMI_SEMI] = ACTIONS(2893), - [anon_sym_PIPE_AMP] = ACTIONS(2893), - [anon_sym_AMP_AMP] = ACTIONS(2893), - [anon_sym_PIPE_PIPE] = ACTIONS(2893), - [anon_sym_LT] = ACTIONS(2713), - [anon_sym_GT] = ACTIONS(2713), - [anon_sym_GT_GT] = ACTIONS(2713), - [anon_sym_AMP_GT] = ACTIONS(2713), - [anon_sym_AMP_GT_GT] = ACTIONS(2713), - [anon_sym_LT_AMP] = ACTIONS(2713), - [anon_sym_GT_AMP] = ACTIONS(2713), - [anon_sym_LT_LT] = ACTIONS(2715), - [anon_sym_LT_LT_DASH] = ACTIONS(2715), - [anon_sym_BQUOTE] = ACTIONS(2893), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2893), - [anon_sym_LF] = ACTIONS(2893), - [anon_sym_AMP] = ACTIONS(2893), + [anon_sym_RBRACE] = ACTIONS(2252), + [sym_comment] = ACTIONS(52), }, [1024] = { - [sym_simple_expansion] = STATE(679), - [sym_expansion] = STATE(679), - [sym__heredoc_middle] = ACTIONS(1419), - [sym__heredoc_end] = ACTIONS(2897), - [anon_sym_DOLLAR] = ACTIONS(993), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(995), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(2254), + [sym_comment] = ACTIONS(52), }, [1025] = { - [sym_file_descriptor] = ACTIONS(451), - [sym__concat] = ACTIONS(2899), - [sym_variable_name] = ACTIONS(451), - [anon_sym_in] = ACTIONS(455), - [anon_sym_PIPE] = ACTIONS(455), - [anon_sym_RPAREN] = ACTIONS(455), - [anon_sym_SEMI_SEMI] = ACTIONS(455), - [anon_sym_RBRACE] = ACTIONS(455), - [anon_sym_PIPE_AMP] = ACTIONS(455), - [anon_sym_AMP_AMP] = ACTIONS(455), - [anon_sym_PIPE_PIPE] = ACTIONS(455), - [anon_sym_RBRACK] = ACTIONS(455), - [anon_sym_RBRACK_RBRACK] = ACTIONS(455), - [anon_sym_LT] = ACTIONS(455), - [anon_sym_GT] = ACTIONS(455), - [anon_sym_GT_GT] = ACTIONS(455), - [anon_sym_AMP_GT] = ACTIONS(455), - [anon_sym_AMP_GT_GT] = ACTIONS(455), - [anon_sym_LT_AMP] = ACTIONS(455), - [anon_sym_GT_AMP] = ACTIONS(455), - [anon_sym_LT_LT] = ACTIONS(455), - [anon_sym_LT_LT_DASH] = ACTIONS(455), - [anon_sym_DQUOTE] = ACTIONS(455), - [sym_raw_string] = ACTIONS(455), - [anon_sym_DOLLAR] = ACTIONS(455), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(455), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(455), - [anon_sym_BQUOTE] = ACTIONS(455), - [anon_sym_LT_LPAREN] = ACTIONS(455), - [anon_sym_GT_LPAREN] = ACTIONS(455), - [sym_word] = ACTIONS(455), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(455), - [anon_sym_LF] = ACTIONS(455), - [anon_sym_AMP] = ACTIONS(455), + [anon_sym_RBRACE] = ACTIONS(2256), + [sym_comment] = ACTIONS(52), }, [1026] = { - [sym_simple_expansion] = STATE(222), - [sym_expansion] = STATE(222), - [sym_command_substitution] = STATE(222), - [anon_sym_DQUOTE] = ACTIONS(2901), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(445), - [anon_sym_DOLLAR] = ACTIONS(199), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(201), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(203), - [anon_sym_BQUOTE] = ACTIONS(205), - [sym_comment] = ACTIONS(85), + [sym__concat] = ACTIONS(1974), + [anon_sym_PIPE] = ACTIONS(1974), + [anon_sym_RPAREN] = ACTIONS(1974), + [anon_sym_RBRACK] = ACTIONS(1974), + [sym_comment] = ACTIONS(52), }, [1027] = { - [anon_sym_in] = ACTIONS(2903), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(1978), + [anon_sym_PIPE] = ACTIONS(1978), + [anon_sym_RPAREN] = ACTIONS(1978), + [anon_sym_RBRACK] = ACTIONS(1978), + [sym_comment] = ACTIONS(52), }, [1028] = { - [sym_case_item] = STATE(555), - [sym_concatenation] = STATE(556), - [sym_string] = STATE(554), - [sym_simple_expansion] = STATE(554), - [sym_expansion] = STATE(554), - [sym_command_substitution] = STATE(554), - [sym_process_substitution] = STATE(554), - [aux_sym_case_statement_repeat1] = STATE(1021), - [anon_sym_esac] = ACTIONS(2593), - [anon_sym_DQUOTE] = ACTIONS(313), - [sym_raw_string] = ACTIONS(1131), - [anon_sym_DOLLAR] = ACTIONS(317), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(319), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(321), - [anon_sym_BQUOTE] = ACTIONS(323), - [anon_sym_LT_LPAREN] = ACTIONS(325), - [anon_sym_GT_LPAREN] = ACTIONS(325), - [sym_word] = ACTIONS(1133), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(2258), + [sym_comment] = ACTIONS(52), }, [1029] = { - [sym_concatenation] = STATE(545), - [sym_string] = STATE(544), - [sym_simple_expansion] = STATE(544), - [sym_expansion] = STATE(544), - [sym_command_substitution] = STATE(544), - [sym_process_substitution] = STATE(544), - [anon_sym_SEMI_SEMI] = ACTIONS(2905), - [anon_sym_DQUOTE] = ACTIONS(1097), - [sym_raw_string] = ACTIONS(1099), - [anon_sym_DOLLAR] = ACTIONS(1101), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1103), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1105), - [anon_sym_BQUOTE] = ACTIONS(1107), - [anon_sym_LT_LPAREN] = ACTIONS(1109), - [anon_sym_GT_LPAREN] = ACTIONS(1109), - [sym_word] = ACTIONS(1099), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2905), - [anon_sym_LF] = ACTIONS(2905), - [anon_sym_AMP] = ACTIONS(2905), + [anon_sym_RBRACE] = ACTIONS(2260), + [sym_comment] = ACTIONS(52), }, [1030] = { - [sym_do_group] = STATE(1109), - [anon_sym_do] = ACTIONS(2907), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(1974), + [sym__concat] = ACTIONS(1974), + [sym_variable_name] = ACTIONS(1974), + [anon_sym_PIPE] = ACTIONS(1976), + [anon_sym_RPAREN] = ACTIONS(1976), + [anon_sym_SEMI_SEMI] = ACTIONS(1976), + [anon_sym_PIPE_AMP] = ACTIONS(1976), + [anon_sym_AMP_AMP] = ACTIONS(1976), + [anon_sym_PIPE_PIPE] = ACTIONS(1976), + [anon_sym_LT] = ACTIONS(1976), + [anon_sym_GT] = ACTIONS(1976), + [anon_sym_GT_GT] = ACTIONS(1976), + [anon_sym_AMP_GT] = ACTIONS(1976), + [anon_sym_AMP_GT_GT] = ACTIONS(1976), + [anon_sym_LT_AMP] = ACTIONS(1976), + [anon_sym_GT_AMP] = ACTIONS(1976), + [anon_sym_DQUOTE] = ACTIONS(1976), + [sym_raw_string] = ACTIONS(1976), + [anon_sym_DOLLAR] = ACTIONS(1976), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1976), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1976), + [anon_sym_BQUOTE] = ACTIONS(1976), + [anon_sym_LT_LPAREN] = ACTIONS(1976), + [anon_sym_GT_LPAREN] = ACTIONS(1976), + [sym_word] = ACTIONS(1976), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1976), + [anon_sym_LF] = ACTIONS(1976), + [anon_sym_AMP] = ACTIONS(1976), }, [1031] = { - [anon_sym_PIPE] = ACTIONS(1111), - [anon_sym_RPAREN] = ACTIONS(1111), - [anon_sym_SEMI_SEMI] = ACTIONS(1111), - [anon_sym_PIPE_AMP] = ACTIONS(1111), - [anon_sym_AMP_AMP] = ACTIONS(1111), - [anon_sym_PIPE_PIPE] = ACTIONS(1111), - [anon_sym_BQUOTE] = ACTIONS(1111), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1111), - [anon_sym_LF] = ACTIONS(1111), - [anon_sym_AMP] = ACTIONS(1111), + [sym_file_descriptor] = ACTIONS(1978), + [sym__concat] = ACTIONS(1978), + [sym_variable_name] = ACTIONS(1978), + [anon_sym_PIPE] = ACTIONS(1980), + [anon_sym_RPAREN] = ACTIONS(1980), + [anon_sym_SEMI_SEMI] = ACTIONS(1980), + [anon_sym_PIPE_AMP] = ACTIONS(1980), + [anon_sym_AMP_AMP] = ACTIONS(1980), + [anon_sym_PIPE_PIPE] = ACTIONS(1980), + [anon_sym_LT] = ACTIONS(1980), + [anon_sym_GT] = ACTIONS(1980), + [anon_sym_GT_GT] = ACTIONS(1980), + [anon_sym_AMP_GT] = ACTIONS(1980), + [anon_sym_AMP_GT_GT] = ACTIONS(1980), + [anon_sym_LT_AMP] = ACTIONS(1980), + [anon_sym_GT_AMP] = ACTIONS(1980), + [anon_sym_DQUOTE] = ACTIONS(1980), + [sym_raw_string] = ACTIONS(1980), + [anon_sym_DOLLAR] = ACTIONS(1980), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1980), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1980), + [anon_sym_BQUOTE] = ACTIONS(1980), + [anon_sym_LT_LPAREN] = ACTIONS(1980), + [anon_sym_GT_LPAREN] = ACTIONS(1980), + [sym_word] = ACTIONS(1980), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1980), + [anon_sym_LF] = ACTIONS(1980), + [anon_sym_AMP] = ACTIONS(1980), }, [1032] = { - [sym__terminated_statement] = STATE(126), - [sym_for_statement] = STATE(23), - [sym_while_statement] = STATE(23), - [sym_if_statement] = STATE(23), - [sym_case_statement] = STATE(23), - [sym_function_definition] = STATE(23), - [sym_subshell] = STATE(23), - [sym_pipeline] = STATE(23), - [sym_list] = STATE(23), - [sym_bracket_command] = STATE(23), - [sym_command] = STATE(23), - [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(25), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_done] = ACTIONS(2848), - [anon_sym_if] = ACTIONS(101), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACK] = ACTIONS(2262), + [sym_comment] = ACTIONS(52), }, [1033] = { - [anon_sym_then] = ACTIONS(2909), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACK] = ACTIONS(2264), + [sym_comment] = ACTIONS(52), }, [1034] = { - [anon_sym_PIPE] = ACTIONS(1115), - [anon_sym_RPAREN] = ACTIONS(1115), - [anon_sym_SEMI_SEMI] = ACTIONS(1115), - [anon_sym_PIPE_AMP] = ACTIONS(1115), - [anon_sym_AMP_AMP] = ACTIONS(1115), - [anon_sym_PIPE_PIPE] = ACTIONS(1115), - [anon_sym_BQUOTE] = ACTIONS(1115), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1115), - [anon_sym_LF] = ACTIONS(1115), - [anon_sym_AMP] = ACTIONS(1115), + [anon_sym_RBRACE] = ACTIONS(2266), + [sym_comment] = ACTIONS(52), }, [1035] = { - [anon_sym_fi] = ACTIONS(2911), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(1668), + [anon_sym_SEMI_SEMI] = ACTIONS(1670), + [anon_sym_DQUOTE] = ACTIONS(1670), + [sym_raw_string] = ACTIONS(1670), + [anon_sym_DOLLAR] = ACTIONS(1670), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1670), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1670), + [anon_sym_BQUOTE] = ACTIONS(1670), + [anon_sym_LT_LPAREN] = ACTIONS(1670), + [anon_sym_GT_LPAREN] = ACTIONS(1670), + [sym_word] = ACTIONS(1670), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1670), + [anon_sym_LF] = ACTIONS(1670), + [anon_sym_AMP] = ACTIONS(1670), }, [1036] = { - [sym__terminated_statement] = STATE(126), - [sym_for_statement] = STATE(23), - [sym_while_statement] = STATE(23), - [sym_if_statement] = STATE(23), - [sym_elif_clause] = STATE(351), - [sym_else_clause] = STATE(1130), - [sym_case_statement] = STATE(23), - [sym_function_definition] = STATE(23), - [sym_subshell] = STATE(23), - [sym_pipeline] = STATE(23), - [sym_list] = STATE(23), - [sym_bracket_command] = STATE(23), - [sym_command] = STATE(23), - [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(25), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [aux_sym_if_statement_repeat1] = STATE(1132), - [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_fi] = ACTIONS(2913), - [anon_sym_elif] = ACTIONS(2854), - [anon_sym_else] = ACTIONS(2857), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(2268), + [sym_comment] = ACTIONS(52), }, [1037] = { - [sym_elif_clause] = STATE(552), - [sym_else_clause] = STATE(1130), - [anon_sym_fi] = ACTIONS(2911), - [anon_sym_elif] = ACTIONS(1125), - [anon_sym_else] = ACTIONS(1127), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(1674), + [anon_sym_SEMI_SEMI] = ACTIONS(1676), + [anon_sym_DQUOTE] = ACTIONS(1676), + [sym_raw_string] = ACTIONS(1676), + [anon_sym_DOLLAR] = ACTIONS(1676), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1676), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1676), + [anon_sym_BQUOTE] = ACTIONS(1676), + [anon_sym_LT_LPAREN] = ACTIONS(1676), + [anon_sym_GT_LPAREN] = ACTIONS(1676), + [sym_word] = ACTIONS(1676), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1676), + [anon_sym_LF] = ACTIONS(1676), + [anon_sym_AMP] = ACTIONS(1676), }, [1038] = { - [aux_sym_concatenation_repeat1] = STATE(158), - [sym__concat] = ACTIONS(359), - [anon_sym_in] = ACTIONS(2760), - [anon_sym_SEMI_SEMI] = ACTIONS(2916), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2916), - [anon_sym_LF] = ACTIONS(2916), - [anon_sym_AMP] = ACTIONS(2916), + [anon_sym_esac] = ACTIONS(2270), + [anon_sym_DQUOTE] = ACTIONS(2272), + [sym_raw_string] = ACTIONS(2272), + [anon_sym_DOLLAR] = ACTIONS(2270), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(2272), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(2272), + [anon_sym_BQUOTE] = ACTIONS(2272), + [anon_sym_LT_LPAREN] = ACTIONS(2272), + [anon_sym_GT_LPAREN] = ACTIONS(2272), + [sym_word] = ACTIONS(2274), + [sym_comment] = ACTIONS(52), }, [1039] = { - [anon_sym_in] = ACTIONS(2760), - [anon_sym_SEMI_SEMI] = ACTIONS(2916), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2916), - [anon_sym_LF] = ACTIONS(2916), - [anon_sym_AMP] = ACTIONS(2916), + [aux_sym_concatenation_repeat1] = STATE(334), + [sym__concat] = ACTIONS(572), + [anon_sym_PIPE] = ACTIONS(2276), + [anon_sym_RPAREN] = ACTIONS(2276), + [sym_comment] = ACTIONS(52), }, [1040] = { - [sym__terminated_statement] = STATE(22), - [sym_for_statement] = STATE(1054), - [sym_while_statement] = STATE(1054), - [sym_if_statement] = STATE(1054), - [sym_case_statement] = STATE(1054), - [sym_function_definition] = STATE(1054), - [sym_subshell] = STATE(1054), - [sym_pipeline] = STATE(1054), - [sym_list] = STATE(1054), - [sym_bracket_command] = STATE(1054), - [sym_command] = STATE(1054), - [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(1055), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [aux_sym_program_repeat1] = STATE(1056), - [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), + [anon_sym_PIPE] = ACTIONS(2276), + [anon_sym_RPAREN] = ACTIONS(2276), + [sym_comment] = ACTIONS(52), }, [1041] = { - [sym_concatenation] = STATE(58), - [sym_string] = STATE(52), - [sym_simple_expansion] = STATE(52), - [sym_expansion] = STATE(52), - [sym_command_substitution] = STATE(52), - [sym_process_substitution] = STATE(52), - [aux_sym_for_statement_repeat1] = STATE(1062), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(165), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(177), - [sym_comment] = ACTIONS(133), + [sym__terminated_statement] = STATE(134), + [sym_for_statement] = STATE(23), + [sym_while_statement] = STATE(23), + [sym_if_statement] = STATE(23), + [sym_case_statement] = STATE(23), + [sym_function_definition] = STATE(23), + [sym_subshell] = STATE(23), + [sym_pipeline] = STATE(23), + [sym_list] = STATE(23), + [sym_bracket_command] = STATE(23), + [sym_command] = STATE(23), + [sym_command_name] = STATE(24), + [sym_environment_variable_assignment] = STATE(25), + [sym_subscript] = STATE(26), + [sym_file_redirect] = STATE(27), + [sym_concatenation] = STATE(28), + [sym_string] = STATE(14), + [sym_simple_expansion] = STATE(14), + [sym_expansion] = STATE(14), + [sym_command_substitution] = STATE(14), + [sym_process_substitution] = STATE(14), + [aux_sym_command_repeat1] = STATE(30), + [sym_file_descriptor] = ACTIONS(10), + [sym_variable_name] = ACTIONS(12), + [anon_sym_for] = ACTIONS(16), + [anon_sym_while] = ACTIONS(18), + [anon_sym_if] = ACTIONS(20), + [anon_sym_case] = ACTIONS(22), + [anon_sym_SEMI_SEMI] = ACTIONS(2278), + [anon_sym_function] = ACTIONS(24), + [anon_sym_LPAREN] = ACTIONS(26), + [anon_sym_LBRACK] = ACTIONS(28), + [anon_sym_LBRACK_LBRACK] = ACTIONS(30), + [anon_sym_LT] = ACTIONS(32), + [anon_sym_GT] = ACTIONS(32), + [anon_sym_GT_GT] = ACTIONS(34), + [anon_sym_AMP_GT] = ACTIONS(32), + [anon_sym_AMP_GT_GT] = ACTIONS(34), + [anon_sym_LT_AMP] = ACTIONS(34), + [anon_sym_GT_AMP] = ACTIONS(34), + [anon_sym_DQUOTE] = ACTIONS(36), + [sym_raw_string] = ACTIONS(38), + [anon_sym_DOLLAR] = ACTIONS(40), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(42), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(44), + [anon_sym_BQUOTE] = ACTIONS(46), + [anon_sym_LT_LPAREN] = ACTIONS(48), + [anon_sym_GT_LPAREN] = ACTIONS(48), + [sym_word] = ACTIONS(50), + [sym_comment] = ACTIONS(52), }, [1042] = { - [sym_concatenation] = STATE(58), - [sym_string] = STATE(52), - [sym_simple_expansion] = STATE(52), - [sym_expansion] = STATE(52), - [sym_command_substitution] = STATE(52), - [sym_process_substitution] = STATE(52), - [aux_sym_for_statement_repeat1] = STATE(1153), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(165), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(177), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(2178), + [anon_sym_in] = ACTIONS(2180), + [anon_sym_SEMI_SEMI] = ACTIONS(2180), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(2180), + [anon_sym_LF] = ACTIONS(2180), + [anon_sym_AMP] = ACTIONS(2180), }, [1043] = { - [aux_sym_concatenation_repeat1] = STATE(77), - [sym_file_descriptor] = ACTIONS(207), - [sym__concat] = ACTIONS(209), - [anon_sym_PIPE] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(2918), - [anon_sym_SEMI_SEMI] = ACTIONS(211), - [anon_sym_PIPE_AMP] = ACTIONS(211), - [anon_sym_AMP_AMP] = ACTIONS(211), - [anon_sym_PIPE_PIPE] = ACTIONS(211), - [anon_sym_LT] = ACTIONS(211), - [anon_sym_GT] = ACTIONS(211), - [anon_sym_GT_GT] = ACTIONS(211), - [anon_sym_AMP_GT] = ACTIONS(211), - [anon_sym_AMP_GT_GT] = ACTIONS(211), - [anon_sym_LT_AMP] = ACTIONS(211), - [anon_sym_GT_AMP] = ACTIONS(211), - [anon_sym_LT_LT] = ACTIONS(211), - [anon_sym_LT_LT_DASH] = ACTIONS(211), - [anon_sym_DQUOTE] = ACTIONS(211), - [sym_raw_string] = ACTIONS(211), - [anon_sym_DOLLAR] = ACTIONS(211), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(211), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(211), - [anon_sym_BQUOTE] = ACTIONS(211), - [anon_sym_LT_LPAREN] = ACTIONS(211), - [anon_sym_GT_LPAREN] = ACTIONS(211), - [sym_word] = ACTIONS(211), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(211), - [anon_sym_LF] = ACTIONS(211), - [anon_sym_AMP] = ACTIONS(211), + [sym__concat] = ACTIONS(2182), + [anon_sym_in] = ACTIONS(2184), + [anon_sym_SEMI_SEMI] = ACTIONS(2184), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(2184), + [anon_sym_LF] = ACTIONS(2184), + [anon_sym_AMP] = ACTIONS(2184), }, [1044] = { - [aux_sym_concatenation_repeat1] = STATE(77), - [sym_file_descriptor] = ACTIONS(207), - [sym__concat] = ACTIONS(209), - [anon_sym_PIPE] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(2918), - [anon_sym_SEMI_SEMI] = ACTIONS(211), - [anon_sym_LPAREN] = ACTIONS(2922), - [anon_sym_PIPE_AMP] = ACTIONS(211), - [anon_sym_AMP_AMP] = ACTIONS(211), - [anon_sym_PIPE_PIPE] = ACTIONS(211), - [anon_sym_LT] = ACTIONS(211), - [anon_sym_GT] = ACTIONS(211), - [anon_sym_GT_GT] = ACTIONS(211), - [anon_sym_AMP_GT] = ACTIONS(211), - [anon_sym_AMP_GT_GT] = ACTIONS(211), - [anon_sym_LT_AMP] = ACTIONS(211), - [anon_sym_GT_AMP] = ACTIONS(211), - [anon_sym_LT_LT] = ACTIONS(211), - [anon_sym_LT_LT_DASH] = ACTIONS(211), - [anon_sym_DQUOTE] = ACTIONS(211), - [sym_raw_string] = ACTIONS(211), - [anon_sym_DOLLAR] = ACTIONS(211), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(211), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(211), - [anon_sym_BQUOTE] = ACTIONS(211), - [anon_sym_LT_LPAREN] = ACTIONS(211), - [anon_sym_GT_LPAREN] = ACTIONS(211), - [sym_word] = ACTIONS(211), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(211), - [anon_sym_LF] = ACTIONS(211), - [anon_sym_AMP] = ACTIONS(211), + [sym__concat] = ACTIONS(2178), + [anon_sym_RBRACE] = ACTIONS(2178), + [anon_sym_RBRACK] = ACTIONS(2280), + [anon_sym_DQUOTE] = ACTIONS(2178), + [sym_raw_string] = ACTIONS(2178), + [anon_sym_DOLLAR] = ACTIONS(2280), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(2178), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(2178), + [anon_sym_BQUOTE] = ACTIONS(2178), + [anon_sym_LT_LPAREN] = ACTIONS(2178), + [anon_sym_GT_LPAREN] = ACTIONS(2178), + [sym_word] = ACTIONS(2180), + [sym_comment] = ACTIONS(52), }, [1045] = { - [anon_sym_PIPE] = ACTIONS(2924), - [anon_sym_RPAREN] = ACTIONS(961), - [anon_sym_SEMI_SEMI] = ACTIONS(961), - [anon_sym_PIPE_AMP] = ACTIONS(2924), - [anon_sym_AMP_AMP] = ACTIONS(2927), - [anon_sym_PIPE_PIPE] = ACTIONS(2927), - [anon_sym_BQUOTE] = ACTIONS(961), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(961), - [anon_sym_LF] = ACTIONS(961), - [anon_sym_AMP] = ACTIONS(961), + [sym__concat] = ACTIONS(2182), + [anon_sym_RBRACE] = ACTIONS(2182), + [anon_sym_RBRACK] = ACTIONS(2282), + [anon_sym_DQUOTE] = ACTIONS(2182), + [sym_raw_string] = ACTIONS(2182), + [anon_sym_DOLLAR] = ACTIONS(2282), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(2182), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(2182), + [anon_sym_BQUOTE] = ACTIONS(2182), + [anon_sym_LT_LPAREN] = ACTIONS(2182), + [anon_sym_GT_LPAREN] = ACTIONS(2182), + [sym_word] = ACTIONS(2184), + [sym_comment] = ACTIONS(52), }, [1046] = { - [sym_file_redirect] = STATE(1119), - [sym_heredoc_redirect] = STATE(1119), - [sym_concatenation] = STATE(123), - [sym_string] = STATE(121), - [sym_simple_expansion] = STATE(121), - [sym_expansion] = STATE(121), - [sym_command_substitution] = STATE(121), - [sym_process_substitution] = STATE(121), - [aux_sym_for_statement_repeat1] = STATE(1155), - [aux_sym_command_repeat2] = STATE(1156), - [sym_file_descriptor] = ACTIONS(2708), - [anon_sym_PIPE] = ACTIONS(279), - [anon_sym_RPAREN] = ACTIONS(279), - [anon_sym_SEMI_SEMI] = ACTIONS(279), - [anon_sym_PIPE_AMP] = ACTIONS(279), - [anon_sym_AMP_AMP] = ACTIONS(279), - [anon_sym_PIPE_PIPE] = ACTIONS(279), - [anon_sym_LT] = ACTIONS(2713), - [anon_sym_GT] = ACTIONS(2713), - [anon_sym_GT_GT] = ACTIONS(2713), - [anon_sym_AMP_GT] = ACTIONS(2713), - [anon_sym_AMP_GT_GT] = ACTIONS(2713), - [anon_sym_LT_AMP] = ACTIONS(2713), - [anon_sym_GT_AMP] = ACTIONS(2713), - [anon_sym_LT_LT] = ACTIONS(2715), - [anon_sym_LT_LT_DASH] = ACTIONS(2715), - [anon_sym_DQUOTE] = ACTIONS(285), - [sym_raw_string] = ACTIONS(287), - [anon_sym_DOLLAR] = ACTIONS(289), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(291), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(293), - [anon_sym_BQUOTE] = ACTIONS(2930), - [anon_sym_LT_LPAREN] = ACTIONS(297), - [anon_sym_GT_LPAREN] = ACTIONS(297), - [sym_word] = ACTIONS(287), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(279), - [anon_sym_LF] = ACTIONS(279), - [anon_sym_AMP] = ACTIONS(279), + [sym__concat] = ACTIONS(2178), + [anon_sym_RBRACK_RBRACK] = ACTIONS(2280), + [anon_sym_DQUOTE] = ACTIONS(2178), + [sym_raw_string] = ACTIONS(2178), + [anon_sym_DOLLAR] = ACTIONS(2280), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(2178), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(2178), + [anon_sym_BQUOTE] = ACTIONS(2178), + [anon_sym_LT_LPAREN] = ACTIONS(2178), + [anon_sym_GT_LPAREN] = ACTIONS(2178), + [sym_word] = ACTIONS(2180), + [sym_comment] = ACTIONS(52), }, [1047] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(2924), - [anon_sym_RPAREN] = ACTIONS(961), - [anon_sym_SEMI_SEMI] = ACTIONS(961), - [anon_sym_PIPE_AMP] = ACTIONS(2924), - [anon_sym_AMP_AMP] = ACTIONS(2927), - [anon_sym_PIPE_PIPE] = ACTIONS(2927), - [anon_sym_LT] = ACTIONS(301), - [anon_sym_GT] = ACTIONS(301), - [anon_sym_GT_GT] = ACTIONS(301), - [anon_sym_AMP_GT] = ACTIONS(301), - [anon_sym_AMP_GT_GT] = ACTIONS(301), - [anon_sym_LT_AMP] = ACTIONS(301), - [anon_sym_GT_AMP] = ACTIONS(301), - [anon_sym_DQUOTE] = ACTIONS(301), - [sym_raw_string] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(301), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(301), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(301), - [anon_sym_BQUOTE] = ACTIONS(2933), - [anon_sym_LT_LPAREN] = ACTIONS(301), - [anon_sym_GT_LPAREN] = ACTIONS(301), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(961), - [anon_sym_LF] = ACTIONS(961), - [anon_sym_AMP] = ACTIONS(961), + [sym__concat] = ACTIONS(2182), + [anon_sym_RBRACK_RBRACK] = ACTIONS(2282), + [anon_sym_DQUOTE] = ACTIONS(2182), + [sym_raw_string] = ACTIONS(2182), + [anon_sym_DOLLAR] = ACTIONS(2282), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(2182), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(2182), + [anon_sym_BQUOTE] = ACTIONS(2182), + [anon_sym_LT_LPAREN] = ACTIONS(2182), + [anon_sym_GT_LPAREN] = ACTIONS(2182), + [sym_word] = ACTIONS(2184), + [sym_comment] = ACTIONS(52), }, [1048] = { - [sym_file_descriptor] = ACTIONS(207), - [anon_sym_PIPE] = ACTIONS(2918), - [anon_sym_RPAREN] = ACTIONS(2918), - [anon_sym_SEMI_SEMI] = ACTIONS(211), - [anon_sym_PIPE_AMP] = ACTIONS(211), - [anon_sym_AMP_AMP] = ACTIONS(211), - [anon_sym_PIPE_PIPE] = ACTIONS(211), - [anon_sym_LT] = ACTIONS(211), - [anon_sym_GT] = ACTIONS(211), - [anon_sym_GT_GT] = ACTIONS(211), - [anon_sym_AMP_GT] = ACTIONS(211), - [anon_sym_AMP_GT_GT] = ACTIONS(211), - [anon_sym_LT_AMP] = ACTIONS(211), - [anon_sym_GT_AMP] = ACTIONS(211), - [anon_sym_LT_LT] = ACTIONS(211), - [anon_sym_LT_LT_DASH] = ACTIONS(211), - [anon_sym_DQUOTE] = ACTIONS(211), - [sym_raw_string] = ACTIONS(211), - [anon_sym_DOLLAR] = ACTIONS(211), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(211), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(211), - [anon_sym_BQUOTE] = ACTIONS(211), - [anon_sym_LT_LPAREN] = ACTIONS(211), - [anon_sym_GT_LPAREN] = ACTIONS(211), - [sym_word] = ACTIONS(211), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(211), - [anon_sym_LF] = ACTIONS(211), - [anon_sym_AMP] = ACTIONS(211), + [sym_file_descriptor] = ACTIONS(2178), + [sym__concat] = ACTIONS(2178), + [sym_variable_name] = ACTIONS(2178), + [anon_sym_LT] = ACTIONS(2280), + [anon_sym_GT] = ACTIONS(2280), + [anon_sym_GT_GT] = ACTIONS(2178), + [anon_sym_AMP_GT] = ACTIONS(2280), + [anon_sym_AMP_GT_GT] = ACTIONS(2178), + [anon_sym_LT_AMP] = ACTIONS(2178), + [anon_sym_GT_AMP] = ACTIONS(2178), + [anon_sym_DQUOTE] = ACTIONS(2178), + [sym_raw_string] = ACTIONS(2178), + [anon_sym_DOLLAR] = ACTIONS(2280), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(2178), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(2178), + [anon_sym_BQUOTE] = ACTIONS(2178), + [anon_sym_LT_LPAREN] = ACTIONS(2178), + [anon_sym_GT_LPAREN] = ACTIONS(2178), + [sym_word] = ACTIONS(2280), + [sym_comment] = ACTIONS(52), }, [1049] = { - [anon_sym_esac] = ACTIONS(2936), - [anon_sym_DQUOTE] = ACTIONS(2939), - [sym_raw_string] = ACTIONS(2939), - [anon_sym_DOLLAR] = ACTIONS(2936), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2939), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2939), - [anon_sym_BQUOTE] = ACTIONS(2939), - [anon_sym_LT_LPAREN] = ACTIONS(2939), - [anon_sym_GT_LPAREN] = ACTIONS(2939), - [sym_word] = ACTIONS(2942), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(2182), + [sym__concat] = ACTIONS(2182), + [sym_variable_name] = ACTIONS(2182), + [anon_sym_LT] = ACTIONS(2282), + [anon_sym_GT] = ACTIONS(2282), + [anon_sym_GT_GT] = ACTIONS(2182), + [anon_sym_AMP_GT] = ACTIONS(2282), + [anon_sym_AMP_GT_GT] = ACTIONS(2182), + [anon_sym_LT_AMP] = ACTIONS(2182), + [anon_sym_GT_AMP] = ACTIONS(2182), + [anon_sym_DQUOTE] = ACTIONS(2182), + [sym_raw_string] = ACTIONS(2182), + [anon_sym_DOLLAR] = ACTIONS(2282), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(2182), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(2182), + [anon_sym_BQUOTE] = ACTIONS(2182), + [anon_sym_LT_LPAREN] = ACTIONS(2182), + [anon_sym_GT_LPAREN] = ACTIONS(2182), + [sym_word] = ACTIONS(2282), + [sym_comment] = ACTIONS(52), }, [1050] = { - [sym__terminated_statement] = STATE(126), - [sym_for_statement] = STATE(23), - [sym_while_statement] = STATE(23), - [sym_if_statement] = STATE(23), - [sym_case_statement] = STATE(23), - [sym_function_definition] = STATE(23), - [sym_subshell] = STATE(23), - [sym_pipeline] = STATE(23), - [sym_list] = STATE(23), - [sym_bracket_command] = STATE(23), - [sym_command] = STATE(23), - [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(25), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_case] = ACTIONS(103), - [anon_sym_SEMI_SEMI] = ACTIONS(2860), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), + [anon_sym_DQUOTE] = ACTIONS(2180), + [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(2280), + [anon_sym_DOLLAR] = ACTIONS(2180), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(2180), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(2180), + [anon_sym_BQUOTE] = ACTIONS(2180), + [sym_comment] = ACTIONS(142), }, [1051] = { - [anon_sym_LPAREN] = ACTIONS(2945), - [sym_comment] = ACTIONS(133), + [anon_sym_DQUOTE] = ACTIONS(2184), + [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(2282), + [anon_sym_DOLLAR] = ACTIONS(2184), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(2184), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(2184), + [anon_sym_BQUOTE] = ACTIONS(2184), + [sym_comment] = ACTIONS(142), }, [1052] = { - [sym_compound_statement] = STATE(1008), - [sym_file_descriptor] = ACTIONS(1039), - [sym_variable_name] = ACTIONS(1039), - [anon_sym_PIPE] = ACTIONS(1041), - [anon_sym_RPAREN] = ACTIONS(1041), - [anon_sym_SEMI_SEMI] = ACTIONS(1041), - [anon_sym_LBRACE] = ACTIONS(2273), - [anon_sym_PIPE_AMP] = ACTIONS(1041), - [anon_sym_AMP_AMP] = ACTIONS(1041), - [anon_sym_PIPE_PIPE] = ACTIONS(1041), - [anon_sym_LT] = ACTIONS(1041), - [anon_sym_GT] = ACTIONS(1041), - [anon_sym_GT_GT] = ACTIONS(1041), - [anon_sym_AMP_GT] = ACTIONS(1041), - [anon_sym_AMP_GT_GT] = ACTIONS(1041), - [anon_sym_LT_AMP] = ACTIONS(1041), - [anon_sym_GT_AMP] = ACTIONS(1041), - [anon_sym_DQUOTE] = ACTIONS(1041), - [sym_raw_string] = ACTIONS(1041), - [anon_sym_DOLLAR] = ACTIONS(1041), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1041), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1041), - [anon_sym_BQUOTE] = ACTIONS(1041), - [anon_sym_LT_LPAREN] = ACTIONS(1041), - [anon_sym_GT_LPAREN] = ACTIONS(1041), - [sym_word] = ACTIONS(1041), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1041), - [anon_sym_LF] = ACTIONS(1041), - [anon_sym_AMP] = ACTIONS(1041), + [anon_sym_RBRACK] = ACTIONS(2284), + [sym_comment] = ACTIONS(52), }, [1053] = { - [aux_sym_concatenation_repeat1] = STATE(77), - [sym_file_descriptor] = ACTIONS(207), - [sym__concat] = ACTIONS(209), - [anon_sym_PIPE] = ACTIONS(211), - [anon_sym_RPAREN] = ACTIONS(2947), - [anon_sym_SEMI_SEMI] = ACTIONS(211), - [anon_sym_LPAREN] = ACTIONS(261), - [anon_sym_PIPE_AMP] = ACTIONS(211), - [anon_sym_AMP_AMP] = ACTIONS(211), - [anon_sym_PIPE_PIPE] = ACTIONS(211), - [anon_sym_LT] = ACTIONS(211), - [anon_sym_GT] = ACTIONS(211), - [anon_sym_GT_GT] = ACTIONS(211), - [anon_sym_AMP_GT] = ACTIONS(211), - [anon_sym_AMP_GT_GT] = ACTIONS(211), - [anon_sym_LT_AMP] = ACTIONS(211), - [anon_sym_GT_AMP] = ACTIONS(211), - [anon_sym_LT_LT] = ACTIONS(211), - [anon_sym_LT_LT_DASH] = ACTIONS(211), - [anon_sym_DQUOTE] = ACTIONS(211), - [sym_raw_string] = ACTIONS(211), - [anon_sym_DOLLAR] = ACTIONS(211), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(211), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(211), - [anon_sym_BQUOTE] = ACTIONS(211), - [anon_sym_LT_LPAREN] = ACTIONS(211), - [anon_sym_GT_LPAREN] = ACTIONS(211), - [sym_word] = ACTIONS(2947), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(211), - [anon_sym_LF] = ACTIONS(211), - [anon_sym_AMP] = ACTIONS(211), + [anon_sym_RBRACK] = ACTIONS(2286), + [sym_comment] = ACTIONS(52), }, [1054] = { - [anon_sym_PIPE] = ACTIONS(271), - [anon_sym_RPAREN] = ACTIONS(2950), - [anon_sym_SEMI_SEMI] = ACTIONS(2952), - [anon_sym_PIPE_AMP] = ACTIONS(271), - [anon_sym_AMP_AMP] = ACTIONS(275), - [anon_sym_PIPE_PIPE] = ACTIONS(275), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2952), - [anon_sym_LF] = ACTIONS(2952), - [anon_sym_AMP] = ACTIONS(2952), + [anon_sym_RBRACE] = ACTIONS(2288), + [sym_comment] = ACTIONS(52), }, [1055] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(271), - [anon_sym_RPAREN] = ACTIONS(2950), - [anon_sym_SEMI_SEMI] = ACTIONS(2952), - [anon_sym_PIPE_AMP] = ACTIONS(271), - [anon_sym_AMP_AMP] = ACTIONS(275), - [anon_sym_PIPE_PIPE] = ACTIONS(275), - [anon_sym_LT] = ACTIONS(301), - [anon_sym_GT] = ACTIONS(301), - [anon_sym_GT_GT] = ACTIONS(301), - [anon_sym_AMP_GT] = ACTIONS(301), - [anon_sym_AMP_GT_GT] = ACTIONS(301), - [anon_sym_LT_AMP] = ACTIONS(301), - [anon_sym_GT_AMP] = ACTIONS(301), - [anon_sym_DQUOTE] = ACTIONS(301), - [sym_raw_string] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(301), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(301), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(301), - [anon_sym_BQUOTE] = ACTIONS(301), - [anon_sym_LT_LPAREN] = ACTIONS(301), - [anon_sym_GT_LPAREN] = ACTIONS(301), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2952), - [anon_sym_LF] = ACTIONS(2952), - [anon_sym_AMP] = ACTIONS(2952), + [sym_file_descriptor] = ACTIONS(1668), + [sym__concat] = ACTIONS(1668), + [sym_variable_name] = ACTIONS(1668), + [anon_sym_PIPE] = ACTIONS(1940), + [anon_sym_RPAREN] = ACTIONS(1668), + [anon_sym_PIPE_AMP] = ACTIONS(1668), + [anon_sym_AMP_AMP] = ACTIONS(1668), + [anon_sym_PIPE_PIPE] = ACTIONS(1940), + [anon_sym_LT] = ACTIONS(1940), + [anon_sym_GT] = ACTIONS(1940), + [anon_sym_GT_GT] = ACTIONS(1668), + [anon_sym_AMP_GT] = ACTIONS(1940), + [anon_sym_AMP_GT_GT] = ACTIONS(1668), + [anon_sym_LT_AMP] = ACTIONS(1668), + [anon_sym_GT_AMP] = ACTIONS(1668), + [anon_sym_DQUOTE] = ACTIONS(1668), + [sym_raw_string] = ACTIONS(1668), + [anon_sym_DOLLAR] = ACTIONS(1940), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1668), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1668), + [anon_sym_BQUOTE] = ACTIONS(1668), + [anon_sym_LT_LPAREN] = ACTIONS(1668), + [anon_sym_GT_LPAREN] = ACTIONS(1668), + [sym_word] = ACTIONS(1670), + [sym_comment] = ACTIONS(52), }, [1056] = { - [sym__terminated_statement] = STATE(126), - [sym_for_statement] = STATE(1129), - [sym_while_statement] = STATE(1129), - [sym_if_statement] = STATE(1129), - [sym_case_statement] = STATE(1129), - [sym_function_definition] = STATE(1129), - [sym_subshell] = STATE(1129), - [sym_pipeline] = STATE(1129), - [sym_list] = STATE(1129), - [sym_bracket_command] = STATE(1129), - [sym_command] = STATE(1129), - [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(1131), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(2290), + [sym_comment] = ACTIONS(52), }, [1057] = { - [anon_sym_PIPE] = ACTIONS(1697), - [anon_sym_RPAREN] = ACTIONS(1697), - [anon_sym_SEMI_SEMI] = ACTIONS(1697), - [anon_sym_PIPE_AMP] = ACTIONS(1697), - [anon_sym_AMP_AMP] = ACTIONS(1697), - [anon_sym_PIPE_PIPE] = ACTIONS(1697), - [anon_sym_BQUOTE] = ACTIONS(1697), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1697), - [anon_sym_LF] = ACTIONS(1697), - [anon_sym_AMP] = ACTIONS(1697), + [sym_file_descriptor] = ACTIONS(1674), + [sym__concat] = ACTIONS(1674), + [sym_variable_name] = ACTIONS(1674), + [anon_sym_PIPE] = ACTIONS(1944), + [anon_sym_RPAREN] = ACTIONS(1674), + [anon_sym_PIPE_AMP] = ACTIONS(1674), + [anon_sym_AMP_AMP] = ACTIONS(1674), + [anon_sym_PIPE_PIPE] = ACTIONS(1944), + [anon_sym_LT] = ACTIONS(1944), + [anon_sym_GT] = ACTIONS(1944), + [anon_sym_GT_GT] = ACTIONS(1674), + [anon_sym_AMP_GT] = ACTIONS(1944), + [anon_sym_AMP_GT_GT] = ACTIONS(1674), + [anon_sym_LT_AMP] = ACTIONS(1674), + [anon_sym_GT_AMP] = ACTIONS(1674), + [anon_sym_DQUOTE] = ACTIONS(1674), + [sym_raw_string] = ACTIONS(1674), + [anon_sym_DOLLAR] = ACTIONS(1944), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1674), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1674), + [anon_sym_BQUOTE] = ACTIONS(1674), + [anon_sym_LT_LPAREN] = ACTIONS(1674), + [anon_sym_GT_LPAREN] = ACTIONS(1674), + [sym_word] = ACTIONS(1676), + [sym_comment] = ACTIONS(52), }, [1058] = { - [sym__terminated_statement] = STATE(126), - [sym_for_statement] = STATE(23), - [sym_while_statement] = STATE(23), - [sym_if_statement] = STATE(23), - [sym_case_statement] = STATE(23), - [sym_function_definition] = STATE(23), - [sym_subshell] = STATE(23), - [sym_pipeline] = STATE(23), - [sym_list] = STATE(23), - [sym_bracket_command] = STATE(23), - [sym_command] = STATE(23), - [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(25), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(2862), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), + [anon_sym_PIPE] = ACTIONS(2292), + [anon_sym_RPAREN] = ACTIONS(2294), + [anon_sym_PIPE_AMP] = ACTIONS(2294), + [anon_sym_AMP_AMP] = ACTIONS(2294), + [anon_sym_PIPE_PIPE] = ACTIONS(2294), + [anon_sym_BQUOTE] = ACTIONS(2294), + [sym_comment] = ACTIONS(52), }, [1059] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(383), - [anon_sym_RBRACK] = ACTIONS(2954), - [anon_sym_DQUOTE] = ACTIONS(387), - [sym_raw_string] = ACTIONS(387), - [anon_sym_DOLLAR] = ACTIONS(385), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(387), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(387), - [anon_sym_BQUOTE] = ACTIONS(387), - [anon_sym_LT_LPAREN] = ACTIONS(387), - [anon_sym_GT_LPAREN] = ACTIONS(387), - [sym_word] = ACTIONS(389), - [sym_comment] = ACTIONS(133), + [anon_sym_PIPE] = ACTIONS(2296), + [anon_sym_RPAREN] = ACTIONS(2298), + [anon_sym_PIPE_AMP] = ACTIONS(2298), + [anon_sym_AMP_AMP] = ACTIONS(2298), + [anon_sym_PIPE_PIPE] = ACTIONS(2298), + [anon_sym_BQUOTE] = ACTIONS(2298), + [sym_comment] = ACTIONS(52), }, [1060] = { - [anon_sym_RBRACK] = ACTIONS(2957), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(2178), + [sym__concat] = ACTIONS(2178), + [anon_sym_PIPE] = ACTIONS(2280), + [anon_sym_RPAREN] = ACTIONS(2178), + [anon_sym_PIPE_AMP] = ACTIONS(2178), + [anon_sym_AMP_AMP] = ACTIONS(2178), + [anon_sym_PIPE_PIPE] = ACTIONS(2280), + [anon_sym_LT] = ACTIONS(2280), + [anon_sym_GT] = ACTIONS(2280), + [anon_sym_GT_GT] = ACTIONS(2178), + [anon_sym_AMP_GT] = ACTIONS(2280), + [anon_sym_AMP_GT_GT] = ACTIONS(2178), + [anon_sym_LT_AMP] = ACTIONS(2178), + [anon_sym_GT_AMP] = ACTIONS(2178), + [anon_sym_LT_LT] = ACTIONS(2280), + [anon_sym_LT_LT_DASH] = ACTIONS(2178), + [anon_sym_DQUOTE] = ACTIONS(2178), + [sym_raw_string] = ACTIONS(2178), + [anon_sym_DOLLAR] = ACTIONS(2280), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(2178), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(2178), + [anon_sym_BQUOTE] = ACTIONS(2178), + [anon_sym_LT_LPAREN] = ACTIONS(2178), + [anon_sym_GT_LPAREN] = ACTIONS(2178), + [sym_word] = ACTIONS(2180), + [sym_comment] = ACTIONS(52), }, [1061] = { - [anon_sym_RBRACK] = ACTIONS(2954), - [anon_sym_DQUOTE] = ACTIONS(387), - [sym_raw_string] = ACTIONS(387), - [anon_sym_DOLLAR] = ACTIONS(385), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(387), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(387), - [anon_sym_BQUOTE] = ACTIONS(387), - [anon_sym_LT_LPAREN] = ACTIONS(387), - [anon_sym_GT_LPAREN] = ACTIONS(387), - [sym_word] = ACTIONS(389), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(2182), + [sym__concat] = ACTIONS(2182), + [anon_sym_PIPE] = ACTIONS(2282), + [anon_sym_RPAREN] = ACTIONS(2182), + [anon_sym_PIPE_AMP] = ACTIONS(2182), + [anon_sym_AMP_AMP] = ACTIONS(2182), + [anon_sym_PIPE_PIPE] = ACTIONS(2282), + [anon_sym_LT] = ACTIONS(2282), + [anon_sym_GT] = ACTIONS(2282), + [anon_sym_GT_GT] = ACTIONS(2182), + [anon_sym_AMP_GT] = ACTIONS(2282), + [anon_sym_AMP_GT_GT] = ACTIONS(2182), + [anon_sym_LT_AMP] = ACTIONS(2182), + [anon_sym_GT_AMP] = ACTIONS(2182), + [anon_sym_LT_LT] = ACTIONS(2282), + [anon_sym_LT_LT_DASH] = ACTIONS(2182), + [anon_sym_DQUOTE] = ACTIONS(2182), + [sym_raw_string] = ACTIONS(2182), + [anon_sym_DOLLAR] = ACTIONS(2282), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(2182), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(2182), + [anon_sym_BQUOTE] = ACTIONS(2182), + [anon_sym_LT_LPAREN] = ACTIONS(2182), + [anon_sym_GT_LPAREN] = ACTIONS(2182), + [sym_word] = ACTIONS(2184), + [sym_comment] = ACTIONS(52), }, [1062] = { - [sym_concatenation] = STATE(194), - [sym_string] = STATE(193), - [sym_simple_expansion] = STATE(193), - [sym_expansion] = STATE(193), - [sym_command_substitution] = STATE(193), - [sym_process_substitution] = STATE(193), - [anon_sym_RBRACK] = ACTIONS(2959), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(403), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(405), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACK] = ACTIONS(2300), + [sym_comment] = ACTIONS(52), }, [1063] = { - [sym__heredoc_middle] = ACTIONS(2961), - [sym__heredoc_end] = ACTIONS(2961), - [sym_file_descriptor] = ACTIONS(2961), - [sym__concat] = ACTIONS(2961), - [sym_variable_name] = ACTIONS(2961), - [anon_sym_in] = ACTIONS(2966), - [anon_sym_PIPE] = ACTIONS(2966), - [anon_sym_RPAREN] = ACTIONS(2966), - [anon_sym_SEMI_SEMI] = ACTIONS(2966), - [anon_sym_RBRACE] = ACTIONS(2966), - [anon_sym_PIPE_AMP] = ACTIONS(2966), - [anon_sym_AMP_AMP] = ACTIONS(2966), - [anon_sym_PIPE_PIPE] = ACTIONS(2966), - [anon_sym_RBRACK] = ACTIONS(2966), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2966), - [anon_sym_LT] = ACTIONS(2966), - [anon_sym_GT] = ACTIONS(2966), - [anon_sym_GT_GT] = ACTIONS(2966), - [anon_sym_AMP_GT] = ACTIONS(2966), - [anon_sym_AMP_GT_GT] = ACTIONS(2966), - [anon_sym_LT_AMP] = ACTIONS(2966), - [anon_sym_GT_AMP] = ACTIONS(2966), - [anon_sym_LT_LT] = ACTIONS(2966), - [anon_sym_LT_LT_DASH] = ACTIONS(2966), - [anon_sym_DQUOTE] = ACTIONS(2966), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(2966), - [sym_raw_string] = ACTIONS(2966), - [anon_sym_DOLLAR] = ACTIONS(2966), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2966), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2966), - [anon_sym_BQUOTE] = ACTIONS(2966), - [anon_sym_LT_LPAREN] = ACTIONS(2966), - [anon_sym_GT_LPAREN] = ACTIONS(2966), - [sym_word] = ACTIONS(2966), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2966), - [anon_sym_LF] = ACTIONS(2966), - [anon_sym_AMP] = ACTIONS(2966), + [anon_sym_RBRACK] = ACTIONS(2302), + [sym_comment] = ACTIONS(52), }, [1064] = { - [sym_simple_expansion] = STATE(70), - [sym_expansion] = STATE(70), - [sym_command_substitution] = STATE(70), - [aux_sym_string_repeat1] = STATE(1161), - [anon_sym_DQUOTE] = ACTIONS(2971), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(197), - [anon_sym_DOLLAR] = ACTIONS(199), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(201), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(203), - [anon_sym_BQUOTE] = ACTIONS(205), - [sym_comment] = ACTIONS(85), + [anon_sym_RBRACE] = ACTIONS(2304), + [sym_comment] = ACTIONS(52), }, [1065] = { - [aux_sym_concatenation_repeat1] = STATE(1163), - [sym_file_descriptor] = ACTIONS(627), - [sym__concat] = ACTIONS(2973), - [sym_variable_name] = ACTIONS(627), - [anon_sym_PIPE] = ACTIONS(629), - [anon_sym_RPAREN] = ACTIONS(629), - [anon_sym_SEMI_SEMI] = ACTIONS(629), - [anon_sym_RBRACE] = ACTIONS(2790), - [anon_sym_PIPE_AMP] = ACTIONS(629), - [anon_sym_AMP_AMP] = ACTIONS(629), - [anon_sym_PIPE_PIPE] = ACTIONS(629), - [anon_sym_LT] = ACTIONS(629), - [anon_sym_GT] = ACTIONS(629), - [anon_sym_GT_GT] = ACTIONS(629), - [anon_sym_AMP_GT] = ACTIONS(629), - [anon_sym_AMP_GT_GT] = ACTIONS(629), - [anon_sym_LT_AMP] = ACTIONS(629), - [anon_sym_GT_AMP] = ACTIONS(629), - [anon_sym_DQUOTE] = ACTIONS(629), - [sym_raw_string] = ACTIONS(629), - [anon_sym_DOLLAR] = ACTIONS(629), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(629), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(629), - [anon_sym_BQUOTE] = ACTIONS(629), - [anon_sym_LT_LPAREN] = ACTIONS(629), - [anon_sym_GT_LPAREN] = ACTIONS(629), - [sym_word] = ACTIONS(629), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(629), - [anon_sym_LF] = ACTIONS(629), - [anon_sym_AMP] = ACTIONS(629), + [sym_file_descriptor] = ACTIONS(1668), + [sym__concat] = ACTIONS(1668), + [anon_sym_PIPE] = ACTIONS(1940), + [anon_sym_RPAREN] = ACTIONS(1668), + [anon_sym_PIPE_AMP] = ACTIONS(1668), + [anon_sym_AMP_AMP] = ACTIONS(1668), + [anon_sym_PIPE_PIPE] = ACTIONS(1668), + [anon_sym_LT] = ACTIONS(1940), + [anon_sym_GT] = ACTIONS(1940), + [anon_sym_GT_GT] = ACTIONS(1668), + [anon_sym_AMP_GT] = ACTIONS(1940), + [anon_sym_AMP_GT_GT] = ACTIONS(1668), + [anon_sym_LT_AMP] = ACTIONS(1668), + [anon_sym_GT_AMP] = ACTIONS(1668), + [anon_sym_LT_LT] = ACTIONS(1940), + [anon_sym_LT_LT_DASH] = ACTIONS(1668), + [anon_sym_BQUOTE] = ACTIONS(1668), + [sym_comment] = ACTIONS(52), }, [1066] = { - [sym_special_variable_name] = STATE(1166), - [anon_sym_DOLLAR] = ACTIONS(2975), - [anon_sym_POUND] = ACTIONS(2977), - [anon_sym_AT] = ACTIONS(2975), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(2979), - [anon_sym_STAR] = ACTIONS(2975), - [anon_sym_QMARK] = ACTIONS(2975), - [anon_sym_DASH] = ACTIONS(2975), - [anon_sym_BANG] = ACTIONS(2975), - [anon_sym_0] = ACTIONS(2977), - [anon_sym__] = ACTIONS(2977), + [anon_sym_RBRACE] = ACTIONS(2306), + [sym_comment] = ACTIONS(52), }, [1067] = { - [sym_special_variable_name] = STATE(1169), - [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(2981), - [anon_sym_AT] = ACTIONS(219), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(2983), - [anon_sym_STAR] = ACTIONS(219), - [anon_sym_QMARK] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_0] = ACTIONS(225), - [anon_sym__] = ACTIONS(225), + [sym_file_descriptor] = ACTIONS(1674), + [sym__concat] = ACTIONS(1674), + [anon_sym_PIPE] = ACTIONS(1944), + [anon_sym_RPAREN] = ACTIONS(1674), + [anon_sym_PIPE_AMP] = ACTIONS(1674), + [anon_sym_AMP_AMP] = ACTIONS(1674), + [anon_sym_PIPE_PIPE] = ACTIONS(1674), + [anon_sym_LT] = ACTIONS(1944), + [anon_sym_GT] = ACTIONS(1944), + [anon_sym_GT_GT] = ACTIONS(1674), + [anon_sym_AMP_GT] = ACTIONS(1944), + [anon_sym_AMP_GT_GT] = ACTIONS(1674), + [anon_sym_LT_AMP] = ACTIONS(1674), + [anon_sym_GT_AMP] = ACTIONS(1674), + [anon_sym_LT_LT] = ACTIONS(1944), + [anon_sym_LT_LT_DASH] = ACTIONS(1674), + [anon_sym_BQUOTE] = ACTIONS(1674), + [sym_comment] = ACTIONS(52), }, [1068] = { - [sym_for_statement] = STATE(1170), - [sym_while_statement] = STATE(1170), - [sym_if_statement] = STATE(1170), - [sym_case_statement] = STATE(1170), - [sym_function_definition] = STATE(1170), - [sym_subshell] = STATE(1170), - [sym_pipeline] = STATE(1170), - [sym_list] = STATE(1170), - [sym_bracket_command] = STATE(1170), - [sym_command] = STATE(1170), - [sym_command_name] = STATE(103), - [sym_environment_variable_assignment] = STATE(1171), - [sym_subscript] = STATE(105), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(107), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(2308), + [sym_comment] = ACTIONS(52), }, [1069] = { - [sym_for_statement] = STATE(1172), - [sym_while_statement] = STATE(1172), - [sym_if_statement] = STATE(1172), - [sym_case_statement] = STATE(1172), - [sym_function_definition] = STATE(1172), - [sym_subshell] = STATE(1172), - [sym_pipeline] = STATE(1172), - [sym_list] = STATE(1172), - [sym_bracket_command] = STATE(1172), - [sym_command] = STATE(1172), - [sym_command_name] = STATE(109), - [sym_environment_variable_assignment] = STATE(1173), - [sym_subscript] = STATE(105), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(111), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(2310), + [sym_comment] = ACTIONS(52), }, [1070] = { - [sym_for_statement] = STATE(1174), - [sym_while_statement] = STATE(1174), - [sym_if_statement] = STATE(1174), - [sym_case_statement] = STATE(1174), - [sym_function_definition] = STATE(1174), - [sym_subshell] = STATE(1174), - [sym_pipeline] = STATE(1174), - [sym_list] = STATE(1174), - [sym_bracket_command] = STATE(1174), - [sym_command] = STATE(1174), - [sym_command_name] = STATE(103), - [sym_environment_variable_assignment] = STATE(1175), - [sym_subscript] = STATE(105), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(107), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(1974), + [sym__concat] = ACTIONS(1974), + [anon_sym_PIPE] = ACTIONS(1976), + [anon_sym_RPAREN] = ACTIONS(1976), + [anon_sym_SEMI_SEMI] = ACTIONS(1976), + [anon_sym_PIPE_AMP] = ACTIONS(1976), + [anon_sym_AMP_AMP] = ACTIONS(1976), + [anon_sym_PIPE_PIPE] = ACTIONS(1976), + [anon_sym_LT] = ACTIONS(1976), + [anon_sym_GT] = ACTIONS(1976), + [anon_sym_GT_GT] = ACTIONS(1976), + [anon_sym_AMP_GT] = ACTIONS(1976), + [anon_sym_AMP_GT_GT] = ACTIONS(1976), + [anon_sym_LT_AMP] = ACTIONS(1976), + [anon_sym_GT_AMP] = ACTIONS(1976), + [anon_sym_LT_LT] = ACTIONS(1976), + [anon_sym_LT_LT_DASH] = ACTIONS(1976), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1976), + [anon_sym_LF] = ACTIONS(1976), + [anon_sym_AMP] = ACTIONS(1976), }, [1071] = { - [sym_file_descriptor] = ACTIONS(627), - [sym_variable_name] = ACTIONS(627), - [anon_sym_PIPE] = ACTIONS(629), - [anon_sym_RPAREN] = ACTIONS(629), - [anon_sym_SEMI_SEMI] = ACTIONS(629), - [anon_sym_RBRACE] = ACTIONS(2790), - [anon_sym_PIPE_AMP] = ACTIONS(629), - [anon_sym_AMP_AMP] = ACTIONS(629), - [anon_sym_PIPE_PIPE] = ACTIONS(629), - [anon_sym_LT] = ACTIONS(629), - [anon_sym_GT] = ACTIONS(629), - [anon_sym_GT_GT] = ACTIONS(629), - [anon_sym_AMP_GT] = ACTIONS(629), - [anon_sym_AMP_GT_GT] = ACTIONS(629), - [anon_sym_LT_AMP] = ACTIONS(629), - [anon_sym_GT_AMP] = ACTIONS(629), - [anon_sym_DQUOTE] = ACTIONS(629), - [sym_raw_string] = ACTIONS(629), - [anon_sym_DOLLAR] = ACTIONS(629), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(629), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(629), - [anon_sym_BQUOTE] = ACTIONS(629), - [anon_sym_LT_LPAREN] = ACTIONS(629), - [anon_sym_GT_LPAREN] = ACTIONS(629), - [sym_word] = ACTIONS(629), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(629), - [anon_sym_LF] = ACTIONS(629), - [anon_sym_AMP] = ACTIONS(629), + [sym_file_descriptor] = ACTIONS(1978), + [sym__concat] = ACTIONS(1978), + [anon_sym_PIPE] = ACTIONS(1980), + [anon_sym_RPAREN] = ACTIONS(1980), + [anon_sym_SEMI_SEMI] = ACTIONS(1980), + [anon_sym_PIPE_AMP] = ACTIONS(1980), + [anon_sym_AMP_AMP] = ACTIONS(1980), + [anon_sym_PIPE_PIPE] = ACTIONS(1980), + [anon_sym_LT] = ACTIONS(1980), + [anon_sym_GT] = ACTIONS(1980), + [anon_sym_GT_GT] = ACTIONS(1980), + [anon_sym_AMP_GT] = ACTIONS(1980), + [anon_sym_AMP_GT_GT] = ACTIONS(1980), + [anon_sym_LT_AMP] = ACTIONS(1980), + [anon_sym_GT_AMP] = ACTIONS(1980), + [anon_sym_LT_LT] = ACTIONS(1980), + [anon_sym_LT_LT_DASH] = ACTIONS(1980), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1980), + [anon_sym_LF] = ACTIONS(1980), + [anon_sym_AMP] = ACTIONS(1980), }, [1072] = { - [sym_simple_expansion] = STATE(70), - [sym_expansion] = STATE(70), - [sym_command_substitution] = STATE(70), - [aux_sym_string_repeat1] = STATE(1177), - [anon_sym_DQUOTE] = ACTIONS(2985), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(197), - [anon_sym_DOLLAR] = ACTIONS(199), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(201), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(203), - [anon_sym_BQUOTE] = ACTIONS(205), - [sym_comment] = ACTIONS(85), + [anon_sym_RBRACK] = ACTIONS(2312), + [sym_comment] = ACTIONS(52), }, [1073] = { - [aux_sym_concatenation_repeat1] = STATE(1179), - [sym_file_descriptor] = ACTIONS(2987), - [sym__concat] = ACTIONS(2990), - [sym_variable_name] = ACTIONS(2987), - [anon_sym_PIPE] = ACTIONS(2992), - [anon_sym_RPAREN] = ACTIONS(2992), - [anon_sym_SEMI_SEMI] = ACTIONS(2992), - [anon_sym_PIPE_AMP] = ACTIONS(2992), - [anon_sym_AMP_AMP] = ACTIONS(2992), - [anon_sym_PIPE_PIPE] = ACTIONS(2992), - [anon_sym_LT] = ACTIONS(2992), - [anon_sym_GT] = ACTIONS(2992), - [anon_sym_GT_GT] = ACTIONS(2992), - [anon_sym_AMP_GT] = ACTIONS(2992), - [anon_sym_AMP_GT_GT] = ACTIONS(2992), - [anon_sym_LT_AMP] = ACTIONS(2992), - [anon_sym_GT_AMP] = ACTIONS(2992), - [anon_sym_LT_LT] = ACTIONS(2992), - [anon_sym_LT_LT_DASH] = ACTIONS(2992), - [anon_sym_DQUOTE] = ACTIONS(2992), - [sym_raw_string] = ACTIONS(2992), - [anon_sym_DOLLAR] = ACTIONS(2992), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2992), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2992), - [anon_sym_BQUOTE] = ACTIONS(2992), - [anon_sym_LT_LPAREN] = ACTIONS(2992), - [anon_sym_GT_LPAREN] = ACTIONS(2992), - [sym_word] = ACTIONS(2992), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2992), - [anon_sym_LF] = ACTIONS(2992), - [anon_sym_AMP] = ACTIONS(2992), + [anon_sym_RBRACK] = ACTIONS(2314), + [sym_comment] = ACTIONS(52), }, [1074] = { - [sym_special_variable_name] = STATE(1182), - [anon_sym_DOLLAR] = ACTIONS(2995), - [anon_sym_POUND] = ACTIONS(2997), - [anon_sym_AT] = ACTIONS(2995), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(2999), - [anon_sym_STAR] = ACTIONS(2995), - [anon_sym_QMARK] = ACTIONS(2995), - [anon_sym_DASH] = ACTIONS(2995), - [anon_sym_BANG] = ACTIONS(2995), - [anon_sym_0] = ACTIONS(2997), - [anon_sym__] = ACTIONS(2997), + [anon_sym_RBRACE] = ACTIONS(2316), + [sym_comment] = ACTIONS(52), }, [1075] = { - [sym_special_variable_name] = STATE(1185), - [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(3001), - [anon_sym_AT] = ACTIONS(219), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(3003), - [anon_sym_STAR] = ACTIONS(219), - [anon_sym_QMARK] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_0] = ACTIONS(225), - [anon_sym__] = ACTIONS(225), + [sym__heredoc_middle] = ACTIONS(1668), + [sym__heredoc_end] = ACTIONS(1668), + [anon_sym_DOLLAR] = ACTIONS(1940), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1668), + [sym_comment] = ACTIONS(52), }, [1076] = { - [sym_for_statement] = STATE(1186), - [sym_while_statement] = STATE(1186), - [sym_if_statement] = STATE(1186), - [sym_case_statement] = STATE(1186), - [sym_function_definition] = STATE(1186), - [sym_subshell] = STATE(1186), - [sym_pipeline] = STATE(1186), - [sym_list] = STATE(1186), - [sym_bracket_command] = STATE(1186), - [sym_command] = STATE(1186), - [sym_command_name] = STATE(103), - [sym_environment_variable_assignment] = STATE(1187), - [sym_subscript] = STATE(105), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(107), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(2318), + [sym_comment] = ACTIONS(52), }, [1077] = { - [sym_for_statement] = STATE(1188), - [sym_while_statement] = STATE(1188), - [sym_if_statement] = STATE(1188), - [sym_case_statement] = STATE(1188), - [sym_function_definition] = STATE(1188), - [sym_subshell] = STATE(1188), - [sym_pipeline] = STATE(1188), - [sym_list] = STATE(1188), - [sym_bracket_command] = STATE(1188), - [sym_command] = STATE(1188), - [sym_command_name] = STATE(109), - [sym_environment_variable_assignment] = STATE(1189), - [sym_subscript] = STATE(105), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(111), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), + [sym__heredoc_middle] = ACTIONS(1674), + [sym__heredoc_end] = ACTIONS(1674), + [anon_sym_DOLLAR] = ACTIONS(1944), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1674), + [sym_comment] = ACTIONS(52), }, [1078] = { - [sym_for_statement] = STATE(1190), - [sym_while_statement] = STATE(1190), - [sym_if_statement] = STATE(1190), - [sym_case_statement] = STATE(1190), - [sym_function_definition] = STATE(1190), - [sym_subshell] = STATE(1190), - [sym_pipeline] = STATE(1190), - [sym_list] = STATE(1190), - [sym_bracket_command] = STATE(1190), - [sym_command] = STATE(1190), - [sym_command_name] = STATE(103), - [sym_environment_variable_assignment] = STATE(1191), - [sym_subscript] = STATE(105), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(107), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(2178), + [anon_sym_PIPE] = ACTIONS(2178), + [anon_sym_RPAREN] = ACTIONS(2178), + [anon_sym_RBRACK] = ACTIONS(2178), + [sym_comment] = ACTIONS(52), }, [1079] = { - [sym_file_descriptor] = ACTIONS(2987), - [sym_variable_name] = ACTIONS(2987), - [anon_sym_PIPE] = ACTIONS(2992), - [anon_sym_RPAREN] = ACTIONS(2992), - [anon_sym_SEMI_SEMI] = ACTIONS(2992), - [anon_sym_PIPE_AMP] = ACTIONS(2992), - [anon_sym_AMP_AMP] = ACTIONS(2992), - [anon_sym_PIPE_PIPE] = ACTIONS(2992), - [anon_sym_LT] = ACTIONS(2992), - [anon_sym_GT] = ACTIONS(2992), - [anon_sym_GT_GT] = ACTIONS(2992), - [anon_sym_AMP_GT] = ACTIONS(2992), - [anon_sym_AMP_GT_GT] = ACTIONS(2992), - [anon_sym_LT_AMP] = ACTIONS(2992), - [anon_sym_GT_AMP] = ACTIONS(2992), - [anon_sym_LT_LT] = ACTIONS(2992), - [anon_sym_LT_LT_DASH] = ACTIONS(2992), - [anon_sym_DQUOTE] = ACTIONS(2992), - [sym_raw_string] = ACTIONS(2992), - [anon_sym_DOLLAR] = ACTIONS(2992), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2992), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2992), - [anon_sym_BQUOTE] = ACTIONS(2992), - [anon_sym_LT_LPAREN] = ACTIONS(2992), - [anon_sym_GT_LPAREN] = ACTIONS(2992), - [sym_word] = ACTIONS(2992), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2992), - [anon_sym_LF] = ACTIONS(2992), - [anon_sym_AMP] = ACTIONS(2992), + [sym__concat] = ACTIONS(2182), + [anon_sym_PIPE] = ACTIONS(2182), + [anon_sym_RPAREN] = ACTIONS(2182), + [anon_sym_RBRACK] = ACTIONS(2182), + [sym_comment] = ACTIONS(52), }, [1080] = { - [sym_file_descriptor] = ACTIONS(425), - [sym__concat] = ACTIONS(425), - [sym_variable_name] = ACTIONS(425), - [anon_sym_in] = ACTIONS(427), - [anon_sym_PIPE] = ACTIONS(427), - [anon_sym_RPAREN] = ACTIONS(427), - [anon_sym_SEMI_SEMI] = ACTIONS(427), - [anon_sym_RBRACE] = ACTIONS(427), - [anon_sym_PIPE_AMP] = ACTIONS(427), - [anon_sym_AMP_AMP] = ACTIONS(427), - [anon_sym_PIPE_PIPE] = ACTIONS(427), - [anon_sym_RBRACK] = ACTIONS(427), - [anon_sym_RBRACK_RBRACK] = ACTIONS(427), - [anon_sym_LT] = ACTIONS(427), - [anon_sym_GT] = ACTIONS(427), - [anon_sym_GT_GT] = ACTIONS(427), - [anon_sym_AMP_GT] = ACTIONS(427), - [anon_sym_AMP_GT_GT] = ACTIONS(427), - [anon_sym_LT_AMP] = ACTIONS(427), - [anon_sym_GT_AMP] = ACTIONS(427), - [anon_sym_LT_LT] = ACTIONS(427), - [anon_sym_LT_LT_DASH] = ACTIONS(427), - [anon_sym_DQUOTE] = ACTIONS(427), - [sym_raw_string] = ACTIONS(427), - [anon_sym_DOLLAR] = ACTIONS(427), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(427), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(427), - [anon_sym_BQUOTE] = ACTIONS(427), - [anon_sym_LT_LPAREN] = ACTIONS(427), - [anon_sym_GT_LPAREN] = ACTIONS(427), - [sym_word] = ACTIONS(427), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(427), - [anon_sym_LF] = ACTIONS(427), - [anon_sym_AMP] = ACTIONS(427), + [sym_file_descriptor] = ACTIONS(2178), + [sym__concat] = ACTIONS(2178), + [sym_variable_name] = ACTIONS(2178), + [anon_sym_PIPE] = ACTIONS(2180), + [anon_sym_RPAREN] = ACTIONS(2180), + [anon_sym_SEMI_SEMI] = ACTIONS(2180), + [anon_sym_PIPE_AMP] = ACTIONS(2180), + [anon_sym_AMP_AMP] = ACTIONS(2180), + [anon_sym_PIPE_PIPE] = ACTIONS(2180), + [anon_sym_LT] = ACTIONS(2180), + [anon_sym_GT] = ACTIONS(2180), + [anon_sym_GT_GT] = ACTIONS(2180), + [anon_sym_AMP_GT] = ACTIONS(2180), + [anon_sym_AMP_GT_GT] = ACTIONS(2180), + [anon_sym_LT_AMP] = ACTIONS(2180), + [anon_sym_GT_AMP] = ACTIONS(2180), + [anon_sym_DQUOTE] = ACTIONS(2180), + [sym_raw_string] = ACTIONS(2180), + [anon_sym_DOLLAR] = ACTIONS(2180), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(2180), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(2180), + [anon_sym_BQUOTE] = ACTIONS(2180), + [anon_sym_LT_LPAREN] = ACTIONS(2180), + [anon_sym_GT_LPAREN] = ACTIONS(2180), + [sym_word] = ACTIONS(2180), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(2180), + [anon_sym_LF] = ACTIONS(2180), + [anon_sym_AMP] = ACTIONS(2180), }, [1081] = { - [sym_string] = STATE(1192), - [sym_simple_expansion] = STATE(1192), - [sym_expansion] = STATE(1192), - [sym_command_substitution] = STATE(1192), - [sym_process_substitution] = STATE(1192), - [anon_sym_DQUOTE] = ACTIONS(2639), - [sym_raw_string] = ACTIONS(3005), - [anon_sym_DOLLAR] = ACTIONS(2643), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2645), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2647), - [anon_sym_BQUOTE] = ACTIONS(2649), - [anon_sym_LT_LPAREN] = ACTIONS(2651), - [anon_sym_GT_LPAREN] = ACTIONS(2651), - [sym_word] = ACTIONS(3007), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(2182), + [sym__concat] = ACTIONS(2182), + [sym_variable_name] = ACTIONS(2182), + [anon_sym_PIPE] = ACTIONS(2184), + [anon_sym_RPAREN] = ACTIONS(2184), + [anon_sym_SEMI_SEMI] = ACTIONS(2184), + [anon_sym_PIPE_AMP] = ACTIONS(2184), + [anon_sym_AMP_AMP] = ACTIONS(2184), + [anon_sym_PIPE_PIPE] = ACTIONS(2184), + [anon_sym_LT] = ACTIONS(2184), + [anon_sym_GT] = ACTIONS(2184), + [anon_sym_GT_GT] = ACTIONS(2184), + [anon_sym_AMP_GT] = ACTIONS(2184), + [anon_sym_AMP_GT_GT] = ACTIONS(2184), + [anon_sym_LT_AMP] = ACTIONS(2184), + [anon_sym_GT_AMP] = ACTIONS(2184), + [anon_sym_DQUOTE] = ACTIONS(2184), + [sym_raw_string] = ACTIONS(2184), + [anon_sym_DOLLAR] = ACTIONS(2184), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(2184), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(2184), + [anon_sym_BQUOTE] = ACTIONS(2184), + [anon_sym_LT_LPAREN] = ACTIONS(2184), + [anon_sym_GT_LPAREN] = ACTIONS(2184), + [sym_word] = ACTIONS(2184), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(2184), + [anon_sym_LF] = ACTIONS(2184), + [anon_sym_AMP] = ACTIONS(2184), }, [1082] = { - [anon_sym_SEMI_SEMI] = ACTIONS(3009), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(3009), - [anon_sym_LF] = ACTIONS(3009), - [anon_sym_AMP] = ACTIONS(3009), + [anon_sym_RBRACE] = ACTIONS(2320), + [sym_comment] = ACTIONS(52), }, [1083] = { - [anon_sym_in] = ACTIONS(3011), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(2322), + [sym_comment] = ACTIONS(52), }, [1084] = { - [sym__heredoc_middle] = ACTIONS(3013), - [sym__heredoc_end] = ACTIONS(3013), - [sym_file_descriptor] = ACTIONS(3013), - [sym__concat] = ACTIONS(3013), - [sym_variable_name] = ACTIONS(3013), - [anon_sym_in] = ACTIONS(3016), - [anon_sym_PIPE] = ACTIONS(3016), - [anon_sym_RPAREN] = ACTIONS(3016), - [anon_sym_SEMI_SEMI] = ACTIONS(3016), - [anon_sym_RBRACE] = ACTIONS(3016), - [anon_sym_PIPE_AMP] = ACTIONS(3016), - [anon_sym_AMP_AMP] = ACTIONS(3016), - [anon_sym_PIPE_PIPE] = ACTIONS(3016), - [anon_sym_RBRACK] = ACTIONS(3016), - [anon_sym_RBRACK_RBRACK] = ACTIONS(3016), - [anon_sym_LT] = ACTIONS(3016), - [anon_sym_GT] = ACTIONS(3016), - [anon_sym_GT_GT] = ACTIONS(3016), - [anon_sym_AMP_GT] = ACTIONS(3016), - [anon_sym_AMP_GT_GT] = ACTIONS(3016), - [anon_sym_LT_AMP] = ACTIONS(3016), - [anon_sym_GT_AMP] = ACTIONS(3016), - [anon_sym_LT_LT] = ACTIONS(3016), - [anon_sym_LT_LT_DASH] = ACTIONS(3016), - [anon_sym_DQUOTE] = ACTIONS(3016), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(3016), - [sym_raw_string] = ACTIONS(3016), - [anon_sym_DOLLAR] = ACTIONS(3016), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(3016), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(3016), - [anon_sym_BQUOTE] = ACTIONS(3016), - [anon_sym_LT_LPAREN] = ACTIONS(3016), - [anon_sym_GT_LPAREN] = ACTIONS(3016), - [sym_word] = ACTIONS(3016), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(3016), - [anon_sym_LF] = ACTIONS(3016), - [anon_sym_AMP] = ACTIONS(3016), + [sym__concat] = ACTIONS(1974), + [anon_sym_SEMI_SEMI] = ACTIONS(1976), + [anon_sym_DQUOTE] = ACTIONS(1976), + [sym_raw_string] = ACTIONS(1976), + [anon_sym_DOLLAR] = ACTIONS(1976), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1976), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1976), + [anon_sym_BQUOTE] = ACTIONS(1976), + [anon_sym_LT_LPAREN] = ACTIONS(1976), + [anon_sym_GT_LPAREN] = ACTIONS(1976), + [sym_word] = ACTIONS(1976), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1976), + [anon_sym_LF] = ACTIONS(1976), + [anon_sym_AMP] = ACTIONS(1976), }, [1085] = { - [sym__heredoc_middle] = ACTIONS(457), - [sym__heredoc_end] = ACTIONS(457), - [sym_file_descriptor] = ACTIONS(457), - [sym__concat] = ACTIONS(457), - [sym_variable_name] = ACTIONS(457), - [anon_sym_in] = ACTIONS(459), - [anon_sym_PIPE] = ACTIONS(459), - [anon_sym_RPAREN] = ACTIONS(459), - [anon_sym_SEMI_SEMI] = ACTIONS(459), - [anon_sym_RBRACE] = ACTIONS(459), - [anon_sym_PIPE_AMP] = ACTIONS(459), - [anon_sym_AMP_AMP] = ACTIONS(459), - [anon_sym_PIPE_PIPE] = ACTIONS(459), - [anon_sym_RBRACK] = ACTIONS(459), - [anon_sym_RBRACK_RBRACK] = ACTIONS(459), - [anon_sym_LT] = ACTIONS(459), - [anon_sym_GT] = ACTIONS(459), - [anon_sym_GT_GT] = ACTIONS(459), - [anon_sym_AMP_GT] = ACTIONS(459), - [anon_sym_AMP_GT_GT] = ACTIONS(459), - [anon_sym_LT_AMP] = ACTIONS(459), - [anon_sym_GT_AMP] = ACTIONS(459), - [anon_sym_LT_LT] = ACTIONS(459), - [anon_sym_LT_LT_DASH] = ACTIONS(459), - [anon_sym_DQUOTE] = ACTIONS(459), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(459), - [sym_raw_string] = ACTIONS(459), - [anon_sym_DOLLAR] = ACTIONS(459), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(459), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(459), - [anon_sym_BQUOTE] = ACTIONS(459), - [anon_sym_LT_LPAREN] = ACTIONS(459), - [anon_sym_GT_LPAREN] = ACTIONS(459), - [sym_word] = ACTIONS(459), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(459), - [anon_sym_LF] = ACTIONS(459), - [anon_sym_AMP] = ACTIONS(459), + [sym__concat] = ACTIONS(1978), + [anon_sym_SEMI_SEMI] = ACTIONS(1980), + [anon_sym_DQUOTE] = ACTIONS(1980), + [sym_raw_string] = ACTIONS(1980), + [anon_sym_DOLLAR] = ACTIONS(1980), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1980), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1980), + [anon_sym_BQUOTE] = ACTIONS(1980), + [anon_sym_LT_LPAREN] = ACTIONS(1980), + [anon_sym_GT_LPAREN] = ACTIONS(1980), + [sym_word] = ACTIONS(1980), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(1980), + [anon_sym_LF] = ACTIONS(1980), + [anon_sym_AMP] = ACTIONS(1980), }, [1086] = { - [sym__heredoc_middle] = ACTIONS(461), - [sym__heredoc_end] = ACTIONS(461), - [sym_file_descriptor] = ACTIONS(461), - [sym__concat] = ACTIONS(461), - [sym_variable_name] = ACTIONS(461), - [anon_sym_in] = ACTIONS(463), - [anon_sym_PIPE] = ACTIONS(463), - [anon_sym_RPAREN] = ACTIONS(463), - [anon_sym_SEMI_SEMI] = ACTIONS(463), - [anon_sym_RBRACE] = ACTIONS(463), - [anon_sym_PIPE_AMP] = ACTIONS(463), - [anon_sym_AMP_AMP] = ACTIONS(463), - [anon_sym_PIPE_PIPE] = ACTIONS(463), - [anon_sym_RBRACK] = ACTIONS(463), - [anon_sym_RBRACK_RBRACK] = ACTIONS(463), - [anon_sym_LT] = ACTIONS(463), - [anon_sym_GT] = ACTIONS(463), - [anon_sym_GT_GT] = ACTIONS(463), - [anon_sym_AMP_GT] = ACTIONS(463), - [anon_sym_AMP_GT_GT] = ACTIONS(463), - [anon_sym_LT_AMP] = ACTIONS(463), - [anon_sym_GT_AMP] = ACTIONS(463), - [anon_sym_LT_LT] = ACTIONS(463), - [anon_sym_LT_LT_DASH] = ACTIONS(463), - [anon_sym_DQUOTE] = ACTIONS(463), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(463), - [sym_raw_string] = ACTIONS(463), - [anon_sym_DOLLAR] = ACTIONS(463), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(463), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(463), - [anon_sym_BQUOTE] = ACTIONS(463), - [anon_sym_LT_LPAREN] = ACTIONS(463), - [anon_sym_GT_LPAREN] = ACTIONS(463), - [sym_word] = ACTIONS(463), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(463), - [anon_sym_LF] = ACTIONS(463), - [anon_sym_AMP] = ACTIONS(463), + [anon_sym_esac] = ACTIONS(2324), + [anon_sym_DQUOTE] = ACTIONS(2326), + [sym_raw_string] = ACTIONS(2326), + [anon_sym_DOLLAR] = ACTIONS(2324), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(2326), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(2326), + [anon_sym_BQUOTE] = ACTIONS(2326), + [anon_sym_LT_LPAREN] = ACTIONS(2326), + [anon_sym_GT_LPAREN] = ACTIONS(2326), + [sym_word] = ACTIONS(2328), + [sym_comment] = ACTIONS(52), }, [1087] = { - [sym__heredoc_middle] = ACTIONS(465), - [sym__heredoc_end] = ACTIONS(465), - [sym_file_descriptor] = ACTIONS(465), - [sym__concat] = ACTIONS(465), - [sym_variable_name] = ACTIONS(465), - [anon_sym_in] = ACTIONS(467), - [anon_sym_PIPE] = ACTIONS(467), - [anon_sym_RPAREN] = ACTIONS(467), - [anon_sym_SEMI_SEMI] = ACTIONS(467), - [anon_sym_RBRACE] = ACTIONS(467), - [anon_sym_PIPE_AMP] = ACTIONS(467), - [anon_sym_AMP_AMP] = ACTIONS(467), - [anon_sym_PIPE_PIPE] = ACTIONS(467), - [anon_sym_RBRACK] = ACTIONS(467), - [anon_sym_RBRACK_RBRACK] = ACTIONS(467), - [anon_sym_LT] = ACTIONS(467), - [anon_sym_GT] = ACTIONS(467), - [anon_sym_GT_GT] = ACTIONS(467), - [anon_sym_AMP_GT] = ACTIONS(467), - [anon_sym_AMP_GT_GT] = ACTIONS(467), - [anon_sym_LT_AMP] = ACTIONS(467), - [anon_sym_GT_AMP] = ACTIONS(467), - [anon_sym_LT_LT] = ACTIONS(467), - [anon_sym_LT_LT_DASH] = ACTIONS(467), - [anon_sym_DQUOTE] = ACTIONS(467), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(467), - [sym_raw_string] = ACTIONS(467), - [anon_sym_DOLLAR] = ACTIONS(467), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(467), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(467), - [anon_sym_BQUOTE] = ACTIONS(467), - [anon_sym_LT_LPAREN] = ACTIONS(467), - [anon_sym_GT_LPAREN] = ACTIONS(467), - [sym_word] = ACTIONS(467), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(467), - [anon_sym_LF] = ACTIONS(467), - [anon_sym_AMP] = ACTIONS(467), + [anon_sym_RBRACE] = ACTIONS(2330), + [sym_comment] = ACTIONS(52), }, [1088] = { - [anon_sym_RBRACE] = ACTIONS(3019), - [anon_sym_LBRACK] = ACTIONS(3021), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(2332), + [sym_comment] = ACTIONS(52), }, [1089] = { - [anon_sym_RBRACE] = ACTIONS(3023), - [anon_sym_LBRACK] = ACTIONS(3025), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(1974), + [sym__concat] = ACTIONS(1974), + [sym_variable_name] = ACTIONS(1974), + [anon_sym_PIPE] = ACTIONS(2162), + [anon_sym_RPAREN] = ACTIONS(1974), + [anon_sym_PIPE_AMP] = ACTIONS(1974), + [anon_sym_AMP_AMP] = ACTIONS(1974), + [anon_sym_PIPE_PIPE] = ACTIONS(2162), + [anon_sym_LT] = ACTIONS(2162), + [anon_sym_GT] = ACTIONS(2162), + [anon_sym_GT_GT] = ACTIONS(1974), + [anon_sym_AMP_GT] = ACTIONS(2162), + [anon_sym_AMP_GT_GT] = ACTIONS(1974), + [anon_sym_LT_AMP] = ACTIONS(1974), + [anon_sym_GT_AMP] = ACTIONS(1974), + [anon_sym_DQUOTE] = ACTIONS(1974), + [sym_raw_string] = ACTIONS(1974), + [anon_sym_DOLLAR] = ACTIONS(2162), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1974), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1974), + [anon_sym_BQUOTE] = ACTIONS(1974), + [anon_sym_LT_LPAREN] = ACTIONS(1974), + [anon_sym_GT_LPAREN] = ACTIONS(1974), + [sym_word] = ACTIONS(1976), + [sym_comment] = ACTIONS(52), }, [1090] = { - [anon_sym_RBRACE] = ACTIONS(3027), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(1978), + [sym__concat] = ACTIONS(1978), + [sym_variable_name] = ACTIONS(1978), + [anon_sym_PIPE] = ACTIONS(2164), + [anon_sym_RPAREN] = ACTIONS(1978), + [anon_sym_PIPE_AMP] = ACTIONS(1978), + [anon_sym_AMP_AMP] = ACTIONS(1978), + [anon_sym_PIPE_PIPE] = ACTIONS(2164), + [anon_sym_LT] = ACTIONS(2164), + [anon_sym_GT] = ACTIONS(2164), + [anon_sym_GT_GT] = ACTIONS(1978), + [anon_sym_AMP_GT] = ACTIONS(2164), + [anon_sym_AMP_GT_GT] = ACTIONS(1978), + [anon_sym_LT_AMP] = ACTIONS(1978), + [anon_sym_GT_AMP] = ACTIONS(1978), + [anon_sym_DQUOTE] = ACTIONS(1978), + [sym_raw_string] = ACTIONS(1978), + [anon_sym_DOLLAR] = ACTIONS(2164), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1978), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1978), + [anon_sym_BQUOTE] = ACTIONS(1978), + [anon_sym_LT_LPAREN] = ACTIONS(1978), + [anon_sym_GT_LPAREN] = ACTIONS(1978), + [sym_word] = ACTIONS(1980), + [sym_comment] = ACTIONS(52), }, [1091] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(383), - [anon_sym_RBRACE] = ACTIONS(3029), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(2334), + [sym_comment] = ACTIONS(52), }, [1092] = { - [anon_sym_RBRACE] = ACTIONS(3029), - [sym_comment] = ACTIONS(133), + [anon_sym_RBRACE] = ACTIONS(2336), + [sym_comment] = ACTIONS(52), }, [1093] = { - [anon_sym_PIPE] = ACTIONS(547), - [anon_sym_PIPE_AMP] = ACTIONS(549), - [anon_sym_AMP_AMP] = ACTIONS(551), - [anon_sym_PIPE_PIPE] = ACTIONS(551), - [anon_sym_BQUOTE] = ACTIONS(3031), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(1974), + [sym__concat] = ACTIONS(1974), + [anon_sym_PIPE] = ACTIONS(2162), + [anon_sym_RPAREN] = ACTIONS(1974), + [anon_sym_PIPE_AMP] = ACTIONS(1974), + [anon_sym_AMP_AMP] = ACTIONS(1974), + [anon_sym_PIPE_PIPE] = ACTIONS(1974), + [anon_sym_LT] = ACTIONS(2162), + [anon_sym_GT] = ACTIONS(2162), + [anon_sym_GT_GT] = ACTIONS(1974), + [anon_sym_AMP_GT] = ACTIONS(2162), + [anon_sym_AMP_GT_GT] = ACTIONS(1974), + [anon_sym_LT_AMP] = ACTIONS(1974), + [anon_sym_GT_AMP] = ACTIONS(1974), + [anon_sym_LT_LT] = ACTIONS(2162), + [anon_sym_LT_LT_DASH] = ACTIONS(1974), + [anon_sym_BQUOTE] = ACTIONS(1974), + [sym_comment] = ACTIONS(52), }, [1094] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(547), - [anon_sym_PIPE_AMP] = ACTIONS(549), - [anon_sym_AMP_AMP] = ACTIONS(551), - [anon_sym_PIPE_PIPE] = ACTIONS(553), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(3033), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(1978), + [sym__concat] = ACTIONS(1978), + [anon_sym_PIPE] = ACTIONS(2164), + [anon_sym_RPAREN] = ACTIONS(1978), + [anon_sym_PIPE_AMP] = ACTIONS(1978), + [anon_sym_AMP_AMP] = ACTIONS(1978), + [anon_sym_PIPE_PIPE] = ACTIONS(1978), + [anon_sym_LT] = ACTIONS(2164), + [anon_sym_GT] = ACTIONS(2164), + [anon_sym_GT_GT] = ACTIONS(1978), + [anon_sym_AMP_GT] = ACTIONS(2164), + [anon_sym_AMP_GT_GT] = ACTIONS(1978), + [anon_sym_LT_AMP] = ACTIONS(1978), + [anon_sym_GT_AMP] = ACTIONS(1978), + [anon_sym_LT_LT] = ACTIONS(2164), + [anon_sym_LT_LT_DASH] = ACTIONS(1978), + [anon_sym_BQUOTE] = ACTIONS(1978), + [sym_comment] = ACTIONS(52), }, [1095] = { - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(3036), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(523), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(2178), + [sym__concat] = ACTIONS(2178), + [anon_sym_PIPE] = ACTIONS(2180), + [anon_sym_RPAREN] = ACTIONS(2180), + [anon_sym_SEMI_SEMI] = ACTIONS(2180), + [anon_sym_PIPE_AMP] = ACTIONS(2180), + [anon_sym_AMP_AMP] = ACTIONS(2180), + [anon_sym_PIPE_PIPE] = ACTIONS(2180), + [anon_sym_LT] = ACTIONS(2180), + [anon_sym_GT] = ACTIONS(2180), + [anon_sym_GT_GT] = ACTIONS(2180), + [anon_sym_AMP_GT] = ACTIONS(2180), + [anon_sym_AMP_GT_GT] = ACTIONS(2180), + [anon_sym_LT_AMP] = ACTIONS(2180), + [anon_sym_GT_AMP] = ACTIONS(2180), + [anon_sym_LT_LT] = ACTIONS(2180), + [anon_sym_LT_LT_DASH] = ACTIONS(2180), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(2180), + [anon_sym_LF] = ACTIONS(2180), + [anon_sym_AMP] = ACTIONS(2180), }, [1096] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(3036), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(543), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(299), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), + [sym_file_descriptor] = ACTIONS(2182), + [sym__concat] = ACTIONS(2182), + [anon_sym_PIPE] = ACTIONS(2184), + [anon_sym_RPAREN] = ACTIONS(2184), + [anon_sym_SEMI_SEMI] = ACTIONS(2184), + [anon_sym_PIPE_AMP] = ACTIONS(2184), + [anon_sym_AMP_AMP] = ACTIONS(2184), + [anon_sym_PIPE_PIPE] = ACTIONS(2184), + [anon_sym_LT] = ACTIONS(2184), + [anon_sym_GT] = ACTIONS(2184), + [anon_sym_GT_GT] = ACTIONS(2184), + [anon_sym_AMP_GT] = ACTIONS(2184), + [anon_sym_AMP_GT_GT] = ACTIONS(2184), + [anon_sym_LT_AMP] = ACTIONS(2184), + [anon_sym_GT_AMP] = ACTIONS(2184), + [anon_sym_LT_LT] = ACTIONS(2184), + [anon_sym_LT_LT_DASH] = ACTIONS(2184), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(2184), + [anon_sym_LF] = ACTIONS(2184), + [anon_sym_AMP] = ACTIONS(2184), }, [1097] = { - [anon_sym_SEMI_SEMI] = ACTIONS(3038), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(3038), - [anon_sym_LF] = ACTIONS(3038), - [anon_sym_AMP] = ACTIONS(3038), + [anon_sym_RBRACE] = ACTIONS(2338), + [sym_comment] = ACTIONS(52), }, [1098] = { - [anon_sym_PIPE] = ACTIONS(3040), - [anon_sym_RPAREN] = ACTIONS(3040), - [anon_sym_SEMI_SEMI] = ACTIONS(3040), - [anon_sym_PIPE_AMP] = ACTIONS(3040), - [anon_sym_AMP_AMP] = ACTIONS(3040), - [anon_sym_PIPE_PIPE] = ACTIONS(3040), - [anon_sym_BQUOTE] = ACTIONS(3040), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(3040), - [anon_sym_LF] = ACTIONS(3040), - [anon_sym_AMP] = ACTIONS(3040), + [anon_sym_RBRACE] = ACTIONS(2340), + [sym_comment] = ACTIONS(52), }, [1099] = { - [anon_sym_PIPE] = ACTIONS(3043), - [anon_sym_RPAREN] = ACTIONS(3043), - [anon_sym_SEMI_SEMI] = ACTIONS(3043), - [anon_sym_PIPE_AMP] = ACTIONS(3043), - [anon_sym_AMP_AMP] = ACTIONS(3043), - [anon_sym_PIPE_PIPE] = ACTIONS(3043), - [anon_sym_BQUOTE] = ACTIONS(3043), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(3043), - [anon_sym_LF] = ACTIONS(3043), - [anon_sym_AMP] = ACTIONS(3043), + [sym__heredoc_middle] = ACTIONS(1974), + [sym__heredoc_end] = ACTIONS(1974), + [anon_sym_DOLLAR] = ACTIONS(2162), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1974), + [sym_comment] = ACTIONS(52), }, [1100] = { - [anon_sym_PIPE] = ACTIONS(1799), - [anon_sym_RPAREN] = ACTIONS(1799), - [anon_sym_SEMI_SEMI] = ACTIONS(1799), - [anon_sym_PIPE_AMP] = ACTIONS(1799), - [anon_sym_AMP_AMP] = ACTIONS(1799), - [anon_sym_PIPE_PIPE] = ACTIONS(1799), - [anon_sym_BQUOTE] = ACTIONS(1799), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1799), - [anon_sym_LF] = ACTIONS(1799), - [anon_sym_AMP] = ACTIONS(1799), + [sym__heredoc_middle] = ACTIONS(1978), + [sym__heredoc_end] = ACTIONS(1978), + [anon_sym_DOLLAR] = ACTIONS(2164), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1978), + [sym_comment] = ACTIONS(52), }, [1101] = { - [sym_file_descriptor] = ACTIONS(1405), - [anon_sym_PIPE] = ACTIONS(1407), - [anon_sym_RPAREN] = ACTIONS(1407), - [anon_sym_SEMI_SEMI] = ACTIONS(1407), - [anon_sym_PIPE_AMP] = ACTIONS(1407), - [anon_sym_AMP_AMP] = ACTIONS(1407), - [anon_sym_PIPE_PIPE] = ACTIONS(1407), - [anon_sym_LT] = ACTIONS(1407), - [anon_sym_GT] = ACTIONS(1407), - [anon_sym_GT_GT] = ACTIONS(1407), - [anon_sym_AMP_GT] = ACTIONS(1407), - [anon_sym_AMP_GT_GT] = ACTIONS(1407), - [anon_sym_LT_AMP] = ACTIONS(1407), - [anon_sym_GT_AMP] = ACTIONS(1407), - [anon_sym_LT_LT] = ACTIONS(1407), - [anon_sym_LT_LT_DASH] = ACTIONS(1407), - [anon_sym_BQUOTE] = ACTIONS(1407), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1407), - [anon_sym_LF] = ACTIONS(1407), - [anon_sym_AMP] = ACTIONS(1407), + [sym__concat] = ACTIONS(2178), + [anon_sym_SEMI_SEMI] = ACTIONS(2180), + [anon_sym_DQUOTE] = ACTIONS(2180), + [sym_raw_string] = ACTIONS(2180), + [anon_sym_DOLLAR] = ACTIONS(2180), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(2180), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(2180), + [anon_sym_BQUOTE] = ACTIONS(2180), + [anon_sym_LT_LPAREN] = ACTIONS(2180), + [anon_sym_GT_LPAREN] = ACTIONS(2180), + [sym_word] = ACTIONS(2180), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(2180), + [anon_sym_LF] = ACTIONS(2180), + [anon_sym_AMP] = ACTIONS(2180), }, [1102] = { - [sym_concatenation] = STATE(1201), - [sym_string] = STATE(1200), - [sym_simple_expansion] = STATE(1200), - [sym_expansion] = STATE(1200), - [sym_command_substitution] = STATE(1200), - [sym_process_substitution] = STATE(1200), - [anon_sym_DQUOTE] = ACTIONS(2401), - [sym_raw_string] = ACTIONS(3046), - [anon_sym_DOLLAR] = ACTIONS(2405), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2407), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2409), - [anon_sym_BQUOTE] = ACTIONS(2411), - [anon_sym_LT_LPAREN] = ACTIONS(2413), - [anon_sym_GT_LPAREN] = ACTIONS(2413), - [sym_word] = ACTIONS(3048), - [sym_comment] = ACTIONS(133), + [sym__concat] = ACTIONS(2182), + [anon_sym_SEMI_SEMI] = ACTIONS(2184), + [anon_sym_DQUOTE] = ACTIONS(2184), + [sym_raw_string] = ACTIONS(2184), + [anon_sym_DOLLAR] = ACTIONS(2184), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(2184), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(2184), + [anon_sym_BQUOTE] = ACTIONS(2184), + [anon_sym_LT_LPAREN] = ACTIONS(2184), + [anon_sym_GT_LPAREN] = ACTIONS(2184), + [sym_word] = ACTIONS(2184), + [sym_comment] = ACTIONS(142), + [anon_sym_SEMI] = ACTIONS(2184), + [anon_sym_LF] = ACTIONS(2184), + [anon_sym_AMP] = ACTIONS(2184), }, [1103] = { - [sym_simple_expansion] = STATE(70), - [sym_expansion] = STATE(70), - [sym_command_substitution] = STATE(70), - [aux_sym_string_repeat1] = STATE(1026), - [anon_sym_DQUOTE] = ACTIONS(3050), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(197), - [anon_sym_DOLLAR] = ACTIONS(199), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(201), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(203), - [anon_sym_BQUOTE] = ACTIONS(205), - [sym_comment] = ACTIONS(85), + [sym_file_descriptor] = ACTIONS(2178), + [sym__concat] = ACTIONS(2178), + [sym_variable_name] = ACTIONS(2178), + [anon_sym_PIPE] = ACTIONS(2280), + [anon_sym_RPAREN] = ACTIONS(2178), + [anon_sym_PIPE_AMP] = ACTIONS(2178), + [anon_sym_AMP_AMP] = ACTIONS(2178), + [anon_sym_PIPE_PIPE] = ACTIONS(2280), + [anon_sym_LT] = ACTIONS(2280), + [anon_sym_GT] = ACTIONS(2280), + [anon_sym_GT_GT] = ACTIONS(2178), + [anon_sym_AMP_GT] = ACTIONS(2280), + [anon_sym_AMP_GT_GT] = ACTIONS(2178), + [anon_sym_LT_AMP] = ACTIONS(2178), + [anon_sym_GT_AMP] = ACTIONS(2178), + [anon_sym_DQUOTE] = ACTIONS(2178), + [sym_raw_string] = ACTIONS(2178), + [anon_sym_DOLLAR] = ACTIONS(2280), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(2178), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(2178), + [anon_sym_BQUOTE] = ACTIONS(2178), + [anon_sym_LT_LPAREN] = ACTIONS(2178), + [anon_sym_GT_LPAREN] = ACTIONS(2178), + [sym_word] = ACTIONS(2180), + [sym_comment] = ACTIONS(52), }, [1104] = { - [sym_file_descriptor] = ACTIONS(3052), - [sym__concat] = ACTIONS(3052), - [sym_variable_name] = ACTIONS(3052), - [anon_sym_in] = ACTIONS(3055), - [anon_sym_PIPE] = ACTIONS(3055), - [anon_sym_RPAREN] = ACTIONS(3055), - [anon_sym_SEMI_SEMI] = ACTIONS(3055), - [anon_sym_RBRACE] = ACTIONS(3055), - [anon_sym_PIPE_AMP] = ACTIONS(3055), - [anon_sym_AMP_AMP] = ACTIONS(3055), - [anon_sym_PIPE_PIPE] = ACTIONS(3055), - [anon_sym_RBRACK] = ACTIONS(3055), - [anon_sym_RBRACK_RBRACK] = ACTIONS(3055), - [anon_sym_LT] = ACTIONS(3055), - [anon_sym_GT] = ACTIONS(3055), - [anon_sym_GT_GT] = ACTIONS(3055), - [anon_sym_AMP_GT] = ACTIONS(3055), - [anon_sym_AMP_GT_GT] = ACTIONS(3055), - [anon_sym_LT_AMP] = ACTIONS(3055), - [anon_sym_GT_AMP] = ACTIONS(3055), - [anon_sym_LT_LT] = ACTIONS(3055), - [anon_sym_LT_LT_DASH] = ACTIONS(3055), - [anon_sym_DQUOTE] = ACTIONS(3055), - [sym_raw_string] = ACTIONS(3055), - [anon_sym_DOLLAR] = ACTIONS(3055), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(3055), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(3055), - [anon_sym_BQUOTE] = ACTIONS(3055), - [anon_sym_LT_LPAREN] = ACTIONS(3055), - [anon_sym_GT_LPAREN] = ACTIONS(3055), - [sym_word] = ACTIONS(3055), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(3055), - [anon_sym_LF] = ACTIONS(3055), - [anon_sym_AMP] = ACTIONS(3055), + [sym_file_descriptor] = ACTIONS(2182), + [sym__concat] = ACTIONS(2182), + [sym_variable_name] = ACTIONS(2182), + [anon_sym_PIPE] = ACTIONS(2282), + [anon_sym_RPAREN] = ACTIONS(2182), + [anon_sym_PIPE_AMP] = ACTIONS(2182), + [anon_sym_AMP_AMP] = ACTIONS(2182), + [anon_sym_PIPE_PIPE] = ACTIONS(2282), + [anon_sym_LT] = ACTIONS(2282), + [anon_sym_GT] = ACTIONS(2282), + [anon_sym_GT_GT] = ACTIONS(2182), + [anon_sym_AMP_GT] = ACTIONS(2282), + [anon_sym_AMP_GT_GT] = ACTIONS(2182), + [anon_sym_LT_AMP] = ACTIONS(2182), + [anon_sym_GT_AMP] = ACTIONS(2182), + [anon_sym_DQUOTE] = ACTIONS(2182), + [sym_raw_string] = ACTIONS(2182), + [anon_sym_DOLLAR] = ACTIONS(2282), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(2182), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(2182), + [anon_sym_BQUOTE] = ACTIONS(2182), + [anon_sym_LT_LPAREN] = ACTIONS(2182), + [anon_sym_GT_LPAREN] = ACTIONS(2182), + [sym_word] = ACTIONS(2184), + [sym_comment] = ACTIONS(52), }, [1105] = { - [sym_special_variable_name] = STATE(1204), - [anon_sym_DOLLAR] = ACTIONS(3058), - [anon_sym_POUND] = ACTIONS(3060), - [anon_sym_AT] = ACTIONS(3058), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(3062), - [anon_sym_STAR] = ACTIONS(3058), - [anon_sym_QMARK] = ACTIONS(3058), - [anon_sym_DASH] = ACTIONS(3058), - [anon_sym_BANG] = ACTIONS(3058), - [anon_sym_0] = ACTIONS(3060), - [anon_sym__] = ACTIONS(3060), + [sym_file_descriptor] = ACTIONS(2178), + [sym__concat] = ACTIONS(2178), + [anon_sym_PIPE] = ACTIONS(2280), + [anon_sym_RPAREN] = ACTIONS(2178), + [anon_sym_PIPE_AMP] = ACTIONS(2178), + [anon_sym_AMP_AMP] = ACTIONS(2178), + [anon_sym_PIPE_PIPE] = ACTIONS(2178), + [anon_sym_LT] = ACTIONS(2280), + [anon_sym_GT] = ACTIONS(2280), + [anon_sym_GT_GT] = ACTIONS(2178), + [anon_sym_AMP_GT] = ACTIONS(2280), + [anon_sym_AMP_GT_GT] = ACTIONS(2178), + [anon_sym_LT_AMP] = ACTIONS(2178), + [anon_sym_GT_AMP] = ACTIONS(2178), + [anon_sym_LT_LT] = ACTIONS(2280), + [anon_sym_LT_LT_DASH] = ACTIONS(2178), + [anon_sym_BQUOTE] = ACTIONS(2178), + [sym_comment] = ACTIONS(52), }, [1106] = { - [sym_special_variable_name] = STATE(1207), - [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(3064), - [anon_sym_AT] = ACTIONS(219), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(3066), - [anon_sym_STAR] = ACTIONS(219), - [anon_sym_QMARK] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_0] = ACTIONS(225), - [anon_sym__] = ACTIONS(225), + [sym_file_descriptor] = ACTIONS(2182), + [sym__concat] = ACTIONS(2182), + [anon_sym_PIPE] = ACTIONS(2282), + [anon_sym_RPAREN] = ACTIONS(2182), + [anon_sym_PIPE_AMP] = ACTIONS(2182), + [anon_sym_AMP_AMP] = ACTIONS(2182), + [anon_sym_PIPE_PIPE] = ACTIONS(2182), + [anon_sym_LT] = ACTIONS(2282), + [anon_sym_GT] = ACTIONS(2282), + [anon_sym_GT_GT] = ACTIONS(2182), + [anon_sym_AMP_GT] = ACTIONS(2282), + [anon_sym_AMP_GT_GT] = ACTIONS(2182), + [anon_sym_LT_AMP] = ACTIONS(2182), + [anon_sym_GT_AMP] = ACTIONS(2182), + [anon_sym_LT_LT] = ACTIONS(2282), + [anon_sym_LT_LT_DASH] = ACTIONS(2182), + [anon_sym_BQUOTE] = ACTIONS(2182), + [sym_comment] = ACTIONS(52), }, [1107] = { - [sym_for_statement] = STATE(1208), - [sym_while_statement] = STATE(1208), - [sym_if_statement] = STATE(1208), - [sym_case_statement] = STATE(1208), - [sym_function_definition] = STATE(1208), - [sym_subshell] = STATE(1208), - [sym_pipeline] = STATE(1208), - [sym_list] = STATE(1208), - [sym_bracket_command] = STATE(1208), - [sym_command] = STATE(1208), - [sym_command_name] = STATE(103), - [sym_environment_variable_assignment] = STATE(1209), - [sym_subscript] = STATE(105), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(107), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), + [sym__heredoc_middle] = ACTIONS(2178), + [sym__heredoc_end] = ACTIONS(2178), + [anon_sym_DOLLAR] = ACTIONS(2280), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(2178), + [sym_comment] = ACTIONS(52), }, [1108] = { - [sym_for_statement] = STATE(1210), - [sym_while_statement] = STATE(1210), - [sym_if_statement] = STATE(1210), - [sym_case_statement] = STATE(1210), - [sym_function_definition] = STATE(1210), - [sym_subshell] = STATE(1210), - [sym_pipeline] = STATE(1210), - [sym_list] = STATE(1210), - [sym_bracket_command] = STATE(1210), - [sym_command] = STATE(1210), - [sym_command_name] = STATE(109), - [sym_environment_variable_assignment] = STATE(1211), - [sym_subscript] = STATE(105), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(111), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), - }, - [1109] = { - [anon_sym_PIPE] = ACTIONS(667), - [anon_sym_RPAREN] = ACTIONS(667), - [anon_sym_SEMI_SEMI] = ACTIONS(667), - [anon_sym_PIPE_AMP] = ACTIONS(667), - [anon_sym_AMP_AMP] = ACTIONS(667), - [anon_sym_PIPE_PIPE] = ACTIONS(667), - [anon_sym_BQUOTE] = ACTIONS(667), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(667), - [anon_sym_LF] = ACTIONS(667), - [anon_sym_AMP] = ACTIONS(667), - }, - [1110] = { - [sym_for_statement] = STATE(1045), - [sym_while_statement] = STATE(1045), - [sym_if_statement] = STATE(1045), - [sym_case_statement] = STATE(1045), - [sym_function_definition] = STATE(1045), - [sym_subshell] = STATE(1045), - [sym_pipeline] = STATE(1045), - [sym_list] = STATE(1045), - [sym_bracket_command] = STATE(1045), - [sym_command] = STATE(1045), - [sym_command_name] = STATE(1046), - [sym_environment_variable_assignment] = STATE(1047), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [aux_sym_command_repeat1] = STATE(1022), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(2216), - [anon_sym_while] = ACTIONS(2218), - [anon_sym_if] = ACTIONS(2220), - [anon_sym_case] = ACTIONS(2222), - [anon_sym_function] = ACTIONS(2224), - [anon_sym_LPAREN] = ACTIONS(2226), - [anon_sym_LBRACK] = ACTIONS(2228), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2230), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(3068), - [sym_comment] = ACTIONS(133), - }, - [1111] = { - [sym_file_descriptor] = ACTIONS(2242), - [sym__concat] = ACTIONS(2242), - [sym_variable_name] = ACTIONS(2242), - [anon_sym_in] = ACTIONS(2251), - [anon_sym_PIPE] = ACTIONS(3070), - [anon_sym_RPAREN] = ACTIONS(3070), - [anon_sym_SEMI_SEMI] = ACTIONS(3070), - [anon_sym_RBRACE] = ACTIONS(2251), - [anon_sym_PIPE_AMP] = ACTIONS(3070), - [anon_sym_AMP_AMP] = ACTIONS(3070), - [anon_sym_PIPE_PIPE] = ACTIONS(3070), - [anon_sym_RBRACK] = ACTIONS(2251), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2251), - [anon_sym_LT] = ACTIONS(2251), - [anon_sym_GT] = ACTIONS(2251), - [anon_sym_GT_GT] = ACTIONS(2251), - [anon_sym_AMP_GT] = ACTIONS(2251), - [anon_sym_AMP_GT_GT] = ACTIONS(2251), - [anon_sym_LT_AMP] = ACTIONS(2251), - [anon_sym_GT_AMP] = ACTIONS(2251), - [anon_sym_LT_LT] = ACTIONS(2251), - [anon_sym_LT_LT_DASH] = ACTIONS(2251), - [anon_sym_DQUOTE] = ACTIONS(2251), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(919), - [sym_raw_string] = ACTIONS(2251), - [anon_sym_DOLLAR] = ACTIONS(2251), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2251), - [anon_sym_BQUOTE] = ACTIONS(3070), - [anon_sym_LT_LPAREN] = ACTIONS(2251), - [anon_sym_GT_LPAREN] = ACTIONS(2251), - [sym_word] = ACTIONS(2251), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(3070), - [anon_sym_LF] = ACTIONS(3070), - [anon_sym_AMP] = ACTIONS(3070), - }, - [1112] = { - [sym_file_descriptor] = ACTIONS(559), - [sym_variable_name] = ACTIONS(559), - [ts_builtin_sym_end] = ACTIONS(559), - [anon_sym_for] = ACTIONS(561), - [anon_sym_while] = ACTIONS(561), - [anon_sym_do] = ACTIONS(561), - [anon_sym_done] = ACTIONS(561), - [anon_sym_if] = ACTIONS(561), - [anon_sym_then] = ACTIONS(561), - [anon_sym_fi] = ACTIONS(561), - [anon_sym_elif] = ACTIONS(561), - [anon_sym_else] = ACTIONS(561), - [anon_sym_case] = ACTIONS(561), - [anon_sym_RPAREN] = ACTIONS(2595), - [anon_sym_SEMI_SEMI] = ACTIONS(559), - [anon_sym_function] = ACTIONS(561), - [anon_sym_LPAREN] = ACTIONS(559), - [anon_sym_RBRACE] = ACTIONS(559), - [anon_sym_LBRACK] = ACTIONS(561), - [anon_sym_LBRACK_LBRACK] = ACTIONS(561), - [anon_sym_LT] = ACTIONS(561), - [anon_sym_GT] = ACTIONS(561), - [anon_sym_GT_GT] = ACTIONS(559), - [anon_sym_AMP_GT] = ACTIONS(561), - [anon_sym_AMP_GT_GT] = ACTIONS(559), - [anon_sym_LT_AMP] = ACTIONS(559), - [anon_sym_GT_AMP] = ACTIONS(559), - [anon_sym_DQUOTE] = ACTIONS(559), - [sym_raw_string] = ACTIONS(559), - [anon_sym_DOLLAR] = ACTIONS(561), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(559), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(559), - [anon_sym_BQUOTE] = ACTIONS(559), - [anon_sym_LT_LPAREN] = ACTIONS(559), - [anon_sym_GT_LPAREN] = ACTIONS(559), - [sym_word] = ACTIONS(563), - [sym_comment] = ACTIONS(133), - }, - [1113] = { - [sym_for_statement] = STATE(1213), - [sym_while_statement] = STATE(1213), - [sym_if_statement] = STATE(1213), - [sym_case_statement] = STATE(1213), - [sym_function_definition] = STATE(1213), - [sym_subshell] = STATE(1213), - [sym_pipeline] = STATE(1213), - [sym_list] = STATE(1213), - [sym_bracket_command] = STATE(1213), - [sym_command] = STATE(1213), - [sym_command_name] = STATE(1046), - [sym_environment_variable_assignment] = STATE(1214), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [aux_sym_command_repeat1] = STATE(1022), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(2216), - [anon_sym_while] = ACTIONS(2218), - [anon_sym_if] = ACTIONS(2220), - [anon_sym_case] = ACTIONS(2222), - [anon_sym_function] = ACTIONS(2224), - [anon_sym_LPAREN] = ACTIONS(2226), - [anon_sym_LBRACK] = ACTIONS(2228), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2230), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(3068), - [sym_comment] = ACTIONS(133), - }, - [1114] = { - [sym_file_descriptor] = ACTIONS(917), - [sym__concat] = ACTIONS(917), - [sym_variable_name] = ACTIONS(917), - [anon_sym_in] = ACTIONS(919), - [anon_sym_PIPE] = ACTIONS(919), - [anon_sym_RPAREN] = ACTIONS(919), - [anon_sym_SEMI_SEMI] = ACTIONS(919), - [anon_sym_RBRACE] = ACTIONS(919), - [anon_sym_PIPE_AMP] = ACTIONS(919), - [anon_sym_AMP_AMP] = ACTIONS(919), - [anon_sym_PIPE_PIPE] = ACTIONS(919), - [anon_sym_RBRACK] = ACTIONS(919), - [anon_sym_RBRACK_RBRACK] = ACTIONS(919), - [anon_sym_LT] = ACTIONS(919), - [anon_sym_GT] = ACTIONS(919), - [anon_sym_GT_GT] = ACTIONS(919), - [anon_sym_AMP_GT] = ACTIONS(919), - [anon_sym_AMP_GT_GT] = ACTIONS(919), - [anon_sym_LT_AMP] = ACTIONS(919), - [anon_sym_GT_AMP] = ACTIONS(919), - [anon_sym_LT_LT] = ACTIONS(919), - [anon_sym_LT_LT_DASH] = ACTIONS(919), - [anon_sym_DQUOTE] = ACTIONS(919), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(919), - [sym_raw_string] = ACTIONS(919), - [anon_sym_DOLLAR] = ACTIONS(919), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(919), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(919), - [anon_sym_BQUOTE] = ACTIONS(919), - [anon_sym_LT_LPAREN] = ACTIONS(919), - [anon_sym_GT_LPAREN] = ACTIONS(919), - [sym_word] = ACTIONS(919), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(919), - [anon_sym_LF] = ACTIONS(919), - [anon_sym_AMP] = ACTIONS(919), - }, - [1115] = { - [anon_sym_PIPE] = ACTIONS(3075), - [anon_sym_RPAREN] = ACTIONS(3075), - [anon_sym_SEMI_SEMI] = ACTIONS(3075), - [anon_sym_PIPE_AMP] = ACTIONS(3075), - [anon_sym_AMP_AMP] = ACTIONS(3075), - [anon_sym_PIPE_PIPE] = ACTIONS(3075), - [anon_sym_BQUOTE] = ACTIONS(3075), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(3075), - [anon_sym_LF] = ACTIONS(3075), - [anon_sym_AMP] = ACTIONS(3075), - }, - [1116] = { - [anon_sym_LT] = ACTIONS(3079), - [anon_sym_GT] = ACTIONS(3079), - [anon_sym_GT_GT] = ACTIONS(3081), - [anon_sym_AMP_GT] = ACTIONS(3079), - [anon_sym_AMP_GT_GT] = ACTIONS(3081), - [anon_sym_LT_AMP] = ACTIONS(3081), - [anon_sym_GT_AMP] = ACTIONS(3081), - [sym_comment] = ACTIONS(133), - }, - [1117] = { - [sym_concatenation] = STATE(1223), - [sym_string] = STATE(1217), - [sym_simple_expansion] = STATE(1217), - [sym_expansion] = STATE(1217), - [sym_command_substitution] = STATE(1217), - [sym_process_substitution] = STATE(1217), - [anon_sym_DQUOTE] = ACTIONS(3083), - [sym_raw_string] = ACTIONS(3085), - [anon_sym_DOLLAR] = ACTIONS(3087), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(3089), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(3091), - [anon_sym_BQUOTE] = ACTIONS(3093), - [anon_sym_LT_LPAREN] = ACTIONS(3095), - [anon_sym_GT_LPAREN] = ACTIONS(3095), - [sym_word] = ACTIONS(3097), - [sym_comment] = ACTIONS(133), - }, - [1118] = { - [sym_heredoc] = STATE(1013), - [sym__simple_heredoc] = ACTIONS(3099), - [sym__heredoc_beginning] = ACTIONS(3101), - [sym_comment] = ACTIONS(133), - }, - [1119] = { - [sym_file_descriptor] = ACTIONS(589), - [anon_sym_PIPE] = ACTIONS(591), - [anon_sym_RPAREN] = ACTIONS(591), - [anon_sym_SEMI_SEMI] = ACTIONS(591), - [anon_sym_PIPE_AMP] = ACTIONS(591), - [anon_sym_AMP_AMP] = ACTIONS(591), - [anon_sym_PIPE_PIPE] = ACTIONS(591), - [anon_sym_LT] = ACTIONS(591), - [anon_sym_GT] = ACTIONS(591), - [anon_sym_GT_GT] = ACTIONS(591), - [anon_sym_AMP_GT] = ACTIONS(591), - [anon_sym_AMP_GT_GT] = ACTIONS(591), - [anon_sym_LT_AMP] = ACTIONS(591), - [anon_sym_GT_AMP] = ACTIONS(591), - [anon_sym_LT_LT] = ACTIONS(591), - [anon_sym_LT_LT_DASH] = ACTIONS(591), - [anon_sym_BQUOTE] = ACTIONS(591), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(591), - [anon_sym_LF] = ACTIONS(591), - [anon_sym_AMP] = ACTIONS(591), - }, - [1120] = { - [sym_file_redirect] = STATE(1119), - [sym_heredoc_redirect] = STATE(1119), - [sym_concatenation] = STATE(297), - [sym_string] = STATE(296), - [sym_simple_expansion] = STATE(296), - [sym_expansion] = STATE(296), - [sym_command_substitution] = STATE(296), - [sym_process_substitution] = STATE(296), - [aux_sym_command_repeat2] = STATE(1142), - [sym_file_descriptor] = ACTIONS(2708), - [anon_sym_PIPE] = ACTIONS(2864), - [anon_sym_RPAREN] = ACTIONS(2864), - [anon_sym_SEMI_SEMI] = ACTIONS(2864), - [anon_sym_PIPE_AMP] = ACTIONS(2864), - [anon_sym_AMP_AMP] = ACTIONS(2864), - [anon_sym_PIPE_PIPE] = ACTIONS(2864), - [anon_sym_LT] = ACTIONS(2713), - [anon_sym_GT] = ACTIONS(2713), - [anon_sym_GT_GT] = ACTIONS(2713), - [anon_sym_AMP_GT] = ACTIONS(2713), - [anon_sym_AMP_GT_GT] = ACTIONS(2713), - [anon_sym_LT_AMP] = ACTIONS(2713), - [anon_sym_GT_AMP] = ACTIONS(2713), - [anon_sym_LT_LT] = ACTIONS(2715), - [anon_sym_LT_LT_DASH] = ACTIONS(2715), - [anon_sym_DQUOTE] = ACTIONS(285), - [sym_raw_string] = ACTIONS(595), - [anon_sym_DOLLAR] = ACTIONS(289), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(291), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(293), - [anon_sym_BQUOTE] = ACTIONS(3103), - [anon_sym_LT_LPAREN] = ACTIONS(297), - [anon_sym_GT_LPAREN] = ACTIONS(297), - [sym_word] = ACTIONS(595), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2864), - [anon_sym_LF] = ACTIONS(2864), - [anon_sym_AMP] = ACTIONS(2864), - }, - [1121] = { - [sym_file_redirect] = STATE(1147), - [sym_heredoc_redirect] = STATE(1147), - [sym_file_descriptor] = ACTIONS(2708), - [anon_sym_PIPE] = ACTIONS(2864), - [anon_sym_RPAREN] = ACTIONS(2864), - [anon_sym_SEMI_SEMI] = ACTIONS(2864), - [anon_sym_PIPE_AMP] = ACTIONS(2864), - [anon_sym_AMP_AMP] = ACTIONS(2864), - [anon_sym_PIPE_PIPE] = ACTIONS(2864), - [anon_sym_LT] = ACTIONS(2713), - [anon_sym_GT] = ACTIONS(2713), - [anon_sym_GT_GT] = ACTIONS(2713), - [anon_sym_AMP_GT] = ACTIONS(2713), - [anon_sym_AMP_GT_GT] = ACTIONS(2713), - [anon_sym_LT_AMP] = ACTIONS(2713), - [anon_sym_GT_AMP] = ACTIONS(2713), - [anon_sym_LT_LT] = ACTIONS(2715), - [anon_sym_LT_LT_DASH] = ACTIONS(2715), - [anon_sym_BQUOTE] = ACTIONS(2864), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2864), - [anon_sym_LF] = ACTIONS(2864), - [anon_sym_AMP] = ACTIONS(2864), - }, - [1122] = { - [sym__heredoc_middle] = ACTIONS(3107), - [sym__heredoc_end] = ACTIONS(3107), - [sym_file_descriptor] = ACTIONS(3107), - [sym__concat] = ACTIONS(3107), - [sym_variable_name] = ACTIONS(3107), - [anon_sym_in] = ACTIONS(3110), - [anon_sym_PIPE] = ACTIONS(3110), - [anon_sym_RPAREN] = ACTIONS(3110), - [anon_sym_SEMI_SEMI] = ACTIONS(3110), - [anon_sym_RBRACE] = ACTIONS(3110), - [anon_sym_PIPE_AMP] = ACTIONS(3110), - [anon_sym_AMP_AMP] = ACTIONS(3110), - [anon_sym_PIPE_PIPE] = ACTIONS(3110), - [anon_sym_RBRACK] = ACTIONS(3110), - [anon_sym_RBRACK_RBRACK] = ACTIONS(3110), - [anon_sym_LT] = ACTIONS(3110), - [anon_sym_GT] = ACTIONS(3110), - [anon_sym_GT_GT] = ACTIONS(3110), - [anon_sym_AMP_GT] = ACTIONS(3110), - [anon_sym_AMP_GT_GT] = ACTIONS(3110), - [anon_sym_LT_AMP] = ACTIONS(3110), - [anon_sym_GT_AMP] = ACTIONS(3110), - [anon_sym_LT_LT] = ACTIONS(3110), - [anon_sym_LT_LT_DASH] = ACTIONS(3110), - [anon_sym_DQUOTE] = ACTIONS(3110), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(3110), - [sym_raw_string] = ACTIONS(3110), - [anon_sym_DOLLAR] = ACTIONS(3110), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(3110), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(3110), - [anon_sym_BQUOTE] = ACTIONS(3110), - [anon_sym_LT_LPAREN] = ACTIONS(3110), - [anon_sym_GT_LPAREN] = ACTIONS(3110), - [sym_word] = ACTIONS(3110), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(3110), - [anon_sym_LF] = ACTIONS(3110), - [anon_sym_AMP] = ACTIONS(3110), - }, - [1123] = { - [anon_sym_AT] = ACTIONS(3113), - [sym_comment] = ACTIONS(133), - }, - [1124] = { - [sym_concatenation] = STATE(1226), - [sym_string] = STATE(1225), - [sym_simple_expansion] = STATE(1225), - [sym_expansion] = STATE(1225), - [sym_command_substitution] = STATE(1225), - [sym_process_substitution] = STATE(1225), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(3115), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(3117), - [sym_comment] = ACTIONS(133), - }, - [1125] = { - [anon_sym_PIPE] = ACTIONS(1511), - [anon_sym_RPAREN] = ACTIONS(1511), - [anon_sym_SEMI_SEMI] = ACTIONS(1511), - [anon_sym_PIPE_AMP] = ACTIONS(1511), - [anon_sym_AMP_AMP] = ACTIONS(1511), - [anon_sym_PIPE_PIPE] = ACTIONS(1511), - [anon_sym_BQUOTE] = ACTIONS(1511), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1511), - [anon_sym_LF] = ACTIONS(1511), - [anon_sym_AMP] = ACTIONS(1511), - }, - [1126] = { - [anon_sym_PIPE] = ACTIONS(1517), - [anon_sym_RPAREN] = ACTIONS(1517), - [anon_sym_SEMI_SEMI] = ACTIONS(1517), - [anon_sym_PIPE_AMP] = ACTIONS(1517), - [anon_sym_AMP_AMP] = ACTIONS(1517), - [anon_sym_PIPE_PIPE] = ACTIONS(1517), - [anon_sym_BQUOTE] = ACTIONS(1517), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1517), - [anon_sym_LF] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1517), - }, - [1127] = { - [anon_sym_esac] = ACTIONS(3119), - [anon_sym_DQUOTE] = ACTIONS(3122), - [sym_raw_string] = ACTIONS(3122), - [anon_sym_DOLLAR] = ACTIONS(3119), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(3122), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(3122), - [anon_sym_BQUOTE] = ACTIONS(3122), - [anon_sym_LT_LPAREN] = ACTIONS(3122), - [anon_sym_GT_LPAREN] = ACTIONS(3122), - [sym_word] = ACTIONS(3125), - [sym_comment] = ACTIONS(133), - }, - [1128] = { - [anon_sym_PIPE] = ACTIONS(1941), - [anon_sym_RPAREN] = ACTIONS(1941), - [anon_sym_SEMI_SEMI] = ACTIONS(1941), - [anon_sym_PIPE_AMP] = ACTIONS(1941), - [anon_sym_AMP_AMP] = ACTIONS(1941), - [anon_sym_PIPE_PIPE] = ACTIONS(1941), - [anon_sym_BQUOTE] = ACTIONS(1941), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1941), - [anon_sym_LF] = ACTIONS(1941), - [anon_sym_AMP] = ACTIONS(1941), - }, - [1129] = { - [anon_sym_PIPE] = ACTIONS(271), - [anon_sym_RPAREN] = ACTIONS(3128), - [anon_sym_SEMI_SEMI] = ACTIONS(3130), - [anon_sym_PIPE_AMP] = ACTIONS(271), - [anon_sym_AMP_AMP] = ACTIONS(275), - [anon_sym_PIPE_PIPE] = ACTIONS(275), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(3130), - [anon_sym_LF] = ACTIONS(3130), - [anon_sym_AMP] = ACTIONS(3130), - }, - [1130] = { - [anon_sym_fi] = ACTIONS(3132), - [sym_comment] = ACTIONS(133), - }, - [1131] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(271), - [anon_sym_RPAREN] = ACTIONS(3128), - [anon_sym_SEMI_SEMI] = ACTIONS(3130), - [anon_sym_PIPE_AMP] = ACTIONS(271), - [anon_sym_AMP_AMP] = ACTIONS(275), - [anon_sym_PIPE_PIPE] = ACTIONS(275), - [anon_sym_LT] = ACTIONS(301), - [anon_sym_GT] = ACTIONS(301), - [anon_sym_GT_GT] = ACTIONS(301), - [anon_sym_AMP_GT] = ACTIONS(301), - [anon_sym_AMP_GT_GT] = ACTIONS(301), - [anon_sym_LT_AMP] = ACTIONS(301), - [anon_sym_GT_AMP] = ACTIONS(301), - [anon_sym_DQUOTE] = ACTIONS(301), - [sym_raw_string] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(301), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(301), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(301), - [anon_sym_BQUOTE] = ACTIONS(301), - [anon_sym_LT_LPAREN] = ACTIONS(301), - [anon_sym_GT_LPAREN] = ACTIONS(301), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(3130), - [anon_sym_LF] = ACTIONS(3130), - [anon_sym_AMP] = ACTIONS(3130), - }, - [1132] = { - [sym_elif_clause] = STATE(552), - [sym_else_clause] = STATE(1230), - [anon_sym_fi] = ACTIONS(3132), - [anon_sym_elif] = ACTIONS(1125), - [anon_sym_else] = ACTIONS(1127), - [sym_comment] = ACTIONS(133), - }, - [1133] = { - [sym_do_group] = STATE(1100), - [anon_sym_do] = ACTIONS(2907), - [sym_comment] = ACTIONS(133), - }, - [1134] = { - [sym_simple_expansion] = STATE(70), - [sym_expansion] = STATE(70), - [sym_command_substitution] = STATE(70), - [aux_sym_string_repeat1] = STATE(1232), - [anon_sym_DQUOTE] = ACTIONS(3134), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(197), - [anon_sym_DOLLAR] = ACTIONS(199), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(201), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(203), - [anon_sym_BQUOTE] = ACTIONS(205), - [sym_comment] = ACTIONS(85), - }, - [1135] = { - [aux_sym_concatenation_repeat1] = STATE(1234), - [sym_file_descriptor] = ACTIONS(761), - [sym__concat] = ACTIONS(3136), - [anon_sym_PIPE] = ACTIONS(763), - [anon_sym_RPAREN] = ACTIONS(763), - [anon_sym_SEMI_SEMI] = ACTIONS(763), - [anon_sym_PIPE_AMP] = ACTIONS(763), - [anon_sym_AMP_AMP] = ACTIONS(763), - [anon_sym_PIPE_PIPE] = ACTIONS(763), - [anon_sym_RBRACK] = ACTIONS(763), - [anon_sym_RBRACK_RBRACK] = ACTIONS(763), - [anon_sym_LT] = ACTIONS(763), - [anon_sym_GT] = ACTIONS(763), - [anon_sym_GT_GT] = ACTIONS(763), - [anon_sym_AMP_GT] = ACTIONS(763), - [anon_sym_AMP_GT_GT] = ACTIONS(763), - [anon_sym_LT_AMP] = ACTIONS(763), - [anon_sym_GT_AMP] = ACTIONS(763), - [anon_sym_LT_LT] = ACTIONS(763), - [anon_sym_LT_LT_DASH] = ACTIONS(763), - [anon_sym_DQUOTE] = ACTIONS(763), - [sym_raw_string] = ACTIONS(763), - [anon_sym_DOLLAR] = ACTIONS(763), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(763), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(763), - [anon_sym_BQUOTE] = ACTIONS(763), - [anon_sym_LT_LPAREN] = ACTIONS(763), - [anon_sym_GT_LPAREN] = ACTIONS(763), - [sym_word] = ACTIONS(763), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(763), - [anon_sym_LF] = ACTIONS(763), - [anon_sym_AMP] = ACTIONS(763), - }, - [1136] = { - [sym_special_variable_name] = STATE(1237), - [anon_sym_DOLLAR] = ACTIONS(3138), - [anon_sym_POUND] = ACTIONS(3140), - [anon_sym_AT] = ACTIONS(3138), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(3142), - [anon_sym_STAR] = ACTIONS(3138), - [anon_sym_QMARK] = ACTIONS(3138), - [anon_sym_DASH] = ACTIONS(3138), - [anon_sym_BANG] = ACTIONS(3138), - [anon_sym_0] = ACTIONS(3140), - [anon_sym__] = ACTIONS(3140), - }, - [1137] = { - [sym_special_variable_name] = STATE(1240), - [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(3144), - [anon_sym_AT] = ACTIONS(219), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(3146), - [anon_sym_STAR] = ACTIONS(219), - [anon_sym_QMARK] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_0] = ACTIONS(225), - [anon_sym__] = ACTIONS(225), - }, - [1138] = { - [sym_for_statement] = STATE(1241), - [sym_while_statement] = STATE(1241), - [sym_if_statement] = STATE(1241), - [sym_case_statement] = STATE(1241), - [sym_function_definition] = STATE(1241), - [sym_subshell] = STATE(1241), - [sym_pipeline] = STATE(1241), - [sym_list] = STATE(1241), - [sym_bracket_command] = STATE(1241), - [sym_command] = STATE(1241), - [sym_command_name] = STATE(103), - [sym_environment_variable_assignment] = STATE(1242), - [sym_subscript] = STATE(105), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(107), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), - }, - [1139] = { - [sym_for_statement] = STATE(1243), - [sym_while_statement] = STATE(1243), - [sym_if_statement] = STATE(1243), - [sym_case_statement] = STATE(1243), - [sym_function_definition] = STATE(1243), - [sym_subshell] = STATE(1243), - [sym_pipeline] = STATE(1243), - [sym_list] = STATE(1243), - [sym_bracket_command] = STATE(1243), - [sym_command] = STATE(1243), - [sym_command_name] = STATE(109), - [sym_environment_variable_assignment] = STATE(1244), - [sym_subscript] = STATE(105), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(111), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), - }, - [1140] = { - [sym_for_statement] = STATE(1245), - [sym_while_statement] = STATE(1245), - [sym_if_statement] = STATE(1245), - [sym_case_statement] = STATE(1245), - [sym_function_definition] = STATE(1245), - [sym_subshell] = STATE(1245), - [sym_pipeline] = STATE(1245), - [sym_list] = STATE(1245), - [sym_bracket_command] = STATE(1245), - [sym_command] = STATE(1245), - [sym_command_name] = STATE(103), - [sym_environment_variable_assignment] = STATE(1246), - [sym_subscript] = STATE(105), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(107), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), - }, - [1141] = { - [sym_file_descriptor] = ACTIONS(761), - [anon_sym_PIPE] = ACTIONS(763), - [anon_sym_RPAREN] = ACTIONS(763), - [anon_sym_SEMI_SEMI] = ACTIONS(763), - [anon_sym_PIPE_AMP] = ACTIONS(763), - [anon_sym_AMP_AMP] = ACTIONS(763), - [anon_sym_PIPE_PIPE] = ACTIONS(763), - [anon_sym_RBRACK] = ACTIONS(763), - [anon_sym_RBRACK_RBRACK] = ACTIONS(763), - [anon_sym_LT] = ACTIONS(763), - [anon_sym_GT] = ACTIONS(763), - [anon_sym_GT_GT] = ACTIONS(763), - [anon_sym_AMP_GT] = ACTIONS(763), - [anon_sym_AMP_GT_GT] = ACTIONS(763), - [anon_sym_LT_AMP] = ACTIONS(763), - [anon_sym_GT_AMP] = ACTIONS(763), - [anon_sym_LT_LT] = ACTIONS(763), - [anon_sym_LT_LT_DASH] = ACTIONS(763), - [anon_sym_DQUOTE] = ACTIONS(763), - [sym_raw_string] = ACTIONS(763), - [anon_sym_DOLLAR] = ACTIONS(763), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(763), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(763), - [anon_sym_BQUOTE] = ACTIONS(763), - [anon_sym_LT_LPAREN] = ACTIONS(763), - [anon_sym_GT_LPAREN] = ACTIONS(763), - [sym_word] = ACTIONS(763), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(763), - [anon_sym_LF] = ACTIONS(763), - [anon_sym_AMP] = ACTIONS(763), - }, - [1142] = { - [sym_file_redirect] = STATE(1147), - [sym_heredoc_redirect] = STATE(1147), - [sym_file_descriptor] = ACTIONS(2708), - [anon_sym_PIPE] = ACTIONS(3148), - [anon_sym_RPAREN] = ACTIONS(3148), - [anon_sym_SEMI_SEMI] = ACTIONS(3148), - [anon_sym_PIPE_AMP] = ACTIONS(3148), - [anon_sym_AMP_AMP] = ACTIONS(3148), - [anon_sym_PIPE_PIPE] = ACTIONS(3148), - [anon_sym_LT] = ACTIONS(2713), - [anon_sym_GT] = ACTIONS(2713), - [anon_sym_GT_GT] = ACTIONS(2713), - [anon_sym_AMP_GT] = ACTIONS(2713), - [anon_sym_AMP_GT_GT] = ACTIONS(2713), - [anon_sym_LT_AMP] = ACTIONS(2713), - [anon_sym_GT_AMP] = ACTIONS(2713), - [anon_sym_LT_LT] = ACTIONS(2715), - [anon_sym_LT_LT_DASH] = ACTIONS(2715), - [anon_sym_BQUOTE] = ACTIONS(3148), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(3148), - [anon_sym_LF] = ACTIONS(3148), - [anon_sym_AMP] = ACTIONS(3148), - }, - [1143] = { - [anon_sym_PIPE] = ACTIONS(3151), - [anon_sym_RPAREN] = ACTIONS(3151), - [anon_sym_SEMI_SEMI] = ACTIONS(3151), - [anon_sym_PIPE_AMP] = ACTIONS(3151), - [anon_sym_AMP_AMP] = ACTIONS(3151), - [anon_sym_PIPE_PIPE] = ACTIONS(3151), - [anon_sym_BQUOTE] = ACTIONS(3151), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(3151), - [anon_sym_LF] = ACTIONS(3151), - [anon_sym_AMP] = ACTIONS(3151), - }, - [1144] = { - [anon_sym_fi] = ACTIONS(3154), - [sym_comment] = ACTIONS(133), - }, - [1145] = { - [anon_sym_PIPE] = ACTIONS(3156), - [anon_sym_RPAREN] = ACTIONS(3156), - [anon_sym_SEMI_SEMI] = ACTIONS(3156), - [anon_sym_PIPE_AMP] = ACTIONS(3156), - [anon_sym_AMP_AMP] = ACTIONS(3156), - [anon_sym_PIPE_PIPE] = ACTIONS(3156), - [anon_sym_BQUOTE] = ACTIONS(3156), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(3156), - [anon_sym_LF] = ACTIONS(3156), - [anon_sym_AMP] = ACTIONS(3156), - }, - [1146] = { - [sym_file_redirect] = STATE(1119), - [sym_heredoc_redirect] = STATE(1119), - [sym_concatenation] = STATE(123), - [sym_string] = STATE(121), - [sym_simple_expansion] = STATE(121), - [sym_expansion] = STATE(121), - [sym_command_substitution] = STATE(121), - [sym_process_substitution] = STATE(121), - [aux_sym_for_statement_repeat1] = STATE(1248), - [aux_sym_command_repeat2] = STATE(1249), - [sym_file_descriptor] = ACTIONS(2708), - [anon_sym_PIPE] = ACTIONS(593), - [anon_sym_RPAREN] = ACTIONS(593), - [anon_sym_SEMI_SEMI] = ACTIONS(593), - [anon_sym_PIPE_AMP] = ACTIONS(593), - [anon_sym_AMP_AMP] = ACTIONS(593), - [anon_sym_PIPE_PIPE] = ACTIONS(593), - [anon_sym_LT] = ACTIONS(2713), - [anon_sym_GT] = ACTIONS(2713), - [anon_sym_GT_GT] = ACTIONS(2713), - [anon_sym_AMP_GT] = ACTIONS(2713), - [anon_sym_AMP_GT_GT] = ACTIONS(2713), - [anon_sym_LT_AMP] = ACTIONS(2713), - [anon_sym_GT_AMP] = ACTIONS(2713), - [anon_sym_LT_LT] = ACTIONS(2715), - [anon_sym_LT_LT_DASH] = ACTIONS(2715), - [anon_sym_DQUOTE] = ACTIONS(285), - [sym_raw_string] = ACTIONS(287), - [anon_sym_DOLLAR] = ACTIONS(289), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(291), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(293), - [anon_sym_BQUOTE] = ACTIONS(3159), - [anon_sym_LT_LPAREN] = ACTIONS(297), - [anon_sym_GT_LPAREN] = ACTIONS(297), - [sym_word] = ACTIONS(287), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(593), - [anon_sym_LF] = ACTIONS(593), - [anon_sym_AMP] = ACTIONS(593), - }, - [1147] = { - [sym_file_descriptor] = ACTIONS(1003), - [anon_sym_PIPE] = ACTIONS(1005), - [anon_sym_RPAREN] = ACTIONS(1005), - [anon_sym_SEMI_SEMI] = ACTIONS(1005), - [anon_sym_PIPE_AMP] = ACTIONS(1005), - [anon_sym_AMP_AMP] = ACTIONS(1005), - [anon_sym_PIPE_PIPE] = ACTIONS(1005), - [anon_sym_LT] = ACTIONS(1005), - [anon_sym_GT] = ACTIONS(1005), - [anon_sym_GT_GT] = ACTIONS(1005), - [anon_sym_AMP_GT] = ACTIONS(1005), - [anon_sym_AMP_GT_GT] = ACTIONS(1005), - [anon_sym_LT_AMP] = ACTIONS(1005), - [anon_sym_GT_AMP] = ACTIONS(1005), - [anon_sym_LT_LT] = ACTIONS(1005), - [anon_sym_LT_LT_DASH] = ACTIONS(1005), - [anon_sym_BQUOTE] = ACTIONS(1005), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1005), - [anon_sym_LF] = ACTIONS(1005), - [anon_sym_AMP] = ACTIONS(1005), - }, - [1148] = { - [sym_file_descriptor] = ACTIONS(1747), - [anon_sym_PIPE] = ACTIONS(1749), - [anon_sym_RPAREN] = ACTIONS(1749), - [anon_sym_SEMI_SEMI] = ACTIONS(1749), - [anon_sym_PIPE_AMP] = ACTIONS(1749), - [anon_sym_AMP_AMP] = ACTIONS(1749), - [anon_sym_PIPE_PIPE] = ACTIONS(1749), - [anon_sym_LT] = ACTIONS(1749), - [anon_sym_GT] = ACTIONS(1749), - [anon_sym_GT_GT] = ACTIONS(1749), - [anon_sym_AMP_GT] = ACTIONS(1749), - [anon_sym_AMP_GT_GT] = ACTIONS(1749), - [anon_sym_LT_AMP] = ACTIONS(1749), - [anon_sym_GT_AMP] = ACTIONS(1749), - [anon_sym_LT_LT] = ACTIONS(1749), - [anon_sym_LT_LT_DASH] = ACTIONS(1749), - [anon_sym_BQUOTE] = ACTIONS(1749), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1749), - [anon_sym_LF] = ACTIONS(1749), - [anon_sym_AMP] = ACTIONS(1749), - }, - [1149] = { - [sym_string] = STATE(1250), - [sym_simple_expansion] = STATE(1250), - [sym_expansion] = STATE(1250), - [sym_command_substitution] = STATE(1250), - [sym_process_substitution] = STATE(1250), - [anon_sym_DQUOTE] = ACTIONS(2639), - [sym_raw_string] = ACTIONS(3162), - [anon_sym_DOLLAR] = ACTIONS(2643), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2645), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2647), - [anon_sym_BQUOTE] = ACTIONS(2649), - [anon_sym_LT_LPAREN] = ACTIONS(2651), - [anon_sym_GT_LPAREN] = ACTIONS(2651), - [sym_word] = ACTIONS(3164), - [sym_comment] = ACTIONS(133), - }, - [1150] = { - [sym_file_descriptor] = ACTIONS(815), - [sym__concat] = ACTIONS(815), - [sym_variable_name] = ACTIONS(815), - [anon_sym_in] = ACTIONS(817), - [anon_sym_PIPE] = ACTIONS(817), - [anon_sym_RPAREN] = ACTIONS(817), - [anon_sym_SEMI_SEMI] = ACTIONS(817), - [anon_sym_RBRACE] = ACTIONS(817), - [anon_sym_PIPE_AMP] = ACTIONS(817), - [anon_sym_AMP_AMP] = ACTIONS(817), - [anon_sym_PIPE_PIPE] = ACTIONS(817), - [anon_sym_RBRACK] = ACTIONS(817), - [anon_sym_RBRACK_RBRACK] = ACTIONS(817), - [anon_sym_LT] = ACTIONS(817), - [anon_sym_GT] = ACTIONS(817), - [anon_sym_GT_GT] = ACTIONS(817), - [anon_sym_AMP_GT] = ACTIONS(817), - [anon_sym_AMP_GT_GT] = ACTIONS(817), - [anon_sym_LT_AMP] = ACTIONS(817), - [anon_sym_GT_AMP] = ACTIONS(817), - [anon_sym_LT_LT] = ACTIONS(817), - [anon_sym_LT_LT_DASH] = ACTIONS(817), - [anon_sym_DQUOTE] = ACTIONS(817), - [sym_raw_string] = ACTIONS(817), - [anon_sym_DOLLAR] = ACTIONS(817), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(817), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(817), - [anon_sym_BQUOTE] = ACTIONS(817), - [anon_sym_LT_LPAREN] = ACTIONS(817), - [anon_sym_GT_LPAREN] = ACTIONS(817), - [sym_word] = ACTIONS(817), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(817), - [anon_sym_LF] = ACTIONS(817), - [anon_sym_AMP] = ACTIONS(817), - }, - [1151] = { - [sym_concatenation] = STATE(344), - [sym_string] = STATE(338), - [sym_simple_expansion] = STATE(338), - [sym_expansion] = STATE(338), - [sym_command_substitution] = STATE(338), - [sym_process_substitution] = STATE(338), - [aux_sym_for_statement_repeat1] = STATE(1029), - [anon_sym_DQUOTE] = ACTIONS(649), - [sym_raw_string] = ACTIONS(651), - [anon_sym_DOLLAR] = ACTIONS(653), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(655), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(657), - [anon_sym_BQUOTE] = ACTIONS(659), - [anon_sym_LT_LPAREN] = ACTIONS(661), - [anon_sym_GT_LPAREN] = ACTIONS(661), - [sym_word] = ACTIONS(663), - [sym_comment] = ACTIONS(133), - }, - [1152] = { - [sym__terminated_statement] = STATE(22), - [sym_for_statement] = STATE(23), - [sym_while_statement] = STATE(23), - [sym_if_statement] = STATE(23), - [sym_elif_clause] = STATE(351), - [sym_else_clause] = STATE(1035), - [sym_case_statement] = STATE(23), - [sym_function_definition] = STATE(23), - [sym_subshell] = STATE(23), - [sym_pipeline] = STATE(23), - [sym_list] = STATE(23), - [sym_bracket_command] = STATE(23), - [sym_command] = STATE(23), - [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(25), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [aux_sym_program_repeat1] = STATE(1251), - [aux_sym_if_statement_repeat1] = STATE(1037), - [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_fi] = ACTIONS(3166), - [anon_sym_elif] = ACTIONS(671), - [anon_sym_else] = ACTIONS(673), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), - }, - [1153] = { - [sym_concatenation] = STATE(194), - [sym_string] = STATE(193), - [sym_simple_expansion] = STATE(193), - [sym_expansion] = STATE(193), - [sym_command_substitution] = STATE(193), - [sym_process_substitution] = STATE(193), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2959), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(403), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(405), - [sym_comment] = ACTIONS(133), - }, - [1154] = { - [anon_sym_RPAREN] = ACTIONS(3168), - [sym_comment] = ACTIONS(133), - }, - [1155] = { - [sym_file_redirect] = STATE(1119), - [sym_heredoc_redirect] = STATE(1119), - [sym_concatenation] = STATE(297), - [sym_string] = STATE(296), - [sym_simple_expansion] = STATE(296), - [sym_expansion] = STATE(296), - [sym_command_substitution] = STATE(296), - [sym_process_substitution] = STATE(296), - [aux_sym_command_repeat2] = STATE(1249), - [sym_file_descriptor] = ACTIONS(2708), - [anon_sym_PIPE] = ACTIONS(593), - [anon_sym_RPAREN] = ACTIONS(593), - [anon_sym_SEMI_SEMI] = ACTIONS(593), - [anon_sym_PIPE_AMP] = ACTIONS(593), - [anon_sym_AMP_AMP] = ACTIONS(593), - [anon_sym_PIPE_PIPE] = ACTIONS(593), - [anon_sym_LT] = ACTIONS(2713), - [anon_sym_GT] = ACTIONS(2713), - [anon_sym_GT_GT] = ACTIONS(2713), - [anon_sym_AMP_GT] = ACTIONS(2713), - [anon_sym_AMP_GT_GT] = ACTIONS(2713), - [anon_sym_LT_AMP] = ACTIONS(2713), - [anon_sym_GT_AMP] = ACTIONS(2713), - [anon_sym_LT_LT] = ACTIONS(2715), - [anon_sym_LT_LT_DASH] = ACTIONS(2715), - [anon_sym_DQUOTE] = ACTIONS(285), - [sym_raw_string] = ACTIONS(595), - [anon_sym_DOLLAR] = ACTIONS(289), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(291), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(293), - [anon_sym_BQUOTE] = ACTIONS(3159), - [anon_sym_LT_LPAREN] = ACTIONS(297), - [anon_sym_GT_LPAREN] = ACTIONS(297), - [sym_word] = ACTIONS(595), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(593), - [anon_sym_LF] = ACTIONS(593), - [anon_sym_AMP] = ACTIONS(593), - }, - [1156] = { - [sym_file_redirect] = STATE(1147), - [sym_heredoc_redirect] = STATE(1147), - [sym_file_descriptor] = ACTIONS(2708), - [anon_sym_PIPE] = ACTIONS(593), - [anon_sym_RPAREN] = ACTIONS(593), - [anon_sym_SEMI_SEMI] = ACTIONS(593), - [anon_sym_PIPE_AMP] = ACTIONS(593), - [anon_sym_AMP_AMP] = ACTIONS(593), - [anon_sym_PIPE_PIPE] = ACTIONS(593), - [anon_sym_LT] = ACTIONS(2713), - [anon_sym_GT] = ACTIONS(2713), - [anon_sym_GT_GT] = ACTIONS(2713), - [anon_sym_AMP_GT] = ACTIONS(2713), - [anon_sym_AMP_GT_GT] = ACTIONS(2713), - [anon_sym_LT_AMP] = ACTIONS(2713), - [anon_sym_GT_AMP] = ACTIONS(2713), - [anon_sym_LT_LT] = ACTIONS(2715), - [anon_sym_LT_LT_DASH] = ACTIONS(2715), - [anon_sym_BQUOTE] = ACTIONS(593), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(593), - [anon_sym_LF] = ACTIONS(593), - [anon_sym_AMP] = ACTIONS(593), - }, - [1157] = { - [anon_sym_RPAREN] = ACTIONS(3170), - [sym_comment] = ACTIONS(133), - }, - [1158] = { - [anon_sym_PIPE] = ACTIONS(711), - [anon_sym_RPAREN] = ACTIONS(711), - [anon_sym_SEMI_SEMI] = ACTIONS(711), - [anon_sym_PIPE_AMP] = ACTIONS(711), - [anon_sym_AMP_AMP] = ACTIONS(711), - [anon_sym_PIPE_PIPE] = ACTIONS(711), - [anon_sym_BQUOTE] = ACTIONS(711), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(711), - [anon_sym_LF] = ACTIONS(711), - [anon_sym_AMP] = ACTIONS(711), - }, - [1159] = { - [sym_file_descriptor] = ACTIONS(559), - [sym_variable_name] = ACTIONS(559), - [anon_sym_for] = ACTIONS(561), - [anon_sym_while] = ACTIONS(561), - [anon_sym_if] = ACTIONS(561), - [anon_sym_case] = ACTIONS(561), - [anon_sym_RPAREN] = ACTIONS(3172), - [anon_sym_function] = ACTIONS(561), - [anon_sym_LPAREN] = ACTIONS(559), - [anon_sym_LBRACK] = ACTIONS(561), - [anon_sym_LBRACK_LBRACK] = ACTIONS(561), - [anon_sym_LT] = ACTIONS(561), - [anon_sym_GT] = ACTIONS(561), - [anon_sym_GT_GT] = ACTIONS(559), - [anon_sym_AMP_GT] = ACTIONS(561), - [anon_sym_AMP_GT_GT] = ACTIONS(559), - [anon_sym_LT_AMP] = ACTIONS(559), - [anon_sym_GT_AMP] = ACTIONS(559), - [anon_sym_DQUOTE] = ACTIONS(559), - [sym_raw_string] = ACTIONS(559), - [anon_sym_DOLLAR] = ACTIONS(561), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(559), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(559), - [anon_sym_BQUOTE] = ACTIONS(559), - [anon_sym_LT_LPAREN] = ACTIONS(559), - [anon_sym_GT_LPAREN] = ACTIONS(559), - [sym_word] = ACTIONS(563), - [sym_comment] = ACTIONS(133), - }, - [1160] = { - [sym_file_descriptor] = ACTIONS(425), - [sym__concat] = ACTIONS(425), - [sym_variable_name] = ACTIONS(425), - [anon_sym_PIPE] = ACTIONS(427), - [anon_sym_RPAREN] = ACTIONS(427), - [anon_sym_SEMI_SEMI] = ACTIONS(427), - [anon_sym_RBRACE] = ACTIONS(427), - [anon_sym_PIPE_AMP] = ACTIONS(427), - [anon_sym_AMP_AMP] = ACTIONS(427), - [anon_sym_PIPE_PIPE] = ACTIONS(427), - [anon_sym_LT] = ACTIONS(427), - [anon_sym_GT] = ACTIONS(427), - [anon_sym_GT_GT] = ACTIONS(427), - [anon_sym_AMP_GT] = ACTIONS(427), - [anon_sym_AMP_GT_GT] = ACTIONS(427), - [anon_sym_LT_AMP] = ACTIONS(427), - [anon_sym_GT_AMP] = ACTIONS(427), - [anon_sym_DQUOTE] = ACTIONS(427), - [sym_raw_string] = ACTIONS(427), - [anon_sym_DOLLAR] = ACTIONS(427), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(427), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(427), - [anon_sym_BQUOTE] = ACTIONS(427), - [anon_sym_LT_LPAREN] = ACTIONS(427), - [anon_sym_GT_LPAREN] = ACTIONS(427), - [sym_word] = ACTIONS(427), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(427), - [anon_sym_LF] = ACTIONS(427), - [anon_sym_AMP] = ACTIONS(427), - }, - [1161] = { - [sym_simple_expansion] = STATE(222), - [sym_expansion] = STATE(222), - [sym_command_substitution] = STATE(222), - [anon_sym_DQUOTE] = ACTIONS(3174), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(445), - [anon_sym_DOLLAR] = ACTIONS(199), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(201), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(203), - [anon_sym_BQUOTE] = ACTIONS(205), - [sym_comment] = ACTIONS(85), - }, - [1162] = { - [sym_string] = STATE(1255), - [sym_simple_expansion] = STATE(1255), - [sym_expansion] = STATE(1255), - [sym_command_substitution] = STATE(1255), - [sym_process_substitution] = STATE(1255), - [anon_sym_DQUOTE] = ACTIONS(2385), - [sym_raw_string] = ACTIONS(3176), - [anon_sym_DOLLAR] = ACTIONS(2389), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2391), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2393), - [anon_sym_BQUOTE] = ACTIONS(2395), - [anon_sym_LT_LPAREN] = ACTIONS(2397), - [anon_sym_GT_LPAREN] = ACTIONS(2397), - [sym_word] = ACTIONS(3178), - [sym_comment] = ACTIONS(133), - }, - [1163] = { - [sym_file_descriptor] = ACTIONS(451), - [sym__concat] = ACTIONS(3180), - [sym_variable_name] = ACTIONS(451), - [anon_sym_PIPE] = ACTIONS(455), - [anon_sym_RPAREN] = ACTIONS(455), - [anon_sym_SEMI_SEMI] = ACTIONS(455), - [anon_sym_RBRACE] = ACTIONS(455), - [anon_sym_PIPE_AMP] = ACTIONS(455), - [anon_sym_AMP_AMP] = ACTIONS(455), - [anon_sym_PIPE_PIPE] = ACTIONS(455), - [anon_sym_LT] = ACTIONS(455), - [anon_sym_GT] = ACTIONS(455), - [anon_sym_GT_GT] = ACTIONS(455), - [anon_sym_AMP_GT] = ACTIONS(455), - [anon_sym_AMP_GT_GT] = ACTIONS(455), - [anon_sym_LT_AMP] = ACTIONS(455), - [anon_sym_GT_AMP] = ACTIONS(455), - [anon_sym_DQUOTE] = ACTIONS(455), - [sym_raw_string] = ACTIONS(455), - [anon_sym_DOLLAR] = ACTIONS(455), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(455), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(455), - [anon_sym_BQUOTE] = ACTIONS(455), - [anon_sym_LT_LPAREN] = ACTIONS(455), - [anon_sym_GT_LPAREN] = ACTIONS(455), - [sym_word] = ACTIONS(455), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(455), - [anon_sym_LF] = ACTIONS(455), - [anon_sym_AMP] = ACTIONS(455), - }, - [1164] = { - [sym_file_descriptor] = ACTIONS(457), - [sym__concat] = ACTIONS(457), - [sym_variable_name] = ACTIONS(457), - [anon_sym_PIPE] = ACTIONS(459), - [anon_sym_RPAREN] = ACTIONS(459), - [anon_sym_SEMI_SEMI] = ACTIONS(459), - [anon_sym_RBRACE] = ACTIONS(459), - [anon_sym_PIPE_AMP] = ACTIONS(459), - [anon_sym_AMP_AMP] = ACTIONS(459), - [anon_sym_PIPE_PIPE] = ACTIONS(459), - [anon_sym_LT] = ACTIONS(459), - [anon_sym_GT] = ACTIONS(459), - [anon_sym_GT_GT] = ACTIONS(459), - [anon_sym_AMP_GT] = ACTIONS(459), - [anon_sym_AMP_GT_GT] = ACTIONS(459), - [anon_sym_LT_AMP] = ACTIONS(459), - [anon_sym_GT_AMP] = ACTIONS(459), - [anon_sym_DQUOTE] = ACTIONS(459), - [sym_raw_string] = ACTIONS(459), - [anon_sym_DOLLAR] = ACTIONS(459), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(459), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(459), - [anon_sym_BQUOTE] = ACTIONS(459), - [anon_sym_LT_LPAREN] = ACTIONS(459), - [anon_sym_GT_LPAREN] = ACTIONS(459), - [sym_word] = ACTIONS(459), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(459), - [anon_sym_LF] = ACTIONS(459), - [anon_sym_AMP] = ACTIONS(459), - }, - [1165] = { - [sym_file_descriptor] = ACTIONS(461), - [sym__concat] = ACTIONS(461), - [sym_variable_name] = ACTIONS(461), - [anon_sym_PIPE] = ACTIONS(463), - [anon_sym_RPAREN] = ACTIONS(463), - [anon_sym_SEMI_SEMI] = ACTIONS(463), - [anon_sym_RBRACE] = ACTIONS(463), - [anon_sym_PIPE_AMP] = ACTIONS(463), - [anon_sym_AMP_AMP] = ACTIONS(463), - [anon_sym_PIPE_PIPE] = ACTIONS(463), - [anon_sym_LT] = ACTIONS(463), - [anon_sym_GT] = ACTIONS(463), - [anon_sym_GT_GT] = ACTIONS(463), - [anon_sym_AMP_GT] = ACTIONS(463), - [anon_sym_AMP_GT_GT] = ACTIONS(463), - [anon_sym_LT_AMP] = ACTIONS(463), - [anon_sym_GT_AMP] = ACTIONS(463), - [anon_sym_DQUOTE] = ACTIONS(463), - [sym_raw_string] = ACTIONS(463), - [anon_sym_DOLLAR] = ACTIONS(463), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(463), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(463), - [anon_sym_BQUOTE] = ACTIONS(463), - [anon_sym_LT_LPAREN] = ACTIONS(463), - [anon_sym_GT_LPAREN] = ACTIONS(463), - [sym_word] = ACTIONS(463), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(463), - [anon_sym_LF] = ACTIONS(463), - [anon_sym_AMP] = ACTIONS(463), - }, - [1166] = { - [sym_file_descriptor] = ACTIONS(465), - [sym__concat] = ACTIONS(465), - [sym_variable_name] = ACTIONS(465), - [anon_sym_PIPE] = ACTIONS(467), - [anon_sym_RPAREN] = ACTIONS(467), - [anon_sym_SEMI_SEMI] = ACTIONS(467), - [anon_sym_RBRACE] = ACTIONS(467), - [anon_sym_PIPE_AMP] = ACTIONS(467), - [anon_sym_AMP_AMP] = ACTIONS(467), - [anon_sym_PIPE_PIPE] = ACTIONS(467), - [anon_sym_LT] = ACTIONS(467), - [anon_sym_GT] = ACTIONS(467), - [anon_sym_GT_GT] = ACTIONS(467), - [anon_sym_AMP_GT] = ACTIONS(467), - [anon_sym_AMP_GT_GT] = ACTIONS(467), - [anon_sym_LT_AMP] = ACTIONS(467), - [anon_sym_GT_AMP] = ACTIONS(467), - [anon_sym_DQUOTE] = ACTIONS(467), - [sym_raw_string] = ACTIONS(467), - [anon_sym_DOLLAR] = ACTIONS(467), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(467), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(467), - [anon_sym_BQUOTE] = ACTIONS(467), - [anon_sym_LT_LPAREN] = ACTIONS(467), - [anon_sym_GT_LPAREN] = ACTIONS(467), - [sym_word] = ACTIONS(467), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(467), - [anon_sym_LF] = ACTIONS(467), - [anon_sym_AMP] = ACTIONS(467), - }, - [1167] = { - [sym_special_variable_name] = STATE(1258), - [anon_sym_RBRACE] = ACTIONS(457), - [anon_sym_LBRACK] = ACTIONS(457), - [anon_sym_EQ] = ACTIONS(457), - [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(225), - [anon_sym_AT] = ACTIONS(219), - [anon_sym_COLON] = ACTIONS(469), - [anon_sym_COLON_QMARK] = ACTIONS(457), - [anon_sym_COLON_DASH] = ACTIONS(457), - [anon_sym_PERCENT] = ACTIONS(457), - [anon_sym_SLASH] = ACTIONS(457), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(3182), - [anon_sym_STAR] = ACTIONS(219), - [anon_sym_QMARK] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_0] = ACTIONS(225), - [anon_sym__] = ACTIONS(225), - }, - [1168] = { - [anon_sym_RBRACE] = ACTIONS(3184), - [anon_sym_LBRACK] = ACTIONS(3186), - [anon_sym_EQ] = ACTIONS(3188), - [anon_sym_COLON] = ACTIONS(3190), - [anon_sym_COLON_QMARK] = ACTIONS(3188), - [anon_sym_COLON_DASH] = ACTIONS(3188), - [anon_sym_PERCENT] = ACTIONS(3188), - [anon_sym_SLASH] = ACTIONS(3188), - [sym_comment] = ACTIONS(133), - }, - [1169] = { - [anon_sym_RBRACE] = ACTIONS(3192), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_EQ] = ACTIONS(3196), - [anon_sym_COLON] = ACTIONS(3198), - [anon_sym_COLON_QMARK] = ACTIONS(3196), - [anon_sym_COLON_DASH] = ACTIONS(3196), - [anon_sym_PERCENT] = ACTIONS(3196), - [anon_sym_SLASH] = ACTIONS(3196), - [sym_comment] = ACTIONS(133), - }, - [1170] = { - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(3200), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(523), - [sym_comment] = ACTIONS(133), - }, - [1171] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(3200), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(543), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(299), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), - }, - [1172] = { - [anon_sym_PIPE] = ACTIONS(547), - [anon_sym_PIPE_AMP] = ACTIONS(549), - [anon_sym_AMP_AMP] = ACTIONS(551), - [anon_sym_PIPE_PIPE] = ACTIONS(551), - [anon_sym_BQUOTE] = ACTIONS(3200), - [sym_comment] = ACTIONS(133), - }, - [1173] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(547), - [anon_sym_PIPE_AMP] = ACTIONS(549), - [anon_sym_AMP_AMP] = ACTIONS(551), - [anon_sym_PIPE_PIPE] = ACTIONS(553), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(3202), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), - }, - [1174] = { - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(3205), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(523), - [sym_comment] = ACTIONS(133), - }, - [1175] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(3205), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(543), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(299), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), - }, - [1176] = { - [sym_file_descriptor] = ACTIONS(425), - [sym__concat] = ACTIONS(425), - [sym_variable_name] = ACTIONS(425), - [anon_sym_PIPE] = ACTIONS(427), - [anon_sym_RPAREN] = ACTIONS(427), - [anon_sym_SEMI_SEMI] = ACTIONS(427), - [anon_sym_PIPE_AMP] = ACTIONS(427), - [anon_sym_AMP_AMP] = ACTIONS(427), - [anon_sym_PIPE_PIPE] = ACTIONS(427), - [anon_sym_LT] = ACTIONS(427), - [anon_sym_GT] = ACTIONS(427), - [anon_sym_GT_GT] = ACTIONS(427), - [anon_sym_AMP_GT] = ACTIONS(427), - [anon_sym_AMP_GT_GT] = ACTIONS(427), - [anon_sym_LT_AMP] = ACTIONS(427), - [anon_sym_GT_AMP] = ACTIONS(427), - [anon_sym_LT_LT] = ACTIONS(427), - [anon_sym_LT_LT_DASH] = ACTIONS(427), - [anon_sym_DQUOTE] = ACTIONS(427), - [sym_raw_string] = ACTIONS(427), - [anon_sym_DOLLAR] = ACTIONS(427), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(427), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(427), - [anon_sym_BQUOTE] = ACTIONS(427), - [anon_sym_LT_LPAREN] = ACTIONS(427), - [anon_sym_GT_LPAREN] = ACTIONS(427), - [sym_word] = ACTIONS(427), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(427), - [anon_sym_LF] = ACTIONS(427), - [anon_sym_AMP] = ACTIONS(427), - }, - [1177] = { - [sym_simple_expansion] = STATE(222), - [sym_expansion] = STATE(222), - [sym_command_substitution] = STATE(222), - [anon_sym_DQUOTE] = ACTIONS(3207), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(445), - [anon_sym_DOLLAR] = ACTIONS(199), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(201), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(203), - [anon_sym_BQUOTE] = ACTIONS(205), - [sym_comment] = ACTIONS(85), - }, - [1178] = { - [sym_string] = STATE(1268), - [sym_simple_expansion] = STATE(1268), - [sym_expansion] = STATE(1268), - [sym_command_substitution] = STATE(1268), - [sym_process_substitution] = STATE(1268), - [anon_sym_DQUOTE] = ACTIONS(2401), - [sym_raw_string] = ACTIONS(3209), - [anon_sym_DOLLAR] = ACTIONS(2405), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2407), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2409), - [anon_sym_BQUOTE] = ACTIONS(2411), - [anon_sym_LT_LPAREN] = ACTIONS(2413), - [anon_sym_GT_LPAREN] = ACTIONS(2413), - [sym_word] = ACTIONS(3211), - [sym_comment] = ACTIONS(133), - }, - [1179] = { - [sym_file_descriptor] = ACTIONS(451), - [sym__concat] = ACTIONS(3213), - [sym_variable_name] = ACTIONS(451), - [anon_sym_PIPE] = ACTIONS(455), - [anon_sym_RPAREN] = ACTIONS(455), - [anon_sym_SEMI_SEMI] = ACTIONS(455), - [anon_sym_PIPE_AMP] = ACTIONS(455), - [anon_sym_AMP_AMP] = ACTIONS(455), - [anon_sym_PIPE_PIPE] = ACTIONS(455), - [anon_sym_LT] = ACTIONS(455), - [anon_sym_GT] = ACTIONS(455), - [anon_sym_GT_GT] = ACTIONS(455), - [anon_sym_AMP_GT] = ACTIONS(455), - [anon_sym_AMP_GT_GT] = ACTIONS(455), - [anon_sym_LT_AMP] = ACTIONS(455), - [anon_sym_GT_AMP] = ACTIONS(455), - [anon_sym_LT_LT] = ACTIONS(455), - [anon_sym_LT_LT_DASH] = ACTIONS(455), - [anon_sym_DQUOTE] = ACTIONS(455), - [sym_raw_string] = ACTIONS(455), - [anon_sym_DOLLAR] = ACTIONS(455), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(455), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(455), - [anon_sym_BQUOTE] = ACTIONS(455), - [anon_sym_LT_LPAREN] = ACTIONS(455), - [anon_sym_GT_LPAREN] = ACTIONS(455), - [sym_word] = ACTIONS(455), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(455), - [anon_sym_LF] = ACTIONS(455), - [anon_sym_AMP] = ACTIONS(455), - }, - [1180] = { - [sym_file_descriptor] = ACTIONS(457), - [sym__concat] = ACTIONS(457), - [sym_variable_name] = ACTIONS(457), - [anon_sym_PIPE] = ACTIONS(459), - [anon_sym_RPAREN] = ACTIONS(459), - [anon_sym_SEMI_SEMI] = ACTIONS(459), - [anon_sym_PIPE_AMP] = ACTIONS(459), - [anon_sym_AMP_AMP] = ACTIONS(459), - [anon_sym_PIPE_PIPE] = ACTIONS(459), - [anon_sym_LT] = ACTIONS(459), - [anon_sym_GT] = ACTIONS(459), - [anon_sym_GT_GT] = ACTIONS(459), - [anon_sym_AMP_GT] = ACTIONS(459), - [anon_sym_AMP_GT_GT] = ACTIONS(459), - [anon_sym_LT_AMP] = ACTIONS(459), - [anon_sym_GT_AMP] = ACTIONS(459), - [anon_sym_LT_LT] = ACTIONS(459), - [anon_sym_LT_LT_DASH] = ACTIONS(459), - [anon_sym_DQUOTE] = ACTIONS(459), - [sym_raw_string] = ACTIONS(459), - [anon_sym_DOLLAR] = ACTIONS(459), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(459), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(459), - [anon_sym_BQUOTE] = ACTIONS(459), - [anon_sym_LT_LPAREN] = ACTIONS(459), - [anon_sym_GT_LPAREN] = ACTIONS(459), - [sym_word] = ACTIONS(459), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(459), - [anon_sym_LF] = ACTIONS(459), - [anon_sym_AMP] = ACTIONS(459), - }, - [1181] = { - [sym_file_descriptor] = ACTIONS(461), - [sym__concat] = ACTIONS(461), - [sym_variable_name] = ACTIONS(461), - [anon_sym_PIPE] = ACTIONS(463), - [anon_sym_RPAREN] = ACTIONS(463), - [anon_sym_SEMI_SEMI] = ACTIONS(463), - [anon_sym_PIPE_AMP] = ACTIONS(463), - [anon_sym_AMP_AMP] = ACTIONS(463), - [anon_sym_PIPE_PIPE] = ACTIONS(463), - [anon_sym_LT] = ACTIONS(463), - [anon_sym_GT] = ACTIONS(463), - [anon_sym_GT_GT] = ACTIONS(463), - [anon_sym_AMP_GT] = ACTIONS(463), - [anon_sym_AMP_GT_GT] = ACTIONS(463), - [anon_sym_LT_AMP] = ACTIONS(463), - [anon_sym_GT_AMP] = ACTIONS(463), - [anon_sym_LT_LT] = ACTIONS(463), - [anon_sym_LT_LT_DASH] = ACTIONS(463), - [anon_sym_DQUOTE] = ACTIONS(463), - [sym_raw_string] = ACTIONS(463), - [anon_sym_DOLLAR] = ACTIONS(463), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(463), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(463), - [anon_sym_BQUOTE] = ACTIONS(463), - [anon_sym_LT_LPAREN] = ACTIONS(463), - [anon_sym_GT_LPAREN] = ACTIONS(463), - [sym_word] = ACTIONS(463), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(463), - [anon_sym_LF] = ACTIONS(463), - [anon_sym_AMP] = ACTIONS(463), - }, - [1182] = { - [sym_file_descriptor] = ACTIONS(465), - [sym__concat] = ACTIONS(465), - [sym_variable_name] = ACTIONS(465), - [anon_sym_PIPE] = ACTIONS(467), - [anon_sym_RPAREN] = ACTIONS(467), - [anon_sym_SEMI_SEMI] = ACTIONS(467), - [anon_sym_PIPE_AMP] = ACTIONS(467), - [anon_sym_AMP_AMP] = ACTIONS(467), - [anon_sym_PIPE_PIPE] = ACTIONS(467), - [anon_sym_LT] = ACTIONS(467), - [anon_sym_GT] = ACTIONS(467), - [anon_sym_GT_GT] = ACTIONS(467), - [anon_sym_AMP_GT] = ACTIONS(467), - [anon_sym_AMP_GT_GT] = ACTIONS(467), - [anon_sym_LT_AMP] = ACTIONS(467), - [anon_sym_GT_AMP] = ACTIONS(467), - [anon_sym_LT_LT] = ACTIONS(467), - [anon_sym_LT_LT_DASH] = ACTIONS(467), - [anon_sym_DQUOTE] = ACTIONS(467), - [sym_raw_string] = ACTIONS(467), - [anon_sym_DOLLAR] = ACTIONS(467), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(467), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(467), - [anon_sym_BQUOTE] = ACTIONS(467), - [anon_sym_LT_LPAREN] = ACTIONS(467), - [anon_sym_GT_LPAREN] = ACTIONS(467), - [sym_word] = ACTIONS(467), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(467), - [anon_sym_LF] = ACTIONS(467), - [anon_sym_AMP] = ACTIONS(467), - }, - [1183] = { - [sym_special_variable_name] = STATE(1271), - [anon_sym_RBRACE] = ACTIONS(457), - [anon_sym_LBRACK] = ACTIONS(457), - [anon_sym_EQ] = ACTIONS(457), - [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(225), - [anon_sym_AT] = ACTIONS(219), - [anon_sym_COLON] = ACTIONS(469), - [anon_sym_COLON_QMARK] = ACTIONS(457), - [anon_sym_COLON_DASH] = ACTIONS(457), - [anon_sym_PERCENT] = ACTIONS(457), - [anon_sym_SLASH] = ACTIONS(457), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(3215), - [anon_sym_STAR] = ACTIONS(219), - [anon_sym_QMARK] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_0] = ACTIONS(225), - [anon_sym__] = ACTIONS(225), - }, - [1184] = { - [anon_sym_RBRACE] = ACTIONS(3217), - [anon_sym_LBRACK] = ACTIONS(3219), - [anon_sym_EQ] = ACTIONS(3221), - [anon_sym_COLON] = ACTIONS(3223), - [anon_sym_COLON_QMARK] = ACTIONS(3221), - [anon_sym_COLON_DASH] = ACTIONS(3221), - [anon_sym_PERCENT] = ACTIONS(3221), - [anon_sym_SLASH] = ACTIONS(3221), - [sym_comment] = ACTIONS(133), - }, - [1185] = { - [anon_sym_RBRACE] = ACTIONS(3225), - [anon_sym_LBRACK] = ACTIONS(3227), - [anon_sym_EQ] = ACTIONS(3229), - [anon_sym_COLON] = ACTIONS(3231), - [anon_sym_COLON_QMARK] = ACTIONS(3229), - [anon_sym_COLON_DASH] = ACTIONS(3229), - [anon_sym_PERCENT] = ACTIONS(3229), - [anon_sym_SLASH] = ACTIONS(3229), - [sym_comment] = ACTIONS(133), - }, - [1186] = { - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(3233), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(523), - [sym_comment] = ACTIONS(133), - }, - [1187] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(3233), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(543), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(299), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), - }, - [1188] = { - [anon_sym_PIPE] = ACTIONS(547), - [anon_sym_PIPE_AMP] = ACTIONS(549), - [anon_sym_AMP_AMP] = ACTIONS(551), - [anon_sym_PIPE_PIPE] = ACTIONS(551), - [anon_sym_BQUOTE] = ACTIONS(3233), - [sym_comment] = ACTIONS(133), - }, - [1189] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(547), - [anon_sym_PIPE_AMP] = ACTIONS(549), - [anon_sym_AMP_AMP] = ACTIONS(551), - [anon_sym_PIPE_PIPE] = ACTIONS(553), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(3235), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), - }, - [1190] = { - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(3238), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(523), - [sym_comment] = ACTIONS(133), - }, - [1191] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(3238), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(543), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(299), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), - }, - [1192] = { - [sym_file_descriptor] = ACTIONS(823), - [sym__concat] = ACTIONS(823), - [sym_variable_name] = ACTIONS(823), - [anon_sym_in] = ACTIONS(825), - [anon_sym_PIPE] = ACTIONS(825), - [anon_sym_RPAREN] = ACTIONS(825), - [anon_sym_SEMI_SEMI] = ACTIONS(825), - [anon_sym_RBRACE] = ACTIONS(825), - [anon_sym_PIPE_AMP] = ACTIONS(825), - [anon_sym_AMP_AMP] = ACTIONS(825), - [anon_sym_PIPE_PIPE] = ACTIONS(825), - [anon_sym_RBRACK] = ACTIONS(825), - [anon_sym_RBRACK_RBRACK] = ACTIONS(825), - [anon_sym_LT] = ACTIONS(825), - [anon_sym_GT] = ACTIONS(825), - [anon_sym_GT_GT] = ACTIONS(825), - [anon_sym_AMP_GT] = ACTIONS(825), - [anon_sym_AMP_GT_GT] = ACTIONS(825), - [anon_sym_LT_AMP] = ACTIONS(825), - [anon_sym_GT_AMP] = ACTIONS(825), - [anon_sym_LT_LT] = ACTIONS(825), - [anon_sym_LT_LT_DASH] = ACTIONS(825), - [anon_sym_DQUOTE] = ACTIONS(825), - [sym_raw_string] = ACTIONS(825), - [anon_sym_DOLLAR] = ACTIONS(825), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(825), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(825), - [anon_sym_BQUOTE] = ACTIONS(825), - [anon_sym_LT_LPAREN] = ACTIONS(825), - [anon_sym_GT_LPAREN] = ACTIONS(825), - [sym_word] = ACTIONS(825), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(825), - [anon_sym_LF] = ACTIONS(825), - [anon_sym_AMP] = ACTIONS(825), - }, - [1193] = { - [sym_case_item] = STATE(555), - [sym_concatenation] = STATE(556), - [sym_string] = STATE(554), - [sym_simple_expansion] = STATE(554), - [sym_expansion] = STATE(554), - [sym_command_substitution] = STATE(554), - [sym_process_substitution] = STATE(554), - [aux_sym_case_statement_repeat1] = STATE(1281), - [anon_sym_esac] = ACTIONS(3240), - [anon_sym_DQUOTE] = ACTIONS(313), - [sym_raw_string] = ACTIONS(1131), - [anon_sym_DOLLAR] = ACTIONS(317), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(319), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(321), - [anon_sym_BQUOTE] = ACTIONS(323), - [anon_sym_LT_LPAREN] = ACTIONS(325), - [anon_sym_GT_LPAREN] = ACTIONS(325), - [sym_word] = ACTIONS(1133), - [sym_comment] = ACTIONS(133), - }, - [1194] = { - [sym__heredoc_middle] = ACTIONS(1249), - [sym__heredoc_end] = ACTIONS(1249), - [sym_file_descriptor] = ACTIONS(1249), - [sym__concat] = ACTIONS(1249), - [sym_variable_name] = ACTIONS(1249), - [anon_sym_in] = ACTIONS(1251), - [anon_sym_PIPE] = ACTIONS(1251), - [anon_sym_RPAREN] = ACTIONS(1251), - [anon_sym_SEMI_SEMI] = ACTIONS(1251), - [anon_sym_RBRACE] = ACTIONS(1251), - [anon_sym_PIPE_AMP] = ACTIONS(1251), - [anon_sym_AMP_AMP] = ACTIONS(1251), - [anon_sym_PIPE_PIPE] = ACTIONS(1251), - [anon_sym_RBRACK] = ACTIONS(1251), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1251), - [anon_sym_LT] = ACTIONS(1251), - [anon_sym_GT] = ACTIONS(1251), - [anon_sym_GT_GT] = ACTIONS(1251), - [anon_sym_AMP_GT] = ACTIONS(1251), - [anon_sym_AMP_GT_GT] = ACTIONS(1251), - [anon_sym_LT_AMP] = ACTIONS(1251), - [anon_sym_GT_AMP] = ACTIONS(1251), - [anon_sym_LT_LT] = ACTIONS(1251), - [anon_sym_LT_LT_DASH] = ACTIONS(1251), - [anon_sym_DQUOTE] = ACTIONS(1251), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(1251), - [sym_raw_string] = ACTIONS(1251), - [anon_sym_DOLLAR] = ACTIONS(1251), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1251), - [anon_sym_BQUOTE] = ACTIONS(1251), - [anon_sym_LT_LPAREN] = ACTIONS(1251), - [anon_sym_GT_LPAREN] = ACTIONS(1251), - [sym_word] = ACTIONS(1251), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1251), - [anon_sym_LF] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1251), - }, - [1195] = { - [anon_sym_AT] = ACTIONS(3242), - [sym_comment] = ACTIONS(133), - }, - [1196] = { - [sym__heredoc_middle] = ACTIONS(1255), - [sym__heredoc_end] = ACTIONS(1255), - [sym_file_descriptor] = ACTIONS(1255), - [sym__concat] = ACTIONS(1255), - [sym_variable_name] = ACTIONS(1255), - [anon_sym_in] = ACTIONS(1257), - [anon_sym_PIPE] = ACTIONS(1257), - [anon_sym_RPAREN] = ACTIONS(1257), - [anon_sym_SEMI_SEMI] = ACTIONS(1257), - [anon_sym_RBRACE] = ACTIONS(1257), - [anon_sym_PIPE_AMP] = ACTIONS(1257), - [anon_sym_AMP_AMP] = ACTIONS(1257), - [anon_sym_PIPE_PIPE] = ACTIONS(1257), - [anon_sym_RBRACK] = ACTIONS(1257), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1257), - [anon_sym_LT] = ACTIONS(1257), - [anon_sym_GT] = ACTIONS(1257), - [anon_sym_GT_GT] = ACTIONS(1257), - [anon_sym_AMP_GT] = ACTIONS(1257), - [anon_sym_AMP_GT_GT] = ACTIONS(1257), - [anon_sym_LT_AMP] = ACTIONS(1257), - [anon_sym_GT_AMP] = ACTIONS(1257), - [anon_sym_LT_LT] = ACTIONS(1257), - [anon_sym_LT_LT_DASH] = ACTIONS(1257), - [anon_sym_DQUOTE] = ACTIONS(1257), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(1257), - [sym_raw_string] = ACTIONS(1257), - [anon_sym_DOLLAR] = ACTIONS(1257), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1257), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1257), - [anon_sym_BQUOTE] = ACTIONS(1257), - [anon_sym_LT_LPAREN] = ACTIONS(1257), - [anon_sym_GT_LPAREN] = ACTIONS(1257), - [sym_word] = ACTIONS(1257), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1257), - [anon_sym_LF] = ACTIONS(1257), - [anon_sym_AMP] = ACTIONS(1257), - }, - [1197] = { - [anon_sym_AT] = ACTIONS(3244), - [sym_comment] = ACTIONS(133), - }, - [1198] = { - [sym_file_descriptor] = ACTIONS(955), - [sym__concat] = ACTIONS(955), - [sym_variable_name] = ACTIONS(955), - [anon_sym_in] = ACTIONS(957), - [anon_sym_PIPE] = ACTIONS(957), - [anon_sym_RPAREN] = ACTIONS(957), - [anon_sym_SEMI_SEMI] = ACTIONS(957), - [anon_sym_RBRACE] = ACTIONS(957), - [anon_sym_PIPE_AMP] = ACTIONS(957), - [anon_sym_AMP_AMP] = ACTIONS(957), - [anon_sym_PIPE_PIPE] = ACTIONS(957), - [anon_sym_RBRACK] = ACTIONS(957), - [anon_sym_RBRACK_RBRACK] = ACTIONS(957), - [anon_sym_LT] = ACTIONS(957), - [anon_sym_GT] = ACTIONS(957), - [anon_sym_GT_GT] = ACTIONS(957), - [anon_sym_AMP_GT] = ACTIONS(957), - [anon_sym_AMP_GT_GT] = ACTIONS(957), - [anon_sym_LT_AMP] = ACTIONS(957), - [anon_sym_GT_AMP] = ACTIONS(957), - [anon_sym_LT_LT] = ACTIONS(957), - [anon_sym_LT_LT_DASH] = ACTIONS(957), - [anon_sym_DQUOTE] = ACTIONS(957), - [sym_raw_string] = ACTIONS(957), - [anon_sym_DOLLAR] = ACTIONS(957), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(957), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(957), - [anon_sym_BQUOTE] = ACTIONS(957), - [anon_sym_LT_LPAREN] = ACTIONS(957), - [anon_sym_GT_LPAREN] = ACTIONS(957), - [sym_word] = ACTIONS(957), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(957), - [anon_sym_LF] = ACTIONS(957), - [anon_sym_AMP] = ACTIONS(957), - }, - [1199] = { - [sym_case_item] = STATE(555), - [sym_concatenation] = STATE(556), - [sym_string] = STATE(554), - [sym_simple_expansion] = STATE(554), - [sym_expansion] = STATE(554), - [sym_command_substitution] = STATE(554), - [sym_process_substitution] = STATE(554), - [aux_sym_case_statement_repeat1] = STATE(1285), - [anon_sym_esac] = ACTIONS(3246), - [anon_sym_DQUOTE] = ACTIONS(313), - [sym_raw_string] = ACTIONS(1131), - [anon_sym_DOLLAR] = ACTIONS(317), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(319), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(321), - [anon_sym_BQUOTE] = ACTIONS(323), - [anon_sym_LT_LPAREN] = ACTIONS(325), - [anon_sym_GT_LPAREN] = ACTIONS(325), - [sym_word] = ACTIONS(1133), - [sym_comment] = ACTIONS(133), - }, - [1200] = { - [aux_sym_concatenation_repeat1] = STATE(1179), - [sym_file_descriptor] = ACTIONS(607), - [sym__concat] = ACTIONS(2990), - [sym_variable_name] = ACTIONS(607), - [anon_sym_PIPE] = ACTIONS(1369), - [anon_sym_RPAREN] = ACTIONS(1369), - [anon_sym_SEMI_SEMI] = ACTIONS(1369), - [anon_sym_PIPE_AMP] = ACTIONS(1369), - [anon_sym_AMP_AMP] = ACTIONS(1369), - [anon_sym_PIPE_PIPE] = ACTIONS(1369), - [anon_sym_LT] = ACTIONS(1369), - [anon_sym_GT] = ACTIONS(1369), - [anon_sym_GT_GT] = ACTIONS(1369), - [anon_sym_AMP_GT] = ACTIONS(1369), - [anon_sym_AMP_GT_GT] = ACTIONS(1369), - [anon_sym_LT_AMP] = ACTIONS(1369), - [anon_sym_GT_AMP] = ACTIONS(1369), - [anon_sym_LT_LT] = ACTIONS(1369), - [anon_sym_LT_LT_DASH] = ACTIONS(1369), - [anon_sym_DQUOTE] = ACTIONS(1369), - [sym_raw_string] = ACTIONS(1369), - [anon_sym_DOLLAR] = ACTIONS(1369), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1369), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1369), - [anon_sym_BQUOTE] = ACTIONS(1369), - [anon_sym_LT_LPAREN] = ACTIONS(1369), - [anon_sym_GT_LPAREN] = ACTIONS(1369), - [sym_word] = ACTIONS(1369), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1369), - [anon_sym_LF] = ACTIONS(1369), - [anon_sym_AMP] = ACTIONS(1369), - }, - [1201] = { - [sym_file_descriptor] = ACTIONS(607), - [sym_variable_name] = ACTIONS(607), - [anon_sym_PIPE] = ACTIONS(1369), - [anon_sym_RPAREN] = ACTIONS(1369), - [anon_sym_SEMI_SEMI] = ACTIONS(1369), - [anon_sym_PIPE_AMP] = ACTIONS(1369), - [anon_sym_AMP_AMP] = ACTIONS(1369), - [anon_sym_PIPE_PIPE] = ACTIONS(1369), - [anon_sym_LT] = ACTIONS(1369), - [anon_sym_GT] = ACTIONS(1369), - [anon_sym_GT_GT] = ACTIONS(1369), - [anon_sym_AMP_GT] = ACTIONS(1369), - [anon_sym_AMP_GT_GT] = ACTIONS(1369), - [anon_sym_LT_AMP] = ACTIONS(1369), - [anon_sym_GT_AMP] = ACTIONS(1369), - [anon_sym_LT_LT] = ACTIONS(1369), - [anon_sym_LT_LT_DASH] = ACTIONS(1369), - [anon_sym_DQUOTE] = ACTIONS(1369), - [sym_raw_string] = ACTIONS(1369), - [anon_sym_DOLLAR] = ACTIONS(1369), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1369), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1369), - [anon_sym_BQUOTE] = ACTIONS(1369), - [anon_sym_LT_LPAREN] = ACTIONS(1369), - [anon_sym_GT_LPAREN] = ACTIONS(1369), - [sym_word] = ACTIONS(1369), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1369), - [anon_sym_LF] = ACTIONS(1369), - [anon_sym_AMP] = ACTIONS(1369), - }, - [1202] = { - [sym_file_descriptor] = ACTIONS(457), - [sym__concat] = ACTIONS(457), - [sym_variable_name] = ACTIONS(457), - [anon_sym_in] = ACTIONS(459), - [anon_sym_PIPE] = ACTIONS(459), - [anon_sym_RPAREN] = ACTIONS(459), - [anon_sym_SEMI_SEMI] = ACTIONS(459), - [anon_sym_RBRACE] = ACTIONS(459), - [anon_sym_PIPE_AMP] = ACTIONS(459), - [anon_sym_AMP_AMP] = ACTIONS(459), - [anon_sym_PIPE_PIPE] = ACTIONS(459), - [anon_sym_RBRACK] = ACTIONS(459), - [anon_sym_RBRACK_RBRACK] = ACTIONS(459), - [anon_sym_LT] = ACTIONS(459), - [anon_sym_GT] = ACTIONS(459), - [anon_sym_GT_GT] = ACTIONS(459), - [anon_sym_AMP_GT] = ACTIONS(459), - [anon_sym_AMP_GT_GT] = ACTIONS(459), - [anon_sym_LT_AMP] = ACTIONS(459), - [anon_sym_GT_AMP] = ACTIONS(459), - [anon_sym_LT_LT] = ACTIONS(459), - [anon_sym_LT_LT_DASH] = ACTIONS(459), - [anon_sym_DQUOTE] = ACTIONS(459), - [sym_raw_string] = ACTIONS(459), - [anon_sym_DOLLAR] = ACTIONS(459), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(459), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(459), - [anon_sym_BQUOTE] = ACTIONS(459), - [anon_sym_LT_LPAREN] = ACTIONS(459), - [anon_sym_GT_LPAREN] = ACTIONS(459), - [sym_word] = ACTIONS(459), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(459), - [anon_sym_LF] = ACTIONS(459), - [anon_sym_AMP] = ACTIONS(459), - }, - [1203] = { - [sym_file_descriptor] = ACTIONS(461), - [sym__concat] = ACTIONS(461), - [sym_variable_name] = ACTIONS(461), - [anon_sym_in] = ACTIONS(463), - [anon_sym_PIPE] = ACTIONS(463), - [anon_sym_RPAREN] = ACTIONS(463), - [anon_sym_SEMI_SEMI] = ACTIONS(463), - [anon_sym_RBRACE] = ACTIONS(463), - [anon_sym_PIPE_AMP] = ACTIONS(463), - [anon_sym_AMP_AMP] = ACTIONS(463), - [anon_sym_PIPE_PIPE] = ACTIONS(463), - [anon_sym_RBRACK] = ACTIONS(463), - [anon_sym_RBRACK_RBRACK] = ACTIONS(463), - [anon_sym_LT] = ACTIONS(463), - [anon_sym_GT] = ACTIONS(463), - [anon_sym_GT_GT] = ACTIONS(463), - [anon_sym_AMP_GT] = ACTIONS(463), - [anon_sym_AMP_GT_GT] = ACTIONS(463), - [anon_sym_LT_AMP] = ACTIONS(463), - [anon_sym_GT_AMP] = ACTIONS(463), - [anon_sym_LT_LT] = ACTIONS(463), - [anon_sym_LT_LT_DASH] = ACTIONS(463), - [anon_sym_DQUOTE] = ACTIONS(463), - [sym_raw_string] = ACTIONS(463), - [anon_sym_DOLLAR] = ACTIONS(463), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(463), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(463), - [anon_sym_BQUOTE] = ACTIONS(463), - [anon_sym_LT_LPAREN] = ACTIONS(463), - [anon_sym_GT_LPAREN] = ACTIONS(463), - [sym_word] = ACTIONS(463), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(463), - [anon_sym_LF] = ACTIONS(463), - [anon_sym_AMP] = ACTIONS(463), - }, - [1204] = { - [sym_file_descriptor] = ACTIONS(465), - [sym__concat] = ACTIONS(465), - [sym_variable_name] = ACTIONS(465), - [anon_sym_in] = ACTIONS(467), - [anon_sym_PIPE] = ACTIONS(467), - [anon_sym_RPAREN] = ACTIONS(467), - [anon_sym_SEMI_SEMI] = ACTIONS(467), - [anon_sym_RBRACE] = ACTIONS(467), - [anon_sym_PIPE_AMP] = ACTIONS(467), - [anon_sym_AMP_AMP] = ACTIONS(467), - [anon_sym_PIPE_PIPE] = ACTIONS(467), - [anon_sym_RBRACK] = ACTIONS(467), - [anon_sym_RBRACK_RBRACK] = ACTIONS(467), - [anon_sym_LT] = ACTIONS(467), - [anon_sym_GT] = ACTIONS(467), - [anon_sym_GT_GT] = ACTIONS(467), - [anon_sym_AMP_GT] = ACTIONS(467), - [anon_sym_AMP_GT_GT] = ACTIONS(467), - [anon_sym_LT_AMP] = ACTIONS(467), - [anon_sym_GT_AMP] = ACTIONS(467), - [anon_sym_LT_LT] = ACTIONS(467), - [anon_sym_LT_LT_DASH] = ACTIONS(467), - [anon_sym_DQUOTE] = ACTIONS(467), - [sym_raw_string] = ACTIONS(467), - [anon_sym_DOLLAR] = ACTIONS(467), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(467), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(467), - [anon_sym_BQUOTE] = ACTIONS(467), - [anon_sym_LT_LPAREN] = ACTIONS(467), - [anon_sym_GT_LPAREN] = ACTIONS(467), - [sym_word] = ACTIONS(467), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(467), - [anon_sym_LF] = ACTIONS(467), - [anon_sym_AMP] = ACTIONS(467), - }, - [1205] = { - [sym_special_variable_name] = STATE(1287), - [anon_sym_RBRACE] = ACTIONS(457), - [anon_sym_LBRACK] = ACTIONS(457), - [anon_sym_EQ] = ACTIONS(457), - [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(225), - [anon_sym_AT] = ACTIONS(219), - [anon_sym_COLON] = ACTIONS(469), - [anon_sym_COLON_QMARK] = ACTIONS(457), - [anon_sym_COLON_DASH] = ACTIONS(457), - [anon_sym_PERCENT] = ACTIONS(457), - [anon_sym_SLASH] = ACTIONS(457), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(3248), - [anon_sym_STAR] = ACTIONS(219), - [anon_sym_QMARK] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_0] = ACTIONS(225), - [anon_sym__] = ACTIONS(225), - }, - [1206] = { - [anon_sym_RBRACE] = ACTIONS(3250), - [anon_sym_LBRACK] = ACTIONS(3252), - [anon_sym_EQ] = ACTIONS(3254), - [anon_sym_COLON] = ACTIONS(3256), - [anon_sym_COLON_QMARK] = ACTIONS(3254), - [anon_sym_COLON_DASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [sym_comment] = ACTIONS(133), - }, - [1207] = { - [anon_sym_RBRACE] = ACTIONS(3258), - [anon_sym_LBRACK] = ACTIONS(3260), - [anon_sym_EQ] = ACTIONS(3262), - [anon_sym_COLON] = ACTIONS(3264), - [anon_sym_COLON_QMARK] = ACTIONS(3262), - [anon_sym_COLON_DASH] = ACTIONS(3262), - [anon_sym_PERCENT] = ACTIONS(3262), - [anon_sym_SLASH] = ACTIONS(3262), - [sym_comment] = ACTIONS(133), - }, - [1208] = { - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(3266), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(523), - [sym_comment] = ACTIONS(133), - }, - [1209] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(3266), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(543), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(299), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), - }, - [1210] = { - [anon_sym_PIPE] = ACTIONS(547), - [anon_sym_PIPE_AMP] = ACTIONS(549), - [anon_sym_AMP_AMP] = ACTIONS(551), - [anon_sym_PIPE_PIPE] = ACTIONS(551), - [anon_sym_BQUOTE] = ACTIONS(3266), - [sym_comment] = ACTIONS(133), - }, - [1211] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(547), - [anon_sym_PIPE_AMP] = ACTIONS(549), - [anon_sym_AMP_AMP] = ACTIONS(551), - [anon_sym_PIPE_PIPE] = ACTIONS(553), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(3268), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), - }, - [1212] = { - [aux_sym_concatenation_repeat1] = STATE(77), - [sym_file_descriptor] = ACTIONS(207), - [sym__concat] = ACTIONS(209), - [anon_sym_PIPE] = ACTIONS(211), - [anon_sym_RPAREN] = ACTIONS(211), - [anon_sym_SEMI_SEMI] = ACTIONS(211), - [anon_sym_LPAREN] = ACTIONS(2922), - [anon_sym_PIPE_AMP] = ACTIONS(211), - [anon_sym_AMP_AMP] = ACTIONS(211), - [anon_sym_PIPE_PIPE] = ACTIONS(211), - [anon_sym_LT] = ACTIONS(211), - [anon_sym_GT] = ACTIONS(211), - [anon_sym_GT_GT] = ACTIONS(211), - [anon_sym_AMP_GT] = ACTIONS(211), - [anon_sym_AMP_GT_GT] = ACTIONS(211), - [anon_sym_LT_AMP] = ACTIONS(211), - [anon_sym_GT_AMP] = ACTIONS(211), - [anon_sym_LT_LT] = ACTIONS(211), - [anon_sym_LT_LT_DASH] = ACTIONS(211), - [anon_sym_DQUOTE] = ACTIONS(211), - [sym_raw_string] = ACTIONS(211), - [anon_sym_DOLLAR] = ACTIONS(211), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(211), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(211), - [anon_sym_BQUOTE] = ACTIONS(211), - [anon_sym_LT_LPAREN] = ACTIONS(211), - [anon_sym_GT_LPAREN] = ACTIONS(211), - [sym_word] = ACTIONS(211), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(211), - [anon_sym_LF] = ACTIONS(211), - [anon_sym_AMP] = ACTIONS(211), - }, - [1213] = { - [anon_sym_PIPE] = ACTIONS(3271), - [anon_sym_RPAREN] = ACTIONS(963), - [anon_sym_SEMI_SEMI] = ACTIONS(963), - [anon_sym_PIPE_AMP] = ACTIONS(3271), - [anon_sym_AMP_AMP] = ACTIONS(3274), - [anon_sym_PIPE_PIPE] = ACTIONS(3274), - [anon_sym_BQUOTE] = ACTIONS(963), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(963), - [anon_sym_LF] = ACTIONS(963), - [anon_sym_AMP] = ACTIONS(963), - }, - [1214] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(3271), - [anon_sym_RPAREN] = ACTIONS(963), - [anon_sym_SEMI_SEMI] = ACTIONS(963), - [anon_sym_PIPE_AMP] = ACTIONS(3271), - [anon_sym_AMP_AMP] = ACTIONS(3274), - [anon_sym_PIPE_PIPE] = ACTIONS(3274), - [anon_sym_LT] = ACTIONS(301), - [anon_sym_GT] = ACTIONS(301), - [anon_sym_GT_GT] = ACTIONS(301), - [anon_sym_AMP_GT] = ACTIONS(301), - [anon_sym_AMP_GT_GT] = ACTIONS(301), - [anon_sym_LT_AMP] = ACTIONS(301), - [anon_sym_GT_AMP] = ACTIONS(301), - [anon_sym_DQUOTE] = ACTIONS(301), - [sym_raw_string] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(301), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(301), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(301), - [anon_sym_BQUOTE] = ACTIONS(3277), - [anon_sym_LT_LPAREN] = ACTIONS(301), - [anon_sym_GT_LPAREN] = ACTIONS(301), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(963), - [anon_sym_LF] = ACTIONS(963), - [anon_sym_AMP] = ACTIONS(963), - }, - [1215] = { - [sym_concatenation] = STATE(1296), - [sym_string] = STATE(1295), - [sym_simple_expansion] = STATE(1295), - [sym_expansion] = STATE(1295), - [sym_command_substitution] = STATE(1295), - [sym_process_substitution] = STATE(1295), - [anon_sym_DQUOTE] = ACTIONS(3083), - [sym_raw_string] = ACTIONS(3280), - [anon_sym_DOLLAR] = ACTIONS(3087), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(3089), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(3091), - [anon_sym_BQUOTE] = ACTIONS(3093), - [anon_sym_LT_LPAREN] = ACTIONS(3095), - [anon_sym_GT_LPAREN] = ACTIONS(3095), - [sym_word] = ACTIONS(3282), - [sym_comment] = ACTIONS(133), - }, - [1216] = { - [sym_simple_expansion] = STATE(70), - [sym_expansion] = STATE(70), - [sym_command_substitution] = STATE(70), - [aux_sym_string_repeat1] = STATE(1298), - [anon_sym_DQUOTE] = ACTIONS(3284), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(197), - [anon_sym_DOLLAR] = ACTIONS(199), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(201), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(203), - [anon_sym_BQUOTE] = ACTIONS(205), - [sym_comment] = ACTIONS(85), - }, - [1217] = { - [aux_sym_concatenation_repeat1] = STATE(1300), - [sym_file_descriptor] = ACTIONS(409), - [sym__concat] = ACTIONS(3286), - [anon_sym_PIPE] = ACTIONS(973), - [anon_sym_RPAREN] = ACTIONS(973), - [anon_sym_SEMI_SEMI] = ACTIONS(973), - [anon_sym_PIPE_AMP] = ACTIONS(973), - [anon_sym_AMP_AMP] = ACTIONS(973), - [anon_sym_PIPE_PIPE] = ACTIONS(973), - [anon_sym_LT] = ACTIONS(973), - [anon_sym_GT] = ACTIONS(973), - [anon_sym_GT_GT] = ACTIONS(973), - [anon_sym_AMP_GT] = ACTIONS(973), - [anon_sym_AMP_GT_GT] = ACTIONS(973), - [anon_sym_LT_AMP] = ACTIONS(973), - [anon_sym_GT_AMP] = ACTIONS(973), - [anon_sym_LT_LT] = ACTIONS(973), - [anon_sym_LT_LT_DASH] = ACTIONS(973), - [anon_sym_BQUOTE] = ACTIONS(973), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(973), - [anon_sym_LF] = ACTIONS(973), - [anon_sym_AMP] = ACTIONS(973), - }, - [1218] = { - [sym_special_variable_name] = STATE(1303), - [anon_sym_DOLLAR] = ACTIONS(3288), - [anon_sym_POUND] = ACTIONS(3290), - [anon_sym_AT] = ACTIONS(3288), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(3292), - [anon_sym_STAR] = ACTIONS(3288), - [anon_sym_QMARK] = ACTIONS(3288), - [anon_sym_DASH] = ACTIONS(3288), - [anon_sym_BANG] = ACTIONS(3288), - [anon_sym_0] = ACTIONS(3290), - [anon_sym__] = ACTIONS(3290), - }, - [1219] = { - [sym_special_variable_name] = STATE(1306), - [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(3294), - [anon_sym_AT] = ACTIONS(219), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(3296), - [anon_sym_STAR] = ACTIONS(219), - [anon_sym_QMARK] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_0] = ACTIONS(225), - [anon_sym__] = ACTIONS(225), - }, - [1220] = { - [sym_for_statement] = STATE(1307), - [sym_while_statement] = STATE(1307), - [sym_if_statement] = STATE(1307), - [sym_case_statement] = STATE(1307), - [sym_function_definition] = STATE(1307), - [sym_subshell] = STATE(1307), - [sym_pipeline] = STATE(1307), - [sym_list] = STATE(1307), - [sym_bracket_command] = STATE(1307), - [sym_command] = STATE(1307), - [sym_command_name] = STATE(103), - [sym_environment_variable_assignment] = STATE(1308), - [sym_subscript] = STATE(105), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(107), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), - }, - [1221] = { - [sym_for_statement] = STATE(1309), - [sym_while_statement] = STATE(1309), - [sym_if_statement] = STATE(1309), - [sym_case_statement] = STATE(1309), - [sym_function_definition] = STATE(1309), - [sym_subshell] = STATE(1309), - [sym_pipeline] = STATE(1309), - [sym_list] = STATE(1309), - [sym_bracket_command] = STATE(1309), - [sym_command] = STATE(1309), - [sym_command_name] = STATE(109), - [sym_environment_variable_assignment] = STATE(1310), - [sym_subscript] = STATE(105), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(111), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), - }, - [1222] = { - [sym_for_statement] = STATE(1311), - [sym_while_statement] = STATE(1311), - [sym_if_statement] = STATE(1311), - [sym_case_statement] = STATE(1311), - [sym_function_definition] = STATE(1311), - [sym_subshell] = STATE(1311), - [sym_pipeline] = STATE(1311), - [sym_list] = STATE(1311), - [sym_bracket_command] = STATE(1311), - [sym_command] = STATE(1311), - [sym_command_name] = STATE(103), - [sym_environment_variable_assignment] = STATE(1312), - [sym_subscript] = STATE(105), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(106), - [sym_string] = STATE(95), - [sym_simple_expansion] = STATE(95), - [sym_expansion] = STATE(95), - [sym_command_substitution] = STATE(95), - [sym_process_substitution] = STATE(95), - [aux_sym_command_repeat1] = STATE(107), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(227), - [anon_sym_for] = ACTIONS(229), - [anon_sym_while] = ACTIONS(231), - [anon_sym_if] = ACTIONS(233), - [anon_sym_case] = ACTIONS(235), - [anon_sym_function] = ACTIONS(237), - [anon_sym_LPAREN] = ACTIONS(239), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(247), - [anon_sym_DOLLAR] = ACTIONS(249), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(253), - [anon_sym_BQUOTE] = ACTIONS(255), - [anon_sym_LT_LPAREN] = ACTIONS(257), - [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(259), - [sym_comment] = ACTIONS(133), - }, - [1223] = { - [sym_file_descriptor] = ACTIONS(409), - [anon_sym_PIPE] = ACTIONS(973), - [anon_sym_RPAREN] = ACTIONS(973), - [anon_sym_SEMI_SEMI] = ACTIONS(973), - [anon_sym_PIPE_AMP] = ACTIONS(973), - [anon_sym_AMP_AMP] = ACTIONS(973), - [anon_sym_PIPE_PIPE] = ACTIONS(973), - [anon_sym_LT] = ACTIONS(973), - [anon_sym_GT] = ACTIONS(973), - [anon_sym_GT_GT] = ACTIONS(973), - [anon_sym_AMP_GT] = ACTIONS(973), - [anon_sym_AMP_GT_GT] = ACTIONS(973), - [anon_sym_LT_AMP] = ACTIONS(973), - [anon_sym_GT_AMP] = ACTIONS(973), - [anon_sym_LT_LT] = ACTIONS(973), - [anon_sym_LT_LT_DASH] = ACTIONS(973), - [anon_sym_BQUOTE] = ACTIONS(973), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(973), - [anon_sym_LF] = ACTIONS(973), - [anon_sym_AMP] = ACTIONS(973), - }, - [1224] = { - [anon_sym_RBRACK] = ACTIONS(3298), - [sym_comment] = ACTIONS(133), - }, - [1225] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(383), - [anon_sym_RBRACE] = ACTIONS(3300), - [sym_comment] = ACTIONS(133), - }, - [1226] = { - [anon_sym_RBRACE] = ACTIONS(3300), - [sym_comment] = ACTIONS(133), - }, - [1227] = { - [anon_sym_PIPE] = ACTIONS(1161), - [anon_sym_RPAREN] = ACTIONS(1161), - [anon_sym_SEMI_SEMI] = ACTIONS(1161), - [anon_sym_PIPE_AMP] = ACTIONS(1161), - [anon_sym_AMP_AMP] = ACTIONS(1161), - [anon_sym_PIPE_PIPE] = ACTIONS(1161), - [anon_sym_BQUOTE] = ACTIONS(1161), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1161), - [anon_sym_LF] = ACTIONS(1161), - [anon_sym_AMP] = ACTIONS(1161), - }, - [1228] = { - [sym_file_descriptor] = ACTIONS(559), - [sym_variable_name] = ACTIONS(559), - [ts_builtin_sym_end] = ACTIONS(559), - [anon_sym_for] = ACTIONS(561), - [anon_sym_while] = ACTIONS(561), - [anon_sym_done] = ACTIONS(561), - [anon_sym_if] = ACTIONS(561), - [anon_sym_fi] = ACTIONS(561), - [anon_sym_elif] = ACTIONS(561), - [anon_sym_else] = ACTIONS(561), - [anon_sym_case] = ACTIONS(561), - [anon_sym_RPAREN] = ACTIONS(3302), - [anon_sym_SEMI_SEMI] = ACTIONS(559), - [anon_sym_function] = ACTIONS(561), - [anon_sym_LPAREN] = ACTIONS(559), - [anon_sym_RBRACE] = ACTIONS(559), - [anon_sym_LBRACK] = ACTIONS(561), - [anon_sym_LBRACK_LBRACK] = ACTIONS(561), - [anon_sym_LT] = ACTIONS(561), - [anon_sym_GT] = ACTIONS(561), - [anon_sym_GT_GT] = ACTIONS(559), - [anon_sym_AMP_GT] = ACTIONS(561), - [anon_sym_AMP_GT_GT] = ACTIONS(559), - [anon_sym_LT_AMP] = ACTIONS(559), - [anon_sym_GT_AMP] = ACTIONS(559), - [anon_sym_DQUOTE] = ACTIONS(559), - [sym_raw_string] = ACTIONS(559), - [anon_sym_DOLLAR] = ACTIONS(561), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(559), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(559), - [anon_sym_BQUOTE] = ACTIONS(559), - [anon_sym_LT_LPAREN] = ACTIONS(559), - [anon_sym_GT_LPAREN] = ACTIONS(559), - [sym_word] = ACTIONS(563), - [sym_comment] = ACTIONS(133), - }, - [1229] = { - [anon_sym_PIPE] = ACTIONS(1803), - [anon_sym_RPAREN] = ACTIONS(1803), - [anon_sym_SEMI_SEMI] = ACTIONS(1803), - [anon_sym_PIPE_AMP] = ACTIONS(1803), - [anon_sym_AMP_AMP] = ACTIONS(1803), - [anon_sym_PIPE_PIPE] = ACTIONS(1803), - [anon_sym_BQUOTE] = ACTIONS(1803), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1803), - [anon_sym_LF] = ACTIONS(1803), - [anon_sym_AMP] = ACTIONS(1803), - }, - [1230] = { - [anon_sym_fi] = ACTIONS(3304), - [sym_comment] = ACTIONS(133), - }, - [1231] = { - [sym_file_descriptor] = ACTIONS(425), - [sym__concat] = ACTIONS(425), - [anon_sym_PIPE] = ACTIONS(427), - [anon_sym_RPAREN] = ACTIONS(427), - [anon_sym_SEMI_SEMI] = ACTIONS(427), - [anon_sym_PIPE_AMP] = ACTIONS(427), - [anon_sym_AMP_AMP] = ACTIONS(427), - [anon_sym_PIPE_PIPE] = ACTIONS(427), - [anon_sym_RBRACK] = ACTIONS(427), - [anon_sym_RBRACK_RBRACK] = ACTIONS(427), - [anon_sym_LT] = ACTIONS(427), - [anon_sym_GT] = ACTIONS(427), - [anon_sym_GT_GT] = ACTIONS(427), - [anon_sym_AMP_GT] = ACTIONS(427), - [anon_sym_AMP_GT_GT] = ACTIONS(427), - [anon_sym_LT_AMP] = ACTIONS(427), - [anon_sym_GT_AMP] = ACTIONS(427), - [anon_sym_LT_LT] = ACTIONS(427), - [anon_sym_LT_LT_DASH] = ACTIONS(427), - [anon_sym_DQUOTE] = ACTIONS(427), - [sym_raw_string] = ACTIONS(427), - [anon_sym_DOLLAR] = ACTIONS(427), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(427), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(427), - [anon_sym_BQUOTE] = ACTIONS(427), - [anon_sym_LT_LPAREN] = ACTIONS(427), - [anon_sym_GT_LPAREN] = ACTIONS(427), - [sym_word] = ACTIONS(427), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(427), - [anon_sym_LF] = ACTIONS(427), - [anon_sym_AMP] = ACTIONS(427), - }, - [1232] = { - [sym_simple_expansion] = STATE(222), - [sym_expansion] = STATE(222), - [sym_command_substitution] = STATE(222), - [anon_sym_DQUOTE] = ACTIONS(3306), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(445), - [anon_sym_DOLLAR] = ACTIONS(199), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(201), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(203), - [anon_sym_BQUOTE] = ACTIONS(205), - [sym_comment] = ACTIONS(85), - }, - [1233] = { - [sym_string] = STATE(1318), - [sym_simple_expansion] = STATE(1318), - [sym_expansion] = STATE(1318), - [sym_command_substitution] = STATE(1318), - [sym_process_substitution] = STATE(1318), - [anon_sym_DQUOTE] = ACTIONS(3308), - [sym_raw_string] = ACTIONS(3310), - [anon_sym_DOLLAR] = ACTIONS(3312), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(3314), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(3316), - [anon_sym_BQUOTE] = ACTIONS(3318), - [anon_sym_LT_LPAREN] = ACTIONS(3320), - [anon_sym_GT_LPAREN] = ACTIONS(3320), - [sym_word] = ACTIONS(3322), - [sym_comment] = ACTIONS(133), - }, - [1234] = { - [sym_file_descriptor] = ACTIONS(451), - [sym__concat] = ACTIONS(3324), - [anon_sym_PIPE] = ACTIONS(455), - [anon_sym_RPAREN] = ACTIONS(455), - [anon_sym_SEMI_SEMI] = ACTIONS(455), - [anon_sym_PIPE_AMP] = ACTIONS(455), - [anon_sym_AMP_AMP] = ACTIONS(455), - [anon_sym_PIPE_PIPE] = ACTIONS(455), - [anon_sym_RBRACK] = ACTIONS(455), - [anon_sym_RBRACK_RBRACK] = ACTIONS(455), - [anon_sym_LT] = ACTIONS(455), - [anon_sym_GT] = ACTIONS(455), - [anon_sym_GT_GT] = ACTIONS(455), - [anon_sym_AMP_GT] = ACTIONS(455), - [anon_sym_AMP_GT_GT] = ACTIONS(455), - [anon_sym_LT_AMP] = ACTIONS(455), - [anon_sym_GT_AMP] = ACTIONS(455), - [anon_sym_LT_LT] = ACTIONS(455), - [anon_sym_LT_LT_DASH] = ACTIONS(455), - [anon_sym_DQUOTE] = ACTIONS(455), - [sym_raw_string] = ACTIONS(455), - [anon_sym_DOLLAR] = ACTIONS(455), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(455), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(455), - [anon_sym_BQUOTE] = ACTIONS(455), - [anon_sym_LT_LPAREN] = ACTIONS(455), - [anon_sym_GT_LPAREN] = ACTIONS(455), - [sym_word] = ACTIONS(455), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(455), - [anon_sym_LF] = ACTIONS(455), - [anon_sym_AMP] = ACTIONS(455), - }, - [1235] = { - [sym_file_descriptor] = ACTIONS(457), - [sym__concat] = ACTIONS(457), - [anon_sym_PIPE] = ACTIONS(459), - [anon_sym_RPAREN] = ACTIONS(459), - [anon_sym_SEMI_SEMI] = ACTIONS(459), - [anon_sym_PIPE_AMP] = ACTIONS(459), - [anon_sym_AMP_AMP] = ACTIONS(459), - [anon_sym_PIPE_PIPE] = ACTIONS(459), - [anon_sym_RBRACK] = ACTIONS(459), - [anon_sym_RBRACK_RBRACK] = ACTIONS(459), - [anon_sym_LT] = ACTIONS(459), - [anon_sym_GT] = ACTIONS(459), - [anon_sym_GT_GT] = ACTIONS(459), - [anon_sym_AMP_GT] = ACTIONS(459), - [anon_sym_AMP_GT_GT] = ACTIONS(459), - [anon_sym_LT_AMP] = ACTIONS(459), - [anon_sym_GT_AMP] = ACTIONS(459), - [anon_sym_LT_LT] = ACTIONS(459), - [anon_sym_LT_LT_DASH] = ACTIONS(459), - [anon_sym_DQUOTE] = ACTIONS(459), - [sym_raw_string] = ACTIONS(459), - [anon_sym_DOLLAR] = ACTIONS(459), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(459), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(459), - [anon_sym_BQUOTE] = ACTIONS(459), - [anon_sym_LT_LPAREN] = ACTIONS(459), - [anon_sym_GT_LPAREN] = ACTIONS(459), - [sym_word] = ACTIONS(459), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(459), - [anon_sym_LF] = ACTIONS(459), - [anon_sym_AMP] = ACTIONS(459), - }, - [1236] = { - [sym_file_descriptor] = ACTIONS(461), - [sym__concat] = ACTIONS(461), - [anon_sym_PIPE] = ACTIONS(463), - [anon_sym_RPAREN] = ACTIONS(463), - [anon_sym_SEMI_SEMI] = ACTIONS(463), - [anon_sym_PIPE_AMP] = ACTIONS(463), - [anon_sym_AMP_AMP] = ACTIONS(463), - [anon_sym_PIPE_PIPE] = ACTIONS(463), - [anon_sym_RBRACK] = ACTIONS(463), - [anon_sym_RBRACK_RBRACK] = ACTIONS(463), - [anon_sym_LT] = ACTIONS(463), - [anon_sym_GT] = ACTIONS(463), - [anon_sym_GT_GT] = ACTIONS(463), - [anon_sym_AMP_GT] = ACTIONS(463), - [anon_sym_AMP_GT_GT] = ACTIONS(463), - [anon_sym_LT_AMP] = ACTIONS(463), - [anon_sym_GT_AMP] = ACTIONS(463), - [anon_sym_LT_LT] = ACTIONS(463), - [anon_sym_LT_LT_DASH] = ACTIONS(463), - [anon_sym_DQUOTE] = ACTIONS(463), - [sym_raw_string] = ACTIONS(463), - [anon_sym_DOLLAR] = ACTIONS(463), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(463), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(463), - [anon_sym_BQUOTE] = ACTIONS(463), - [anon_sym_LT_LPAREN] = ACTIONS(463), - [anon_sym_GT_LPAREN] = ACTIONS(463), - [sym_word] = ACTIONS(463), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(463), - [anon_sym_LF] = ACTIONS(463), - [anon_sym_AMP] = ACTIONS(463), - }, - [1237] = { - [sym_file_descriptor] = ACTIONS(465), - [sym__concat] = ACTIONS(465), - [anon_sym_PIPE] = ACTIONS(467), - [anon_sym_RPAREN] = ACTIONS(467), - [anon_sym_SEMI_SEMI] = ACTIONS(467), - [anon_sym_PIPE_AMP] = ACTIONS(467), - [anon_sym_AMP_AMP] = ACTIONS(467), - [anon_sym_PIPE_PIPE] = ACTIONS(467), - [anon_sym_RBRACK] = ACTIONS(467), - [anon_sym_RBRACK_RBRACK] = ACTIONS(467), - [anon_sym_LT] = ACTIONS(467), - [anon_sym_GT] = ACTIONS(467), - [anon_sym_GT_GT] = ACTIONS(467), - [anon_sym_AMP_GT] = ACTIONS(467), - [anon_sym_AMP_GT_GT] = ACTIONS(467), - [anon_sym_LT_AMP] = ACTIONS(467), - [anon_sym_GT_AMP] = ACTIONS(467), - [anon_sym_LT_LT] = ACTIONS(467), - [anon_sym_LT_LT_DASH] = ACTIONS(467), - [anon_sym_DQUOTE] = ACTIONS(467), - [sym_raw_string] = ACTIONS(467), - [anon_sym_DOLLAR] = ACTIONS(467), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(467), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(467), - [anon_sym_BQUOTE] = ACTIONS(467), - [anon_sym_LT_LPAREN] = ACTIONS(467), - [anon_sym_GT_LPAREN] = ACTIONS(467), - [sym_word] = ACTIONS(467), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(467), - [anon_sym_LF] = ACTIONS(467), - [anon_sym_AMP] = ACTIONS(467), - }, - [1238] = { - [sym_special_variable_name] = STATE(1321), - [anon_sym_RBRACE] = ACTIONS(457), - [anon_sym_LBRACK] = ACTIONS(457), - [anon_sym_EQ] = ACTIONS(457), - [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(225), - [anon_sym_AT] = ACTIONS(219), - [anon_sym_COLON] = ACTIONS(469), - [anon_sym_COLON_QMARK] = ACTIONS(457), - [anon_sym_COLON_DASH] = ACTIONS(457), - [anon_sym_PERCENT] = ACTIONS(457), - [anon_sym_SLASH] = ACTIONS(457), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(3326), - [anon_sym_STAR] = ACTIONS(219), - [anon_sym_QMARK] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_0] = ACTIONS(225), - [anon_sym__] = ACTIONS(225), - }, - [1239] = { - [anon_sym_RBRACE] = ACTIONS(3328), - [anon_sym_LBRACK] = ACTIONS(3330), - [anon_sym_EQ] = ACTIONS(3332), - [anon_sym_COLON] = ACTIONS(3334), - [anon_sym_COLON_QMARK] = ACTIONS(3332), - [anon_sym_COLON_DASH] = ACTIONS(3332), - [anon_sym_PERCENT] = ACTIONS(3332), - [anon_sym_SLASH] = ACTIONS(3332), - [sym_comment] = ACTIONS(133), - }, - [1240] = { - [anon_sym_RBRACE] = ACTIONS(3336), - [anon_sym_LBRACK] = ACTIONS(3338), - [anon_sym_EQ] = ACTIONS(3340), - [anon_sym_COLON] = ACTIONS(3342), - [anon_sym_COLON_QMARK] = ACTIONS(3340), - [anon_sym_COLON_DASH] = ACTIONS(3340), - [anon_sym_PERCENT] = ACTIONS(3340), - [anon_sym_SLASH] = ACTIONS(3340), - [sym_comment] = ACTIONS(133), - }, - [1241] = { - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(3344), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(523), - [sym_comment] = ACTIONS(133), - }, - [1242] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(3344), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(543), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(299), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), - }, - [1243] = { - [anon_sym_PIPE] = ACTIONS(547), - [anon_sym_PIPE_AMP] = ACTIONS(549), - [anon_sym_AMP_AMP] = ACTIONS(551), - [anon_sym_PIPE_PIPE] = ACTIONS(551), - [anon_sym_BQUOTE] = ACTIONS(3344), - [sym_comment] = ACTIONS(133), - }, - [1244] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(547), - [anon_sym_PIPE_AMP] = ACTIONS(549), - [anon_sym_AMP_AMP] = ACTIONS(551), - [anon_sym_PIPE_PIPE] = ACTIONS(553), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(3346), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), - }, - [1245] = { - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(3349), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(523), - [sym_comment] = ACTIONS(133), - }, - [1246] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(3349), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(543), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(299), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), - }, - [1247] = { - [anon_sym_PIPE] = ACTIONS(3351), - [anon_sym_RPAREN] = ACTIONS(3351), - [anon_sym_SEMI_SEMI] = ACTIONS(3351), - [anon_sym_PIPE_AMP] = ACTIONS(3351), - [anon_sym_AMP_AMP] = ACTIONS(3351), - [anon_sym_PIPE_PIPE] = ACTIONS(3351), - [anon_sym_BQUOTE] = ACTIONS(3351), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(3351), - [anon_sym_LF] = ACTIONS(3351), - [anon_sym_AMP] = ACTIONS(3351), - }, - [1248] = { - [sym_file_redirect] = STATE(1119), - [sym_heredoc_redirect] = STATE(1119), - [sym_concatenation] = STATE(297), - [sym_string] = STATE(296), - [sym_simple_expansion] = STATE(296), - [sym_expansion] = STATE(296), - [sym_command_substitution] = STATE(296), - [sym_process_substitution] = STATE(296), - [aux_sym_command_repeat2] = STATE(1330), - [sym_file_descriptor] = ACTIONS(2708), - [anon_sym_PIPE] = ACTIONS(1001), - [anon_sym_RPAREN] = ACTIONS(1001), - [anon_sym_SEMI_SEMI] = ACTIONS(1001), - [anon_sym_PIPE_AMP] = ACTIONS(1001), - [anon_sym_AMP_AMP] = ACTIONS(1001), - [anon_sym_PIPE_PIPE] = ACTIONS(1001), - [anon_sym_LT] = ACTIONS(2713), - [anon_sym_GT] = ACTIONS(2713), - [anon_sym_GT_GT] = ACTIONS(2713), - [anon_sym_AMP_GT] = ACTIONS(2713), - [anon_sym_AMP_GT_GT] = ACTIONS(2713), - [anon_sym_LT_AMP] = ACTIONS(2713), - [anon_sym_GT_AMP] = ACTIONS(2713), - [anon_sym_LT_LT] = ACTIONS(2715), - [anon_sym_LT_LT_DASH] = ACTIONS(2715), - [anon_sym_DQUOTE] = ACTIONS(285), - [sym_raw_string] = ACTIONS(595), - [anon_sym_DOLLAR] = ACTIONS(289), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(291), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(293), - [anon_sym_BQUOTE] = ACTIONS(3354), - [anon_sym_LT_LPAREN] = ACTIONS(297), - [anon_sym_GT_LPAREN] = ACTIONS(297), - [sym_word] = ACTIONS(595), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1001), - [anon_sym_LF] = ACTIONS(1001), - [anon_sym_AMP] = ACTIONS(1001), - }, - [1249] = { - [sym_file_redirect] = STATE(1147), - [sym_heredoc_redirect] = STATE(1147), - [sym_file_descriptor] = ACTIONS(2708), - [anon_sym_PIPE] = ACTIONS(1001), - [anon_sym_RPAREN] = ACTIONS(1001), - [anon_sym_SEMI_SEMI] = ACTIONS(1001), - [anon_sym_PIPE_AMP] = ACTIONS(1001), - [anon_sym_AMP_AMP] = ACTIONS(1001), - [anon_sym_PIPE_PIPE] = ACTIONS(1001), - [anon_sym_LT] = ACTIONS(2713), - [anon_sym_GT] = ACTIONS(2713), - [anon_sym_GT_GT] = ACTIONS(2713), - [anon_sym_AMP_GT] = ACTIONS(2713), - [anon_sym_AMP_GT_GT] = ACTIONS(2713), - [anon_sym_LT_AMP] = ACTIONS(2713), - [anon_sym_GT_AMP] = ACTIONS(2713), - [anon_sym_LT_LT] = ACTIONS(2715), - [anon_sym_LT_LT_DASH] = ACTIONS(2715), - [anon_sym_BQUOTE] = ACTIONS(1001), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1001), - [anon_sym_LF] = ACTIONS(1001), - [anon_sym_AMP] = ACTIONS(1001), - }, - [1250] = { - [sym_file_descriptor] = ACTIONS(1245), - [sym__concat] = ACTIONS(1245), - [sym_variable_name] = ACTIONS(1245), - [anon_sym_in] = ACTIONS(1247), - [anon_sym_PIPE] = ACTIONS(1247), - [anon_sym_RPAREN] = ACTIONS(1247), - [anon_sym_SEMI_SEMI] = ACTIONS(1247), - [anon_sym_RBRACE] = ACTIONS(1247), - [anon_sym_PIPE_AMP] = ACTIONS(1247), - [anon_sym_AMP_AMP] = ACTIONS(1247), - [anon_sym_PIPE_PIPE] = ACTIONS(1247), - [anon_sym_RBRACK] = ACTIONS(1247), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1247), - [anon_sym_LT] = ACTIONS(1247), - [anon_sym_GT] = ACTIONS(1247), - [anon_sym_GT_GT] = ACTIONS(1247), - [anon_sym_AMP_GT] = ACTIONS(1247), - [anon_sym_AMP_GT_GT] = ACTIONS(1247), - [anon_sym_LT_AMP] = ACTIONS(1247), - [anon_sym_GT_AMP] = ACTIONS(1247), - [anon_sym_LT_LT] = ACTIONS(1247), - [anon_sym_LT_LT_DASH] = ACTIONS(1247), - [anon_sym_DQUOTE] = ACTIONS(1247), - [sym_raw_string] = ACTIONS(1247), - [anon_sym_DOLLAR] = ACTIONS(1247), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1247), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1247), - [anon_sym_BQUOTE] = ACTIONS(1247), - [anon_sym_LT_LPAREN] = ACTIONS(1247), - [anon_sym_GT_LPAREN] = ACTIONS(1247), - [sym_word] = ACTIONS(1247), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1247), - [anon_sym_LF] = ACTIONS(1247), - [anon_sym_AMP] = ACTIONS(1247), - }, - [1251] = { - [sym__terminated_statement] = STATE(126), - [sym_for_statement] = STATE(23), - [sym_while_statement] = STATE(23), - [sym_if_statement] = STATE(23), - [sym_elif_clause] = STATE(351), - [sym_else_clause] = STATE(1130), - [sym_case_statement] = STATE(23), - [sym_function_definition] = STATE(23), - [sym_subshell] = STATE(23), - [sym_pipeline] = STATE(23), - [sym_list] = STATE(23), - [sym_bracket_command] = STATE(23), - [sym_command] = STATE(23), - [sym_command_name] = STATE(24), - [sym_environment_variable_assignment] = STATE(25), - [sym_subscript] = STATE(26), - [sym_file_redirect] = STATE(27), - [sym_concatenation] = STATE(28), - [sym_string] = STATE(14), - [sym_simple_expansion] = STATE(14), - [sym_expansion] = STATE(14), - [sym_command_substitution] = STATE(14), - [sym_process_substitution] = STATE(14), - [aux_sym_if_statement_repeat1] = STATE(1132), - [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(91), - [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(97), - [anon_sym_while] = ACTIONS(99), - [anon_sym_if] = ACTIONS(101), - [anon_sym_fi] = ACTIONS(3357), - [anon_sym_elif] = ACTIONS(671), - [anon_sym_else] = ACTIONS(673), - [anon_sym_case] = ACTIONS(103), - [anon_sym_function] = ACTIONS(105), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_LT] = ACTIONS(113), - [anon_sym_GT] = ACTIONS(113), - [anon_sym_GT_GT] = ACTIONS(115), - [anon_sym_AMP_GT] = ACTIONS(113), - [anon_sym_AMP_GT_GT] = ACTIONS(115), - [anon_sym_LT_AMP] = ACTIONS(115), - [anon_sym_GT_AMP] = ACTIONS(115), - [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(119), - [anon_sym_DOLLAR] = ACTIONS(121), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(123), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(125), - [anon_sym_BQUOTE] = ACTIONS(127), - [anon_sym_LT_LPAREN] = ACTIONS(129), - [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(131), - [sym_comment] = ACTIONS(133), - }, - [1252] = { - [sym_compound_statement] = STATE(1331), - [anon_sym_LBRACE] = ACTIONS(3359), - [sym_comment] = ACTIONS(133), - }, - [1253] = { - [sym_compound_statement] = STATE(1332), - [anon_sym_LBRACE] = ACTIONS(3359), - [sym_comment] = ACTIONS(133), - }, - [1254] = { - [sym_file_descriptor] = ACTIONS(815), - [sym__concat] = ACTIONS(815), - [sym_variable_name] = ACTIONS(815), - [anon_sym_PIPE] = ACTIONS(817), - [anon_sym_RPAREN] = ACTIONS(817), - [anon_sym_SEMI_SEMI] = ACTIONS(817), - [anon_sym_RBRACE] = ACTIONS(817), - [anon_sym_PIPE_AMP] = ACTIONS(817), - [anon_sym_AMP_AMP] = ACTIONS(817), - [anon_sym_PIPE_PIPE] = ACTIONS(817), - [anon_sym_LT] = ACTIONS(817), - [anon_sym_GT] = ACTIONS(817), - [anon_sym_GT_GT] = ACTIONS(817), - [anon_sym_AMP_GT] = ACTIONS(817), - [anon_sym_AMP_GT_GT] = ACTIONS(817), - [anon_sym_LT_AMP] = ACTIONS(817), - [anon_sym_GT_AMP] = ACTIONS(817), - [anon_sym_DQUOTE] = ACTIONS(817), - [sym_raw_string] = ACTIONS(817), - [anon_sym_DOLLAR] = ACTIONS(817), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(817), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(817), - [anon_sym_BQUOTE] = ACTIONS(817), - [anon_sym_LT_LPAREN] = ACTIONS(817), - [anon_sym_GT_LPAREN] = ACTIONS(817), - [sym_word] = ACTIONS(817), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(817), - [anon_sym_LF] = ACTIONS(817), - [anon_sym_AMP] = ACTIONS(817), - }, - [1255] = { - [sym_file_descriptor] = ACTIONS(823), - [sym__concat] = ACTIONS(823), - [sym_variable_name] = ACTIONS(823), - [anon_sym_PIPE] = ACTIONS(825), - [anon_sym_RPAREN] = ACTIONS(825), - [anon_sym_SEMI_SEMI] = ACTIONS(825), - [anon_sym_RBRACE] = ACTIONS(825), - [anon_sym_PIPE_AMP] = ACTIONS(825), - [anon_sym_AMP_AMP] = ACTIONS(825), - [anon_sym_PIPE_PIPE] = ACTIONS(825), - [anon_sym_LT] = ACTIONS(825), - [anon_sym_GT] = ACTIONS(825), - [anon_sym_GT_GT] = ACTIONS(825), - [anon_sym_AMP_GT] = ACTIONS(825), - [anon_sym_AMP_GT_GT] = ACTIONS(825), - [anon_sym_LT_AMP] = ACTIONS(825), - [anon_sym_GT_AMP] = ACTIONS(825), - [anon_sym_DQUOTE] = ACTIONS(825), - [sym_raw_string] = ACTIONS(825), - [anon_sym_DOLLAR] = ACTIONS(825), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(825), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(825), - [anon_sym_BQUOTE] = ACTIONS(825), - [anon_sym_LT_LPAREN] = ACTIONS(825), - [anon_sym_GT_LPAREN] = ACTIONS(825), - [sym_word] = ACTIONS(825), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(825), - [anon_sym_LF] = ACTIONS(825), - [anon_sym_AMP] = ACTIONS(825), - }, - [1256] = { - [sym_string] = STATE(1333), - [sym_simple_expansion] = STATE(1333), - [sym_expansion] = STATE(1333), - [sym_command_substitution] = STATE(1333), - [sym_process_substitution] = STATE(1333), - [anon_sym_DQUOTE] = ACTIONS(2385), - [sym_raw_string] = ACTIONS(3361), - [anon_sym_DOLLAR] = ACTIONS(2389), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2391), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2393), - [anon_sym_BQUOTE] = ACTIONS(2395), - [anon_sym_LT_LPAREN] = ACTIONS(2397), - [anon_sym_GT_LPAREN] = ACTIONS(2397), - [sym_word] = ACTIONS(3363), - [sym_comment] = ACTIONS(133), - }, - [1257] = { - [anon_sym_RBRACE] = ACTIONS(3365), - [anon_sym_LBRACK] = ACTIONS(3367), - [sym_comment] = ACTIONS(133), - }, - [1258] = { - [anon_sym_RBRACE] = ACTIONS(3369), - [anon_sym_LBRACK] = ACTIONS(3371), - [sym_comment] = ACTIONS(133), - }, - [1259] = { - [sym_file_descriptor] = ACTIONS(839), - [sym__concat] = ACTIONS(839), - [sym_variable_name] = ACTIONS(839), - [anon_sym_PIPE] = ACTIONS(841), - [anon_sym_RPAREN] = ACTIONS(841), - [anon_sym_SEMI_SEMI] = ACTIONS(841), - [anon_sym_RBRACE] = ACTIONS(841), - [anon_sym_PIPE_AMP] = ACTIONS(841), - [anon_sym_AMP_AMP] = ACTIONS(841), - [anon_sym_PIPE_PIPE] = ACTIONS(841), - [anon_sym_LT] = ACTIONS(841), - [anon_sym_GT] = ACTIONS(841), - [anon_sym_GT_GT] = ACTIONS(841), - [anon_sym_AMP_GT] = ACTIONS(841), - [anon_sym_AMP_GT_GT] = ACTIONS(841), - [anon_sym_LT_AMP] = ACTIONS(841), - [anon_sym_GT_AMP] = ACTIONS(841), - [anon_sym_DQUOTE] = ACTIONS(841), - [sym_raw_string] = ACTIONS(841), - [anon_sym_DOLLAR] = ACTIONS(841), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(841), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(841), - [anon_sym_BQUOTE] = ACTIONS(841), - [anon_sym_LT_LPAREN] = ACTIONS(841), - [anon_sym_GT_LPAREN] = ACTIONS(841), - [sym_word] = ACTIONS(841), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(841), - [anon_sym_LF] = ACTIONS(841), - [anon_sym_AMP] = ACTIONS(841), - }, - [1260] = { - [anon_sym_AT] = ACTIONS(3373), - [sym_comment] = ACTIONS(133), - }, - [1261] = { - [sym_concatenation] = STATE(1340), - [sym_string] = STATE(1339), - [sym_simple_expansion] = STATE(1339), - [sym_expansion] = STATE(1339), - [sym_command_substitution] = STATE(1339), - [sym_process_substitution] = STATE(1339), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(3375), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(3377), - [sym_comment] = ACTIONS(133), - }, - [1262] = { - [sym_file_descriptor] = ACTIONS(849), - [sym__concat] = ACTIONS(849), - [sym_variable_name] = ACTIONS(849), - [anon_sym_PIPE] = ACTIONS(851), - [anon_sym_RPAREN] = ACTIONS(851), - [anon_sym_SEMI_SEMI] = ACTIONS(851), - [anon_sym_RBRACE] = ACTIONS(851), - [anon_sym_PIPE_AMP] = ACTIONS(851), - [anon_sym_AMP_AMP] = ACTIONS(851), - [anon_sym_PIPE_PIPE] = ACTIONS(851), - [anon_sym_LT] = ACTIONS(851), - [anon_sym_GT] = ACTIONS(851), - [anon_sym_GT_GT] = ACTIONS(851), - [anon_sym_AMP_GT] = ACTIONS(851), - [anon_sym_AMP_GT_GT] = ACTIONS(851), - [anon_sym_LT_AMP] = ACTIONS(851), - [anon_sym_GT_AMP] = ACTIONS(851), - [anon_sym_DQUOTE] = ACTIONS(851), - [sym_raw_string] = ACTIONS(851), - [anon_sym_DOLLAR] = ACTIONS(851), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(851), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(851), - [anon_sym_BQUOTE] = ACTIONS(851), - [anon_sym_LT_LPAREN] = ACTIONS(851), - [anon_sym_GT_LPAREN] = ACTIONS(851), - [sym_word] = ACTIONS(851), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(851), - [anon_sym_LF] = ACTIONS(851), - [anon_sym_AMP] = ACTIONS(851), - }, - [1263] = { - [anon_sym_AT] = ACTIONS(3379), - [sym_comment] = ACTIONS(133), - }, - [1264] = { - [sym_concatenation] = STATE(1343), - [sym_string] = STATE(1342), - [sym_simple_expansion] = STATE(1342), - [sym_expansion] = STATE(1342), - [sym_command_substitution] = STATE(1342), - [sym_process_substitution] = STATE(1342), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(3381), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(3383), - [sym_comment] = ACTIONS(133), - }, - [1265] = { - [sym_file_descriptor] = ACTIONS(917), - [sym__concat] = ACTIONS(917), - [sym_variable_name] = ACTIONS(917), - [anon_sym_PIPE] = ACTIONS(919), - [anon_sym_RPAREN] = ACTIONS(919), - [anon_sym_SEMI_SEMI] = ACTIONS(919), - [anon_sym_RBRACE] = ACTIONS(919), - [anon_sym_PIPE_AMP] = ACTIONS(919), - [anon_sym_AMP_AMP] = ACTIONS(919), - [anon_sym_PIPE_PIPE] = ACTIONS(919), - [anon_sym_LT] = ACTIONS(919), - [anon_sym_GT] = ACTIONS(919), - [anon_sym_GT_GT] = ACTIONS(919), - [anon_sym_AMP_GT] = ACTIONS(919), - [anon_sym_AMP_GT_GT] = ACTIONS(919), - [anon_sym_LT_AMP] = ACTIONS(919), - [anon_sym_GT_AMP] = ACTIONS(919), - [anon_sym_DQUOTE] = ACTIONS(919), - [sym_raw_string] = ACTIONS(919), - [anon_sym_DOLLAR] = ACTIONS(919), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(919), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(919), - [anon_sym_BQUOTE] = ACTIONS(919), - [anon_sym_LT_LPAREN] = ACTIONS(919), - [anon_sym_GT_LPAREN] = ACTIONS(919), - [sym_word] = ACTIONS(919), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(919), - [anon_sym_LF] = ACTIONS(919), - [anon_sym_AMP] = ACTIONS(919), - }, - [1266] = { - [sym_file_descriptor] = ACTIONS(955), - [sym__concat] = ACTIONS(955), - [sym_variable_name] = ACTIONS(955), - [anon_sym_PIPE] = ACTIONS(957), - [anon_sym_RPAREN] = ACTIONS(957), - [anon_sym_SEMI_SEMI] = ACTIONS(957), - [anon_sym_RBRACE] = ACTIONS(957), - [anon_sym_PIPE_AMP] = ACTIONS(957), - [anon_sym_AMP_AMP] = ACTIONS(957), - [anon_sym_PIPE_PIPE] = ACTIONS(957), - [anon_sym_LT] = ACTIONS(957), - [anon_sym_GT] = ACTIONS(957), - [anon_sym_GT_GT] = ACTIONS(957), - [anon_sym_AMP_GT] = ACTIONS(957), - [anon_sym_AMP_GT_GT] = ACTIONS(957), - [anon_sym_LT_AMP] = ACTIONS(957), - [anon_sym_GT_AMP] = ACTIONS(957), - [anon_sym_DQUOTE] = ACTIONS(957), - [sym_raw_string] = ACTIONS(957), - [anon_sym_DOLLAR] = ACTIONS(957), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(957), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(957), - [anon_sym_BQUOTE] = ACTIONS(957), - [anon_sym_LT_LPAREN] = ACTIONS(957), - [anon_sym_GT_LPAREN] = ACTIONS(957), - [sym_word] = ACTIONS(957), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(957), - [anon_sym_LF] = ACTIONS(957), - [anon_sym_AMP] = ACTIONS(957), - }, - [1267] = { - [sym_file_descriptor] = ACTIONS(815), - [sym__concat] = ACTIONS(815), - [sym_variable_name] = ACTIONS(815), - [anon_sym_PIPE] = ACTIONS(817), - [anon_sym_RPAREN] = ACTIONS(817), - [anon_sym_SEMI_SEMI] = ACTIONS(817), - [anon_sym_PIPE_AMP] = ACTIONS(817), - [anon_sym_AMP_AMP] = ACTIONS(817), - [anon_sym_PIPE_PIPE] = ACTIONS(817), - [anon_sym_LT] = ACTIONS(817), - [anon_sym_GT] = ACTIONS(817), - [anon_sym_GT_GT] = ACTIONS(817), - [anon_sym_AMP_GT] = ACTIONS(817), - [anon_sym_AMP_GT_GT] = ACTIONS(817), - [anon_sym_LT_AMP] = ACTIONS(817), - [anon_sym_GT_AMP] = ACTIONS(817), - [anon_sym_LT_LT] = ACTIONS(817), - [anon_sym_LT_LT_DASH] = ACTIONS(817), - [anon_sym_DQUOTE] = ACTIONS(817), - [sym_raw_string] = ACTIONS(817), - [anon_sym_DOLLAR] = ACTIONS(817), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(817), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(817), - [anon_sym_BQUOTE] = ACTIONS(817), - [anon_sym_LT_LPAREN] = ACTIONS(817), - [anon_sym_GT_LPAREN] = ACTIONS(817), - [sym_word] = ACTIONS(817), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(817), - [anon_sym_LF] = ACTIONS(817), - [anon_sym_AMP] = ACTIONS(817), - }, - [1268] = { - [sym_file_descriptor] = ACTIONS(823), - [sym__concat] = ACTIONS(823), - [sym_variable_name] = ACTIONS(823), - [anon_sym_PIPE] = ACTIONS(825), - [anon_sym_RPAREN] = ACTIONS(825), - [anon_sym_SEMI_SEMI] = ACTIONS(825), - [anon_sym_PIPE_AMP] = ACTIONS(825), - [anon_sym_AMP_AMP] = ACTIONS(825), - [anon_sym_PIPE_PIPE] = ACTIONS(825), - [anon_sym_LT] = ACTIONS(825), - [anon_sym_GT] = ACTIONS(825), - [anon_sym_GT_GT] = ACTIONS(825), - [anon_sym_AMP_GT] = ACTIONS(825), - [anon_sym_AMP_GT_GT] = ACTIONS(825), - [anon_sym_LT_AMP] = ACTIONS(825), - [anon_sym_GT_AMP] = ACTIONS(825), - [anon_sym_LT_LT] = ACTIONS(825), - [anon_sym_LT_LT_DASH] = ACTIONS(825), - [anon_sym_DQUOTE] = ACTIONS(825), - [sym_raw_string] = ACTIONS(825), - [anon_sym_DOLLAR] = ACTIONS(825), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(825), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(825), - [anon_sym_BQUOTE] = ACTIONS(825), - [anon_sym_LT_LPAREN] = ACTIONS(825), - [anon_sym_GT_LPAREN] = ACTIONS(825), - [sym_word] = ACTIONS(825), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(825), - [anon_sym_LF] = ACTIONS(825), - [anon_sym_AMP] = ACTIONS(825), - }, - [1269] = { - [sym_string] = STATE(1344), - [sym_simple_expansion] = STATE(1344), - [sym_expansion] = STATE(1344), - [sym_command_substitution] = STATE(1344), - [sym_process_substitution] = STATE(1344), - [anon_sym_DQUOTE] = ACTIONS(2401), - [sym_raw_string] = ACTIONS(3385), - [anon_sym_DOLLAR] = ACTIONS(2405), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2407), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2409), - [anon_sym_BQUOTE] = ACTIONS(2411), - [anon_sym_LT_LPAREN] = ACTIONS(2413), - [anon_sym_GT_LPAREN] = ACTIONS(2413), - [sym_word] = ACTIONS(3387), - [sym_comment] = ACTIONS(133), - }, - [1270] = { - [anon_sym_RBRACE] = ACTIONS(3389), - [anon_sym_LBRACK] = ACTIONS(3391), - [sym_comment] = ACTIONS(133), - }, - [1271] = { - [anon_sym_RBRACE] = ACTIONS(3393), - [anon_sym_LBRACK] = ACTIONS(3395), - [sym_comment] = ACTIONS(133), - }, - [1272] = { - [sym_file_descriptor] = ACTIONS(839), - [sym__concat] = ACTIONS(839), - [sym_variable_name] = ACTIONS(839), - [anon_sym_PIPE] = ACTIONS(841), - [anon_sym_RPAREN] = ACTIONS(841), - [anon_sym_SEMI_SEMI] = ACTIONS(841), - [anon_sym_PIPE_AMP] = ACTIONS(841), - [anon_sym_AMP_AMP] = ACTIONS(841), - [anon_sym_PIPE_PIPE] = ACTIONS(841), - [anon_sym_LT] = ACTIONS(841), - [anon_sym_GT] = ACTIONS(841), - [anon_sym_GT_GT] = ACTIONS(841), - [anon_sym_AMP_GT] = ACTIONS(841), - [anon_sym_AMP_GT_GT] = ACTIONS(841), - [anon_sym_LT_AMP] = ACTIONS(841), - [anon_sym_GT_AMP] = ACTIONS(841), - [anon_sym_LT_LT] = ACTIONS(841), - [anon_sym_LT_LT_DASH] = ACTIONS(841), - [anon_sym_DQUOTE] = ACTIONS(841), - [sym_raw_string] = ACTIONS(841), - [anon_sym_DOLLAR] = ACTIONS(841), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(841), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(841), - [anon_sym_BQUOTE] = ACTIONS(841), - [anon_sym_LT_LPAREN] = ACTIONS(841), - [anon_sym_GT_LPAREN] = ACTIONS(841), - [sym_word] = ACTIONS(841), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(841), - [anon_sym_LF] = ACTIONS(841), - [anon_sym_AMP] = ACTIONS(841), - }, - [1273] = { - [anon_sym_AT] = ACTIONS(3397), - [sym_comment] = ACTIONS(133), - }, - [1274] = { - [sym_concatenation] = STATE(1351), - [sym_string] = STATE(1350), - [sym_simple_expansion] = STATE(1350), - [sym_expansion] = STATE(1350), - [sym_command_substitution] = STATE(1350), - [sym_process_substitution] = STATE(1350), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(3399), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(3401), - [sym_comment] = ACTIONS(133), - }, - [1275] = { - [sym_file_descriptor] = ACTIONS(849), - [sym__concat] = ACTIONS(849), - [sym_variable_name] = ACTIONS(849), - [anon_sym_PIPE] = ACTIONS(851), - [anon_sym_RPAREN] = ACTIONS(851), - [anon_sym_SEMI_SEMI] = ACTIONS(851), - [anon_sym_PIPE_AMP] = ACTIONS(851), - [anon_sym_AMP_AMP] = ACTIONS(851), - [anon_sym_PIPE_PIPE] = ACTIONS(851), - [anon_sym_LT] = ACTIONS(851), - [anon_sym_GT] = ACTIONS(851), - [anon_sym_GT_GT] = ACTIONS(851), - [anon_sym_AMP_GT] = ACTIONS(851), - [anon_sym_AMP_GT_GT] = ACTIONS(851), - [anon_sym_LT_AMP] = ACTIONS(851), - [anon_sym_GT_AMP] = ACTIONS(851), - [anon_sym_LT_LT] = ACTIONS(851), - [anon_sym_LT_LT_DASH] = ACTIONS(851), - [anon_sym_DQUOTE] = ACTIONS(851), - [sym_raw_string] = ACTIONS(851), - [anon_sym_DOLLAR] = ACTIONS(851), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(851), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(851), - [anon_sym_BQUOTE] = ACTIONS(851), - [anon_sym_LT_LPAREN] = ACTIONS(851), - [anon_sym_GT_LPAREN] = ACTIONS(851), - [sym_word] = ACTIONS(851), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(851), - [anon_sym_LF] = ACTIONS(851), - [anon_sym_AMP] = ACTIONS(851), - }, - [1276] = { - [anon_sym_AT] = ACTIONS(3403), - [sym_comment] = ACTIONS(133), - }, - [1277] = { - [sym_concatenation] = STATE(1354), - [sym_string] = STATE(1353), - [sym_simple_expansion] = STATE(1353), - [sym_expansion] = STATE(1353), - [sym_command_substitution] = STATE(1353), - [sym_process_substitution] = STATE(1353), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(3405), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(3407), - [sym_comment] = ACTIONS(133), - }, - [1278] = { - [sym_file_descriptor] = ACTIONS(917), - [sym__concat] = ACTIONS(917), - [sym_variable_name] = ACTIONS(917), - [anon_sym_PIPE] = ACTIONS(919), - [anon_sym_RPAREN] = ACTIONS(919), - [anon_sym_SEMI_SEMI] = ACTIONS(919), - [anon_sym_PIPE_AMP] = ACTIONS(919), - [anon_sym_AMP_AMP] = ACTIONS(919), - [anon_sym_PIPE_PIPE] = ACTIONS(919), - [anon_sym_LT] = ACTIONS(919), - [anon_sym_GT] = ACTIONS(919), - [anon_sym_GT_GT] = ACTIONS(919), - [anon_sym_AMP_GT] = ACTIONS(919), - [anon_sym_AMP_GT_GT] = ACTIONS(919), - [anon_sym_LT_AMP] = ACTIONS(919), - [anon_sym_GT_AMP] = ACTIONS(919), - [anon_sym_LT_LT] = ACTIONS(919), - [anon_sym_LT_LT_DASH] = ACTIONS(919), - [anon_sym_DQUOTE] = ACTIONS(919), - [sym_raw_string] = ACTIONS(919), - [anon_sym_DOLLAR] = ACTIONS(919), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(919), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(919), - [anon_sym_BQUOTE] = ACTIONS(919), - [anon_sym_LT_LPAREN] = ACTIONS(919), - [anon_sym_GT_LPAREN] = ACTIONS(919), - [sym_word] = ACTIONS(919), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(919), - [anon_sym_LF] = ACTIONS(919), - [anon_sym_AMP] = ACTIONS(919), - }, - [1279] = { - [sym_file_descriptor] = ACTIONS(955), - [sym__concat] = ACTIONS(955), - [sym_variable_name] = ACTIONS(955), - [anon_sym_PIPE] = ACTIONS(957), - [anon_sym_RPAREN] = ACTIONS(957), - [anon_sym_SEMI_SEMI] = ACTIONS(957), - [anon_sym_PIPE_AMP] = ACTIONS(957), - [anon_sym_AMP_AMP] = ACTIONS(957), - [anon_sym_PIPE_PIPE] = ACTIONS(957), - [anon_sym_LT] = ACTIONS(957), - [anon_sym_GT] = ACTIONS(957), - [anon_sym_GT_GT] = ACTIONS(957), - [anon_sym_AMP_GT] = ACTIONS(957), - [anon_sym_AMP_GT_GT] = ACTIONS(957), - [anon_sym_LT_AMP] = ACTIONS(957), - [anon_sym_GT_AMP] = ACTIONS(957), - [anon_sym_LT_LT] = ACTIONS(957), - [anon_sym_LT_LT_DASH] = ACTIONS(957), - [anon_sym_DQUOTE] = ACTIONS(957), - [sym_raw_string] = ACTIONS(957), - [anon_sym_DOLLAR] = ACTIONS(957), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(957), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(957), - [anon_sym_BQUOTE] = ACTIONS(957), - [anon_sym_LT_LPAREN] = ACTIONS(957), - [anon_sym_GT_LPAREN] = ACTIONS(957), - [sym_word] = ACTIONS(957), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(957), - [anon_sym_LF] = ACTIONS(957), - [anon_sym_AMP] = ACTIONS(957), - }, - [1280] = { - [anon_sym_PIPE] = ACTIONS(1523), - [anon_sym_RPAREN] = ACTIONS(1523), - [anon_sym_SEMI_SEMI] = ACTIONS(1523), - [anon_sym_PIPE_AMP] = ACTIONS(1523), - [anon_sym_AMP_AMP] = ACTIONS(1523), - [anon_sym_PIPE_PIPE] = ACTIONS(1523), - [anon_sym_BQUOTE] = ACTIONS(1523), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1523), - [anon_sym_LF] = ACTIONS(1523), - [anon_sym_AMP] = ACTIONS(1523), - }, - [1281] = { - [sym_case_item] = STATE(724), - [sym_concatenation] = STATE(556), - [sym_string] = STATE(554), - [sym_simple_expansion] = STATE(554), - [sym_expansion] = STATE(554), - [sym_command_substitution] = STATE(554), - [sym_process_substitution] = STATE(554), - [anon_sym_esac] = ACTIONS(3246), - [anon_sym_DQUOTE] = ACTIONS(313), - [sym_raw_string] = ACTIONS(1131), - [anon_sym_DOLLAR] = ACTIONS(317), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(319), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(321), - [anon_sym_BQUOTE] = ACTIONS(323), - [anon_sym_LT_LPAREN] = ACTIONS(325), - [anon_sym_GT_LPAREN] = ACTIONS(325), - [sym_word] = ACTIONS(1133), - [sym_comment] = ACTIONS(133), - }, - [1282] = { - [anon_sym_RBRACK] = ACTIONS(3409), - [sym_comment] = ACTIONS(133), - }, - [1283] = { - [anon_sym_RBRACK] = ACTIONS(3411), - [sym_comment] = ACTIONS(133), - }, - [1284] = { - [anon_sym_PIPE] = ACTIONS(1817), - [anon_sym_RPAREN] = ACTIONS(1817), - [anon_sym_SEMI_SEMI] = ACTIONS(1817), - [anon_sym_PIPE_AMP] = ACTIONS(1817), - [anon_sym_AMP_AMP] = ACTIONS(1817), - [anon_sym_PIPE_PIPE] = ACTIONS(1817), - [anon_sym_BQUOTE] = ACTIONS(1817), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1817), - [anon_sym_LF] = ACTIONS(1817), - [anon_sym_AMP] = ACTIONS(1817), - }, - [1285] = { - [sym_case_item] = STATE(724), - [sym_concatenation] = STATE(556), - [sym_string] = STATE(554), - [sym_simple_expansion] = STATE(554), - [sym_expansion] = STATE(554), - [sym_command_substitution] = STATE(554), - [sym_process_substitution] = STATE(554), - [anon_sym_esac] = ACTIONS(3413), - [anon_sym_DQUOTE] = ACTIONS(313), - [sym_raw_string] = ACTIONS(1131), - [anon_sym_DOLLAR] = ACTIONS(317), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(319), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(321), - [anon_sym_BQUOTE] = ACTIONS(323), - [anon_sym_LT_LPAREN] = ACTIONS(325), - [anon_sym_GT_LPAREN] = ACTIONS(325), - [sym_word] = ACTIONS(1133), - [sym_comment] = ACTIONS(133), - }, - [1286] = { - [anon_sym_RBRACE] = ACTIONS(3415), - [anon_sym_LBRACK] = ACTIONS(3417), - [sym_comment] = ACTIONS(133), - }, - [1287] = { - [anon_sym_RBRACE] = ACTIONS(3419), - [anon_sym_LBRACK] = ACTIONS(3421), - [sym_comment] = ACTIONS(133), - }, - [1288] = { - [sym_file_descriptor] = ACTIONS(839), - [sym__concat] = ACTIONS(839), - [sym_variable_name] = ACTIONS(839), - [anon_sym_in] = ACTIONS(841), - [anon_sym_PIPE] = ACTIONS(841), - [anon_sym_RPAREN] = ACTIONS(841), - [anon_sym_SEMI_SEMI] = ACTIONS(841), - [anon_sym_RBRACE] = ACTIONS(841), - [anon_sym_PIPE_AMP] = ACTIONS(841), - [anon_sym_AMP_AMP] = ACTIONS(841), - [anon_sym_PIPE_PIPE] = ACTIONS(841), - [anon_sym_RBRACK] = ACTIONS(841), - [anon_sym_RBRACK_RBRACK] = ACTIONS(841), - [anon_sym_LT] = ACTIONS(841), - [anon_sym_GT] = ACTIONS(841), - [anon_sym_GT_GT] = ACTIONS(841), - [anon_sym_AMP_GT] = ACTIONS(841), - [anon_sym_AMP_GT_GT] = ACTIONS(841), - [anon_sym_LT_AMP] = ACTIONS(841), - [anon_sym_GT_AMP] = ACTIONS(841), - [anon_sym_LT_LT] = ACTIONS(841), - [anon_sym_LT_LT_DASH] = ACTIONS(841), - [anon_sym_DQUOTE] = ACTIONS(841), - [sym_raw_string] = ACTIONS(841), - [anon_sym_DOLLAR] = ACTIONS(841), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(841), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(841), - [anon_sym_BQUOTE] = ACTIONS(841), - [anon_sym_LT_LPAREN] = ACTIONS(841), - [anon_sym_GT_LPAREN] = ACTIONS(841), - [sym_word] = ACTIONS(841), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(841), - [anon_sym_LF] = ACTIONS(841), - [anon_sym_AMP] = ACTIONS(841), - }, - [1289] = { - [anon_sym_AT] = ACTIONS(3423), - [sym_comment] = ACTIONS(133), - }, - [1290] = { - [sym_concatenation] = STATE(1364), - [sym_string] = STATE(1363), - [sym_simple_expansion] = STATE(1363), - [sym_expansion] = STATE(1363), - [sym_command_substitution] = STATE(1363), - [sym_process_substitution] = STATE(1363), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(3425), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(3427), - [sym_comment] = ACTIONS(133), - }, - [1291] = { - [sym_file_descriptor] = ACTIONS(849), - [sym__concat] = ACTIONS(849), - [sym_variable_name] = ACTIONS(849), - [anon_sym_in] = ACTIONS(851), - [anon_sym_PIPE] = ACTIONS(851), - [anon_sym_RPAREN] = ACTIONS(851), - [anon_sym_SEMI_SEMI] = ACTIONS(851), - [anon_sym_RBRACE] = ACTIONS(851), - [anon_sym_PIPE_AMP] = ACTIONS(851), - [anon_sym_AMP_AMP] = ACTIONS(851), - [anon_sym_PIPE_PIPE] = ACTIONS(851), - [anon_sym_RBRACK] = ACTIONS(851), - [anon_sym_RBRACK_RBRACK] = ACTIONS(851), - [anon_sym_LT] = ACTIONS(851), - [anon_sym_GT] = ACTIONS(851), - [anon_sym_GT_GT] = ACTIONS(851), - [anon_sym_AMP_GT] = ACTIONS(851), - [anon_sym_AMP_GT_GT] = ACTIONS(851), - [anon_sym_LT_AMP] = ACTIONS(851), - [anon_sym_GT_AMP] = ACTIONS(851), - [anon_sym_LT_LT] = ACTIONS(851), - [anon_sym_LT_LT_DASH] = ACTIONS(851), - [anon_sym_DQUOTE] = ACTIONS(851), - [sym_raw_string] = ACTIONS(851), - [anon_sym_DOLLAR] = ACTIONS(851), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(851), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(851), - [anon_sym_BQUOTE] = ACTIONS(851), - [anon_sym_LT_LPAREN] = ACTIONS(851), - [anon_sym_GT_LPAREN] = ACTIONS(851), - [sym_word] = ACTIONS(851), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(851), - [anon_sym_LF] = ACTIONS(851), - [anon_sym_AMP] = ACTIONS(851), - }, - [1292] = { - [anon_sym_AT] = ACTIONS(3429), - [sym_comment] = ACTIONS(133), - }, - [1293] = { - [sym_concatenation] = STATE(1367), - [sym_string] = STATE(1366), - [sym_simple_expansion] = STATE(1366), - [sym_expansion] = STATE(1366), - [sym_command_substitution] = STATE(1366), - [sym_process_substitution] = STATE(1366), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(3431), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(3433), - [sym_comment] = ACTIONS(133), - }, - [1294] = { - [sym_file_descriptor] = ACTIONS(917), - [sym__concat] = ACTIONS(917), - [sym_variable_name] = ACTIONS(917), - [anon_sym_in] = ACTIONS(919), - [anon_sym_PIPE] = ACTIONS(919), - [anon_sym_RPAREN] = ACTIONS(919), - [anon_sym_SEMI_SEMI] = ACTIONS(919), - [anon_sym_RBRACE] = ACTIONS(919), - [anon_sym_PIPE_AMP] = ACTIONS(919), - [anon_sym_AMP_AMP] = ACTIONS(919), - [anon_sym_PIPE_PIPE] = ACTIONS(919), - [anon_sym_RBRACK] = ACTIONS(919), - [anon_sym_RBRACK_RBRACK] = ACTIONS(919), - [anon_sym_LT] = ACTIONS(919), - [anon_sym_GT] = ACTIONS(919), - [anon_sym_GT_GT] = ACTIONS(919), - [anon_sym_AMP_GT] = ACTIONS(919), - [anon_sym_AMP_GT_GT] = ACTIONS(919), - [anon_sym_LT_AMP] = ACTIONS(919), - [anon_sym_GT_AMP] = ACTIONS(919), - [anon_sym_LT_LT] = ACTIONS(919), - [anon_sym_LT_LT_DASH] = ACTIONS(919), - [anon_sym_DQUOTE] = ACTIONS(919), - [sym_raw_string] = ACTIONS(919), - [anon_sym_DOLLAR] = ACTIONS(919), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(919), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(919), - [anon_sym_BQUOTE] = ACTIONS(919), - [anon_sym_LT_LPAREN] = ACTIONS(919), - [anon_sym_GT_LPAREN] = ACTIONS(919), - [sym_word] = ACTIONS(919), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(919), - [anon_sym_LF] = ACTIONS(919), - [anon_sym_AMP] = ACTIONS(919), - }, - [1295] = { - [aux_sym_concatenation_repeat1] = STATE(1300), - [sym_file_descriptor] = ACTIONS(607), - [sym__concat] = ACTIONS(3286), - [anon_sym_PIPE] = ACTIONS(1369), - [anon_sym_RPAREN] = ACTIONS(1369), - [anon_sym_SEMI_SEMI] = ACTIONS(1369), - [anon_sym_PIPE_AMP] = ACTIONS(1369), - [anon_sym_AMP_AMP] = ACTIONS(1369), - [anon_sym_PIPE_PIPE] = ACTIONS(1369), - [anon_sym_LT] = ACTIONS(1369), - [anon_sym_GT] = ACTIONS(1369), - [anon_sym_GT_GT] = ACTIONS(1369), - [anon_sym_AMP_GT] = ACTIONS(1369), - [anon_sym_AMP_GT_GT] = ACTIONS(1369), - [anon_sym_LT_AMP] = ACTIONS(1369), - [anon_sym_GT_AMP] = ACTIONS(1369), - [anon_sym_LT_LT] = ACTIONS(1369), - [anon_sym_LT_LT_DASH] = ACTIONS(1369), - [anon_sym_BQUOTE] = ACTIONS(1369), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1369), - [anon_sym_LF] = ACTIONS(1369), - [anon_sym_AMP] = ACTIONS(1369), - }, - [1296] = { - [sym_file_descriptor] = ACTIONS(607), - [anon_sym_PIPE] = ACTIONS(1369), - [anon_sym_RPAREN] = ACTIONS(1369), - [anon_sym_SEMI_SEMI] = ACTIONS(1369), - [anon_sym_PIPE_AMP] = ACTIONS(1369), - [anon_sym_AMP_AMP] = ACTIONS(1369), - [anon_sym_PIPE_PIPE] = ACTIONS(1369), - [anon_sym_LT] = ACTIONS(1369), - [anon_sym_GT] = ACTIONS(1369), - [anon_sym_GT_GT] = ACTIONS(1369), - [anon_sym_AMP_GT] = ACTIONS(1369), - [anon_sym_AMP_GT_GT] = ACTIONS(1369), - [anon_sym_LT_AMP] = ACTIONS(1369), - [anon_sym_GT_AMP] = ACTIONS(1369), - [anon_sym_LT_LT] = ACTIONS(1369), - [anon_sym_LT_LT_DASH] = ACTIONS(1369), - [anon_sym_BQUOTE] = ACTIONS(1369), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1369), - [anon_sym_LF] = ACTIONS(1369), - [anon_sym_AMP] = ACTIONS(1369), - }, - [1297] = { - [sym_file_descriptor] = ACTIONS(425), - [sym__concat] = ACTIONS(425), - [anon_sym_PIPE] = ACTIONS(427), - [anon_sym_RPAREN] = ACTIONS(427), - [anon_sym_SEMI_SEMI] = ACTIONS(427), - [anon_sym_PIPE_AMP] = ACTIONS(427), - [anon_sym_AMP_AMP] = ACTIONS(427), - [anon_sym_PIPE_PIPE] = ACTIONS(427), - [anon_sym_LT] = ACTIONS(427), - [anon_sym_GT] = ACTIONS(427), - [anon_sym_GT_GT] = ACTIONS(427), - [anon_sym_AMP_GT] = ACTIONS(427), - [anon_sym_AMP_GT_GT] = ACTIONS(427), - [anon_sym_LT_AMP] = ACTIONS(427), - [anon_sym_GT_AMP] = ACTIONS(427), - [anon_sym_LT_LT] = ACTIONS(427), - [anon_sym_LT_LT_DASH] = ACTIONS(427), - [anon_sym_BQUOTE] = ACTIONS(427), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(427), - [anon_sym_LF] = ACTIONS(427), - [anon_sym_AMP] = ACTIONS(427), - }, - [1298] = { - [sym_simple_expansion] = STATE(222), - [sym_expansion] = STATE(222), - [sym_command_substitution] = STATE(222), - [anon_sym_DQUOTE] = ACTIONS(3435), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(445), - [anon_sym_DOLLAR] = ACTIONS(199), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(201), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(203), - [anon_sym_BQUOTE] = ACTIONS(205), - [sym_comment] = ACTIONS(85), - }, - [1299] = { - [sym_string] = STATE(1369), - [sym_simple_expansion] = STATE(1369), - [sym_expansion] = STATE(1369), - [sym_command_substitution] = STATE(1369), - [sym_process_substitution] = STATE(1369), - [anon_sym_DQUOTE] = ACTIONS(3083), - [sym_raw_string] = ACTIONS(3437), - [anon_sym_DOLLAR] = ACTIONS(3087), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(3089), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(3091), - [anon_sym_BQUOTE] = ACTIONS(3093), - [anon_sym_LT_LPAREN] = ACTIONS(3095), - [anon_sym_GT_LPAREN] = ACTIONS(3095), - [sym_word] = ACTIONS(3439), - [sym_comment] = ACTIONS(133), - }, - [1300] = { - [sym_file_descriptor] = ACTIONS(451), - [sym__concat] = ACTIONS(3441), - [anon_sym_PIPE] = ACTIONS(455), - [anon_sym_RPAREN] = ACTIONS(455), - [anon_sym_SEMI_SEMI] = ACTIONS(455), - [anon_sym_PIPE_AMP] = ACTIONS(455), - [anon_sym_AMP_AMP] = ACTIONS(455), - [anon_sym_PIPE_PIPE] = ACTIONS(455), - [anon_sym_LT] = ACTIONS(455), - [anon_sym_GT] = ACTIONS(455), - [anon_sym_GT_GT] = ACTIONS(455), - [anon_sym_AMP_GT] = ACTIONS(455), - [anon_sym_AMP_GT_GT] = ACTIONS(455), - [anon_sym_LT_AMP] = ACTIONS(455), - [anon_sym_GT_AMP] = ACTIONS(455), - [anon_sym_LT_LT] = ACTIONS(455), - [anon_sym_LT_LT_DASH] = ACTIONS(455), - [anon_sym_BQUOTE] = ACTIONS(455), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(455), - [anon_sym_LF] = ACTIONS(455), - [anon_sym_AMP] = ACTIONS(455), - }, - [1301] = { - [sym_file_descriptor] = ACTIONS(457), - [sym__concat] = ACTIONS(457), - [anon_sym_PIPE] = ACTIONS(459), - [anon_sym_RPAREN] = ACTIONS(459), - [anon_sym_SEMI_SEMI] = ACTIONS(459), - [anon_sym_PIPE_AMP] = ACTIONS(459), - [anon_sym_AMP_AMP] = ACTIONS(459), - [anon_sym_PIPE_PIPE] = ACTIONS(459), - [anon_sym_LT] = ACTIONS(459), - [anon_sym_GT] = ACTIONS(459), - [anon_sym_GT_GT] = ACTIONS(459), - [anon_sym_AMP_GT] = ACTIONS(459), - [anon_sym_AMP_GT_GT] = ACTIONS(459), - [anon_sym_LT_AMP] = ACTIONS(459), - [anon_sym_GT_AMP] = ACTIONS(459), - [anon_sym_LT_LT] = ACTIONS(459), - [anon_sym_LT_LT_DASH] = ACTIONS(459), - [anon_sym_BQUOTE] = ACTIONS(459), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(459), - [anon_sym_LF] = ACTIONS(459), - [anon_sym_AMP] = ACTIONS(459), - }, - [1302] = { - [sym_file_descriptor] = ACTIONS(461), - [sym__concat] = ACTIONS(461), - [anon_sym_PIPE] = ACTIONS(463), - [anon_sym_RPAREN] = ACTIONS(463), - [anon_sym_SEMI_SEMI] = ACTIONS(463), - [anon_sym_PIPE_AMP] = ACTIONS(463), - [anon_sym_AMP_AMP] = ACTIONS(463), - [anon_sym_PIPE_PIPE] = ACTIONS(463), - [anon_sym_LT] = ACTIONS(463), - [anon_sym_GT] = ACTIONS(463), - [anon_sym_GT_GT] = ACTIONS(463), - [anon_sym_AMP_GT] = ACTIONS(463), - [anon_sym_AMP_GT_GT] = ACTIONS(463), - [anon_sym_LT_AMP] = ACTIONS(463), - [anon_sym_GT_AMP] = ACTIONS(463), - [anon_sym_LT_LT] = ACTIONS(463), - [anon_sym_LT_LT_DASH] = ACTIONS(463), - [anon_sym_BQUOTE] = ACTIONS(463), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(463), - [anon_sym_LF] = ACTIONS(463), - [anon_sym_AMP] = ACTIONS(463), - }, - [1303] = { - [sym_file_descriptor] = ACTIONS(465), - [sym__concat] = ACTIONS(465), - [anon_sym_PIPE] = ACTIONS(467), - [anon_sym_RPAREN] = ACTIONS(467), - [anon_sym_SEMI_SEMI] = ACTIONS(467), - [anon_sym_PIPE_AMP] = ACTIONS(467), - [anon_sym_AMP_AMP] = ACTIONS(467), - [anon_sym_PIPE_PIPE] = ACTIONS(467), - [anon_sym_LT] = ACTIONS(467), - [anon_sym_GT] = ACTIONS(467), - [anon_sym_GT_GT] = ACTIONS(467), - [anon_sym_AMP_GT] = ACTIONS(467), - [anon_sym_AMP_GT_GT] = ACTIONS(467), - [anon_sym_LT_AMP] = ACTIONS(467), - [anon_sym_GT_AMP] = ACTIONS(467), - [anon_sym_LT_LT] = ACTIONS(467), - [anon_sym_LT_LT_DASH] = ACTIONS(467), - [anon_sym_BQUOTE] = ACTIONS(467), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(467), - [anon_sym_LF] = ACTIONS(467), - [anon_sym_AMP] = ACTIONS(467), - }, - [1304] = { - [sym_special_variable_name] = STATE(1372), - [anon_sym_RBRACE] = ACTIONS(457), - [anon_sym_LBRACK] = ACTIONS(457), - [anon_sym_EQ] = ACTIONS(457), - [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(225), - [anon_sym_AT] = ACTIONS(219), - [anon_sym_COLON] = ACTIONS(469), - [anon_sym_COLON_QMARK] = ACTIONS(457), - [anon_sym_COLON_DASH] = ACTIONS(457), - [anon_sym_PERCENT] = ACTIONS(457), - [anon_sym_SLASH] = ACTIONS(457), - [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(3443), - [anon_sym_STAR] = ACTIONS(219), - [anon_sym_QMARK] = ACTIONS(219), - [anon_sym_DASH] = ACTIONS(219), - [anon_sym_BANG] = ACTIONS(219), - [anon_sym_0] = ACTIONS(225), - [anon_sym__] = ACTIONS(225), - }, - [1305] = { - [anon_sym_RBRACE] = ACTIONS(3445), - [anon_sym_LBRACK] = ACTIONS(3447), - [anon_sym_EQ] = ACTIONS(3449), - [anon_sym_COLON] = ACTIONS(3451), - [anon_sym_COLON_QMARK] = ACTIONS(3449), - [anon_sym_COLON_DASH] = ACTIONS(3449), - [anon_sym_PERCENT] = ACTIONS(3449), - [anon_sym_SLASH] = ACTIONS(3449), - [sym_comment] = ACTIONS(133), - }, - [1306] = { - [anon_sym_RBRACE] = ACTIONS(3453), - [anon_sym_LBRACK] = ACTIONS(3455), - [anon_sym_EQ] = ACTIONS(3457), - [anon_sym_COLON] = ACTIONS(3459), - [anon_sym_COLON_QMARK] = ACTIONS(3457), - [anon_sym_COLON_DASH] = ACTIONS(3457), - [anon_sym_PERCENT] = ACTIONS(3457), - [anon_sym_SLASH] = ACTIONS(3457), - [sym_comment] = ACTIONS(133), - }, - [1307] = { - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(3461), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(523), - [sym_comment] = ACTIONS(133), - }, - [1308] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(3461), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(543), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(299), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), - }, - [1309] = { - [anon_sym_PIPE] = ACTIONS(547), - [anon_sym_PIPE_AMP] = ACTIONS(549), - [anon_sym_AMP_AMP] = ACTIONS(551), - [anon_sym_PIPE_PIPE] = ACTIONS(551), - [anon_sym_BQUOTE] = ACTIONS(3461), - [sym_comment] = ACTIONS(133), - }, - [1310] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(547), - [anon_sym_PIPE_AMP] = ACTIONS(549), - [anon_sym_AMP_AMP] = ACTIONS(551), - [anon_sym_PIPE_PIPE] = ACTIONS(553), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(3463), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), - }, - [1311] = { - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(3466), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(523), - [sym_comment] = ACTIONS(133), - }, - [1312] = { - [sym_file_descriptor] = ACTIONS(299), - [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(3466), - [anon_sym_PIPE_AMP] = ACTIONS(521), - [anon_sym_AMP_AMP] = ACTIONS(523), - [anon_sym_PIPE_PIPE] = ACTIONS(543), - [anon_sym_LT] = ACTIONS(303), - [anon_sym_GT] = ACTIONS(303), - [anon_sym_GT_GT] = ACTIONS(299), - [anon_sym_AMP_GT] = ACTIONS(303), - [anon_sym_AMP_GT_GT] = ACTIONS(299), - [anon_sym_LT_AMP] = ACTIONS(299), - [anon_sym_GT_AMP] = ACTIONS(299), - [anon_sym_DQUOTE] = ACTIONS(299), - [sym_raw_string] = ACTIONS(299), - [anon_sym_DOLLAR] = ACTIONS(303), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(299), - [anon_sym_LT_LPAREN] = ACTIONS(299), - [anon_sym_GT_LPAREN] = ACTIONS(299), - [sym_word] = ACTIONS(301), - [sym_comment] = ACTIONS(133), - }, - [1313] = { - [anon_sym_RBRACE] = ACTIONS(3468), - [sym_comment] = ACTIONS(133), - }, - [1314] = { - [sym__heredoc_middle] = ACTIONS(1607), - [sym__heredoc_end] = ACTIONS(1607), - [sym_file_descriptor] = ACTIONS(1607), - [sym__concat] = ACTIONS(1607), - [sym_variable_name] = ACTIONS(1607), - [anon_sym_in] = ACTIONS(1609), - [anon_sym_PIPE] = ACTIONS(1609), - [anon_sym_RPAREN] = ACTIONS(1609), - [anon_sym_SEMI_SEMI] = ACTIONS(1609), - [anon_sym_RBRACE] = ACTIONS(1609), - [anon_sym_PIPE_AMP] = ACTIONS(1609), - [anon_sym_AMP_AMP] = ACTIONS(1609), - [anon_sym_PIPE_PIPE] = ACTIONS(1609), - [anon_sym_RBRACK] = ACTIONS(1609), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1609), - [anon_sym_LT] = ACTIONS(1609), - [anon_sym_GT] = ACTIONS(1609), - [anon_sym_GT_GT] = ACTIONS(1609), - [anon_sym_AMP_GT] = ACTIONS(1609), - [anon_sym_AMP_GT_GT] = ACTIONS(1609), - [anon_sym_LT_AMP] = ACTIONS(1609), - [anon_sym_GT_AMP] = ACTIONS(1609), - [anon_sym_LT_LT] = ACTIONS(1609), - [anon_sym_LT_LT_DASH] = ACTIONS(1609), - [anon_sym_DQUOTE] = ACTIONS(1609), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(1609), - [sym_raw_string] = ACTIONS(1609), - [anon_sym_DOLLAR] = ACTIONS(1609), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1609), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1609), - [anon_sym_BQUOTE] = ACTIONS(1609), - [anon_sym_LT_LPAREN] = ACTIONS(1609), - [anon_sym_GT_LPAREN] = ACTIONS(1609), - [sym_word] = ACTIONS(1609), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1609), - [anon_sym_LF] = ACTIONS(1609), - [anon_sym_AMP] = ACTIONS(1609), - }, - [1315] = { - [anon_sym_PIPE] = ACTIONS(1551), - [anon_sym_RPAREN] = ACTIONS(1551), - [anon_sym_SEMI_SEMI] = ACTIONS(1551), - [anon_sym_PIPE_AMP] = ACTIONS(1551), - [anon_sym_AMP_AMP] = ACTIONS(1551), - [anon_sym_PIPE_PIPE] = ACTIONS(1551), - [anon_sym_BQUOTE] = ACTIONS(1551), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1551), - [anon_sym_LF] = ACTIONS(1551), - [anon_sym_AMP] = ACTIONS(1551), - }, - [1316] = { - [anon_sym_PIPE] = ACTIONS(2005), - [anon_sym_RPAREN] = ACTIONS(2005), - [anon_sym_SEMI_SEMI] = ACTIONS(2005), - [anon_sym_PIPE_AMP] = ACTIONS(2005), - [anon_sym_AMP_AMP] = ACTIONS(2005), - [anon_sym_PIPE_PIPE] = ACTIONS(2005), - [anon_sym_BQUOTE] = ACTIONS(2005), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2005), - [anon_sym_LF] = ACTIONS(2005), - [anon_sym_AMP] = ACTIONS(2005), - }, - [1317] = { - [sym_file_descriptor] = ACTIONS(815), - [sym__concat] = ACTIONS(815), - [anon_sym_PIPE] = ACTIONS(817), - [anon_sym_RPAREN] = ACTIONS(817), - [anon_sym_SEMI_SEMI] = ACTIONS(817), - [anon_sym_PIPE_AMP] = ACTIONS(817), - [anon_sym_AMP_AMP] = ACTIONS(817), - [anon_sym_PIPE_PIPE] = ACTIONS(817), - [anon_sym_RBRACK] = ACTIONS(817), - [anon_sym_RBRACK_RBRACK] = ACTIONS(817), - [anon_sym_LT] = ACTIONS(817), - [anon_sym_GT] = ACTIONS(817), - [anon_sym_GT_GT] = ACTIONS(817), - [anon_sym_AMP_GT] = ACTIONS(817), - [anon_sym_AMP_GT_GT] = ACTIONS(817), - [anon_sym_LT_AMP] = ACTIONS(817), - [anon_sym_GT_AMP] = ACTIONS(817), - [anon_sym_LT_LT] = ACTIONS(817), - [anon_sym_LT_LT_DASH] = ACTIONS(817), - [anon_sym_DQUOTE] = ACTIONS(817), - [sym_raw_string] = ACTIONS(817), - [anon_sym_DOLLAR] = ACTIONS(817), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(817), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(817), - [anon_sym_BQUOTE] = ACTIONS(817), - [anon_sym_LT_LPAREN] = ACTIONS(817), - [anon_sym_GT_LPAREN] = ACTIONS(817), - [sym_word] = ACTIONS(817), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(817), - [anon_sym_LF] = ACTIONS(817), - [anon_sym_AMP] = ACTIONS(817), - }, - [1318] = { - [sym_file_descriptor] = ACTIONS(823), - [sym__concat] = ACTIONS(823), - [anon_sym_PIPE] = ACTIONS(825), - [anon_sym_RPAREN] = ACTIONS(825), - [anon_sym_SEMI_SEMI] = ACTIONS(825), - [anon_sym_PIPE_AMP] = ACTIONS(825), - [anon_sym_AMP_AMP] = ACTIONS(825), - [anon_sym_PIPE_PIPE] = ACTIONS(825), - [anon_sym_RBRACK] = ACTIONS(825), - [anon_sym_RBRACK_RBRACK] = ACTIONS(825), - [anon_sym_LT] = ACTIONS(825), - [anon_sym_GT] = ACTIONS(825), - [anon_sym_GT_GT] = ACTIONS(825), - [anon_sym_AMP_GT] = ACTIONS(825), - [anon_sym_AMP_GT_GT] = ACTIONS(825), - [anon_sym_LT_AMP] = ACTIONS(825), - [anon_sym_GT_AMP] = ACTIONS(825), - [anon_sym_LT_LT] = ACTIONS(825), - [anon_sym_LT_LT_DASH] = ACTIONS(825), - [anon_sym_DQUOTE] = ACTIONS(825), - [sym_raw_string] = ACTIONS(825), - [anon_sym_DOLLAR] = ACTIONS(825), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(825), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(825), - [anon_sym_BQUOTE] = ACTIONS(825), - [anon_sym_LT_LPAREN] = ACTIONS(825), - [anon_sym_GT_LPAREN] = ACTIONS(825), - [sym_word] = ACTIONS(825), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(825), - [anon_sym_LF] = ACTIONS(825), - [anon_sym_AMP] = ACTIONS(825), - }, - [1319] = { - [sym_string] = STATE(1382), - [sym_simple_expansion] = STATE(1382), - [sym_expansion] = STATE(1382), - [sym_command_substitution] = STATE(1382), - [sym_process_substitution] = STATE(1382), - [anon_sym_DQUOTE] = ACTIONS(3308), - [sym_raw_string] = ACTIONS(3470), - [anon_sym_DOLLAR] = ACTIONS(3312), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(3314), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(3316), - [anon_sym_BQUOTE] = ACTIONS(3318), - [anon_sym_LT_LPAREN] = ACTIONS(3320), - [anon_sym_GT_LPAREN] = ACTIONS(3320), - [sym_word] = ACTIONS(3472), - [sym_comment] = ACTIONS(133), - }, - [1320] = { - [anon_sym_RBRACE] = ACTIONS(3474), - [anon_sym_LBRACK] = ACTIONS(3476), - [sym_comment] = ACTIONS(133), - }, - [1321] = { - [anon_sym_RBRACE] = ACTIONS(3478), - [anon_sym_LBRACK] = ACTIONS(3480), - [sym_comment] = ACTIONS(133), - }, - [1322] = { - [sym_file_descriptor] = ACTIONS(839), - [sym__concat] = ACTIONS(839), - [anon_sym_PIPE] = ACTIONS(841), - [anon_sym_RPAREN] = ACTIONS(841), - [anon_sym_SEMI_SEMI] = ACTIONS(841), - [anon_sym_PIPE_AMP] = ACTIONS(841), - [anon_sym_AMP_AMP] = ACTIONS(841), - [anon_sym_PIPE_PIPE] = ACTIONS(841), - [anon_sym_RBRACK] = ACTIONS(841), - [anon_sym_RBRACK_RBRACK] = ACTIONS(841), - [anon_sym_LT] = ACTIONS(841), - [anon_sym_GT] = ACTIONS(841), - [anon_sym_GT_GT] = ACTIONS(841), - [anon_sym_AMP_GT] = ACTIONS(841), - [anon_sym_AMP_GT_GT] = ACTIONS(841), - [anon_sym_LT_AMP] = ACTIONS(841), - [anon_sym_GT_AMP] = ACTIONS(841), - [anon_sym_LT_LT] = ACTIONS(841), - [anon_sym_LT_LT_DASH] = ACTIONS(841), - [anon_sym_DQUOTE] = ACTIONS(841), - [sym_raw_string] = ACTIONS(841), - [anon_sym_DOLLAR] = ACTIONS(841), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(841), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(841), - [anon_sym_BQUOTE] = ACTIONS(841), - [anon_sym_LT_LPAREN] = ACTIONS(841), - [anon_sym_GT_LPAREN] = ACTIONS(841), - [sym_word] = ACTIONS(841), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(841), - [anon_sym_LF] = ACTIONS(841), - [anon_sym_AMP] = ACTIONS(841), - }, - [1323] = { - [anon_sym_AT] = ACTIONS(3482), - [sym_comment] = ACTIONS(133), - }, - [1324] = { - [sym_concatenation] = STATE(1389), - [sym_string] = STATE(1388), - [sym_simple_expansion] = STATE(1388), - [sym_expansion] = STATE(1388), - [sym_command_substitution] = STATE(1388), - [sym_process_substitution] = STATE(1388), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(3484), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(3486), - [sym_comment] = ACTIONS(133), - }, - [1325] = { - [sym_file_descriptor] = ACTIONS(849), - [sym__concat] = ACTIONS(849), - [anon_sym_PIPE] = ACTIONS(851), - [anon_sym_RPAREN] = ACTIONS(851), - [anon_sym_SEMI_SEMI] = ACTIONS(851), - [anon_sym_PIPE_AMP] = ACTIONS(851), - [anon_sym_AMP_AMP] = ACTIONS(851), - [anon_sym_PIPE_PIPE] = ACTIONS(851), - [anon_sym_RBRACK] = ACTIONS(851), - [anon_sym_RBRACK_RBRACK] = ACTIONS(851), - [anon_sym_LT] = ACTIONS(851), - [anon_sym_GT] = ACTIONS(851), - [anon_sym_GT_GT] = ACTIONS(851), - [anon_sym_AMP_GT] = ACTIONS(851), - [anon_sym_AMP_GT_GT] = ACTIONS(851), - [anon_sym_LT_AMP] = ACTIONS(851), - [anon_sym_GT_AMP] = ACTIONS(851), - [anon_sym_LT_LT] = ACTIONS(851), - [anon_sym_LT_LT_DASH] = ACTIONS(851), - [anon_sym_DQUOTE] = ACTIONS(851), - [sym_raw_string] = ACTIONS(851), - [anon_sym_DOLLAR] = ACTIONS(851), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(851), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(851), - [anon_sym_BQUOTE] = ACTIONS(851), - [anon_sym_LT_LPAREN] = ACTIONS(851), - [anon_sym_GT_LPAREN] = ACTIONS(851), - [sym_word] = ACTIONS(851), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(851), - [anon_sym_LF] = ACTIONS(851), - [anon_sym_AMP] = ACTIONS(851), - }, - [1326] = { - [anon_sym_AT] = ACTIONS(3488), - [sym_comment] = ACTIONS(133), - }, - [1327] = { - [sym_concatenation] = STATE(1392), - [sym_string] = STATE(1391), - [sym_simple_expansion] = STATE(1391), - [sym_expansion] = STATE(1391), - [sym_command_substitution] = STATE(1391), - [sym_process_substitution] = STATE(1391), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(3490), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(3492), - [sym_comment] = ACTIONS(133), - }, - [1328] = { - [sym_file_descriptor] = ACTIONS(917), - [sym__concat] = ACTIONS(917), - [anon_sym_PIPE] = ACTIONS(919), - [anon_sym_RPAREN] = ACTIONS(919), - [anon_sym_SEMI_SEMI] = ACTIONS(919), - [anon_sym_PIPE_AMP] = ACTIONS(919), - [anon_sym_AMP_AMP] = ACTIONS(919), - [anon_sym_PIPE_PIPE] = ACTIONS(919), - [anon_sym_RBRACK] = ACTIONS(919), - [anon_sym_RBRACK_RBRACK] = ACTIONS(919), - [anon_sym_LT] = ACTIONS(919), - [anon_sym_GT] = ACTIONS(919), - [anon_sym_GT_GT] = ACTIONS(919), - [anon_sym_AMP_GT] = ACTIONS(919), - [anon_sym_AMP_GT_GT] = ACTIONS(919), - [anon_sym_LT_AMP] = ACTIONS(919), - [anon_sym_GT_AMP] = ACTIONS(919), - [anon_sym_LT_LT] = ACTIONS(919), - [anon_sym_LT_LT_DASH] = ACTIONS(919), - [anon_sym_DQUOTE] = ACTIONS(919), - [sym_raw_string] = ACTIONS(919), - [anon_sym_DOLLAR] = ACTIONS(919), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(919), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(919), - [anon_sym_BQUOTE] = ACTIONS(919), - [anon_sym_LT_LPAREN] = ACTIONS(919), - [anon_sym_GT_LPAREN] = ACTIONS(919), - [sym_word] = ACTIONS(919), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(919), - [anon_sym_LF] = ACTIONS(919), - [anon_sym_AMP] = ACTIONS(919), - }, - [1329] = { - [sym_file_descriptor] = ACTIONS(955), - [sym__concat] = ACTIONS(955), - [anon_sym_PIPE] = ACTIONS(957), - [anon_sym_RPAREN] = ACTIONS(957), - [anon_sym_SEMI_SEMI] = ACTIONS(957), - [anon_sym_PIPE_AMP] = ACTIONS(957), - [anon_sym_AMP_AMP] = ACTIONS(957), - [anon_sym_PIPE_PIPE] = ACTIONS(957), - [anon_sym_RBRACK] = ACTIONS(957), - [anon_sym_RBRACK_RBRACK] = ACTIONS(957), - [anon_sym_LT] = ACTIONS(957), - [anon_sym_GT] = ACTIONS(957), - [anon_sym_GT_GT] = ACTIONS(957), - [anon_sym_AMP_GT] = ACTIONS(957), - [anon_sym_AMP_GT_GT] = ACTIONS(957), - [anon_sym_LT_AMP] = ACTIONS(957), - [anon_sym_GT_AMP] = ACTIONS(957), - [anon_sym_LT_LT] = ACTIONS(957), - [anon_sym_LT_LT_DASH] = ACTIONS(957), - [anon_sym_DQUOTE] = ACTIONS(957), - [sym_raw_string] = ACTIONS(957), - [anon_sym_DOLLAR] = ACTIONS(957), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(957), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(957), - [anon_sym_BQUOTE] = ACTIONS(957), - [anon_sym_LT_LPAREN] = ACTIONS(957), - [anon_sym_GT_LPAREN] = ACTIONS(957), - [sym_word] = ACTIONS(957), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(957), - [anon_sym_LF] = ACTIONS(957), - [anon_sym_AMP] = ACTIONS(957), - }, - [1330] = { - [sym_file_redirect] = STATE(1147), - [sym_heredoc_redirect] = STATE(1147), - [sym_file_descriptor] = ACTIONS(2708), - [anon_sym_PIPE] = ACTIONS(1423), - [anon_sym_RPAREN] = ACTIONS(1423), - [anon_sym_SEMI_SEMI] = ACTIONS(1423), - [anon_sym_PIPE_AMP] = ACTIONS(1423), - [anon_sym_AMP_AMP] = ACTIONS(1423), - [anon_sym_PIPE_PIPE] = ACTIONS(1423), - [anon_sym_LT] = ACTIONS(2713), - [anon_sym_GT] = ACTIONS(2713), - [anon_sym_GT_GT] = ACTIONS(2713), - [anon_sym_AMP_GT] = ACTIONS(2713), - [anon_sym_AMP_GT_GT] = ACTIONS(2713), - [anon_sym_LT_AMP] = ACTIONS(2713), - [anon_sym_GT_AMP] = ACTIONS(2713), - [anon_sym_LT_LT] = ACTIONS(2715), - [anon_sym_LT_LT_DASH] = ACTIONS(2715), - [anon_sym_BQUOTE] = ACTIONS(1423), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1423), - [anon_sym_LF] = ACTIONS(1423), - [anon_sym_AMP] = ACTIONS(1423), - }, - [1331] = { - [anon_sym_PIPE] = ACTIONS(1367), - [anon_sym_RPAREN] = ACTIONS(1367), - [anon_sym_SEMI_SEMI] = ACTIONS(1367), - [anon_sym_PIPE_AMP] = ACTIONS(1367), - [anon_sym_AMP_AMP] = ACTIONS(1367), - [anon_sym_PIPE_PIPE] = ACTIONS(1367), - [anon_sym_BQUOTE] = ACTIONS(1367), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1367), - [anon_sym_LF] = ACTIONS(1367), - [anon_sym_AMP] = ACTIONS(1367), - }, - [1332] = { - [anon_sym_PIPE] = ACTIONS(1549), - [anon_sym_RPAREN] = ACTIONS(1549), - [anon_sym_SEMI_SEMI] = ACTIONS(1549), - [anon_sym_PIPE_AMP] = ACTIONS(1549), - [anon_sym_AMP_AMP] = ACTIONS(1549), - [anon_sym_PIPE_PIPE] = ACTIONS(1549), - [anon_sym_BQUOTE] = ACTIONS(1549), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1549), - [anon_sym_LF] = ACTIONS(1549), - [anon_sym_AMP] = ACTIONS(1549), - }, - [1333] = { - [sym_file_descriptor] = ACTIONS(1245), - [sym__concat] = ACTIONS(1245), - [sym_variable_name] = ACTIONS(1245), - [anon_sym_PIPE] = ACTIONS(1247), - [anon_sym_RPAREN] = ACTIONS(1247), - [anon_sym_SEMI_SEMI] = ACTIONS(1247), - [anon_sym_RBRACE] = ACTIONS(1247), - [anon_sym_PIPE_AMP] = ACTIONS(1247), - [anon_sym_AMP_AMP] = ACTIONS(1247), - [anon_sym_PIPE_PIPE] = ACTIONS(1247), - [anon_sym_LT] = ACTIONS(1247), - [anon_sym_GT] = ACTIONS(1247), - [anon_sym_GT_GT] = ACTIONS(1247), - [anon_sym_AMP_GT] = ACTIONS(1247), - [anon_sym_AMP_GT_GT] = ACTIONS(1247), - [anon_sym_LT_AMP] = ACTIONS(1247), - [anon_sym_GT_AMP] = ACTIONS(1247), - [anon_sym_DQUOTE] = ACTIONS(1247), - [sym_raw_string] = ACTIONS(1247), - [anon_sym_DOLLAR] = ACTIONS(1247), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1247), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1247), - [anon_sym_BQUOTE] = ACTIONS(1247), - [anon_sym_LT_LPAREN] = ACTIONS(1247), - [anon_sym_GT_LPAREN] = ACTIONS(1247), - [sym_word] = ACTIONS(1247), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1247), - [anon_sym_LF] = ACTIONS(1247), - [anon_sym_AMP] = ACTIONS(1247), - }, - [1334] = { - [sym_file_descriptor] = ACTIONS(1249), - [sym__concat] = ACTIONS(1249), - [sym_variable_name] = ACTIONS(1249), - [anon_sym_PIPE] = ACTIONS(1251), - [anon_sym_RPAREN] = ACTIONS(1251), - [anon_sym_SEMI_SEMI] = ACTIONS(1251), - [anon_sym_RBRACE] = ACTIONS(1251), - [anon_sym_PIPE_AMP] = ACTIONS(1251), - [anon_sym_AMP_AMP] = ACTIONS(1251), - [anon_sym_PIPE_PIPE] = ACTIONS(1251), - [anon_sym_LT] = ACTIONS(1251), - [anon_sym_GT] = ACTIONS(1251), - [anon_sym_GT_GT] = ACTIONS(1251), - [anon_sym_AMP_GT] = ACTIONS(1251), - [anon_sym_AMP_GT_GT] = ACTIONS(1251), - [anon_sym_LT_AMP] = ACTIONS(1251), - [anon_sym_GT_AMP] = ACTIONS(1251), - [anon_sym_DQUOTE] = ACTIONS(1251), - [sym_raw_string] = ACTIONS(1251), - [anon_sym_DOLLAR] = ACTIONS(1251), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1251), - [anon_sym_BQUOTE] = ACTIONS(1251), - [anon_sym_LT_LPAREN] = ACTIONS(1251), - [anon_sym_GT_LPAREN] = ACTIONS(1251), - [sym_word] = ACTIONS(1251), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1251), - [anon_sym_LF] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1251), - }, - [1335] = { - [anon_sym_AT] = ACTIONS(3494), - [sym_comment] = ACTIONS(133), - }, - [1336] = { - [sym_file_descriptor] = ACTIONS(1255), - [sym__concat] = ACTIONS(1255), - [sym_variable_name] = ACTIONS(1255), - [anon_sym_PIPE] = ACTIONS(1257), - [anon_sym_RPAREN] = ACTIONS(1257), - [anon_sym_SEMI_SEMI] = ACTIONS(1257), - [anon_sym_RBRACE] = ACTIONS(1257), - [anon_sym_PIPE_AMP] = ACTIONS(1257), - [anon_sym_AMP_AMP] = ACTIONS(1257), - [anon_sym_PIPE_PIPE] = ACTIONS(1257), - [anon_sym_LT] = ACTIONS(1257), - [anon_sym_GT] = ACTIONS(1257), - [anon_sym_GT_GT] = ACTIONS(1257), - [anon_sym_AMP_GT] = ACTIONS(1257), - [anon_sym_AMP_GT_GT] = ACTIONS(1257), - [anon_sym_LT_AMP] = ACTIONS(1257), - [anon_sym_GT_AMP] = ACTIONS(1257), - [anon_sym_DQUOTE] = ACTIONS(1257), - [sym_raw_string] = ACTIONS(1257), - [anon_sym_DOLLAR] = ACTIONS(1257), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1257), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1257), - [anon_sym_BQUOTE] = ACTIONS(1257), - [anon_sym_LT_LPAREN] = ACTIONS(1257), - [anon_sym_GT_LPAREN] = ACTIONS(1257), - [sym_word] = ACTIONS(1257), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1257), - [anon_sym_LF] = ACTIONS(1257), - [anon_sym_AMP] = ACTIONS(1257), - }, - [1337] = { - [anon_sym_AT] = ACTIONS(3496), - [sym_comment] = ACTIONS(133), - }, - [1338] = { - [anon_sym_RBRACK] = ACTIONS(3498), - [sym_comment] = ACTIONS(133), - }, - [1339] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(383), - [anon_sym_RBRACE] = ACTIONS(3500), - [sym_comment] = ACTIONS(133), - }, - [1340] = { - [anon_sym_RBRACE] = ACTIONS(3500), - [sym_comment] = ACTIONS(133), - }, - [1341] = { - [anon_sym_RBRACK] = ACTIONS(3502), - [sym_comment] = ACTIONS(133), - }, - [1342] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(383), - [anon_sym_RBRACE] = ACTIONS(3504), - [sym_comment] = ACTIONS(133), - }, - [1343] = { - [anon_sym_RBRACE] = ACTIONS(3504), - [sym_comment] = ACTIONS(133), - }, - [1344] = { - [sym_file_descriptor] = ACTIONS(1245), - [sym__concat] = ACTIONS(1245), - [sym_variable_name] = ACTIONS(1245), - [anon_sym_PIPE] = ACTIONS(1247), - [anon_sym_RPAREN] = ACTIONS(1247), - [anon_sym_SEMI_SEMI] = ACTIONS(1247), - [anon_sym_PIPE_AMP] = ACTIONS(1247), - [anon_sym_AMP_AMP] = ACTIONS(1247), - [anon_sym_PIPE_PIPE] = ACTIONS(1247), - [anon_sym_LT] = ACTIONS(1247), - [anon_sym_GT] = ACTIONS(1247), - [anon_sym_GT_GT] = ACTIONS(1247), - [anon_sym_AMP_GT] = ACTIONS(1247), - [anon_sym_AMP_GT_GT] = ACTIONS(1247), - [anon_sym_LT_AMP] = ACTIONS(1247), - [anon_sym_GT_AMP] = ACTIONS(1247), - [anon_sym_LT_LT] = ACTIONS(1247), - [anon_sym_LT_LT_DASH] = ACTIONS(1247), - [anon_sym_DQUOTE] = ACTIONS(1247), - [sym_raw_string] = ACTIONS(1247), - [anon_sym_DOLLAR] = ACTIONS(1247), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1247), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1247), - [anon_sym_BQUOTE] = ACTIONS(1247), - [anon_sym_LT_LPAREN] = ACTIONS(1247), - [anon_sym_GT_LPAREN] = ACTIONS(1247), - [sym_word] = ACTIONS(1247), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1247), - [anon_sym_LF] = ACTIONS(1247), - [anon_sym_AMP] = ACTIONS(1247), - }, - [1345] = { - [sym_file_descriptor] = ACTIONS(1249), - [sym__concat] = ACTIONS(1249), - [sym_variable_name] = ACTIONS(1249), - [anon_sym_PIPE] = ACTIONS(1251), - [anon_sym_RPAREN] = ACTIONS(1251), - [anon_sym_SEMI_SEMI] = ACTIONS(1251), - [anon_sym_PIPE_AMP] = ACTIONS(1251), - [anon_sym_AMP_AMP] = ACTIONS(1251), - [anon_sym_PIPE_PIPE] = ACTIONS(1251), - [anon_sym_LT] = ACTIONS(1251), - [anon_sym_GT] = ACTIONS(1251), - [anon_sym_GT_GT] = ACTIONS(1251), - [anon_sym_AMP_GT] = ACTIONS(1251), - [anon_sym_AMP_GT_GT] = ACTIONS(1251), - [anon_sym_LT_AMP] = ACTIONS(1251), - [anon_sym_GT_AMP] = ACTIONS(1251), - [anon_sym_LT_LT] = ACTIONS(1251), - [anon_sym_LT_LT_DASH] = ACTIONS(1251), - [anon_sym_DQUOTE] = ACTIONS(1251), - [sym_raw_string] = ACTIONS(1251), - [anon_sym_DOLLAR] = ACTIONS(1251), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1251), - [anon_sym_BQUOTE] = ACTIONS(1251), - [anon_sym_LT_LPAREN] = ACTIONS(1251), - [anon_sym_GT_LPAREN] = ACTIONS(1251), - [sym_word] = ACTIONS(1251), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1251), - [anon_sym_LF] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1251), - }, - [1346] = { - [anon_sym_AT] = ACTIONS(3506), - [sym_comment] = ACTIONS(133), - }, - [1347] = { - [sym_file_descriptor] = ACTIONS(1255), - [sym__concat] = ACTIONS(1255), - [sym_variable_name] = ACTIONS(1255), - [anon_sym_PIPE] = ACTIONS(1257), - [anon_sym_RPAREN] = ACTIONS(1257), - [anon_sym_SEMI_SEMI] = ACTIONS(1257), - [anon_sym_PIPE_AMP] = ACTIONS(1257), - [anon_sym_AMP_AMP] = ACTIONS(1257), - [anon_sym_PIPE_PIPE] = ACTIONS(1257), - [anon_sym_LT] = ACTIONS(1257), - [anon_sym_GT] = ACTIONS(1257), - [anon_sym_GT_GT] = ACTIONS(1257), - [anon_sym_AMP_GT] = ACTIONS(1257), - [anon_sym_AMP_GT_GT] = ACTIONS(1257), - [anon_sym_LT_AMP] = ACTIONS(1257), - [anon_sym_GT_AMP] = ACTIONS(1257), - [anon_sym_LT_LT] = ACTIONS(1257), - [anon_sym_LT_LT_DASH] = ACTIONS(1257), - [anon_sym_DQUOTE] = ACTIONS(1257), - [sym_raw_string] = ACTIONS(1257), - [anon_sym_DOLLAR] = ACTIONS(1257), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1257), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1257), - [anon_sym_BQUOTE] = ACTIONS(1257), - [anon_sym_LT_LPAREN] = ACTIONS(1257), - [anon_sym_GT_LPAREN] = ACTIONS(1257), - [sym_word] = ACTIONS(1257), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1257), - [anon_sym_LF] = ACTIONS(1257), - [anon_sym_AMP] = ACTIONS(1257), - }, - [1348] = { - [anon_sym_AT] = ACTIONS(3508), - [sym_comment] = ACTIONS(133), - }, - [1349] = { - [anon_sym_RBRACK] = ACTIONS(3510), - [sym_comment] = ACTIONS(133), - }, - [1350] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(383), - [anon_sym_RBRACE] = ACTIONS(3512), - [sym_comment] = ACTIONS(133), - }, - [1351] = { - [anon_sym_RBRACE] = ACTIONS(3512), - [sym_comment] = ACTIONS(133), - }, - [1352] = { - [anon_sym_RBRACK] = ACTIONS(3514), - [sym_comment] = ACTIONS(133), - }, - [1353] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(383), - [anon_sym_RBRACE] = ACTIONS(3516), - [sym_comment] = ACTIONS(133), - }, - [1354] = { - [anon_sym_RBRACE] = ACTIONS(3516), - [sym_comment] = ACTIONS(133), - }, - [1355] = { - [anon_sym_RBRACE] = ACTIONS(3518), - [sym_comment] = ACTIONS(133), - }, - [1356] = { - [anon_sym_RBRACE] = ACTIONS(3520), - [sym_comment] = ACTIONS(133), - }, - [1357] = { - [anon_sym_PIPE] = ACTIONS(2021), - [anon_sym_RPAREN] = ACTIONS(2021), - [anon_sym_SEMI_SEMI] = ACTIONS(2021), - [anon_sym_PIPE_AMP] = ACTIONS(2021), - [anon_sym_AMP_AMP] = ACTIONS(2021), - [anon_sym_PIPE_PIPE] = ACTIONS(2021), - [anon_sym_BQUOTE] = ACTIONS(2021), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2021), - [anon_sym_LF] = ACTIONS(2021), - [anon_sym_AMP] = ACTIONS(2021), - }, - [1358] = { - [sym_file_descriptor] = ACTIONS(1249), - [sym__concat] = ACTIONS(1249), - [sym_variable_name] = ACTIONS(1249), - [anon_sym_in] = ACTIONS(1251), - [anon_sym_PIPE] = ACTIONS(1251), - [anon_sym_RPAREN] = ACTIONS(1251), - [anon_sym_SEMI_SEMI] = ACTIONS(1251), - [anon_sym_RBRACE] = ACTIONS(1251), - [anon_sym_PIPE_AMP] = ACTIONS(1251), - [anon_sym_AMP_AMP] = ACTIONS(1251), - [anon_sym_PIPE_PIPE] = ACTIONS(1251), - [anon_sym_RBRACK] = ACTIONS(1251), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1251), - [anon_sym_LT] = ACTIONS(1251), - [anon_sym_GT] = ACTIONS(1251), - [anon_sym_GT_GT] = ACTIONS(1251), - [anon_sym_AMP_GT] = ACTIONS(1251), - [anon_sym_AMP_GT_GT] = ACTIONS(1251), - [anon_sym_LT_AMP] = ACTIONS(1251), - [anon_sym_GT_AMP] = ACTIONS(1251), - [anon_sym_LT_LT] = ACTIONS(1251), - [anon_sym_LT_LT_DASH] = ACTIONS(1251), - [anon_sym_DQUOTE] = ACTIONS(1251), - [sym_raw_string] = ACTIONS(1251), - [anon_sym_DOLLAR] = ACTIONS(1251), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1251), - [anon_sym_BQUOTE] = ACTIONS(1251), - [anon_sym_LT_LPAREN] = ACTIONS(1251), - [anon_sym_GT_LPAREN] = ACTIONS(1251), - [sym_word] = ACTIONS(1251), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1251), - [anon_sym_LF] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1251), - }, - [1359] = { - [anon_sym_AT] = ACTIONS(3522), - [sym_comment] = ACTIONS(133), - }, - [1360] = { - [sym_file_descriptor] = ACTIONS(1255), - [sym__concat] = ACTIONS(1255), - [sym_variable_name] = ACTIONS(1255), - [anon_sym_in] = ACTIONS(1257), - [anon_sym_PIPE] = ACTIONS(1257), - [anon_sym_RPAREN] = ACTIONS(1257), - [anon_sym_SEMI_SEMI] = ACTIONS(1257), - [anon_sym_RBRACE] = ACTIONS(1257), - [anon_sym_PIPE_AMP] = ACTIONS(1257), - [anon_sym_AMP_AMP] = ACTIONS(1257), - [anon_sym_PIPE_PIPE] = ACTIONS(1257), - [anon_sym_RBRACK] = ACTIONS(1257), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1257), - [anon_sym_LT] = ACTIONS(1257), - [anon_sym_GT] = ACTIONS(1257), - [anon_sym_GT_GT] = ACTIONS(1257), - [anon_sym_AMP_GT] = ACTIONS(1257), - [anon_sym_AMP_GT_GT] = ACTIONS(1257), - [anon_sym_LT_AMP] = ACTIONS(1257), - [anon_sym_GT_AMP] = ACTIONS(1257), - [anon_sym_LT_LT] = ACTIONS(1257), - [anon_sym_LT_LT_DASH] = ACTIONS(1257), - [anon_sym_DQUOTE] = ACTIONS(1257), - [sym_raw_string] = ACTIONS(1257), - [anon_sym_DOLLAR] = ACTIONS(1257), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1257), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1257), - [anon_sym_BQUOTE] = ACTIONS(1257), - [anon_sym_LT_LPAREN] = ACTIONS(1257), - [anon_sym_GT_LPAREN] = ACTIONS(1257), - [sym_word] = ACTIONS(1257), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1257), - [anon_sym_LF] = ACTIONS(1257), - [anon_sym_AMP] = ACTIONS(1257), - }, - [1361] = { - [anon_sym_AT] = ACTIONS(3524), - [sym_comment] = ACTIONS(133), - }, - [1362] = { - [anon_sym_RBRACK] = ACTIONS(3526), - [sym_comment] = ACTIONS(133), - }, - [1363] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(383), - [anon_sym_RBRACE] = ACTIONS(3528), - [sym_comment] = ACTIONS(133), - }, - [1364] = { - [anon_sym_RBRACE] = ACTIONS(3528), - [sym_comment] = ACTIONS(133), - }, - [1365] = { - [anon_sym_RBRACK] = ACTIONS(3530), - [sym_comment] = ACTIONS(133), - }, - [1366] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(383), - [anon_sym_RBRACE] = ACTIONS(3532), - [sym_comment] = ACTIONS(133), - }, - [1367] = { - [anon_sym_RBRACE] = ACTIONS(3532), - [sym_comment] = ACTIONS(133), - }, - [1368] = { - [sym_file_descriptor] = ACTIONS(815), - [sym__concat] = ACTIONS(815), - [anon_sym_PIPE] = ACTIONS(817), - [anon_sym_RPAREN] = ACTIONS(817), - [anon_sym_SEMI_SEMI] = ACTIONS(817), - [anon_sym_PIPE_AMP] = ACTIONS(817), - [anon_sym_AMP_AMP] = ACTIONS(817), - [anon_sym_PIPE_PIPE] = ACTIONS(817), - [anon_sym_LT] = ACTIONS(817), - [anon_sym_GT] = ACTIONS(817), - [anon_sym_GT_GT] = ACTIONS(817), - [anon_sym_AMP_GT] = ACTIONS(817), - [anon_sym_AMP_GT_GT] = ACTIONS(817), - [anon_sym_LT_AMP] = ACTIONS(817), - [anon_sym_GT_AMP] = ACTIONS(817), - [anon_sym_LT_LT] = ACTIONS(817), - [anon_sym_LT_LT_DASH] = ACTIONS(817), - [anon_sym_BQUOTE] = ACTIONS(817), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(817), - [anon_sym_LF] = ACTIONS(817), - [anon_sym_AMP] = ACTIONS(817), - }, - [1369] = { - [sym_file_descriptor] = ACTIONS(823), - [sym__concat] = ACTIONS(823), - [anon_sym_PIPE] = ACTIONS(825), - [anon_sym_RPAREN] = ACTIONS(825), - [anon_sym_SEMI_SEMI] = ACTIONS(825), - [anon_sym_PIPE_AMP] = ACTIONS(825), - [anon_sym_AMP_AMP] = ACTIONS(825), - [anon_sym_PIPE_PIPE] = ACTIONS(825), - [anon_sym_LT] = ACTIONS(825), - [anon_sym_GT] = ACTIONS(825), - [anon_sym_GT_GT] = ACTIONS(825), - [anon_sym_AMP_GT] = ACTIONS(825), - [anon_sym_AMP_GT_GT] = ACTIONS(825), - [anon_sym_LT_AMP] = ACTIONS(825), - [anon_sym_GT_AMP] = ACTIONS(825), - [anon_sym_LT_LT] = ACTIONS(825), - [anon_sym_LT_LT_DASH] = ACTIONS(825), - [anon_sym_BQUOTE] = ACTIONS(825), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(825), - [anon_sym_LF] = ACTIONS(825), - [anon_sym_AMP] = ACTIONS(825), - }, - [1370] = { - [sym_string] = STATE(1413), - [sym_simple_expansion] = STATE(1413), - [sym_expansion] = STATE(1413), - [sym_command_substitution] = STATE(1413), - [sym_process_substitution] = STATE(1413), - [anon_sym_DQUOTE] = ACTIONS(3083), - [sym_raw_string] = ACTIONS(3534), - [anon_sym_DOLLAR] = ACTIONS(3087), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(3089), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(3091), - [anon_sym_BQUOTE] = ACTIONS(3093), - [anon_sym_LT_LPAREN] = ACTIONS(3095), - [anon_sym_GT_LPAREN] = ACTIONS(3095), - [sym_word] = ACTIONS(3536), - [sym_comment] = ACTIONS(133), - }, - [1371] = { - [anon_sym_RBRACE] = ACTIONS(3538), - [anon_sym_LBRACK] = ACTIONS(3540), - [sym_comment] = ACTIONS(133), - }, - [1372] = { - [anon_sym_RBRACE] = ACTIONS(3542), - [anon_sym_LBRACK] = ACTIONS(3544), - [sym_comment] = ACTIONS(133), - }, - [1373] = { - [sym_file_descriptor] = ACTIONS(839), - [sym__concat] = ACTIONS(839), - [anon_sym_PIPE] = ACTIONS(841), - [anon_sym_RPAREN] = ACTIONS(841), - [anon_sym_SEMI_SEMI] = ACTIONS(841), - [anon_sym_PIPE_AMP] = ACTIONS(841), - [anon_sym_AMP_AMP] = ACTIONS(841), - [anon_sym_PIPE_PIPE] = ACTIONS(841), - [anon_sym_LT] = ACTIONS(841), - [anon_sym_GT] = ACTIONS(841), - [anon_sym_GT_GT] = ACTIONS(841), - [anon_sym_AMP_GT] = ACTIONS(841), - [anon_sym_AMP_GT_GT] = ACTIONS(841), - [anon_sym_LT_AMP] = ACTIONS(841), - [anon_sym_GT_AMP] = ACTIONS(841), - [anon_sym_LT_LT] = ACTIONS(841), - [anon_sym_LT_LT_DASH] = ACTIONS(841), - [anon_sym_BQUOTE] = ACTIONS(841), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(841), - [anon_sym_LF] = ACTIONS(841), - [anon_sym_AMP] = ACTIONS(841), - }, - [1374] = { - [anon_sym_AT] = ACTIONS(3546), - [sym_comment] = ACTIONS(133), - }, - [1375] = { - [sym_concatenation] = STATE(1420), - [sym_string] = STATE(1419), - [sym_simple_expansion] = STATE(1419), - [sym_expansion] = STATE(1419), - [sym_command_substitution] = STATE(1419), - [sym_process_substitution] = STATE(1419), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(3548), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(3550), - [sym_comment] = ACTIONS(133), - }, - [1376] = { - [sym_file_descriptor] = ACTIONS(849), - [sym__concat] = ACTIONS(849), - [anon_sym_PIPE] = ACTIONS(851), - [anon_sym_RPAREN] = ACTIONS(851), - [anon_sym_SEMI_SEMI] = ACTIONS(851), - [anon_sym_PIPE_AMP] = ACTIONS(851), - [anon_sym_AMP_AMP] = ACTIONS(851), - [anon_sym_PIPE_PIPE] = ACTIONS(851), - [anon_sym_LT] = ACTIONS(851), - [anon_sym_GT] = ACTIONS(851), - [anon_sym_GT_GT] = ACTIONS(851), - [anon_sym_AMP_GT] = ACTIONS(851), - [anon_sym_AMP_GT_GT] = ACTIONS(851), - [anon_sym_LT_AMP] = ACTIONS(851), - [anon_sym_GT_AMP] = ACTIONS(851), - [anon_sym_LT_LT] = ACTIONS(851), - [anon_sym_LT_LT_DASH] = ACTIONS(851), - [anon_sym_BQUOTE] = ACTIONS(851), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(851), - [anon_sym_LF] = ACTIONS(851), - [anon_sym_AMP] = ACTIONS(851), - }, - [1377] = { - [anon_sym_AT] = ACTIONS(3552), - [sym_comment] = ACTIONS(133), - }, - [1378] = { - [sym_concatenation] = STATE(1423), - [sym_string] = STATE(1422), - [sym_simple_expansion] = STATE(1422), - [sym_expansion] = STATE(1422), - [sym_command_substitution] = STATE(1422), - [sym_process_substitution] = STATE(1422), - [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(3554), - [anon_sym_DOLLAR] = ACTIONS(167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(171), - [anon_sym_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_word] = ACTIONS(3556), - [sym_comment] = ACTIONS(133), - }, - [1379] = { - [sym_file_descriptor] = ACTIONS(917), - [sym__concat] = ACTIONS(917), - [anon_sym_PIPE] = ACTIONS(919), - [anon_sym_RPAREN] = ACTIONS(919), - [anon_sym_SEMI_SEMI] = ACTIONS(919), - [anon_sym_PIPE_AMP] = ACTIONS(919), - [anon_sym_AMP_AMP] = ACTIONS(919), - [anon_sym_PIPE_PIPE] = ACTIONS(919), - [anon_sym_LT] = ACTIONS(919), - [anon_sym_GT] = ACTIONS(919), - [anon_sym_GT_GT] = ACTIONS(919), - [anon_sym_AMP_GT] = ACTIONS(919), - [anon_sym_AMP_GT_GT] = ACTIONS(919), - [anon_sym_LT_AMP] = ACTIONS(919), - [anon_sym_GT_AMP] = ACTIONS(919), - [anon_sym_LT_LT] = ACTIONS(919), - [anon_sym_LT_LT_DASH] = ACTIONS(919), - [anon_sym_BQUOTE] = ACTIONS(919), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(919), - [anon_sym_LF] = ACTIONS(919), - [anon_sym_AMP] = ACTIONS(919), - }, - [1380] = { - [sym_file_descriptor] = ACTIONS(955), - [sym__concat] = ACTIONS(955), - [anon_sym_PIPE] = ACTIONS(957), - [anon_sym_RPAREN] = ACTIONS(957), - [anon_sym_SEMI_SEMI] = ACTIONS(957), - [anon_sym_PIPE_AMP] = ACTIONS(957), - [anon_sym_AMP_AMP] = ACTIONS(957), - [anon_sym_PIPE_PIPE] = ACTIONS(957), - [anon_sym_LT] = ACTIONS(957), - [anon_sym_GT] = ACTIONS(957), - [anon_sym_GT_GT] = ACTIONS(957), - [anon_sym_AMP_GT] = ACTIONS(957), - [anon_sym_AMP_GT_GT] = ACTIONS(957), - [anon_sym_LT_AMP] = ACTIONS(957), - [anon_sym_GT_AMP] = ACTIONS(957), - [anon_sym_LT_LT] = ACTIONS(957), - [anon_sym_LT_LT_DASH] = ACTIONS(957), - [anon_sym_BQUOTE] = ACTIONS(957), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(957), - [anon_sym_LF] = ACTIONS(957), - [anon_sym_AMP] = ACTIONS(957), - }, - [1381] = { - [sym__heredoc_middle] = ACTIONS(3558), - [sym__heredoc_end] = ACTIONS(3558), - [sym_file_descriptor] = ACTIONS(3558), - [sym__concat] = ACTIONS(3558), - [sym_variable_name] = ACTIONS(3558), - [anon_sym_in] = ACTIONS(3561), - [anon_sym_PIPE] = ACTIONS(3561), - [anon_sym_RPAREN] = ACTIONS(3561), - [anon_sym_SEMI_SEMI] = ACTIONS(3561), - [anon_sym_RBRACE] = ACTIONS(3561), - [anon_sym_PIPE_AMP] = ACTIONS(3561), - [anon_sym_AMP_AMP] = ACTIONS(3561), - [anon_sym_PIPE_PIPE] = ACTIONS(3561), - [anon_sym_RBRACK] = ACTIONS(3561), - [anon_sym_RBRACK_RBRACK] = ACTIONS(3561), - [anon_sym_LT] = ACTIONS(3561), - [anon_sym_GT] = ACTIONS(3561), - [anon_sym_GT_GT] = ACTIONS(3561), - [anon_sym_AMP_GT] = ACTIONS(3561), - [anon_sym_AMP_GT_GT] = ACTIONS(3561), - [anon_sym_LT_AMP] = ACTIONS(3561), - [anon_sym_GT_AMP] = ACTIONS(3561), - [anon_sym_LT_LT] = ACTIONS(3561), - [anon_sym_LT_LT_DASH] = ACTIONS(3561), - [anon_sym_DQUOTE] = ACTIONS(3561), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(3561), - [sym_raw_string] = ACTIONS(3561), - [anon_sym_DOLLAR] = ACTIONS(3561), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(3561), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(3561), - [anon_sym_BQUOTE] = ACTIONS(3561), - [anon_sym_LT_LPAREN] = ACTIONS(3561), - [anon_sym_GT_LPAREN] = ACTIONS(3561), - [sym_word] = ACTIONS(3561), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(3561), - [anon_sym_LF] = ACTIONS(3561), - [anon_sym_AMP] = ACTIONS(3561), - }, - [1382] = { - [sym_file_descriptor] = ACTIONS(1245), - [sym__concat] = ACTIONS(1245), - [anon_sym_PIPE] = ACTIONS(1247), - [anon_sym_RPAREN] = ACTIONS(1247), - [anon_sym_SEMI_SEMI] = ACTIONS(1247), - [anon_sym_PIPE_AMP] = ACTIONS(1247), - [anon_sym_AMP_AMP] = ACTIONS(1247), - [anon_sym_PIPE_PIPE] = ACTIONS(1247), - [anon_sym_RBRACK] = ACTIONS(1247), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1247), - [anon_sym_LT] = ACTIONS(1247), - [anon_sym_GT] = ACTIONS(1247), - [anon_sym_GT_GT] = ACTIONS(1247), - [anon_sym_AMP_GT] = ACTIONS(1247), - [anon_sym_AMP_GT_GT] = ACTIONS(1247), - [anon_sym_LT_AMP] = ACTIONS(1247), - [anon_sym_GT_AMP] = ACTIONS(1247), - [anon_sym_LT_LT] = ACTIONS(1247), - [anon_sym_LT_LT_DASH] = ACTIONS(1247), - [anon_sym_DQUOTE] = ACTIONS(1247), - [sym_raw_string] = ACTIONS(1247), - [anon_sym_DOLLAR] = ACTIONS(1247), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1247), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1247), - [anon_sym_BQUOTE] = ACTIONS(1247), - [anon_sym_LT_LPAREN] = ACTIONS(1247), - [anon_sym_GT_LPAREN] = ACTIONS(1247), - [sym_word] = ACTIONS(1247), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1247), - [anon_sym_LF] = ACTIONS(1247), - [anon_sym_AMP] = ACTIONS(1247), - }, - [1383] = { - [sym_file_descriptor] = ACTIONS(1249), - [sym__concat] = ACTIONS(1249), - [anon_sym_PIPE] = ACTIONS(1251), - [anon_sym_RPAREN] = ACTIONS(1251), - [anon_sym_SEMI_SEMI] = ACTIONS(1251), - [anon_sym_PIPE_AMP] = ACTIONS(1251), - [anon_sym_AMP_AMP] = ACTIONS(1251), - [anon_sym_PIPE_PIPE] = ACTIONS(1251), - [anon_sym_RBRACK] = ACTIONS(1251), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1251), - [anon_sym_LT] = ACTIONS(1251), - [anon_sym_GT] = ACTIONS(1251), - [anon_sym_GT_GT] = ACTIONS(1251), - [anon_sym_AMP_GT] = ACTIONS(1251), - [anon_sym_AMP_GT_GT] = ACTIONS(1251), - [anon_sym_LT_AMP] = ACTIONS(1251), - [anon_sym_GT_AMP] = ACTIONS(1251), - [anon_sym_LT_LT] = ACTIONS(1251), - [anon_sym_LT_LT_DASH] = ACTIONS(1251), - [anon_sym_DQUOTE] = ACTIONS(1251), - [sym_raw_string] = ACTIONS(1251), - [anon_sym_DOLLAR] = ACTIONS(1251), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1251), - [anon_sym_BQUOTE] = ACTIONS(1251), - [anon_sym_LT_LPAREN] = ACTIONS(1251), - [anon_sym_GT_LPAREN] = ACTIONS(1251), - [sym_word] = ACTIONS(1251), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1251), - [anon_sym_LF] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1251), - }, - [1384] = { - [anon_sym_AT] = ACTIONS(3564), - [sym_comment] = ACTIONS(133), - }, - [1385] = { - [sym_file_descriptor] = ACTIONS(1255), - [sym__concat] = ACTIONS(1255), - [anon_sym_PIPE] = ACTIONS(1257), - [anon_sym_RPAREN] = ACTIONS(1257), - [anon_sym_SEMI_SEMI] = ACTIONS(1257), - [anon_sym_PIPE_AMP] = ACTIONS(1257), - [anon_sym_AMP_AMP] = ACTIONS(1257), - [anon_sym_PIPE_PIPE] = ACTIONS(1257), - [anon_sym_RBRACK] = ACTIONS(1257), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1257), - [anon_sym_LT] = ACTIONS(1257), - [anon_sym_GT] = ACTIONS(1257), - [anon_sym_GT_GT] = ACTIONS(1257), - [anon_sym_AMP_GT] = ACTIONS(1257), - [anon_sym_AMP_GT_GT] = ACTIONS(1257), - [anon_sym_LT_AMP] = ACTIONS(1257), - [anon_sym_GT_AMP] = ACTIONS(1257), - [anon_sym_LT_LT] = ACTIONS(1257), - [anon_sym_LT_LT_DASH] = ACTIONS(1257), - [anon_sym_DQUOTE] = ACTIONS(1257), - [sym_raw_string] = ACTIONS(1257), - [anon_sym_DOLLAR] = ACTIONS(1257), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1257), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1257), - [anon_sym_BQUOTE] = ACTIONS(1257), - [anon_sym_LT_LPAREN] = ACTIONS(1257), - [anon_sym_GT_LPAREN] = ACTIONS(1257), - [sym_word] = ACTIONS(1257), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1257), - [anon_sym_LF] = ACTIONS(1257), - [anon_sym_AMP] = ACTIONS(1257), - }, - [1386] = { - [anon_sym_AT] = ACTIONS(3566), - [sym_comment] = ACTIONS(133), - }, - [1387] = { - [anon_sym_RBRACK] = ACTIONS(3568), - [sym_comment] = ACTIONS(133), - }, - [1388] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(383), - [anon_sym_RBRACE] = ACTIONS(3570), - [sym_comment] = ACTIONS(133), - }, - [1389] = { - [anon_sym_RBRACE] = ACTIONS(3570), - [sym_comment] = ACTIONS(133), - }, - [1390] = { - [anon_sym_RBRACK] = ACTIONS(3572), - [sym_comment] = ACTIONS(133), - }, - [1391] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(383), - [anon_sym_RBRACE] = ACTIONS(3574), - [sym_comment] = ACTIONS(133), - }, - [1392] = { - [anon_sym_RBRACE] = ACTIONS(3574), - [sym_comment] = ACTIONS(133), - }, - [1393] = { - [anon_sym_RBRACK] = ACTIONS(3576), - [sym_comment] = ACTIONS(133), - }, - [1394] = { - [anon_sym_RBRACK] = ACTIONS(3578), - [sym_comment] = ACTIONS(133), - }, - [1395] = { - [anon_sym_RBRACE] = ACTIONS(3580), - [sym_comment] = ACTIONS(133), - }, - [1396] = { - [sym_file_descriptor] = ACTIONS(1601), - [sym__concat] = ACTIONS(1601), - [sym_variable_name] = ACTIONS(1601), - [anon_sym_PIPE] = ACTIONS(1603), - [anon_sym_RPAREN] = ACTIONS(1603), - [anon_sym_SEMI_SEMI] = ACTIONS(1603), - [anon_sym_RBRACE] = ACTIONS(1603), - [anon_sym_PIPE_AMP] = ACTIONS(1603), - [anon_sym_AMP_AMP] = ACTIONS(1603), - [anon_sym_PIPE_PIPE] = ACTIONS(1603), - [anon_sym_LT] = ACTIONS(1603), - [anon_sym_GT] = ACTIONS(1603), - [anon_sym_GT_GT] = ACTIONS(1603), - [anon_sym_AMP_GT] = ACTIONS(1603), - [anon_sym_AMP_GT_GT] = ACTIONS(1603), - [anon_sym_LT_AMP] = ACTIONS(1603), - [anon_sym_GT_AMP] = ACTIONS(1603), - [anon_sym_DQUOTE] = ACTIONS(1603), - [sym_raw_string] = ACTIONS(1603), - [anon_sym_DOLLAR] = ACTIONS(1603), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1603), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1603), - [anon_sym_BQUOTE] = ACTIONS(1603), - [anon_sym_LT_LPAREN] = ACTIONS(1603), - [anon_sym_GT_LPAREN] = ACTIONS(1603), - [sym_word] = ACTIONS(1603), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1603), - [anon_sym_LF] = ACTIONS(1603), - [anon_sym_AMP] = ACTIONS(1603), - }, - [1397] = { - [anon_sym_RBRACE] = ACTIONS(3582), - [sym_comment] = ACTIONS(133), - }, - [1398] = { - [sym_file_descriptor] = ACTIONS(1607), - [sym__concat] = ACTIONS(1607), - [sym_variable_name] = ACTIONS(1607), - [anon_sym_PIPE] = ACTIONS(1609), - [anon_sym_RPAREN] = ACTIONS(1609), - [anon_sym_SEMI_SEMI] = ACTIONS(1609), - [anon_sym_RBRACE] = ACTIONS(1609), - [anon_sym_PIPE_AMP] = ACTIONS(1609), - [anon_sym_AMP_AMP] = ACTIONS(1609), - [anon_sym_PIPE_PIPE] = ACTIONS(1609), - [anon_sym_LT] = ACTIONS(1609), - [anon_sym_GT] = ACTIONS(1609), - [anon_sym_GT_GT] = ACTIONS(1609), - [anon_sym_AMP_GT] = ACTIONS(1609), - [anon_sym_AMP_GT_GT] = ACTIONS(1609), - [anon_sym_LT_AMP] = ACTIONS(1609), - [anon_sym_GT_AMP] = ACTIONS(1609), - [anon_sym_DQUOTE] = ACTIONS(1609), - [sym_raw_string] = ACTIONS(1609), - [anon_sym_DOLLAR] = ACTIONS(1609), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1609), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1609), - [anon_sym_BQUOTE] = ACTIONS(1609), - [anon_sym_LT_LPAREN] = ACTIONS(1609), - [anon_sym_GT_LPAREN] = ACTIONS(1609), - [sym_word] = ACTIONS(1609), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1609), - [anon_sym_LF] = ACTIONS(1609), - [anon_sym_AMP] = ACTIONS(1609), - }, - [1399] = { - [anon_sym_RBRACK] = ACTIONS(3584), - [sym_comment] = ACTIONS(133), - }, - [1400] = { - [anon_sym_RBRACK] = ACTIONS(3586), - [sym_comment] = ACTIONS(133), - }, - [1401] = { - [anon_sym_RBRACE] = ACTIONS(3588), - [sym_comment] = ACTIONS(133), - }, - [1402] = { - [sym_file_descriptor] = ACTIONS(1601), - [sym__concat] = ACTIONS(1601), - [sym_variable_name] = ACTIONS(1601), - [anon_sym_PIPE] = ACTIONS(1603), - [anon_sym_RPAREN] = ACTIONS(1603), - [anon_sym_SEMI_SEMI] = ACTIONS(1603), - [anon_sym_PIPE_AMP] = ACTIONS(1603), - [anon_sym_AMP_AMP] = ACTIONS(1603), - [anon_sym_PIPE_PIPE] = ACTIONS(1603), - [anon_sym_LT] = ACTIONS(1603), - [anon_sym_GT] = ACTIONS(1603), - [anon_sym_GT_GT] = ACTIONS(1603), - [anon_sym_AMP_GT] = ACTIONS(1603), - [anon_sym_AMP_GT_GT] = ACTIONS(1603), - [anon_sym_LT_AMP] = ACTIONS(1603), - [anon_sym_GT_AMP] = ACTIONS(1603), - [anon_sym_LT_LT] = ACTIONS(1603), - [anon_sym_LT_LT_DASH] = ACTIONS(1603), - [anon_sym_DQUOTE] = ACTIONS(1603), - [sym_raw_string] = ACTIONS(1603), - [anon_sym_DOLLAR] = ACTIONS(1603), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1603), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1603), - [anon_sym_BQUOTE] = ACTIONS(1603), - [anon_sym_LT_LPAREN] = ACTIONS(1603), - [anon_sym_GT_LPAREN] = ACTIONS(1603), - [sym_word] = ACTIONS(1603), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1603), - [anon_sym_LF] = ACTIONS(1603), - [anon_sym_AMP] = ACTIONS(1603), - }, - [1403] = { - [anon_sym_RBRACE] = ACTIONS(3590), - [sym_comment] = ACTIONS(133), - }, - [1404] = { - [sym_file_descriptor] = ACTIONS(1607), - [sym__concat] = ACTIONS(1607), - [sym_variable_name] = ACTIONS(1607), - [anon_sym_PIPE] = ACTIONS(1609), - [anon_sym_RPAREN] = ACTIONS(1609), - [anon_sym_SEMI_SEMI] = ACTIONS(1609), - [anon_sym_PIPE_AMP] = ACTIONS(1609), - [anon_sym_AMP_AMP] = ACTIONS(1609), - [anon_sym_PIPE_PIPE] = ACTIONS(1609), - [anon_sym_LT] = ACTIONS(1609), - [anon_sym_GT] = ACTIONS(1609), - [anon_sym_GT_GT] = ACTIONS(1609), - [anon_sym_AMP_GT] = ACTIONS(1609), - [anon_sym_AMP_GT_GT] = ACTIONS(1609), - [anon_sym_LT_AMP] = ACTIONS(1609), - [anon_sym_GT_AMP] = ACTIONS(1609), - [anon_sym_LT_LT] = ACTIONS(1609), - [anon_sym_LT_LT_DASH] = ACTIONS(1609), - [anon_sym_DQUOTE] = ACTIONS(1609), - [sym_raw_string] = ACTIONS(1609), - [anon_sym_DOLLAR] = ACTIONS(1609), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1609), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1609), - [anon_sym_BQUOTE] = ACTIONS(1609), - [anon_sym_LT_LPAREN] = ACTIONS(1609), - [anon_sym_GT_LPAREN] = ACTIONS(1609), - [sym_word] = ACTIONS(1609), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1609), - [anon_sym_LF] = ACTIONS(1609), - [anon_sym_AMP] = ACTIONS(1609), - }, - [1405] = { - [sym__heredoc_middle] = ACTIONS(2043), - [sym__heredoc_end] = ACTIONS(2043), - [sym_file_descriptor] = ACTIONS(2043), - [sym__concat] = ACTIONS(2043), - [sym_variable_name] = ACTIONS(2043), - [anon_sym_in] = ACTIONS(2045), - [anon_sym_PIPE] = ACTIONS(2045), - [anon_sym_RPAREN] = ACTIONS(2045), - [anon_sym_SEMI_SEMI] = ACTIONS(2045), - [anon_sym_RBRACE] = ACTIONS(2045), - [anon_sym_PIPE_AMP] = ACTIONS(2045), - [anon_sym_AMP_AMP] = ACTIONS(2045), - [anon_sym_PIPE_PIPE] = ACTIONS(2045), - [anon_sym_RBRACK] = ACTIONS(2045), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2045), - [anon_sym_LT] = ACTIONS(2045), - [anon_sym_GT] = ACTIONS(2045), - [anon_sym_GT_GT] = ACTIONS(2045), - [anon_sym_AMP_GT] = ACTIONS(2045), - [anon_sym_AMP_GT_GT] = ACTIONS(2045), - [anon_sym_LT_AMP] = ACTIONS(2045), - [anon_sym_GT_AMP] = ACTIONS(2045), - [anon_sym_LT_LT] = ACTIONS(2045), - [anon_sym_LT_LT_DASH] = ACTIONS(2045), - [anon_sym_DQUOTE] = ACTIONS(2045), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(2045), - [sym_raw_string] = ACTIONS(2045), - [anon_sym_DOLLAR] = ACTIONS(2045), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2045), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2045), - [anon_sym_BQUOTE] = ACTIONS(2045), - [anon_sym_LT_LPAREN] = ACTIONS(2045), - [anon_sym_GT_LPAREN] = ACTIONS(2045), - [sym_word] = ACTIONS(2045), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2045), - [anon_sym_LF] = ACTIONS(2045), - [anon_sym_AMP] = ACTIONS(2045), - }, - [1406] = { - [sym__heredoc_middle] = ACTIONS(2047), - [sym__heredoc_end] = ACTIONS(2047), - [sym_file_descriptor] = ACTIONS(2047), - [sym__concat] = ACTIONS(2047), - [sym_variable_name] = ACTIONS(2047), - [anon_sym_in] = ACTIONS(2049), - [anon_sym_PIPE] = ACTIONS(2049), - [anon_sym_RPAREN] = ACTIONS(2049), - [anon_sym_SEMI_SEMI] = ACTIONS(2049), - [anon_sym_RBRACE] = ACTIONS(2049), - [anon_sym_PIPE_AMP] = ACTIONS(2049), - [anon_sym_AMP_AMP] = ACTIONS(2049), - [anon_sym_PIPE_PIPE] = ACTIONS(2049), - [anon_sym_RBRACK] = ACTIONS(2049), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2049), - [anon_sym_LT] = ACTIONS(2049), - [anon_sym_GT] = ACTIONS(2049), - [anon_sym_GT_GT] = ACTIONS(2049), - [anon_sym_AMP_GT] = ACTIONS(2049), - [anon_sym_AMP_GT_GT] = ACTIONS(2049), - [anon_sym_LT_AMP] = ACTIONS(2049), - [anon_sym_GT_AMP] = ACTIONS(2049), - [anon_sym_LT_LT] = ACTIONS(2049), - [anon_sym_LT_LT_DASH] = ACTIONS(2049), - [anon_sym_DQUOTE] = ACTIONS(2049), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(2049), - [sym_raw_string] = ACTIONS(2049), - [anon_sym_DOLLAR] = ACTIONS(2049), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2049), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2049), - [anon_sym_BQUOTE] = ACTIONS(2049), - [anon_sym_LT_LPAREN] = ACTIONS(2049), - [anon_sym_GT_LPAREN] = ACTIONS(2049), - [sym_word] = ACTIONS(2049), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2049), - [anon_sym_LF] = ACTIONS(2049), - [anon_sym_AMP] = ACTIONS(2049), - }, - [1407] = { - [anon_sym_RBRACK] = ACTIONS(3592), - [sym_comment] = ACTIONS(133), - }, - [1408] = { - [anon_sym_RBRACK] = ACTIONS(3594), - [sym_comment] = ACTIONS(133), - }, - [1409] = { - [anon_sym_RBRACE] = ACTIONS(3596), - [sym_comment] = ACTIONS(133), - }, - [1410] = { - [sym_file_descriptor] = ACTIONS(1601), - [sym__concat] = ACTIONS(1601), - [sym_variable_name] = ACTIONS(1601), - [anon_sym_in] = ACTIONS(1603), - [anon_sym_PIPE] = ACTIONS(1603), - [anon_sym_RPAREN] = ACTIONS(1603), - [anon_sym_SEMI_SEMI] = ACTIONS(1603), - [anon_sym_RBRACE] = ACTIONS(1603), - [anon_sym_PIPE_AMP] = ACTIONS(1603), - [anon_sym_AMP_AMP] = ACTIONS(1603), - [anon_sym_PIPE_PIPE] = ACTIONS(1603), - [anon_sym_RBRACK] = ACTIONS(1603), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1603), - [anon_sym_LT] = ACTIONS(1603), - [anon_sym_GT] = ACTIONS(1603), - [anon_sym_GT_GT] = ACTIONS(1603), - [anon_sym_AMP_GT] = ACTIONS(1603), - [anon_sym_AMP_GT_GT] = ACTIONS(1603), - [anon_sym_LT_AMP] = ACTIONS(1603), - [anon_sym_GT_AMP] = ACTIONS(1603), - [anon_sym_LT_LT] = ACTIONS(1603), - [anon_sym_LT_LT_DASH] = ACTIONS(1603), - [anon_sym_DQUOTE] = ACTIONS(1603), - [sym_raw_string] = ACTIONS(1603), - [anon_sym_DOLLAR] = ACTIONS(1603), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1603), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1603), - [anon_sym_BQUOTE] = ACTIONS(1603), - [anon_sym_LT_LPAREN] = ACTIONS(1603), - [anon_sym_GT_LPAREN] = ACTIONS(1603), - [sym_word] = ACTIONS(1603), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1603), - [anon_sym_LF] = ACTIONS(1603), - [anon_sym_AMP] = ACTIONS(1603), - }, - [1411] = { - [anon_sym_RBRACE] = ACTIONS(3598), - [sym_comment] = ACTIONS(133), - }, - [1412] = { - [sym_file_descriptor] = ACTIONS(1607), - [sym__concat] = ACTIONS(1607), - [sym_variable_name] = ACTIONS(1607), - [anon_sym_in] = ACTIONS(1609), - [anon_sym_PIPE] = ACTIONS(1609), - [anon_sym_RPAREN] = ACTIONS(1609), - [anon_sym_SEMI_SEMI] = ACTIONS(1609), - [anon_sym_RBRACE] = ACTIONS(1609), - [anon_sym_PIPE_AMP] = ACTIONS(1609), - [anon_sym_AMP_AMP] = ACTIONS(1609), - [anon_sym_PIPE_PIPE] = ACTIONS(1609), - [anon_sym_RBRACK] = ACTIONS(1609), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1609), - [anon_sym_LT] = ACTIONS(1609), - [anon_sym_GT] = ACTIONS(1609), - [anon_sym_GT_GT] = ACTIONS(1609), - [anon_sym_AMP_GT] = ACTIONS(1609), - [anon_sym_AMP_GT_GT] = ACTIONS(1609), - [anon_sym_LT_AMP] = ACTIONS(1609), - [anon_sym_GT_AMP] = ACTIONS(1609), - [anon_sym_LT_LT] = ACTIONS(1609), - [anon_sym_LT_LT_DASH] = ACTIONS(1609), - [anon_sym_DQUOTE] = ACTIONS(1609), - [sym_raw_string] = ACTIONS(1609), - [anon_sym_DOLLAR] = ACTIONS(1609), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1609), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1609), - [anon_sym_BQUOTE] = ACTIONS(1609), - [anon_sym_LT_LPAREN] = ACTIONS(1609), - [anon_sym_GT_LPAREN] = ACTIONS(1609), - [sym_word] = ACTIONS(1609), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1609), - [anon_sym_LF] = ACTIONS(1609), - [anon_sym_AMP] = ACTIONS(1609), - }, - [1413] = { - [sym_file_descriptor] = ACTIONS(1245), - [sym__concat] = ACTIONS(1245), - [anon_sym_PIPE] = ACTIONS(1247), - [anon_sym_RPAREN] = ACTIONS(1247), - [anon_sym_SEMI_SEMI] = ACTIONS(1247), - [anon_sym_PIPE_AMP] = ACTIONS(1247), - [anon_sym_AMP_AMP] = ACTIONS(1247), - [anon_sym_PIPE_PIPE] = ACTIONS(1247), - [anon_sym_LT] = ACTIONS(1247), - [anon_sym_GT] = ACTIONS(1247), - [anon_sym_GT_GT] = ACTIONS(1247), - [anon_sym_AMP_GT] = ACTIONS(1247), - [anon_sym_AMP_GT_GT] = ACTIONS(1247), - [anon_sym_LT_AMP] = ACTIONS(1247), - [anon_sym_GT_AMP] = ACTIONS(1247), - [anon_sym_LT_LT] = ACTIONS(1247), - [anon_sym_LT_LT_DASH] = ACTIONS(1247), - [anon_sym_BQUOTE] = ACTIONS(1247), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1247), - [anon_sym_LF] = ACTIONS(1247), - [anon_sym_AMP] = ACTIONS(1247), - }, - [1414] = { - [sym_file_descriptor] = ACTIONS(1249), - [sym__concat] = ACTIONS(1249), - [anon_sym_PIPE] = ACTIONS(1251), - [anon_sym_RPAREN] = ACTIONS(1251), - [anon_sym_SEMI_SEMI] = ACTIONS(1251), - [anon_sym_PIPE_AMP] = ACTIONS(1251), - [anon_sym_AMP_AMP] = ACTIONS(1251), - [anon_sym_PIPE_PIPE] = ACTIONS(1251), - [anon_sym_LT] = ACTIONS(1251), - [anon_sym_GT] = ACTIONS(1251), - [anon_sym_GT_GT] = ACTIONS(1251), - [anon_sym_AMP_GT] = ACTIONS(1251), - [anon_sym_AMP_GT_GT] = ACTIONS(1251), - [anon_sym_LT_AMP] = ACTIONS(1251), - [anon_sym_GT_AMP] = ACTIONS(1251), - [anon_sym_LT_LT] = ACTIONS(1251), - [anon_sym_LT_LT_DASH] = ACTIONS(1251), - [anon_sym_BQUOTE] = ACTIONS(1251), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1251), - [anon_sym_LF] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1251), - }, - [1415] = { - [anon_sym_AT] = ACTIONS(3600), - [sym_comment] = ACTIONS(133), - }, - [1416] = { - [sym_file_descriptor] = ACTIONS(1255), - [sym__concat] = ACTIONS(1255), - [anon_sym_PIPE] = ACTIONS(1257), - [anon_sym_RPAREN] = ACTIONS(1257), - [anon_sym_SEMI_SEMI] = ACTIONS(1257), - [anon_sym_PIPE_AMP] = ACTIONS(1257), - [anon_sym_AMP_AMP] = ACTIONS(1257), - [anon_sym_PIPE_PIPE] = ACTIONS(1257), - [anon_sym_LT] = ACTIONS(1257), - [anon_sym_GT] = ACTIONS(1257), - [anon_sym_GT_GT] = ACTIONS(1257), - [anon_sym_AMP_GT] = ACTIONS(1257), - [anon_sym_AMP_GT_GT] = ACTIONS(1257), - [anon_sym_LT_AMP] = ACTIONS(1257), - [anon_sym_GT_AMP] = ACTIONS(1257), - [anon_sym_LT_LT] = ACTIONS(1257), - [anon_sym_LT_LT_DASH] = ACTIONS(1257), - [anon_sym_BQUOTE] = ACTIONS(1257), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1257), - [anon_sym_LF] = ACTIONS(1257), - [anon_sym_AMP] = ACTIONS(1257), - }, - [1417] = { - [anon_sym_AT] = ACTIONS(3602), - [sym_comment] = ACTIONS(133), - }, - [1418] = { - [anon_sym_RBRACK] = ACTIONS(3604), - [sym_comment] = ACTIONS(133), - }, - [1419] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(383), - [anon_sym_RBRACE] = ACTIONS(3606), - [sym_comment] = ACTIONS(133), - }, - [1420] = { - [anon_sym_RBRACE] = ACTIONS(3606), - [sym_comment] = ACTIONS(133), - }, - [1421] = { - [anon_sym_RBRACK] = ACTIONS(3608), - [sym_comment] = ACTIONS(133), - }, - [1422] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(383), - [anon_sym_RBRACE] = ACTIONS(3610), - [sym_comment] = ACTIONS(133), - }, - [1423] = { - [anon_sym_RBRACE] = ACTIONS(3610), - [sym_comment] = ACTIONS(133), - }, - [1424] = { - [anon_sym_RBRACK] = ACTIONS(3612), - [sym_comment] = ACTIONS(133), - }, - [1425] = { - [anon_sym_RBRACK] = ACTIONS(3614), - [sym_comment] = ACTIONS(133), - }, - [1426] = { - [anon_sym_RBRACE] = ACTIONS(3616), - [sym_comment] = ACTIONS(133), - }, - [1427] = { - [sym_file_descriptor] = ACTIONS(1601), - [sym__concat] = ACTIONS(1601), - [anon_sym_PIPE] = ACTIONS(1603), - [anon_sym_RPAREN] = ACTIONS(1603), - [anon_sym_SEMI_SEMI] = ACTIONS(1603), - [anon_sym_PIPE_AMP] = ACTIONS(1603), - [anon_sym_AMP_AMP] = ACTIONS(1603), - [anon_sym_PIPE_PIPE] = ACTIONS(1603), - [anon_sym_RBRACK] = ACTIONS(1603), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1603), - [anon_sym_LT] = ACTIONS(1603), - [anon_sym_GT] = ACTIONS(1603), - [anon_sym_GT_GT] = ACTIONS(1603), - [anon_sym_AMP_GT] = ACTIONS(1603), - [anon_sym_AMP_GT_GT] = ACTIONS(1603), - [anon_sym_LT_AMP] = ACTIONS(1603), - [anon_sym_GT_AMP] = ACTIONS(1603), - [anon_sym_LT_LT] = ACTIONS(1603), - [anon_sym_LT_LT_DASH] = ACTIONS(1603), - [anon_sym_DQUOTE] = ACTIONS(1603), - [sym_raw_string] = ACTIONS(1603), - [anon_sym_DOLLAR] = ACTIONS(1603), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1603), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1603), - [anon_sym_BQUOTE] = ACTIONS(1603), - [anon_sym_LT_LPAREN] = ACTIONS(1603), - [anon_sym_GT_LPAREN] = ACTIONS(1603), - [sym_word] = ACTIONS(1603), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1603), - [anon_sym_LF] = ACTIONS(1603), - [anon_sym_AMP] = ACTIONS(1603), - }, - [1428] = { - [anon_sym_RBRACE] = ACTIONS(3618), - [sym_comment] = ACTIONS(133), - }, - [1429] = { - [sym_file_descriptor] = ACTIONS(1607), - [sym__concat] = ACTIONS(1607), - [anon_sym_PIPE] = ACTIONS(1609), - [anon_sym_RPAREN] = ACTIONS(1609), - [anon_sym_SEMI_SEMI] = ACTIONS(1609), - [anon_sym_PIPE_AMP] = ACTIONS(1609), - [anon_sym_AMP_AMP] = ACTIONS(1609), - [anon_sym_PIPE_PIPE] = ACTIONS(1609), - [anon_sym_RBRACK] = ACTIONS(1609), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1609), - [anon_sym_LT] = ACTIONS(1609), - [anon_sym_GT] = ACTIONS(1609), - [anon_sym_GT_GT] = ACTIONS(1609), - [anon_sym_AMP_GT] = ACTIONS(1609), - [anon_sym_AMP_GT_GT] = ACTIONS(1609), - [anon_sym_LT_AMP] = ACTIONS(1609), - [anon_sym_GT_AMP] = ACTIONS(1609), - [anon_sym_LT_LT] = ACTIONS(1609), - [anon_sym_LT_LT_DASH] = ACTIONS(1609), - [anon_sym_DQUOTE] = ACTIONS(1609), - [sym_raw_string] = ACTIONS(1609), - [anon_sym_DOLLAR] = ACTIONS(1609), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1609), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1609), - [anon_sym_BQUOTE] = ACTIONS(1609), - [anon_sym_LT_LPAREN] = ACTIONS(1609), - [anon_sym_GT_LPAREN] = ACTIONS(1609), - [sym_word] = ACTIONS(1609), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1609), - [anon_sym_LF] = ACTIONS(1609), - [anon_sym_AMP] = ACTIONS(1609), - }, - [1430] = { - [anon_sym_RBRACE] = ACTIONS(3620), - [sym_comment] = ACTIONS(133), - }, - [1431] = { - [anon_sym_RBRACE] = ACTIONS(3622), - [sym_comment] = ACTIONS(133), - }, - [1432] = { - [sym_file_descriptor] = ACTIONS(1867), - [sym__concat] = ACTIONS(1867), - [sym_variable_name] = ACTIONS(1867), - [anon_sym_PIPE] = ACTIONS(1869), - [anon_sym_RPAREN] = ACTIONS(1869), - [anon_sym_SEMI_SEMI] = ACTIONS(1869), - [anon_sym_RBRACE] = ACTIONS(1869), - [anon_sym_PIPE_AMP] = ACTIONS(1869), - [anon_sym_AMP_AMP] = ACTIONS(1869), - [anon_sym_PIPE_PIPE] = ACTIONS(1869), - [anon_sym_LT] = ACTIONS(1869), - [anon_sym_GT] = ACTIONS(1869), - [anon_sym_GT_GT] = ACTIONS(1869), - [anon_sym_AMP_GT] = ACTIONS(1869), - [anon_sym_AMP_GT_GT] = ACTIONS(1869), - [anon_sym_LT_AMP] = ACTIONS(1869), - [anon_sym_GT_AMP] = ACTIONS(1869), - [anon_sym_DQUOTE] = ACTIONS(1869), - [sym_raw_string] = ACTIONS(1869), - [anon_sym_DOLLAR] = ACTIONS(1869), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1869), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1869), - [anon_sym_BQUOTE] = ACTIONS(1869), - [anon_sym_LT_LPAREN] = ACTIONS(1869), - [anon_sym_GT_LPAREN] = ACTIONS(1869), - [sym_word] = ACTIONS(1869), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1869), - [anon_sym_LF] = ACTIONS(1869), - [anon_sym_AMP] = ACTIONS(1869), - }, - [1433] = { - [sym_file_descriptor] = ACTIONS(1871), - [sym__concat] = ACTIONS(1871), - [sym_variable_name] = ACTIONS(1871), - [anon_sym_PIPE] = ACTIONS(1873), - [anon_sym_RPAREN] = ACTIONS(1873), - [anon_sym_SEMI_SEMI] = ACTIONS(1873), - [anon_sym_RBRACE] = ACTIONS(1873), - [anon_sym_PIPE_AMP] = ACTIONS(1873), - [anon_sym_AMP_AMP] = ACTIONS(1873), - [anon_sym_PIPE_PIPE] = ACTIONS(1873), - [anon_sym_LT] = ACTIONS(1873), - [anon_sym_GT] = ACTIONS(1873), - [anon_sym_GT_GT] = ACTIONS(1873), - [anon_sym_AMP_GT] = ACTIONS(1873), - [anon_sym_AMP_GT_GT] = ACTIONS(1873), - [anon_sym_LT_AMP] = ACTIONS(1873), - [anon_sym_GT_AMP] = ACTIONS(1873), - [anon_sym_DQUOTE] = ACTIONS(1873), - [sym_raw_string] = ACTIONS(1873), - [anon_sym_DOLLAR] = ACTIONS(1873), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1873), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1873), - [anon_sym_BQUOTE] = ACTIONS(1873), - [anon_sym_LT_LPAREN] = ACTIONS(1873), - [anon_sym_GT_LPAREN] = ACTIONS(1873), - [sym_word] = ACTIONS(1873), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1873), - [anon_sym_LF] = ACTIONS(1873), - [anon_sym_AMP] = ACTIONS(1873), - }, - [1434] = { - [anon_sym_RBRACE] = ACTIONS(3624), - [sym_comment] = ACTIONS(133), - }, - [1435] = { - [anon_sym_RBRACE] = ACTIONS(3626), - [sym_comment] = ACTIONS(133), - }, - [1436] = { - [sym_file_descriptor] = ACTIONS(1867), - [sym__concat] = ACTIONS(1867), - [sym_variable_name] = ACTIONS(1867), - [anon_sym_PIPE] = ACTIONS(1869), - [anon_sym_RPAREN] = ACTIONS(1869), - [anon_sym_SEMI_SEMI] = ACTIONS(1869), - [anon_sym_PIPE_AMP] = ACTIONS(1869), - [anon_sym_AMP_AMP] = ACTIONS(1869), - [anon_sym_PIPE_PIPE] = ACTIONS(1869), - [anon_sym_LT] = ACTIONS(1869), - [anon_sym_GT] = ACTIONS(1869), - [anon_sym_GT_GT] = ACTIONS(1869), - [anon_sym_AMP_GT] = ACTIONS(1869), - [anon_sym_AMP_GT_GT] = ACTIONS(1869), - [anon_sym_LT_AMP] = ACTIONS(1869), - [anon_sym_GT_AMP] = ACTIONS(1869), - [anon_sym_LT_LT] = ACTIONS(1869), - [anon_sym_LT_LT_DASH] = ACTIONS(1869), - [anon_sym_DQUOTE] = ACTIONS(1869), - [sym_raw_string] = ACTIONS(1869), - [anon_sym_DOLLAR] = ACTIONS(1869), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1869), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1869), - [anon_sym_BQUOTE] = ACTIONS(1869), - [anon_sym_LT_LPAREN] = ACTIONS(1869), - [anon_sym_GT_LPAREN] = ACTIONS(1869), - [sym_word] = ACTIONS(1869), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1869), - [anon_sym_LF] = ACTIONS(1869), - [anon_sym_AMP] = ACTIONS(1869), - }, - [1437] = { - [sym_file_descriptor] = ACTIONS(1871), - [sym__concat] = ACTIONS(1871), - [sym_variable_name] = ACTIONS(1871), - [anon_sym_PIPE] = ACTIONS(1873), - [anon_sym_RPAREN] = ACTIONS(1873), - [anon_sym_SEMI_SEMI] = ACTIONS(1873), - [anon_sym_PIPE_AMP] = ACTIONS(1873), - [anon_sym_AMP_AMP] = ACTIONS(1873), - [anon_sym_PIPE_PIPE] = ACTIONS(1873), - [anon_sym_LT] = ACTIONS(1873), - [anon_sym_GT] = ACTIONS(1873), - [anon_sym_GT_GT] = ACTIONS(1873), - [anon_sym_AMP_GT] = ACTIONS(1873), - [anon_sym_AMP_GT_GT] = ACTIONS(1873), - [anon_sym_LT_AMP] = ACTIONS(1873), - [anon_sym_GT_AMP] = ACTIONS(1873), - [anon_sym_LT_LT] = ACTIONS(1873), - [anon_sym_LT_LT_DASH] = ACTIONS(1873), - [anon_sym_DQUOTE] = ACTIONS(1873), - [sym_raw_string] = ACTIONS(1873), - [anon_sym_DOLLAR] = ACTIONS(1873), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1873), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1873), - [anon_sym_BQUOTE] = ACTIONS(1873), - [anon_sym_LT_LPAREN] = ACTIONS(1873), - [anon_sym_GT_LPAREN] = ACTIONS(1873), - [sym_word] = ACTIONS(1873), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1873), - [anon_sym_LF] = ACTIONS(1873), - [anon_sym_AMP] = ACTIONS(1873), - }, - [1438] = { - [anon_sym_RBRACE] = ACTIONS(3628), - [sym_comment] = ACTIONS(133), - }, - [1439] = { - [anon_sym_RBRACE] = ACTIONS(3630), - [sym_comment] = ACTIONS(133), - }, - [1440] = { - [sym_file_descriptor] = ACTIONS(1867), - [sym__concat] = ACTIONS(1867), - [sym_variable_name] = ACTIONS(1867), - [anon_sym_in] = ACTIONS(1869), - [anon_sym_PIPE] = ACTIONS(1869), - [anon_sym_RPAREN] = ACTIONS(1869), - [anon_sym_SEMI_SEMI] = ACTIONS(1869), - [anon_sym_RBRACE] = ACTIONS(1869), - [anon_sym_PIPE_AMP] = ACTIONS(1869), - [anon_sym_AMP_AMP] = ACTIONS(1869), - [anon_sym_PIPE_PIPE] = ACTIONS(1869), - [anon_sym_RBRACK] = ACTIONS(1869), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1869), - [anon_sym_LT] = ACTIONS(1869), - [anon_sym_GT] = ACTIONS(1869), - [anon_sym_GT_GT] = ACTIONS(1869), - [anon_sym_AMP_GT] = ACTIONS(1869), - [anon_sym_AMP_GT_GT] = ACTIONS(1869), - [anon_sym_LT_AMP] = ACTIONS(1869), - [anon_sym_GT_AMP] = ACTIONS(1869), - [anon_sym_LT_LT] = ACTIONS(1869), - [anon_sym_LT_LT_DASH] = ACTIONS(1869), - [anon_sym_DQUOTE] = ACTIONS(1869), - [sym_raw_string] = ACTIONS(1869), - [anon_sym_DOLLAR] = ACTIONS(1869), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1869), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1869), - [anon_sym_BQUOTE] = ACTIONS(1869), - [anon_sym_LT_LPAREN] = ACTIONS(1869), - [anon_sym_GT_LPAREN] = ACTIONS(1869), - [sym_word] = ACTIONS(1869), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1869), - [anon_sym_LF] = ACTIONS(1869), - [anon_sym_AMP] = ACTIONS(1869), - }, - [1441] = { - [sym_file_descriptor] = ACTIONS(1871), - [sym__concat] = ACTIONS(1871), - [sym_variable_name] = ACTIONS(1871), - [anon_sym_in] = ACTIONS(1873), - [anon_sym_PIPE] = ACTIONS(1873), - [anon_sym_RPAREN] = ACTIONS(1873), - [anon_sym_SEMI_SEMI] = ACTIONS(1873), - [anon_sym_RBRACE] = ACTIONS(1873), - [anon_sym_PIPE_AMP] = ACTIONS(1873), - [anon_sym_AMP_AMP] = ACTIONS(1873), - [anon_sym_PIPE_PIPE] = ACTIONS(1873), - [anon_sym_RBRACK] = ACTIONS(1873), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1873), - [anon_sym_LT] = ACTIONS(1873), - [anon_sym_GT] = ACTIONS(1873), - [anon_sym_GT_GT] = ACTIONS(1873), - [anon_sym_AMP_GT] = ACTIONS(1873), - [anon_sym_AMP_GT_GT] = ACTIONS(1873), - [anon_sym_LT_AMP] = ACTIONS(1873), - [anon_sym_GT_AMP] = ACTIONS(1873), - [anon_sym_LT_LT] = ACTIONS(1873), - [anon_sym_LT_LT_DASH] = ACTIONS(1873), - [anon_sym_DQUOTE] = ACTIONS(1873), - [sym_raw_string] = ACTIONS(1873), - [anon_sym_DOLLAR] = ACTIONS(1873), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1873), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1873), - [anon_sym_BQUOTE] = ACTIONS(1873), - [anon_sym_LT_LPAREN] = ACTIONS(1873), - [anon_sym_GT_LPAREN] = ACTIONS(1873), - [sym_word] = ACTIONS(1873), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1873), - [anon_sym_LF] = ACTIONS(1873), - [anon_sym_AMP] = ACTIONS(1873), - }, - [1442] = { - [anon_sym_RBRACK] = ACTIONS(3632), - [sym_comment] = ACTIONS(133), - }, - [1443] = { - [anon_sym_RBRACK] = ACTIONS(3634), - [sym_comment] = ACTIONS(133), - }, - [1444] = { - [anon_sym_RBRACE] = ACTIONS(3636), - [sym_comment] = ACTIONS(133), - }, - [1445] = { - [sym_file_descriptor] = ACTIONS(1601), - [sym__concat] = ACTIONS(1601), - [anon_sym_PIPE] = ACTIONS(1603), - [anon_sym_RPAREN] = ACTIONS(1603), - [anon_sym_SEMI_SEMI] = ACTIONS(1603), - [anon_sym_PIPE_AMP] = ACTIONS(1603), - [anon_sym_AMP_AMP] = ACTIONS(1603), - [anon_sym_PIPE_PIPE] = ACTIONS(1603), - [anon_sym_LT] = ACTIONS(1603), - [anon_sym_GT] = ACTIONS(1603), - [anon_sym_GT_GT] = ACTIONS(1603), - [anon_sym_AMP_GT] = ACTIONS(1603), - [anon_sym_AMP_GT_GT] = ACTIONS(1603), - [anon_sym_LT_AMP] = ACTIONS(1603), - [anon_sym_GT_AMP] = ACTIONS(1603), - [anon_sym_LT_LT] = ACTIONS(1603), - [anon_sym_LT_LT_DASH] = ACTIONS(1603), - [anon_sym_BQUOTE] = ACTIONS(1603), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1603), - [anon_sym_LF] = ACTIONS(1603), - [anon_sym_AMP] = ACTIONS(1603), - }, - [1446] = { - [anon_sym_RBRACE] = ACTIONS(3638), - [sym_comment] = ACTIONS(133), - }, - [1447] = { - [sym_file_descriptor] = ACTIONS(1607), - [sym__concat] = ACTIONS(1607), - [anon_sym_PIPE] = ACTIONS(1609), - [anon_sym_RPAREN] = ACTIONS(1609), - [anon_sym_SEMI_SEMI] = ACTIONS(1609), - [anon_sym_PIPE_AMP] = ACTIONS(1609), - [anon_sym_AMP_AMP] = ACTIONS(1609), - [anon_sym_PIPE_PIPE] = ACTIONS(1609), - [anon_sym_LT] = ACTIONS(1609), - [anon_sym_GT] = ACTIONS(1609), - [anon_sym_GT_GT] = ACTIONS(1609), - [anon_sym_AMP_GT] = ACTIONS(1609), - [anon_sym_AMP_GT_GT] = ACTIONS(1609), - [anon_sym_LT_AMP] = ACTIONS(1609), - [anon_sym_GT_AMP] = ACTIONS(1609), - [anon_sym_LT_LT] = ACTIONS(1609), - [anon_sym_LT_LT_DASH] = ACTIONS(1609), - [anon_sym_BQUOTE] = ACTIONS(1609), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1609), - [anon_sym_LF] = ACTIONS(1609), - [anon_sym_AMP] = ACTIONS(1609), - }, - [1448] = { - [anon_sym_RBRACE] = ACTIONS(3640), - [sym_comment] = ACTIONS(133), - }, - [1449] = { - [anon_sym_RBRACE] = ACTIONS(3642), - [sym_comment] = ACTIONS(133), - }, - [1450] = { - [sym_file_descriptor] = ACTIONS(1867), - [sym__concat] = ACTIONS(1867), - [anon_sym_PIPE] = ACTIONS(1869), - [anon_sym_RPAREN] = ACTIONS(1869), - [anon_sym_SEMI_SEMI] = ACTIONS(1869), - [anon_sym_PIPE_AMP] = ACTIONS(1869), - [anon_sym_AMP_AMP] = ACTIONS(1869), - [anon_sym_PIPE_PIPE] = ACTIONS(1869), - [anon_sym_RBRACK] = ACTIONS(1869), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1869), - [anon_sym_LT] = ACTIONS(1869), - [anon_sym_GT] = ACTIONS(1869), - [anon_sym_GT_GT] = ACTIONS(1869), - [anon_sym_AMP_GT] = ACTIONS(1869), - [anon_sym_AMP_GT_GT] = ACTIONS(1869), - [anon_sym_LT_AMP] = ACTIONS(1869), - [anon_sym_GT_AMP] = ACTIONS(1869), - [anon_sym_LT_LT] = ACTIONS(1869), - [anon_sym_LT_LT_DASH] = ACTIONS(1869), - [anon_sym_DQUOTE] = ACTIONS(1869), - [sym_raw_string] = ACTIONS(1869), - [anon_sym_DOLLAR] = ACTIONS(1869), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1869), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1869), - [anon_sym_BQUOTE] = ACTIONS(1869), - [anon_sym_LT_LPAREN] = ACTIONS(1869), - [anon_sym_GT_LPAREN] = ACTIONS(1869), - [sym_word] = ACTIONS(1869), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1869), - [anon_sym_LF] = ACTIONS(1869), - [anon_sym_AMP] = ACTIONS(1869), - }, - [1451] = { - [sym_file_descriptor] = ACTIONS(1871), - [sym__concat] = ACTIONS(1871), - [anon_sym_PIPE] = ACTIONS(1873), - [anon_sym_RPAREN] = ACTIONS(1873), - [anon_sym_SEMI_SEMI] = ACTIONS(1873), - [anon_sym_PIPE_AMP] = ACTIONS(1873), - [anon_sym_AMP_AMP] = ACTIONS(1873), - [anon_sym_PIPE_PIPE] = ACTIONS(1873), - [anon_sym_RBRACK] = ACTIONS(1873), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1873), - [anon_sym_LT] = ACTIONS(1873), - [anon_sym_GT] = ACTIONS(1873), - [anon_sym_GT_GT] = ACTIONS(1873), - [anon_sym_AMP_GT] = ACTIONS(1873), - [anon_sym_AMP_GT_GT] = ACTIONS(1873), - [anon_sym_LT_AMP] = ACTIONS(1873), - [anon_sym_GT_AMP] = ACTIONS(1873), - [anon_sym_LT_LT] = ACTIONS(1873), - [anon_sym_LT_LT_DASH] = ACTIONS(1873), - [anon_sym_DQUOTE] = ACTIONS(1873), - [sym_raw_string] = ACTIONS(1873), - [anon_sym_DOLLAR] = ACTIONS(1873), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1873), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1873), - [anon_sym_BQUOTE] = ACTIONS(1873), - [anon_sym_LT_LPAREN] = ACTIONS(1873), - [anon_sym_GT_LPAREN] = ACTIONS(1873), - [sym_word] = ACTIONS(1873), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1873), - [anon_sym_LF] = ACTIONS(1873), - [anon_sym_AMP] = ACTIONS(1873), - }, - [1452] = { - [sym_file_descriptor] = ACTIONS(2043), - [sym__concat] = ACTIONS(2043), - [sym_variable_name] = ACTIONS(2043), - [anon_sym_PIPE] = ACTIONS(2045), - [anon_sym_RPAREN] = ACTIONS(2045), - [anon_sym_SEMI_SEMI] = ACTIONS(2045), - [anon_sym_RBRACE] = ACTIONS(2045), - [anon_sym_PIPE_AMP] = ACTIONS(2045), - [anon_sym_AMP_AMP] = ACTIONS(2045), - [anon_sym_PIPE_PIPE] = ACTIONS(2045), - [anon_sym_LT] = ACTIONS(2045), - [anon_sym_GT] = ACTIONS(2045), - [anon_sym_GT_GT] = ACTIONS(2045), - [anon_sym_AMP_GT] = ACTIONS(2045), - [anon_sym_AMP_GT_GT] = ACTIONS(2045), - [anon_sym_LT_AMP] = ACTIONS(2045), - [anon_sym_GT_AMP] = ACTIONS(2045), - [anon_sym_DQUOTE] = ACTIONS(2045), - [sym_raw_string] = ACTIONS(2045), - [anon_sym_DOLLAR] = ACTIONS(2045), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2045), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2045), - [anon_sym_BQUOTE] = ACTIONS(2045), - [anon_sym_LT_LPAREN] = ACTIONS(2045), - [anon_sym_GT_LPAREN] = ACTIONS(2045), - [sym_word] = ACTIONS(2045), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2045), - [anon_sym_LF] = ACTIONS(2045), - [anon_sym_AMP] = ACTIONS(2045), - }, - [1453] = { - [sym_file_descriptor] = ACTIONS(2047), - [sym__concat] = ACTIONS(2047), - [sym_variable_name] = ACTIONS(2047), - [anon_sym_PIPE] = ACTIONS(2049), - [anon_sym_RPAREN] = ACTIONS(2049), - [anon_sym_SEMI_SEMI] = ACTIONS(2049), - [anon_sym_RBRACE] = ACTIONS(2049), - [anon_sym_PIPE_AMP] = ACTIONS(2049), - [anon_sym_AMP_AMP] = ACTIONS(2049), - [anon_sym_PIPE_PIPE] = ACTIONS(2049), - [anon_sym_LT] = ACTIONS(2049), - [anon_sym_GT] = ACTIONS(2049), - [anon_sym_GT_GT] = ACTIONS(2049), - [anon_sym_AMP_GT] = ACTIONS(2049), - [anon_sym_AMP_GT_GT] = ACTIONS(2049), - [anon_sym_LT_AMP] = ACTIONS(2049), - [anon_sym_GT_AMP] = ACTIONS(2049), - [anon_sym_DQUOTE] = ACTIONS(2049), - [sym_raw_string] = ACTIONS(2049), - [anon_sym_DOLLAR] = ACTIONS(2049), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2049), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2049), - [anon_sym_BQUOTE] = ACTIONS(2049), - [anon_sym_LT_LPAREN] = ACTIONS(2049), - [anon_sym_GT_LPAREN] = ACTIONS(2049), - [sym_word] = ACTIONS(2049), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2049), - [anon_sym_LF] = ACTIONS(2049), - [anon_sym_AMP] = ACTIONS(2049), - }, - [1454] = { - [sym_file_descriptor] = ACTIONS(2043), - [sym__concat] = ACTIONS(2043), - [sym_variable_name] = ACTIONS(2043), - [anon_sym_PIPE] = ACTIONS(2045), - [anon_sym_RPAREN] = ACTIONS(2045), - [anon_sym_SEMI_SEMI] = ACTIONS(2045), - [anon_sym_PIPE_AMP] = ACTIONS(2045), - [anon_sym_AMP_AMP] = ACTIONS(2045), - [anon_sym_PIPE_PIPE] = ACTIONS(2045), - [anon_sym_LT] = ACTIONS(2045), - [anon_sym_GT] = ACTIONS(2045), - [anon_sym_GT_GT] = ACTIONS(2045), - [anon_sym_AMP_GT] = ACTIONS(2045), - [anon_sym_AMP_GT_GT] = ACTIONS(2045), - [anon_sym_LT_AMP] = ACTIONS(2045), - [anon_sym_GT_AMP] = ACTIONS(2045), - [anon_sym_LT_LT] = ACTIONS(2045), - [anon_sym_LT_LT_DASH] = ACTIONS(2045), - [anon_sym_DQUOTE] = ACTIONS(2045), - [sym_raw_string] = ACTIONS(2045), - [anon_sym_DOLLAR] = ACTIONS(2045), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2045), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2045), - [anon_sym_BQUOTE] = ACTIONS(2045), - [anon_sym_LT_LPAREN] = ACTIONS(2045), - [anon_sym_GT_LPAREN] = ACTIONS(2045), - [sym_word] = ACTIONS(2045), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2045), - [anon_sym_LF] = ACTIONS(2045), - [anon_sym_AMP] = ACTIONS(2045), - }, - [1455] = { - [sym_file_descriptor] = ACTIONS(2047), - [sym__concat] = ACTIONS(2047), - [sym_variable_name] = ACTIONS(2047), - [anon_sym_PIPE] = ACTIONS(2049), - [anon_sym_RPAREN] = ACTIONS(2049), - [anon_sym_SEMI_SEMI] = ACTIONS(2049), - [anon_sym_PIPE_AMP] = ACTIONS(2049), - [anon_sym_AMP_AMP] = ACTIONS(2049), - [anon_sym_PIPE_PIPE] = ACTIONS(2049), - [anon_sym_LT] = ACTIONS(2049), - [anon_sym_GT] = ACTIONS(2049), - [anon_sym_GT_GT] = ACTIONS(2049), - [anon_sym_AMP_GT] = ACTIONS(2049), - [anon_sym_AMP_GT_GT] = ACTIONS(2049), - [anon_sym_LT_AMP] = ACTIONS(2049), - [anon_sym_GT_AMP] = ACTIONS(2049), - [anon_sym_LT_LT] = ACTIONS(2049), - [anon_sym_LT_LT_DASH] = ACTIONS(2049), - [anon_sym_DQUOTE] = ACTIONS(2049), - [sym_raw_string] = ACTIONS(2049), - [anon_sym_DOLLAR] = ACTIONS(2049), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2049), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2049), - [anon_sym_BQUOTE] = ACTIONS(2049), - [anon_sym_LT_LPAREN] = ACTIONS(2049), - [anon_sym_GT_LPAREN] = ACTIONS(2049), - [sym_word] = ACTIONS(2049), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2049), - [anon_sym_LF] = ACTIONS(2049), - [anon_sym_AMP] = ACTIONS(2049), - }, - [1456] = { - [sym_file_descriptor] = ACTIONS(2043), - [sym__concat] = ACTIONS(2043), - [sym_variable_name] = ACTIONS(2043), - [anon_sym_in] = ACTIONS(2045), - [anon_sym_PIPE] = ACTIONS(2045), - [anon_sym_RPAREN] = ACTIONS(2045), - [anon_sym_SEMI_SEMI] = ACTIONS(2045), - [anon_sym_RBRACE] = ACTIONS(2045), - [anon_sym_PIPE_AMP] = ACTIONS(2045), - [anon_sym_AMP_AMP] = ACTIONS(2045), - [anon_sym_PIPE_PIPE] = ACTIONS(2045), - [anon_sym_RBRACK] = ACTIONS(2045), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2045), - [anon_sym_LT] = ACTIONS(2045), - [anon_sym_GT] = ACTIONS(2045), - [anon_sym_GT_GT] = ACTIONS(2045), - [anon_sym_AMP_GT] = ACTIONS(2045), - [anon_sym_AMP_GT_GT] = ACTIONS(2045), - [anon_sym_LT_AMP] = ACTIONS(2045), - [anon_sym_GT_AMP] = ACTIONS(2045), - [anon_sym_LT_LT] = ACTIONS(2045), - [anon_sym_LT_LT_DASH] = ACTIONS(2045), - [anon_sym_DQUOTE] = ACTIONS(2045), - [sym_raw_string] = ACTIONS(2045), - [anon_sym_DOLLAR] = ACTIONS(2045), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2045), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2045), - [anon_sym_BQUOTE] = ACTIONS(2045), - [anon_sym_LT_LPAREN] = ACTIONS(2045), - [anon_sym_GT_LPAREN] = ACTIONS(2045), - [sym_word] = ACTIONS(2045), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2045), - [anon_sym_LF] = ACTIONS(2045), - [anon_sym_AMP] = ACTIONS(2045), - }, - [1457] = { - [sym_file_descriptor] = ACTIONS(2047), - [sym__concat] = ACTIONS(2047), - [sym_variable_name] = ACTIONS(2047), - [anon_sym_in] = ACTIONS(2049), - [anon_sym_PIPE] = ACTIONS(2049), - [anon_sym_RPAREN] = ACTIONS(2049), - [anon_sym_SEMI_SEMI] = ACTIONS(2049), - [anon_sym_RBRACE] = ACTIONS(2049), - [anon_sym_PIPE_AMP] = ACTIONS(2049), - [anon_sym_AMP_AMP] = ACTIONS(2049), - [anon_sym_PIPE_PIPE] = ACTIONS(2049), - [anon_sym_RBRACK] = ACTIONS(2049), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2049), - [anon_sym_LT] = ACTIONS(2049), - [anon_sym_GT] = ACTIONS(2049), - [anon_sym_GT_GT] = ACTIONS(2049), - [anon_sym_AMP_GT] = ACTIONS(2049), - [anon_sym_AMP_GT_GT] = ACTIONS(2049), - [anon_sym_LT_AMP] = ACTIONS(2049), - [anon_sym_GT_AMP] = ACTIONS(2049), - [anon_sym_LT_LT] = ACTIONS(2049), - [anon_sym_LT_LT_DASH] = ACTIONS(2049), - [anon_sym_DQUOTE] = ACTIONS(2049), - [sym_raw_string] = ACTIONS(2049), - [anon_sym_DOLLAR] = ACTIONS(2049), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2049), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2049), - [anon_sym_BQUOTE] = ACTIONS(2049), - [anon_sym_LT_LPAREN] = ACTIONS(2049), - [anon_sym_GT_LPAREN] = ACTIONS(2049), - [sym_word] = ACTIONS(2049), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2049), - [anon_sym_LF] = ACTIONS(2049), - [anon_sym_AMP] = ACTIONS(2049), - }, - [1458] = { - [anon_sym_RBRACE] = ACTIONS(3644), - [sym_comment] = ACTIONS(133), - }, - [1459] = { - [anon_sym_RBRACE] = ACTIONS(3646), - [sym_comment] = ACTIONS(133), - }, - [1460] = { - [sym_file_descriptor] = ACTIONS(1867), - [sym__concat] = ACTIONS(1867), - [anon_sym_PIPE] = ACTIONS(1869), - [anon_sym_RPAREN] = ACTIONS(1869), - [anon_sym_SEMI_SEMI] = ACTIONS(1869), - [anon_sym_PIPE_AMP] = ACTIONS(1869), - [anon_sym_AMP_AMP] = ACTIONS(1869), - [anon_sym_PIPE_PIPE] = ACTIONS(1869), - [anon_sym_LT] = ACTIONS(1869), - [anon_sym_GT] = ACTIONS(1869), - [anon_sym_GT_GT] = ACTIONS(1869), - [anon_sym_AMP_GT] = ACTIONS(1869), - [anon_sym_AMP_GT_GT] = ACTIONS(1869), - [anon_sym_LT_AMP] = ACTIONS(1869), - [anon_sym_GT_AMP] = ACTIONS(1869), - [anon_sym_LT_LT] = ACTIONS(1869), - [anon_sym_LT_LT_DASH] = ACTIONS(1869), - [anon_sym_BQUOTE] = ACTIONS(1869), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1869), - [anon_sym_LF] = ACTIONS(1869), - [anon_sym_AMP] = ACTIONS(1869), - }, - [1461] = { - [sym_file_descriptor] = ACTIONS(1871), - [sym__concat] = ACTIONS(1871), - [anon_sym_PIPE] = ACTIONS(1873), - [anon_sym_RPAREN] = ACTIONS(1873), - [anon_sym_SEMI_SEMI] = ACTIONS(1873), - [anon_sym_PIPE_AMP] = ACTIONS(1873), - [anon_sym_AMP_AMP] = ACTIONS(1873), - [anon_sym_PIPE_PIPE] = ACTIONS(1873), - [anon_sym_LT] = ACTIONS(1873), - [anon_sym_GT] = ACTIONS(1873), - [anon_sym_GT_GT] = ACTIONS(1873), - [anon_sym_AMP_GT] = ACTIONS(1873), - [anon_sym_AMP_GT_GT] = ACTIONS(1873), - [anon_sym_LT_AMP] = ACTIONS(1873), - [anon_sym_GT_AMP] = ACTIONS(1873), - [anon_sym_LT_LT] = ACTIONS(1873), - [anon_sym_LT_LT_DASH] = ACTIONS(1873), - [anon_sym_BQUOTE] = ACTIONS(1873), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1873), - [anon_sym_LF] = ACTIONS(1873), - [anon_sym_AMP] = ACTIONS(1873), - }, - [1462] = { - [sym_file_descriptor] = ACTIONS(2043), - [sym__concat] = ACTIONS(2043), - [anon_sym_PIPE] = ACTIONS(2045), - [anon_sym_RPAREN] = ACTIONS(2045), - [anon_sym_SEMI_SEMI] = ACTIONS(2045), - [anon_sym_PIPE_AMP] = ACTIONS(2045), - [anon_sym_AMP_AMP] = ACTIONS(2045), - [anon_sym_PIPE_PIPE] = ACTIONS(2045), - [anon_sym_RBRACK] = ACTIONS(2045), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2045), - [anon_sym_LT] = ACTIONS(2045), - [anon_sym_GT] = ACTIONS(2045), - [anon_sym_GT_GT] = ACTIONS(2045), - [anon_sym_AMP_GT] = ACTIONS(2045), - [anon_sym_AMP_GT_GT] = ACTIONS(2045), - [anon_sym_LT_AMP] = ACTIONS(2045), - [anon_sym_GT_AMP] = ACTIONS(2045), - [anon_sym_LT_LT] = ACTIONS(2045), - [anon_sym_LT_LT_DASH] = ACTIONS(2045), - [anon_sym_DQUOTE] = ACTIONS(2045), - [sym_raw_string] = ACTIONS(2045), - [anon_sym_DOLLAR] = ACTIONS(2045), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2045), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2045), - [anon_sym_BQUOTE] = ACTIONS(2045), - [anon_sym_LT_LPAREN] = ACTIONS(2045), - [anon_sym_GT_LPAREN] = ACTIONS(2045), - [sym_word] = ACTIONS(2045), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2045), - [anon_sym_LF] = ACTIONS(2045), - [anon_sym_AMP] = ACTIONS(2045), - }, - [1463] = { - [sym_file_descriptor] = ACTIONS(2047), - [sym__concat] = ACTIONS(2047), - [anon_sym_PIPE] = ACTIONS(2049), - [anon_sym_RPAREN] = ACTIONS(2049), - [anon_sym_SEMI_SEMI] = ACTIONS(2049), - [anon_sym_PIPE_AMP] = ACTIONS(2049), - [anon_sym_AMP_AMP] = ACTIONS(2049), - [anon_sym_PIPE_PIPE] = ACTIONS(2049), - [anon_sym_RBRACK] = ACTIONS(2049), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2049), - [anon_sym_LT] = ACTIONS(2049), - [anon_sym_GT] = ACTIONS(2049), - [anon_sym_GT_GT] = ACTIONS(2049), - [anon_sym_AMP_GT] = ACTIONS(2049), - [anon_sym_AMP_GT_GT] = ACTIONS(2049), - [anon_sym_LT_AMP] = ACTIONS(2049), - [anon_sym_GT_AMP] = ACTIONS(2049), - [anon_sym_LT_LT] = ACTIONS(2049), - [anon_sym_LT_LT_DASH] = ACTIONS(2049), - [anon_sym_DQUOTE] = ACTIONS(2049), - [sym_raw_string] = ACTIONS(2049), - [anon_sym_DOLLAR] = ACTIONS(2049), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2049), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2049), - [anon_sym_BQUOTE] = ACTIONS(2049), - [anon_sym_LT_LPAREN] = ACTIONS(2049), - [anon_sym_GT_LPAREN] = ACTIONS(2049), - [sym_word] = ACTIONS(2049), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2049), - [anon_sym_LF] = ACTIONS(2049), - [anon_sym_AMP] = ACTIONS(2049), - }, - [1464] = { - [sym_file_descriptor] = ACTIONS(2043), - [sym__concat] = ACTIONS(2043), - [anon_sym_PIPE] = ACTIONS(2045), - [anon_sym_RPAREN] = ACTIONS(2045), - [anon_sym_SEMI_SEMI] = ACTIONS(2045), - [anon_sym_PIPE_AMP] = ACTIONS(2045), - [anon_sym_AMP_AMP] = ACTIONS(2045), - [anon_sym_PIPE_PIPE] = ACTIONS(2045), - [anon_sym_LT] = ACTIONS(2045), - [anon_sym_GT] = ACTIONS(2045), - [anon_sym_GT_GT] = ACTIONS(2045), - [anon_sym_AMP_GT] = ACTIONS(2045), - [anon_sym_AMP_GT_GT] = ACTIONS(2045), - [anon_sym_LT_AMP] = ACTIONS(2045), - [anon_sym_GT_AMP] = ACTIONS(2045), - [anon_sym_LT_LT] = ACTIONS(2045), - [anon_sym_LT_LT_DASH] = ACTIONS(2045), - [anon_sym_BQUOTE] = ACTIONS(2045), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2045), - [anon_sym_LF] = ACTIONS(2045), - [anon_sym_AMP] = ACTIONS(2045), - }, - [1465] = { - [sym_file_descriptor] = ACTIONS(2047), - [sym__concat] = ACTIONS(2047), - [anon_sym_PIPE] = ACTIONS(2049), - [anon_sym_RPAREN] = ACTIONS(2049), - [anon_sym_SEMI_SEMI] = ACTIONS(2049), - [anon_sym_PIPE_AMP] = ACTIONS(2049), - [anon_sym_AMP_AMP] = ACTIONS(2049), - [anon_sym_PIPE_PIPE] = ACTIONS(2049), - [anon_sym_LT] = ACTIONS(2049), - [anon_sym_GT] = ACTIONS(2049), - [anon_sym_GT_GT] = ACTIONS(2049), - [anon_sym_AMP_GT] = ACTIONS(2049), - [anon_sym_AMP_GT_GT] = ACTIONS(2049), - [anon_sym_LT_AMP] = ACTIONS(2049), - [anon_sym_GT_AMP] = ACTIONS(2049), - [anon_sym_LT_LT] = ACTIONS(2049), - [anon_sym_LT_LT_DASH] = ACTIONS(2049), - [anon_sym_BQUOTE] = ACTIONS(2049), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2049), - [anon_sym_LF] = ACTIONS(2049), - [anon_sym_AMP] = ACTIONS(2049), + [sym__heredoc_middle] = ACTIONS(2182), + [sym__heredoc_end] = ACTIONS(2182), + [anon_sym_DOLLAR] = ACTIONS(2282), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(2182), + [sym_comment] = ACTIONS(52), }, }; static TSParseActionEntry ts_parse_actions[] = { [0] = {.count = 0, .reusable = false, .depends_on_lookahead = false}, - [1] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(996), - [3] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(997), - [5] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(998), - [7] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(999), - [9] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(1000), - [11] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(139), - [13] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(1001), - [15] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(3), - [17] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(0), - [19] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(965), - [21] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(966), - [23] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(967), - [25] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(968), - [27] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(969), - [29] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(970), - [31] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(971), - [33] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(972), - [35] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(349), - [37] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(350), - [39] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(973), - [41] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(974), - [43] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(975), - [45] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(976), - [47] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(977), - [49] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(978), - [51] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(979), - [53] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(980), - [55] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(981), - [57] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(982), - [59] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(983), - [61] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(984), - [63] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(985), - [65] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(985), - [67] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(986), - [69] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(987), - [71] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(988), - [73] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(989), - [75] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(990), - [77] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(991), - [79] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(991), - [81] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(992), - [83] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(993), - [85] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT_EXTRA(), - [87] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(994), - [89] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(995), - [91] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(2), - [93] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(3), - [95] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_program, 0), - [97] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(4), - [99] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(5), - [101] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(6), - [103] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(7), - [105] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(8), - [107] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(9), - [109] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(10), - [111] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(11), - [113] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(12), - [115] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(12), - [117] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(13), - [119] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(14), - [121] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(15), - [123] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(16), - [125] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(17), - [127] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(18), - [129] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(19), - [131] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(20), - [133] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT_EXTRA(), - [135] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(31), - [137] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(31), - [139] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(32), - [141] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(33), - [143] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(34), - [145] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(39), - [147] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(40), - [149] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(41), - [151] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(42), - [153] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(43), - [155] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(44), - [157] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(45), - [159] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(40), - [161] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(47), - [163] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(51), - [165] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(52), - [167] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(53), - [169] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(54), - [171] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(55), - [173] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(56), - [175] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(57), - [177] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(52), - [179] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(61), - [181] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(62), - [183] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(63), - [185] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(64), - [187] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(65), - [189] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(66), - [191] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(67), - [193] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(62), - [195] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(69), - [197] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(70), - [199] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(71), - [201] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(72), - [203] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(73), - [205] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(74), - [207] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_command_name, 1), - [209] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(76), - [211] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command_name, 1), - [213] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(78), - [215] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(78), - [217] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(79), - [219] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(81), - [221] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(82), - [223] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(83), - [225] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(81), - [227] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(85), - [229] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(86), - [231] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(87), - [233] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(88), - [235] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(89), - [237] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(90), - [239] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(91), - [241] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(92), - [243] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(93), - [245] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(94), - [247] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(95), - [249] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(96), - [251] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(97), - [253] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(98), - [255] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(99), - [257] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(100), - [259] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(101), - [261] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(114), - [263] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, ACCEPT_INPUT(), - [265] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_program_repeat1, 1), - [267] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_program_repeat1, 1), - [269] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_program_repeat1, 1), - [271] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(115), - [273] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(116), - [275] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(117), - [277] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(118), - [279] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command, 1), - [281] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(119), - [283] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(120), - [285] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(13), - [287] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(121), - [289] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(15), - [291] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(16), - [293] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(17), - [295] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(18), - [297] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(19), - [299] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat1, 1, .fragile = true), - [301] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat1, 1, .fragile = true), - [303] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_command_repeat1, 1, .fragile = true), - [305] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_program, 1), - [307] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(14), - [309] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(129), - [311] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(129), - [313] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(131), - [315] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(132), - [317] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(133), - [319] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(134), - [321] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(135), - [323] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(136), - [325] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(137), - [327] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(132), - [329] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(139), - [331] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(140), - [333] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(141), - [335] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(142), - [337] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(143), - [339] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(144), - [341] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(145), - [343] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(146), - [345] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(147), - [347] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(142), - [349] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(148), - [351] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(149), - [353] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(151), - [355] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(152), - [357] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(153), - [359] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(155), - [361] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(156), - [363] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(157), - [365] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(159), - [367] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(159), - [369] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(160), - [371] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(162), - [373] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(163), - [375] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(171), - [377] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(172), - [379] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(173), - [381] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(176), - [383] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(178), - [385] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_for_statement_repeat1, 1), - [387] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_for_statement_repeat1, 1), - [389] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_for_statement_repeat1, 1), - [391] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(180), - [393] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(180), - [395] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(181), - [397] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(183), - [399] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(184), - [401] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(192), - [403] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(193), - [405] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(193), - [407] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(195), - [409] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_file_redirect, 2), - [411] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(197), - [413] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_file_redirect, 2), - [415] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(199), - [417] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(199), - [419] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(200), - [421] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(202), - [423] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(203), - [425] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_string, 2), - [427] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_string, 2), - [429] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_string_repeat1, 1), - [431] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_string_repeat1, 1), - [433] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(211), - [435] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(211), - [437] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(212), - [439] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(214), - [441] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(215), - [443] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(221), - [445] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(222), - [447] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(223), - [449] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(223), - [451] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_concatenation, 2), - [453] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(224), - [455] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_concatenation, 2), - [457] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_special_variable_name, 1), - [459] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_special_variable_name, 1), - [461] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_simple_expansion, 2, .alias_sequence_id = 1), - [463] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_simple_expansion, 2, .alias_sequence_id = 1), - [465] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_simple_expansion, 2), - [467] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_simple_expansion, 2), - [469] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_special_variable_name, 1), - [471] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(225), - [473] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(227), - [475] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(228), - [477] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(229), - [479] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(229), - [481] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(230), - [483] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(231), - [485] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(232), - [487] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(232), - [489] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(233), - [491] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(234), - [493] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(237), - [495] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(237), - [497] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(239), - [499] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(245), - [501] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(247), - [503] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_command_name, 1), - [505] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(249), - [507] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(249), - [509] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(250), - [511] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(252), - [513] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(253), - [515] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(261), - [517] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(262), - [519] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(263), - [521] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(262), - [523] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(264), - [525] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(265), - [527] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_command, 1), - [529] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_command, 1), - [531] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(266), - [533] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(266), - [535] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(267), - [537] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(267), - [539] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(268), - [541] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(268), - [543] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(264), - [545] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(95), - [547] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(274), - [549] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(274), - [551] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(275), - [553] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(275), - [555] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(278), - [557] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(279), - [559] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__terminated_statement, 2), - [561] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__terminated_statement, 2), - [563] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__terminated_statement, 2), - [565] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(284), - [567] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(284), - [569] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(285), - [571] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(286), - [573] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(287), - [575] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(288), - [577] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(289), - [579] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(290), - [581] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(291), - [583] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(286), - [585] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(293), - [587] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(294), - [589] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat2, 1), - [591] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat2, 1), - [593] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command, 2), - [595] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(296), - [597] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_program_repeat1, 2), - [599] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_program_repeat1, 2), - [601] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_program_repeat1, 2), - [603] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat1, 2), - [605] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_command_repeat1, 2), - [607] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_file_redirect, 3), - [609] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_file_redirect, 3), - [611] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(301), - [613] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(303), - [615] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(304), - [617] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(306), - [619] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(306), - [621] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(307), - [623] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(309), - [625] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(310), - [627] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_environment_variable_assignment, 3), - [629] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_environment_variable_assignment, 3), - [631] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(318), - [633] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(319), - [635] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(321), - [637] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(323), - [639] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(325), - [641] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(325), - [643] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(326), - [645] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(328), - [647] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(329), - [649] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(337), - [651] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(338), - [653] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(339), - [655] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(340), - [657] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(341), - [659] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(342), - [661] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(343), - [663] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(338), - [665] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(346), - [667] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_while_statement, 3), - [669] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(348), - [671] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(349), - [673] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(350), - [675] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(355), - [677] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(356), - [679] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(356), - [681] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(357), - [683] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(358), - [685] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(359), - [687] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(360), - [689] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(362), - [691] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(363), - [693] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(364), - [695] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(364), - [697] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(365), - [699] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(366), - [701] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(367), - [703] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(367), - [705] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(368), - [707] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(369), - [709] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(370), - [711] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_subshell, 3), - [713] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(371), - [715] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(371), - [717] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(372), - [719] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_string, 2), - [721] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(373), - [723] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(374), - [725] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(374), - [727] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(375), - [729] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_concatenation, 2), - [731] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_simple_expansion, 2, .alias_sequence_id = 1), - [733] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_simple_expansion, 2), - [735] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(376), - [737] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(378), - [739] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(379), - [741] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(380), - [743] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(380), - [745] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(381), - [747] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(382), - [749] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(383), - [751] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(383), - [753] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(384), - [755] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(385), - [757] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_bracket_command, 3), - [759] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_for_statement_repeat1, 2), - [761] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_for_statement_repeat1, 2), - [763] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_for_statement_repeat1, 2), - [765] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(386), - [767] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(387), - [769] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(387), - [771] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(388), - [773] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(389), - [775] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(391), - [777] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(392), - [779] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(393), - [781] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(393), - [783] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(394), - [785] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(395), - [787] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(396), - [789] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(396), - [791] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(397), - [793] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(398), - [795] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(399), - [797] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(401), - [799] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(402), - [801] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(403), - [803] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(403), - [805] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(404), - [807] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(405), - [809] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(406), - [811] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(406), - [813] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(407), - [815] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_string, 3), - [817] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_string, 3), - [819] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_string_repeat1, 2), - [821] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_string_repeat1, 2), - [823] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_concatenation_repeat1, 2), - [825] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_concatenation_repeat1, 2), - [827] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(408), - [829] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(408), - [831] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(409), - [833] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(410), - [835] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(411), - [837] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(412), - [839] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expansion, 3, .alias_sequence_id = 1), - [841] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expansion, 3, .alias_sequence_id = 1), - [843] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(413), - [845] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(414), - [847] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(414), - [849] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expansion, 3), - [851] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expansion, 3), - [853] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(416), - [855] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(417), - [857] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(417), - [859] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(419), - [861] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(420), - [863] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(421), - [865] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(421), - [867] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(422), - [869] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(423), - [871] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(425), - [873] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(426), - [875] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(427), - [877] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(428), - [879] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(429), - [881] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(430), - [883] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(433), - [885] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(434), - [887] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(435), - [889] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(435), - [891] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(436), - [893] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(437), - [895] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(439), - [897] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(440), - [899] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(441), - [901] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(441), - [903] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(442), - [905] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(443), - [907] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(444), - [909] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(444), - [911] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(445), - [913] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(446), - [915] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(447), - [917] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_command_substitution, 3), - [919] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command_substitution, 3), - [921] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(452), - [923] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(452), - [925] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(453), - [927] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(454), - [929] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(455), - [931] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(456), - [933] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(457), - [935] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(458), - [937] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(459), - [939] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(454), - [941] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(461), - [943] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(462), - [945] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_command_repeat2, 1), - [947] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_command, 2), - [949] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_command, 2), - [951] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(464), - [953] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(464), - [955] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_process_substitution, 3), - [957] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_process_substitution, 3), - [959] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(473), - [961] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_pipeline, 3), - [963] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_list, 3, .fragile = true), - [965] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(475), - [967] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(475), - [969] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(477), - [971] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(479), - [973] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_file_redirect, 2), - [975] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(481), - [977] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(481), - [979] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(482), - [981] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(484), - [983] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(485), - [985] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_heredoc, 1), - [987] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_heredoc, 1), - [989] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(493), - [991] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(494), - [993] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(495), - [995] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(496), - [997] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_heredoc_redirect, 2), - [999] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_heredoc_redirect, 2), - [1001] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command, 3), - [1003] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat2, 2), - [1005] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat2, 2), - [1007] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(499), - [1009] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(500), - [1011] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(500), - [1013] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_subscript, 4), - [1015] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(501), - [1017] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(502), - [1019] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(504), - [1021] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(505), - [1023] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(506), - [1025] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(506), - [1027] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(507), - [1029] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(508), - [1031] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(509), - [1033] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(509), - [1035] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(510), - [1037] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(511), - [1039] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array, 2), - [1041] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_array, 2), - [1043] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_array_repeat1, 1), - [1045] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_array_repeat1, 1), - [1047] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(512), - [1049] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(513), - [1051] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(514), - [1053] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(515), - [1055] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(515), - [1057] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(516), - [1059] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(517), - [1061] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(519), - [1063] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(520), - [1065] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(521), - [1067] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(521), - [1069] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(522), - [1071] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(523), - [1073] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(524), - [1075] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(524), - [1077] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(525), - [1079] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(526), - [1081] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(527), - [1083] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(529), - [1085] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(531), - [1087] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(531), - [1089] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(532), - [1091] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(534), - [1093] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(535), - [1095] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(543), - [1097] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(337), - [1099] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(544), - [1101] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(339), - [1103] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(340), - [1105] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(341), - [1107] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(342), - [1109] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(343), - [1111] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_do_group, 2), - [1113] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(546), - [1115] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 4), - [1117] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_else_clause, 1), - [1119] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_if_statement_repeat1, 1), - [1121] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(549), - [1123] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(549), - [1125] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(349), - [1127] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(350), - [1129] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(553), - [1131] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(554), - [1133] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(554), - [1135] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(558), - [1137] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(559), - [1139] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(559), - [1141] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(560), - [1143] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(561), - [1145] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(562), - [1147] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(563), - [1149] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(564), - [1151] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(565), - [1153] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(565), - [1155] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(567), - [1157] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(568), - [1159] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(568), - [1161] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_subshell, 4), - [1163] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(571), - [1165] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_string, 3), - [1167] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_concatenation_repeat1, 2), - [1169] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(572), - [1171] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(572), - [1173] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(573), - [1175] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(574), - [1177] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(575), - [1179] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(576), - [1181] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expansion, 3, .alias_sequence_id = 1), - [1183] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(577), - [1185] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(578), - [1187] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(578), - [1189] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expansion, 3), - [1191] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(580), - [1193] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(581), - [1195] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(581), - [1197] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_command_substitution, 3), - [1199] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_process_substitution, 3), - [1201] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(583), - [1203] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(583), - [1205] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(584), - [1207] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(585), - [1209] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(586), - [1211] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(587), - [1213] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(588), - [1215] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(589), - [1217] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(589), - [1219] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(591), - [1221] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(592), - [1223] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(592), - [1225] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(594), - [1227] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(595), - [1229] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(596), - [1231] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(597), - [1233] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(598), - [1235] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(599), - [1237] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(599), - [1239] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(601), - [1241] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(602), - [1243] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(602), - [1245] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_concatenation_repeat1, 3), - [1247] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_concatenation_repeat1, 3), - [1249] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expansion, 4, .alias_sequence_id = 2), - [1251] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expansion, 4, .alias_sequence_id = 2), - [1253] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(604), - [1255] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expansion, 4), - [1257] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expansion, 4), - [1259] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(605), - [1261] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(606), - [1263] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(607), - [1265] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(608), - [1267] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(609), - [1269] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_environment_variable_assignment, 3), - [1271] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(610), - [1273] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(613), - [1275] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_while_statement, 3), - [1277] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_while_statement, 3), - [1279] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(615), - [1281] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(619), - [1283] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(620), - [1285] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(621), - [1287] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_subshell, 3), - [1289] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_subshell, 3), - [1291] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(622), - [1293] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(622), - [1295] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(623), - [1297] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bracket_command, 3), - [1299] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bracket_command, 3), - [1301] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(624), - [1303] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(624), - [1305] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(625), - [1307] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(626), - [1309] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(627), - [1311] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(628), - [1313] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(629), - [1315] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(630), - [1317] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(630), - [1319] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(632), - [1321] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(633), - [1323] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(633), - [1325] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(635), - [1327] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pipeline, 3), - [1329] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pipeline, 3), - [1331] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_list, 3, .fragile = true), - [1333] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_list, 3, .fragile = true), - [1335] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(637), - [1337] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(637), - [1339] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(639), - [1341] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(641), - [1343] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(643), - [1345] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(643), - [1347] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(644), - [1349] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(646), - [1351] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(647), - [1353] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_heredoc, 1), - [1355] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(655), - [1357] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_heredoc_redirect, 2), - [1359] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_command, 3), - [1361] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_command, 3), - [1363] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_command_repeat2, 2), - [1365] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(658), - [1367] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_function_definition, 4), - [1369] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_file_redirect, 3), - [1371] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(660), - [1373] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(661), - [1375] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(661), - [1377] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(662), - [1379] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(663), - [1381] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(665), - [1383] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(666), - [1385] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(667), - [1387] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(667), - [1389] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(668), - [1391] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(669), - [1393] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(670), - [1395] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(670), - [1397] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(671), - [1399] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(672), - [1401] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_heredoc_repeat1, 1), - [1403] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_heredoc_repeat1, 1), - [1405] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_heredoc, 2), - [1407] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_heredoc, 2), - [1409] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(673), - [1411] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(673), - [1413] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(674), - [1415] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(676), - [1417] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(677), - [1419] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(679), - [1421] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(680), - [1423] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command, 4), - [1425] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(681), - [1427] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(681), - [1429] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(682), - [1431] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(683), - [1433] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(684), - [1435] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(685), - [1437] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(686), - [1439] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(687), - [1441] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(687), - [1443] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(689), - [1445] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(690), - [1447] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(690), - [1449] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array, 3), - [1451] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_array, 3), - [1453] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_array_repeat1, 2), - [1455] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_array_repeat1, 2), - [1457] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(692), - [1459] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(692), - [1461] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(693), - [1463] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(694), - [1465] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(695), - [1467] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(696), - [1469] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(697), - [1471] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(698), - [1473] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(698), - [1475] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(700), - [1477] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(701), - [1479] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(701), - [1481] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(703), - [1483] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(704), - [1485] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(704), - [1487] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(705), - [1489] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(706), - [1491] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(708), - [1493] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(709), - [1495] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(710), - [1497] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(710), - [1499] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(711), - [1501] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(712), - [1503] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(713), - [1505] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(713), - [1507] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(714), - [1509] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(715), - [1511] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_do_group, 3), - [1513] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(717), - [1515] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_else_clause, 2), - [1517] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 5), - [1519] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(718), - [1521] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_if_statement_repeat1, 2), - [1523] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 5), - [1525] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(720), - [1527] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(721), - [1529] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_case_statement_repeat1, 1), - [1531] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_case_statement_repeat1, 1), - [1533] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_case_statement_repeat1, 1), - [1535] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(723), - [1537] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(726), - [1539] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(727), - [1541] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(728), - [1543] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(729), - [1545] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(730), - [1547] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(731), - [1549] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_function_definition, 5), - [1551] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_subshell, 5), - [1553] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_concatenation_repeat1, 3), - [1555] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expansion, 4, .alias_sequence_id = 2), - [1557] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(732), - [1559] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expansion, 4), - [1561] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(733), - [1563] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(734), - [1565] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(735), - [1567] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(736), - [1569] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(737), - [1571] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(738), - [1573] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(739), - [1575] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(740), - [1577] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(741), - [1579] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(742), - [1581] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(743), - [1583] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(744), - [1585] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(745), - [1587] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(746), - [1589] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(747), - [1591] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(748), - [1593] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(749), - [1595] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(750), - [1597] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(751), - [1599] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(752), - [1601] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expansion, 5, .alias_sequence_id = 1), - [1603] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expansion, 5, .alias_sequence_id = 1), - [1605] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(753), - [1607] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expansion, 5), - [1609] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expansion, 5), - [1611] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_array, 2), - [1613] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(754), - [1615] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(755), - [1617] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_do_group, 2), - [1619] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_do_group, 2), - [1621] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(756), - [1623] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_if_statement, 4), - [1625] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 4), - [1627] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(757), - [1629] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(757), - [1631] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(760), - [1633] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(762), - [1635] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_subshell, 4), - [1637] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_subshell, 4), - [1639] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(764), - [1641] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(765), - [1643] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(766), - [1645] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(767), - [1647] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(768), - [1649] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(769), - [1651] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(770), - [1653] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(771), - [1655] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_function_definition, 4), - [1657] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_function_definition, 4), - [1659] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(773), - [1661] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(774), - [1663] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(774), - [1665] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(775), - [1667] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(776), - [1669] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(778), - [1671] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(779), - [1673] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(780), - [1675] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(780), - [1677] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(781), - [1679] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(782), - [1681] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(783), - [1683] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(783), - [1685] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(784), - [1687] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(785), - [1689] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_heredoc, 2), - [1691] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(786), - [1693] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_command, 4), - [1695] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_command, 4), - [1697] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_compound_statement, 2), - [1699] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(787), - [1701] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(788), - [1703] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(788), - [1705] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(789), - [1707] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(790), - [1709] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(791), - [1711] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(792), - [1713] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(793), - [1715] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(794), - [1717] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(794), - [1719] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(796), - [1721] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(797), - [1723] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(797), - [1725] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(799), - [1727] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(801), - [1729] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(802), - [1731] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(803), - [1733] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(803), - [1735] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(804), - [1737] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(805), - [1739] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(806), - [1741] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(806), - [1743] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_heredoc_repeat1, 2), - [1745] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_heredoc_repeat1, 2), - [1747] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_heredoc, 3), - [1749] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_heredoc, 3), - [1751] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(807), - [1753] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(808), - [1755] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(809), - [1757] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(810), - [1759] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(811), - [1761] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(812), - [1763] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(813), - [1765] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(814), - [1767] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(815), - [1769] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(816), - [1771] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(817), - [1773] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(818), - [1775] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(819), - [1777] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(819), - [1779] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(820), - [1781] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(821), - [1783] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(822), - [1785] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(823), - [1787] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(824), - [1789] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(825), - [1791] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(825), - [1793] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(827), - [1795] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(828), - [1797] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(828), - [1799] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 6), - [1801] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_elif_clause, 3), - [1803] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 6), - [1805] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(831), - [1807] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(832), - [1809] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(832), - [1811] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(834), - [1813] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(836), - [1815] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(837), - [1817] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 6), - [1819] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_case_statement_repeat1, 2), - [1821] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_case_statement_repeat1, 2), - [1823] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_case_statement_repeat1, 2), - [1825] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(838), - [1827] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(839), - [1829] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(840), - [1831] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(841), - [1833] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(842), - [1835] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(843), - [1837] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(844), - [1839] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(845), - [1841] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expansion, 5, .alias_sequence_id = 1), - [1843] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(846), - [1845] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expansion, 5), - [1847] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(847), - [1849] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(848), - [1851] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(849), - [1853] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(850), - [1855] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(851), - [1857] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(852), - [1859] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(853), - [1861] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(854), - [1863] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(855), - [1865] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(856), - [1867] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expansion, 6, .alias_sequence_id = 1), - [1869] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expansion, 6, .alias_sequence_id = 1), - [1871] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expansion, 6), - [1873] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expansion, 6), - [1875] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_array, 3), - [1877] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_do_group, 3), - [1879] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_do_group, 3), - [1881] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_if_statement, 5), - [1883] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 5), - [1885] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(858), - [1887] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_case_statement, 5), - [1889] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 5), - [1891] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(860), - [1893] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_function_definition, 5), - [1895] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_function_definition, 5), - [1897] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_subshell, 5), - [1899] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_subshell, 5), - [1901] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(862), - [1903] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(863), - [1905] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(864), - [1907] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(865), - [1909] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_compound_statement, 2), - [1911] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_compound_statement, 2), - [1913] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(866), - [1915] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(867), - [1917] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(867), - [1919] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(868), - [1921] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(869), - [1923] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(870), - [1925] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(871), - [1927] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(872), - [1929] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(873), - [1931] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(873), - [1933] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(875), - [1935] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(876), - [1937] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(876), - [1939] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_heredoc, 3), - [1941] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_compound_statement, 3), - [1943] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(878), - [1945] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(879), - [1947] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(880), - [1949] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(881), - [1951] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(882), - [1953] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(883), - [1955] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(884), - [1957] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(885), - [1959] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(886), - [1961] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(887), - [1963] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(888), - [1965] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(889), - [1967] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(889), - [1969] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(891), - [1971] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(892), - [1973] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(892), - [1975] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(894), - [1977] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(895), - [1979] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(896), - [1981] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(897), - [1983] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(898), - [1985] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(899), - [1987] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(900), - [1989] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(901), - [1991] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(902), - [1993] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(903), - [1995] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(904), - [1997] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(905), - [1999] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(906), - [2001] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(907), - [2003] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_elif_clause, 4), - [2005] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 7), - [2007] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_case_item_repeat1, 2), - [2009] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_case_item, 3), - [2011] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_case_item, 3), - [2013] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_case_item, 3), - [2015] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(908), - [2017] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(909), - [2019] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(909), - [2021] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 7), - [2023] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(912), - [2025] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(913), - [2027] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(914), - [2029] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(915), - [2031] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expansion, 6, .alias_sequence_id = 1), - [2033] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expansion, 6), - [2035] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(916), - [2037] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(917), - [2039] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(918), - [2041] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(919), - [2043] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expansion, 7, .alias_sequence_id = 2), - [2045] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expansion, 7, .alias_sequence_id = 2), - [2047] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expansion, 7), - [2049] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expansion, 7), - [2051] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_for_statement, 6), - [2053] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 6), - [2055] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_if_statement, 6), - [2057] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 6), - [2059] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(920), - [2061] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_case_statement, 6), - [2063] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 6), - [2065] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(921), - [2067] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(922), - [2069] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(923), - [2071] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_compound_statement, 3), - [2073] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_compound_statement, 3), - [2075] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(924), - [2077] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(925), - [2079] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(926), - [2081] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(927), - [2083] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(928), - [2085] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(929), - [2087] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(930), - [2089] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(931), - [2091] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(932), - [2093] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(933), - [2095] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(934), - [2097] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(935), - [2099] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(936), - [2101] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(937), - [2103] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(938), - [2105] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(939), - [2107] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(940), - [2109] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(941), - [2111] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(942), - [2113] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(943), - [2115] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(944), - [2117] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(945), - [2119] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(946), - [2121] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(947), - [2123] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_case_item, 4), - [2125] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_case_item, 4), - [2127] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_case_item, 4), - [2129] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_case_item_repeat1, 3), - [2131] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(948), - [2133] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expansion, 7, .alias_sequence_id = 2), - [2135] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expansion, 7), - [2137] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_if_statement, 7), - [2139] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 7), - [2141] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_case_statement, 7), - [2143] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 7), - [2145] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(949), - [2147] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(950), - [2149] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(951), - [2151] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(952), - [2153] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(953), - [2155] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(954), - [2157] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(955), - [2159] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(956), - [2161] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(957), - [2163] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(958), - [2165] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(959), - [2167] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(960), - [2169] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_case_item, 5), - [2171] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_case_item, 5), - [2173] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_case_item, 5), - [2175] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(961), - [2177] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(962), - [2179] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(963), - [2181] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(964), - [2183] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1027), - [2185] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1028), - [2187] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(338), - [2189] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1031), - [2191] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_do_group, 2), REDUCE(sym_do_group, 3), - [2194] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_elif_clause, 3), SHIFT(1034), - [2197] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_elif_clause, 3), SHIFT(349), - [2200] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_elif_clause, 3), SHIFT(350), - [2203] = {.count = 4, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 4), REDUCE(sym_if_statement, 5), REDUCE(sym_if_statement, 6), REDUCE(sym_if_statement, 7), - [2208] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1038), - [2210] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1038), - [2212] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 5), REDUCE(sym_case_statement, 6), REDUCE(sym_case_statement, 7), - [2216] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(965), - [2218] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(967), - [2220] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(970), - [2222] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(973), - [2224] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(977), - [2226] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1040), - [2228] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1041), - [2230] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1042), - [2232] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1043), - [2234] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1044), - [2236] = {.count = 5, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array, 2), REDUCE(sym_array, 3), REDUCE(sym_command_substitution, 3), REDUCE(sym_process_substitution, 3), SHIFT(2), - [2242] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_command_substitution, 3), REDUCE(sym_process_substitution, 3), - [2245] = {.count = 5, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array, 2), REDUCE(sym_array, 3), REDUCE(sym_command_substitution, 3), REDUCE(sym_process_substitution, 3), SHIFT(3), - [2251] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command_substitution, 3), REDUCE(sym_process_substitution, 3), - [2254] = {.count = 7, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_array, 2), REDUCE(sym_subshell, 3), REDUCE(sym_array, 3), REDUCE(sym_command_substitution, 3), REDUCE(sym_process_substitution, 3), REDUCE(sym_subshell, 4), REDUCE(sym_subshell, 5), - [2262] = {.count = 8, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_array, 2), REDUCE(sym_subshell, 3), REDUCE(sym_array, 3), REDUCE(sym_command_substitution, 3), REDUCE(sym_process_substitution, 3), REDUCE(sym_subshell, 4), REDUCE(sym_subshell, 5), SHIFT(1049), - [2271] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(9), - [2273] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(979), - [2275] = {.count = 5, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_array, 2), REDUCE(sym_array, 3), REDUCE(sym_command_substitution, 3), REDUCE(sym_process_substitution, 3), SHIFT(12), - [2281] = {.count = 5, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_array, 2), REDUCE(sym_array, 3), REDUCE(sym_command_substitution, 3), REDUCE(sym_process_substitution, 3), SHIFT(13), - [2287] = {.count = 5, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_array, 2), REDUCE(sym_array, 3), REDUCE(sym_command_substitution, 3), REDUCE(sym_process_substitution, 3), SHIFT(14), - [2293] = {.count = 5, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_array, 2), REDUCE(sym_array, 3), REDUCE(sym_command_substitution, 3), REDUCE(sym_process_substitution, 3), SHIFT(15), - [2299] = {.count = 5, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_array, 2), REDUCE(sym_array, 3), REDUCE(sym_command_substitution, 3), REDUCE(sym_process_substitution, 3), SHIFT(16), - [2305] = {.count = 5, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_array, 2), REDUCE(sym_array, 3), REDUCE(sym_command_substitution, 3), REDUCE(sym_process_substitution, 3), SHIFT(17), - [2311] = {.count = 8, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_array, 2), REDUCE(sym_subshell, 3), REDUCE(sym_array, 3), REDUCE(sym_command_substitution, 3), REDUCE(sym_process_substitution, 3), REDUCE(sym_subshell, 4), REDUCE(sym_subshell, 5), SHIFT(18), - [2320] = {.count = 5, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_array, 2), REDUCE(sym_array, 3), REDUCE(sym_command_substitution, 3), REDUCE(sym_process_substitution, 3), SHIFT(19), - [2326] = {.count = 5, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_array, 2), REDUCE(sym_array, 3), REDUCE(sym_command_substitution, 3), REDUCE(sym_process_substitution, 3), SHIFT(20), - [2332] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1051), - [2334] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1052), - [2336] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1053), - [2338] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1057), - [2340] = {.count = 10, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expansion, 3), REDUCE(sym_expansion, 3, .alias_sequence_id = 1), REDUCE(sym_expansion, 4), REDUCE(sym_expansion, 4, .alias_sequence_id = 2), REDUCE(sym_expansion, 5), REDUCE(sym_expansion, 5, .alias_sequence_id = 1), REDUCE(sym_expansion, 6), REDUCE(sym_expansion, 6, .alias_sequence_id = 1), REDUCE(sym_expansion, 7), REDUCE(sym_expansion, 7, .alias_sequence_id = 2), - [2351] = {.count = 10, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expansion, 3), REDUCE(sym_expansion, 3, .alias_sequence_id = 1), REDUCE(sym_expansion, 4), REDUCE(sym_expansion, 4, .alias_sequence_id = 2), REDUCE(sym_expansion, 5), REDUCE(sym_expansion, 5, .alias_sequence_id = 1), REDUCE(sym_expansion, 6), REDUCE(sym_expansion, 6, .alias_sequence_id = 1), REDUCE(sym_expansion, 7), REDUCE(sym_expansion, 7, .alias_sequence_id = 2), - [2362] = {.count = 12, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_compound_statement, 2), REDUCE(sym_compound_statement, 3), REDUCE(sym_expansion, 3), REDUCE(sym_expansion, 3, .alias_sequence_id = 1), REDUCE(sym_expansion, 4), REDUCE(sym_expansion, 4, .alias_sequence_id = 2), REDUCE(sym_expansion, 5), REDUCE(sym_expansion, 5, .alias_sequence_id = 1), REDUCE(sym_expansion, 6), REDUCE(sym_expansion, 6, .alias_sequence_id = 1), REDUCE(sym_expansion, 7), REDUCE(sym_expansion, 7, .alias_sequence_id = 2), - [2375] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1059), - [2377] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1060), - [2379] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1059), - [2381] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1063), - [2383] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_subscript, 4), - [2385] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1064), - [2387] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1065), - [2389] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1066), - [2391] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1067), - [2393] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1068), - [2395] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1069), - [2397] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1070), - [2399] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1065), - [2401] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1072), - [2403] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1073), - [2405] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1074), - [2407] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1075), - [2409] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1076), - [2411] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1077), - [2413] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1078), - [2415] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1073), - [2417] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_string, 2), REDUCE(sym_string, 3), - [2420] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_string, 2), REDUCE(sym_string, 3), - [2423] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_string, 2), REDUCE(sym_string, 3), SHIFT(1080), - [2427] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(70), - [2429] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_string, 2), REDUCE(sym_string, 3), SHIFT(71), - [2433] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_string, 2), REDUCE(sym_string, 3), SHIFT(72), - [2437] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_string, 2), REDUCE(sym_string, 3), SHIFT(73), - [2441] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_string, 2), REDUCE(sym_string, 3), SHIFT(74), - [2445] = {.count = 8, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_command_name, 1), REDUCE(aux_sym_for_statement_repeat1, 1), REDUCE(sym_file_redirect, 2), REDUCE(aux_sym_for_statement_repeat1, 2), REDUCE(aux_sym_concatenation_repeat1, 2), REDUCE(sym_environment_variable_assignment, 3), REDUCE(sym_file_redirect, 3), REDUCE(aux_sym_concatenation_repeat1, 3), - [2454] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_concatenation_repeat1, 2), REDUCE(aux_sym_concatenation_repeat1, 3), SHIFT(1081), - [2458] = {.count = 5, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_file_redirect, 2), REDUCE(aux_sym_concatenation_repeat1, 2), REDUCE(sym_environment_variable_assignment, 3), REDUCE(sym_file_redirect, 3), REDUCE(aux_sym_concatenation_repeat1, 3), - [2464] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_concatenation_repeat1, 2), REDUCE(aux_sym_concatenation_repeat1, 3), SHIFT(1082), - [2468] = {.count = 11, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command_name, 1), REDUCE(aux_sym_for_statement_repeat1, 1), REDUCE(sym_file_redirect, 2), REDUCE(aux_sym_for_statement_repeat1, 2), REDUCE(aux_sym_case_item_repeat1, 2), REDUCE(aux_sym_concatenation_repeat1, 2), REDUCE(sym_environment_variable_assignment, 3), REDUCE(sym_file_redirect, 3), REDUCE(aux_sym_case_item_repeat1, 3), REDUCE(aux_sym_concatenation_repeat1, 3), SHIFT(720), - [2480] = {.count = 11, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command_name, 1), REDUCE(aux_sym_for_statement_repeat1, 1), REDUCE(sym_file_redirect, 2), REDUCE(aux_sym_for_statement_repeat1, 2), REDUCE(aux_sym_case_item_repeat1, 2), REDUCE(aux_sym_concatenation_repeat1, 2), REDUCE(sym_environment_variable_assignment, 3), REDUCE(sym_file_redirect, 3), REDUCE(aux_sym_case_item_repeat1, 3), REDUCE(aux_sym_concatenation_repeat1, 3), SHIFT(721), - [2492] = {.count = 9, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command_name, 1), REDUCE(aux_sym_for_statement_repeat1, 1), REDUCE(sym_file_redirect, 2), REDUCE(aux_sym_for_statement_repeat1, 2), REDUCE(aux_sym_concatenation_repeat1, 2), REDUCE(sym_environment_variable_assignment, 3), REDUCE(sym_file_redirect, 3), REDUCE(aux_sym_concatenation_repeat1, 3), SHIFT(1083), - [2502] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_concatenation_repeat1, 2), REDUCE(aux_sym_concatenation_repeat1, 3), SHIFT(1084), - [2506] = {.count = 8, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command_name, 1), REDUCE(aux_sym_for_statement_repeat1, 1), REDUCE(sym_file_redirect, 2), REDUCE(aux_sym_for_statement_repeat1, 2), REDUCE(aux_sym_concatenation_repeat1, 2), REDUCE(sym_environment_variable_assignment, 3), REDUCE(sym_file_redirect, 3), REDUCE(aux_sym_concatenation_repeat1, 3), - [2515] = {.count = 5, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_for_statement_repeat1, 1), REDUCE(aux_sym_for_statement_repeat1, 2), REDUCE(aux_sym_concatenation_repeat1, 2), REDUCE(aux_sym_concatenation_repeat1, 3), SHIFT(304), - [2521] = {.count = 4, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_for_statement_repeat1, 1), REDUCE(aux_sym_for_statement_repeat1, 2), REDUCE(aux_sym_concatenation_repeat1, 2), REDUCE(aux_sym_concatenation_repeat1, 3), - [2526] = {.count = 7, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command_name, 1), REDUCE(aux_sym_for_statement_repeat1, 1), REDUCE(sym_file_redirect, 2), REDUCE(aux_sym_for_statement_repeat1, 2), REDUCE(aux_sym_concatenation_repeat1, 2), REDUCE(sym_file_redirect, 3), REDUCE(aux_sym_concatenation_repeat1, 3), - [2534] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_special_variable_name, 1), SHIFT(1085), - [2537] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1085), - [2539] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1086), - [2541] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_special_variable_name, 1), SHIFT(81), - [2544] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1088), - [2546] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_special_variable_name, 1), SHIFT(1090), - [2549] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1091), - [2551] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1091), - [2553] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_command_substitution, 3), SHIFT(2), - [2556] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_command_substitution, 3), SHIFT(85), - [2559] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(91), - [2561] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command_substitution, 3), SHIFT(12), - [2564] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command_substitution, 3), SHIFT(94), - [2567] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command_substitution, 3), SHIFT(95), - [2570] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command_substitution, 3), SHIFT(96), - [2573] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command_substitution, 3), SHIFT(97), - [2576] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command_substitution, 3), SHIFT(98), - [2579] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command_substitution, 3), SHIFT(99), - [2582] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command_substitution, 3), SHIFT(100), - [2585] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command_substitution, 3), SHIFT(101), - [2588] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1097), - [2590] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__terminated_statement, 2), SHIFT(968), - [2593] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1098), - [2595] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1099), - [2597] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__terminated_statement, 2), SHIFT(131), - [2600] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__terminated_statement, 2), SHIFT(554), - [2603] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__terminated_statement, 2), SHIFT(133), - [2606] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__terminated_statement, 2), SHIFT(134), - [2609] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__terminated_statement, 2), SHIFT(135), - [2612] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__terminated_statement, 2), SHIFT(136), - [2615] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__terminated_statement, 2), SHIFT(137), - [2618] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__terminated_statement, 2), SHIFT(554), - [2621] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1101), - [2623] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_heredoc_repeat1, 1), REDUCE(aux_sym_heredoc_repeat1, 2), - [2626] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_heredoc_repeat1, 1), REDUCE(aux_sym_heredoc_repeat1, 2), - [2629] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_heredoc, 2), REDUCE(sym_heredoc, 3), - [2632] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_heredoc, 2), REDUCE(sym_heredoc, 3), - [2635] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1102), - [2637] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1102), - [2639] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1103), - [2641] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1104), - [2643] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1105), - [2645] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1106), - [2647] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1107), - [2649] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1108), - [2651] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(993), - [2653] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1104), - [2655] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_program_repeat1, 1), REDUCE(aux_sym_program_repeat1, 2), - [2658] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_program_repeat1, 1), REDUCE(aux_sym_program_repeat1, 2), - [2661] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(968), - [2663] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(971), - [2665] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_program_repeat1, 1), REDUCE(aux_sym_program_repeat1, 2), - [2668] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_pipeline, 3), REDUCE(sym_list, 3, .fragile = true), SHIFT(1110), - [2672] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_pipeline, 3), REDUCE(sym_list, 3, .fragile = true), SHIFT(1111), - [2676] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_pipeline, 3), REDUCE(sym_list, 3, .fragile = true), SHIFT(1112), - [2680] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_pipeline, 3), REDUCE(sym_list, 3, .fragile = true), SHIFT(1113), - [2684] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_pipeline, 3), REDUCE(sym_list, 3, .fragile = true), SHIFT(1114), - [2688] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_while_statement, 3), REDUCE(sym_for_statement, 6), - [2691] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_if_statement_repeat1, 1), REDUCE(aux_sym_if_statement_repeat1, 2), - [2694] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1115), - [2696] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_case_statement_repeat1, 1), REDUCE(aux_sym_case_statement_repeat1, 2), - [2699] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_case_statement_repeat1, 1), REDUCE(aux_sym_case_statement_repeat1, 2), - [2702] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_case_statement_repeat1, 1), REDUCE(aux_sym_case_statement_repeat1, 2), - [2705] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_function_definition, 4), REDUCE(sym_function_definition, 5), - [2708] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1116), - [2710] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command, 1), REDUCE(sym_command, 2), - [2713] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1117), - [2715] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1118), - [2717] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command, 1), REDUCE(sym_command, 2), SHIFT(18), - [2721] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat1, 1, .fragile = true), REDUCE(aux_sym_command_repeat1, 2), - [2724] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat1, 1, .fragile = true), REDUCE(aux_sym_command_repeat1, 2), - [2727] = {.count = 5, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat1, 1, .fragile = true), REDUCE(aux_sym_command_repeat1, 2), REDUCE(sym_pipeline, 3), REDUCE(sym_list, 3, .fragile = true), SHIFT(1114), - [2733] = {.count = 4, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat1, 1, .fragile = true), REDUCE(aux_sym_command_repeat2, 1), REDUCE(aux_sym_command_repeat1, 2), REDUCE(aux_sym_command_repeat2, 2), - [2738] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat2, 1), REDUCE(aux_sym_command_repeat2, 2), - [2741] = {.count = 4, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat1, 1, .fragile = true), REDUCE(aux_sym_command_repeat2, 1), REDUCE(aux_sym_command_repeat1, 2), REDUCE(aux_sym_command_repeat2, 2), - [2746] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat2, 1), REDUCE(aux_sym_command_repeat2, 2), - [2749] = {.count = 6, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_command_name, 1), REDUCE(aux_sym_for_statement_repeat1, 1), REDUCE(sym_file_redirect, 2), REDUCE(aux_sym_for_statement_repeat1, 2), REDUCE(sym_environment_variable_assignment, 3), REDUCE(sym_file_redirect, 3), - [2756] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_file_redirect, 2), REDUCE(sym_environment_variable_assignment, 3), REDUCE(sym_file_redirect, 3), - [2760] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1082), - [2762] = {.count = 9, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command_name, 1), REDUCE(aux_sym_for_statement_repeat1, 1), REDUCE(sym_file_redirect, 2), REDUCE(aux_sym_for_statement_repeat1, 2), REDUCE(aux_sym_case_item_repeat1, 2), REDUCE(sym_environment_variable_assignment, 3), REDUCE(sym_file_redirect, 3), REDUCE(aux_sym_case_item_repeat1, 3), SHIFT(720), - [2772] = {.count = 9, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command_name, 1), REDUCE(aux_sym_for_statement_repeat1, 1), REDUCE(sym_file_redirect, 2), REDUCE(aux_sym_for_statement_repeat1, 2), REDUCE(aux_sym_case_item_repeat1, 2), REDUCE(sym_environment_variable_assignment, 3), REDUCE(sym_file_redirect, 3), REDUCE(aux_sym_case_item_repeat1, 3), SHIFT(721), - [2782] = {.count = 7, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command_name, 1), REDUCE(aux_sym_for_statement_repeat1, 1), REDUCE(sym_file_redirect, 2), REDUCE(aux_sym_for_statement_repeat1, 2), REDUCE(sym_environment_variable_assignment, 3), REDUCE(sym_file_redirect, 3), SHIFT(1083), - [2790] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1084), - [2792] = {.count = 6, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command_name, 1), REDUCE(aux_sym_for_statement_repeat1, 1), REDUCE(sym_file_redirect, 2), REDUCE(aux_sym_for_statement_repeat1, 2), REDUCE(sym_environment_variable_assignment, 3), REDUCE(sym_file_redirect, 3), - [2799] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_for_statement_repeat1, 1), REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT(304), - [2803] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_for_statement_repeat1, 1), REDUCE(aux_sym_for_statement_repeat1, 2), - [2806] = {.count = 5, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command_name, 1), REDUCE(aux_sym_for_statement_repeat1, 1), REDUCE(sym_file_redirect, 2), REDUCE(aux_sym_for_statement_repeat1, 2), REDUCE(sym_file_redirect, 3), - [2812] = {.count = 10, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command_name, 1), REDUCE(aux_sym_for_statement_repeat1, 1), REDUCE(aux_sym_string_repeat1, 1), REDUCE(sym_file_redirect, 2), REDUCE(aux_sym_for_statement_repeat1, 2), REDUCE(aux_sym_concatenation_repeat1, 2), REDUCE(aux_sym_string_repeat1, 2), REDUCE(sym_environment_variable_assignment, 3), REDUCE(sym_file_redirect, 3), REDUCE(aux_sym_concatenation_repeat1, 3), - [2823] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_string_repeat1, 1), REDUCE(aux_sym_string_repeat1, 2), - [2826] = {.count = 12, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command_name, 1), REDUCE(aux_sym_for_statement_repeat1, 1), REDUCE(aux_sym_heredoc_repeat1, 1), REDUCE(aux_sym_string_repeat1, 1), REDUCE(sym_file_redirect, 2), REDUCE(aux_sym_for_statement_repeat1, 2), REDUCE(aux_sym_heredoc_repeat1, 2), REDUCE(aux_sym_concatenation_repeat1, 2), REDUCE(aux_sym_string_repeat1, 2), REDUCE(sym_environment_variable_assignment, 3), REDUCE(sym_file_redirect, 3), REDUCE(aux_sym_concatenation_repeat1, 3), - [2839] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_simple_expansion, 2), SHIFT(1122), - [2842] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1123), - [2844] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1124), - [2846] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1124), - [2848] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1125), - [2850] = {.count = 3, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_else_clause, 2), REDUCE(sym_elif_clause, 4), SHIFT(1126), - [2854] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_elif_clause, 4), SHIFT(349), - [2857] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_elif_clause, 4), SHIFT(350), - [2860] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1127), - [2862] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1128), - [2864] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command, 2), REDUCE(sym_command, 3), - [2867] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command, 2), REDUCE(sym_command, 3), SHIFT(1133), - [2871] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(983), - [2873] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1134), - [2875] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1135), - [2877] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1136), - [2879] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1137), - [2881] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1138), - [2883] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command, 2), REDUCE(sym_command, 3), SHIFT(1139), - [2887] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1140), - [2889] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1143), - [2891] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1145), - [2893] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command, 2), REDUCE(sym_command, 3), REDUCE(sym_command, 4), - [2897] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1148), - [2899] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1149), - [2901] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1150), - [2903] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1151), - [2905] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1133), - [2907] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(968), - [2909] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1152), - [2911] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1126), - [2913] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_elif_clause, 4), SHIFT(1126), - [2916] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1083), - [2918] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command_name, 1), REDUCE(aux_sym_case_item_repeat1, 2), REDUCE(aux_sym_case_item_repeat1, 3), - [2922] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1154), - [2924] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_pipeline, 3), SHIFT(1110), - [2927] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_pipeline, 3), SHIFT(1113), - [2930] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command, 1), SHIFT(18), - [2933] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat1, 1, .fragile = true), REDUCE(sym_pipeline, 3), - [2936] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_case_item, 3), REDUCE(sym_case_item, 4), - [2939] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_case_item, 3), REDUCE(sym_case_item, 4), - [2942] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_case_item, 3), REDUCE(sym_case_item, 4), - [2945] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1157), - [2947] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command_name, 1), REDUCE(aux_sym_array_repeat1, 1), - [2950] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1158), - [2952] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1159), - [2954] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_for_statement_repeat1, 1), SHIFT(304), - [2957] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1090), - [2959] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(983), - [2961] = {.count = 4, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expansion, 6), REDUCE(sym_expansion, 6, .alias_sequence_id = 1), REDUCE(sym_expansion, 7), REDUCE(sym_expansion, 7, .alias_sequence_id = 2), - [2966] = {.count = 4, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expansion, 6), REDUCE(sym_expansion, 6, .alias_sequence_id = 1), REDUCE(sym_expansion, 7), REDUCE(sym_expansion, 7, .alias_sequence_id = 2), - [2971] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1160), - [2973] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1162), - [2975] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1164), - [2977] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1164), - [2979] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1165), - [2981] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1167), - [2983] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1168), - [2985] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1176), - [2987] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_file_redirect, 2), REDUCE(sym_file_redirect, 3), - [2990] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1178), - [2992] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_file_redirect, 2), REDUCE(sym_file_redirect, 3), - [2995] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1180), - [2997] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1180), - [2999] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1181), - [3001] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1183), - [3003] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1184), - [3005] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1192), - [3007] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1192), - [3009] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1193), - [3011] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1097), - [3013] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expansion, 5), REDUCE(sym_expansion, 5, .alias_sequence_id = 1), - [3016] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expansion, 5), REDUCE(sym_expansion, 5, .alias_sequence_id = 1), - [3019] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1194), - [3021] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1195), - [3023] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1196), - [3025] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1197), - [3027] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1063), - [3029] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1084), - [3031] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1114), - [3033] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat1, 1, .fragile = true), SHIFT(1114), - [3036] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1198), - [3038] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1199), - [3040] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 5), REDUCE(sym_case_statement, 6), - [3043] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_subshell, 4), REDUCE(sym_subshell, 5), - [3046] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1200), - [3048] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1200), - [3050] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1080), - [3052] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_concatenation_repeat1, 2), REDUCE(aux_sym_concatenation_repeat1, 3), - [3055] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_concatenation_repeat1, 2), REDUCE(aux_sym_concatenation_repeat1, 3), - [3058] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1202), - [3060] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1202), - [3062] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1203), - [3064] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1205), - [3066] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1206), - [3068] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1212), - [3070] = {.count = 4, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_subshell, 3), REDUCE(sym_command_substitution, 3), REDUCE(sym_process_substitution, 3), REDUCE(sym_subshell, 4), - [3075] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 5), REDUCE(sym_if_statement, 6), REDUCE(sym_if_statement, 7), - [3079] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1215), - [3081] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1215), - [3083] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1216), - [3085] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1217), - [3087] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1218), - [3089] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1219), - [3091] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1220), - [3093] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1221), - [3095] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1222), - [3097] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1217), - [3099] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(996), - [3101] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(997), - [3103] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command, 2), REDUCE(sym_command, 3), SHIFT(18), - [3107] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expansion, 3), REDUCE(sym_expansion, 4), - [3110] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expansion, 3), REDUCE(sym_expansion, 4), - [3113] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1224), - [3115] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1225), - [3117] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1225), - [3119] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_case_item, 4), REDUCE(sym_case_item, 5), - [3122] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_case_item, 4), REDUCE(sym_case_item, 5), - [3125] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_case_item, 4), REDUCE(sym_case_item, 5), - [3128] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1227), - [3130] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1228), - [3132] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1229), - [3134] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1231), - [3136] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1233), - [3138] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1235), - [3140] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1235), - [3142] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1236), - [3144] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1238), - [3146] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1239), - [3148] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command, 3), REDUCE(sym_command, 4), - [3151] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 5), REDUCE(sym_if_statement, 6), - [3154] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1247), - [3156] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 6), REDUCE(sym_case_statement, 7), - [3159] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command, 2), SHIFT(18), - [3162] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1250), - [3164] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1250), - [3166] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1034), - [3168] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1252), - [3170] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1253), - [3172] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1227), - [3174] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1254), - [3176] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1255), - [3178] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1255), - [3180] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1256), - [3182] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1257), - [3184] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1259), - [3186] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1260), - [3188] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1261), - [3190] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1261), - [3192] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1262), - [3194] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1263), - [3196] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1264), - [3198] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1264), - [3200] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1265), - [3202] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat1, 1, .fragile = true), SHIFT(1265), - [3205] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1266), - [3207] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1267), - [3209] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1268), - [3211] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1268), - [3213] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1269), - [3215] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1270), - [3217] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1272), - [3219] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1273), - [3221] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1274), - [3223] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1274), - [3225] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1275), - [3227] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1276), - [3229] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1277), - [3231] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1277), - [3233] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1278), - [3235] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat1, 1, .fragile = true), SHIFT(1278), - [3238] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1279), - [3240] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1280), - [3242] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1282), - [3244] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1283), - [3246] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1284), - [3248] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1286), - [3250] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1288), - [3252] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1289), - [3254] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1290), - [3256] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1290), - [3258] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1291), - [3260] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1292), - [3262] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1293), - [3264] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1293), - [3266] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1294), - [3268] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat1, 1, .fragile = true), SHIFT(1294), - [3271] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_list, 3, .fragile = true), SHIFT(1110), - [3274] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_list, 3, .fragile = true), SHIFT(1113), - [3277] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat1, 1, .fragile = true), REDUCE(sym_list, 3, .fragile = true), - [3280] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1295), - [3282] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1295), - [3284] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1297), - [3286] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1299), - [3288] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1301), - [3290] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1301), - [3292] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1302), - [3294] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1304), - [3296] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1305), - [3298] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1313), - [3300] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1314), - [3302] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1315), - [3304] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1316), - [3306] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1317), - [3308] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1134), - [3310] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1318), - [3312] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1136), - [3314] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1137), - [3316] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1138), - [3318] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1139), - [3320] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1140), - [3322] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1318), - [3324] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1319), - [3326] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1320), - [3328] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1322), - [3330] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1323), - [3332] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1324), - [3334] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1324), - [3336] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1325), - [3338] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1326), - [3340] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1327), - [3342] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1327), - [3344] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1328), - [3346] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat1, 1, .fragile = true), SHIFT(1328), - [3349] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1329), - [3351] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 6), REDUCE(sym_if_statement, 7), - [3354] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command, 3), SHIFT(18), - [3357] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1126), - [3359] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(979), - [3361] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1333), - [3363] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1333), - [3365] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1334), - [3367] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1335), - [3369] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1336), - [3371] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1337), - [3373] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1338), - [3375] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1339), - [3377] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1339), - [3379] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1341), - [3381] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1342), - [3383] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1342), - [3385] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1344), - [3387] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1344), - [3389] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1345), - [3391] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1346), - [3393] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1347), - [3395] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1348), - [3397] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1349), - [3399] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1350), - [3401] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1350), - [3403] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1352), - [3405] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1353), - [3407] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1353), - [3409] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1355), - [3411] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1356), - [3413] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1357), - [3415] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1358), - [3417] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1359), - [3419] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1360), - [3421] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1361), - [3423] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1362), - [3425] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1363), - [3427] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1363), - [3429] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1365), - [3431] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1366), - [3433] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1366), - [3435] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1368), - [3437] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1369), - [3439] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1369), - [3441] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1370), - [3443] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1371), - [3445] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1373), - [3447] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1374), - [3449] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1375), - [3451] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1375), - [3453] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1376), - [3455] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1377), - [3457] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1378), - [3459] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1378), - [3461] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1379), - [3463] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat1, 1, .fragile = true), SHIFT(1379), - [3466] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1380), - [3468] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1381), - [3470] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1382), - [3472] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1382), - [3474] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1383), - [3476] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1384), - [3478] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1385), - [3480] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1386), - [3482] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1387), - [3484] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1388), - [3486] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1388), - [3488] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1390), - [3490] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1391), - [3492] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1391), - [3494] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1393), - [3496] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1394), - [3498] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1395), - [3500] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1396), - [3502] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1397), - [3504] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1398), - [3506] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1399), - [3508] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1400), - [3510] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1401), - [3512] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1402), - [3514] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1403), - [3516] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1404), - [3518] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1405), - [3520] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1406), - [3522] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1407), - [3524] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1408), - [3526] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1409), - [3528] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1410), - [3530] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1411), - [3532] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1412), - [3534] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1413), - [3536] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1413), - [3538] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1414), - [3540] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1415), - [3542] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1416), - [3544] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1417), - [3546] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1418), - [3548] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1419), - [3550] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1419), - [3552] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1421), - [3554] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1422), - [3556] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1422), - [3558] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expansion, 6), REDUCE(sym_expansion, 7), - [3561] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expansion, 6), REDUCE(sym_expansion, 7), - [3564] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1424), - [3566] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1425), - [3568] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1426), - [3570] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1427), - [3572] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1428), - [3574] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1429), - [3576] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1430), - [3578] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1431), - [3580] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1432), - [3582] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1433), - [3584] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1434), - [3586] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1435), - [3588] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1436), - [3590] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1437), - [3592] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1438), - [3594] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1439), - [3596] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1440), - [3598] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1441), - [3600] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1442), - [3602] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1443), - [3604] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1444), - [3606] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1445), - [3608] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1446), - [3610] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1447), - [3612] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1448), - [3614] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1449), - [3616] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1450), - [3618] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1451), - [3620] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1452), - [3622] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1453), - [3624] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1454), - [3626] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1455), - [3628] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1456), - [3630] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1457), - [3632] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1458), - [3634] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1459), - [3636] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1460), - [3638] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1461), - [3640] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1462), - [3642] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1463), - [3644] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1464), - [3646] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1465), + [1] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(), + [3] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(), + [5] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, SHIFT_EXTRA(), RECOVER(), + [8] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, RECOVER(), + [10] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(2), + [12] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(3), + [14] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_program, 0), + [16] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(4), + [18] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(5), + [20] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(6), + [22] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(7), + [24] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(8), + [26] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(9), + [28] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(10), + [30] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(11), + [32] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(12), + [34] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(12), + [36] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(13), + [38] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(14), + [40] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(15), + [42] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(16), + [44] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(17), + [46] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(18), + [48] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(19), + [50] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(20), + [52] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT_EXTRA(), + [54] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(31), + [56] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(31), + [58] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(32), + [60] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(33), + [62] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(34), + [64] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(39), + [66] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(40), + [68] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(41), + [70] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(42), + [72] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(43), + [74] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(44), + [76] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(45), + [78] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(40), + [80] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(47), + [82] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(51), + [84] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(52), + [86] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(53), + [88] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(54), + [90] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(55), + [92] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(56), + [94] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(57), + [96] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(52), + [98] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(60), + [100] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(61), + [102] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(62), + [104] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(63), + [106] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(64), + [108] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(65), + [110] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(66), + [112] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(61), + [114] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(69), + [116] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(70), + [118] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(71), + [120] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(72), + [122] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(73), + [124] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(74), + [126] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(75), + [128] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(70), + [130] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(77), + [132] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(78), + [134] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(79), + [136] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(80), + [138] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(81), + [140] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(82), + [142] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT_EXTRA(), + [144] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_command_name, 1), + [146] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(84), + [148] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command_name, 1), + [150] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(86), + [152] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(87), + [154] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(86), + [156] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(89), + [158] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(90), + [160] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(91), + [162] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(89), + [164] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(93), + [166] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(94), + [168] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(95), + [170] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(96), + [172] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(97), + [174] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(98), + [176] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(99), + [178] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(100), + [180] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(101), + [182] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(102), + [184] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(103), + [186] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(104), + [188] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(105), + [190] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(106), + [192] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(107), + [194] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(108), + [196] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(109), + [198] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(122), + [200] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, ACCEPT_INPUT(), + [202] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_program_repeat1, 1), + [204] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_program_repeat1, 1), + [206] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_program_repeat1, 1), + [208] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(123), + [210] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(124), + [212] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(125), + [214] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(126), + [216] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command, 1), + [218] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(127), + [220] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(128), + [222] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(13), + [224] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(129), + [226] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(15), + [228] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(16), + [230] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(17), + [232] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(18), + [234] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(19), + [236] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat1, 1, .fragile = true), + [238] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat1, 1, .fragile = true), + [240] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_command_repeat1, 1, .fragile = true), + [242] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_program, 1), + [244] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(135), + [246] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(14), + [248] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(139), + [250] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(139), + [252] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(141), + [254] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(142), + [256] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(143), + [258] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(144), + [260] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(145), + [262] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(146), + [264] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(147), + [266] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(142), + [268] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(149), + [270] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(150), + [272] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(151), + [274] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(152), + [276] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(153), + [278] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(154), + [280] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(155), + [282] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(156), + [284] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(157), + [286] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(152), + [288] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(158), + [290] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(159), + [292] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(161), + [294] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(162), + [296] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(163), + [298] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(165), + [300] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(166), + [302] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(167), + [304] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(169), + [306] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(170), + [308] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(169), + [310] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(172), + [312] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(173), + [314] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(181), + [316] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(182), + [318] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(183), + [320] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(186), + [322] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(188), + [324] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_for_statement_repeat1, 1), + [326] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_for_statement_repeat1, 1), + [328] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_for_statement_repeat1, 1), + [330] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(190), + [332] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(191), + [334] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(190), + [336] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(193), + [338] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(194), + [340] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(202), + [342] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(203), + [344] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(203), + [346] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(205), + [348] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(207), + [350] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(209), + [352] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(210), + [354] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(209), + [356] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(212), + [358] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(213), + [360] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(221), + [362] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(221), + [364] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(223), + [366] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_file_redirect, 2), + [368] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(225), + [370] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_file_redirect, 2), + [372] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(227), + [374] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(228), + [376] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(227), + [378] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(230), + [380] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(231), + [382] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_string, 2), + [384] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_string, 2), + [386] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_string_repeat1, 1), + [388] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_string_repeat1, 1), + [390] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(239), + [392] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(240), + [394] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(239), + [396] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(242), + [398] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(243), + [400] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(249), + [402] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(250), + [404] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(251), + [406] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(251), + [408] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_concatenation, 2), + [410] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(252), + [412] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_concatenation, 2), + [414] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_special_variable_name, 1), + [416] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_special_variable_name, 1), + [418] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_simple_expansion, 2, .alias_sequence_id = 1), + [420] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_simple_expansion, 2, .alias_sequence_id = 1), + [422] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_simple_expansion, 2), + [424] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_simple_expansion, 2), + [426] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_special_variable_name, 1), + [428] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(253), + [430] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(255), + [432] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(256), + [434] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(257), + [436] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(257), + [438] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(258), + [440] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(259), + [442] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(260), + [444] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(260), + [446] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(261), + [448] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(262), + [450] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(265), + [452] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(265), + [454] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(267), + [456] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(273), + [458] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(275), + [460] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_command_name, 1), + [462] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(277), + [464] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(278), + [466] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(277), + [468] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(280), + [470] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(281), + [472] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(289), + [474] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(290), + [476] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(291), + [478] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(290), + [480] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(292), + [482] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(293), + [484] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_command, 1), + [486] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_command, 1), + [488] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(294), + [490] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(294), + [492] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(295), + [494] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(295), + [496] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(296), + [498] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(296), + [500] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(292), + [502] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(103), + [504] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(302), + [506] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(302), + [508] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(303), + [510] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(303), + [512] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(306), + [514] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(307), + [516] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__terminated_statement, 2), + [518] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__terminated_statement, 2), + [520] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__terminated_statement, 2), + [522] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(312), + [524] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(312), + [526] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(313), + [528] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(314), + [530] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(315), + [532] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(316), + [534] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(317), + [536] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(318), + [538] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(319), + [540] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(314), + [542] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(321), + [544] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(322), + [546] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat2, 1), + [548] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat2, 1), + [550] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command, 2), + [552] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(324), + [554] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_program_repeat1, 2), + [556] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_program_repeat1, 2), + [558] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_program_repeat1, 2), + [560] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(328), + [562] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat1, 2), + [564] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_command_repeat1, 2), + [566] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_file_redirect, 3), + [568] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_file_redirect, 3), + [570] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(330), + [572] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(332), + [574] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(333), + [576] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(335), + [578] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(336), + [580] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(335), + [582] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(338), + [584] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(339), + [586] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_environment_variable_assignment, 3), + [588] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_environment_variable_assignment, 3), + [590] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(347), + [592] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(348), + [594] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(350), + [596] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(352), + [598] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(354), + [600] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(355), + [602] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(354), + [604] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(357), + [606] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(358), + [608] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(366), + [610] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(367), + [612] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(368), + [614] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(369), + [616] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(370), + [618] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(371), + [620] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(372), + [622] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(367), + [624] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(375), + [626] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_while_statement, 3), + [628] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(380), + [630] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(381), + [632] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(382), + [634] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(390), + [636] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(391), + [638] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(391), + [640] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(392), + [642] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(393), + [644] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(394), + [646] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(395), + [648] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(397), + [650] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(398), + [652] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(399), + [654] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(399), + [656] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(400), + [658] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(401), + [660] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(402), + [662] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(402), + [664] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(403), + [666] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(404), + [668] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(405), + [670] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_subshell, 3), + [672] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(406), + [674] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(406), + [676] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(407), + [678] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_string, 2), + [680] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(408), + [682] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(409), + [684] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(409), + [686] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(410), + [688] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_concatenation, 2), + [690] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_simple_expansion, 2, .alias_sequence_id = 1), + [692] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_simple_expansion, 2), + [694] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(411), + [696] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(413), + [698] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(414), + [700] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(415), + [702] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(415), + [704] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(416), + [706] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(417), + [708] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(418), + [710] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(418), + [712] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(419), + [714] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(420), + [716] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_bracket_command, 3), + [718] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_for_statement_repeat1, 2), + [720] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_for_statement_repeat1, 2), + [722] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_for_statement_repeat1, 2), + [724] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(421), + [726] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(422), + [728] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(422), + [730] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(423), + [732] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(424), + [734] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(426), + [736] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(427), + [738] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(428), + [740] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(428), + [742] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(429), + [744] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(430), + [746] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(431), + [748] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(431), + [750] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(432), + [752] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(433), + [754] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(434), + [756] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(435), + [758] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(435), + [760] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(436), + [762] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(437), + [764] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(439), + [766] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(440), + [768] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(441), + [770] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(441), + [772] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(442), + [774] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(443), + [776] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(444), + [778] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(444), + [780] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(445), + [782] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(446), + [784] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(447), + [786] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(449), + [788] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(450), + [790] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(451), + [792] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(451), + [794] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(452), + [796] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(453), + [798] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(454), + [800] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(454), + [802] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(455), + [804] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_string, 3), + [806] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_string, 3), + [808] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_string_repeat1, 2), + [810] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_string_repeat1, 2), + [812] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_concatenation_repeat1, 2), + [814] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_concatenation_repeat1, 2), + [816] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(456), + [818] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(456), + [820] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(457), + [822] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(458), + [824] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(459), + [826] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(460), + [828] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expansion, 3, .alias_sequence_id = 1), + [830] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expansion, 3, .alias_sequence_id = 1), + [832] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(461), + [834] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(462), + [836] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(462), + [838] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expansion, 3), + [840] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expansion, 3), + [842] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(464), + [844] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(465), + [846] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(465), + [848] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(467), + [850] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(468), + [852] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(469), + [854] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(470), + [856] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(471), + [858] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(472), + [860] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(473), + [862] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(474), + [864] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(475), + [866] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(470), + [868] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(476), + [870] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(477), + [872] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(479), + [874] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(480), + [876] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(481), + [878] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(482), + [880] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(483), + [882] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(484), + [884] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(487), + [886] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(488), + [888] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(489), + [890] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(489), + [892] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(490), + [894] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(491), + [896] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(493), + [898] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(494), + [900] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(495), + [902] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(495), + [904] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(496), + [906] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(497), + [908] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(498), + [910] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(498), + [912] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(499), + [914] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(500), + [916] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(501), + [918] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_command_substitution, 3), + [920] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command_substitution, 3), + [922] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(506), + [924] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(506), + [926] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(507), + [928] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(508), + [930] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(509), + [932] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(510), + [934] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(511), + [936] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(512), + [938] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(513), + [940] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(508), + [942] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(515), + [944] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(516), + [946] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_command_repeat2, 1), + [948] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_command, 2), + [950] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_command, 2), + [952] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(518), + [954] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(518), + [956] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_process_substitution, 3), + [958] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_process_substitution, 3), + [960] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(527), + [962] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_pipeline, 3), + [964] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_list, 3, .fragile = true), + [966] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(529), + [968] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(529), + [970] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(531), + [972] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(533), + [974] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_file_redirect, 2), + [976] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(535), + [978] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(536), + [980] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(535), + [982] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(538), + [984] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(539), + [986] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_heredoc, 1), + [988] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_heredoc, 1), + [990] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(547), + [992] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(548), + [994] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(549), + [996] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(550), + [998] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_heredoc_redirect, 2), + [1000] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_heredoc_redirect, 2), + [1002] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command, 3), + [1004] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat2, 2), + [1006] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat2, 2), + [1008] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(552), + [1010] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(553), + [1012] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(554), + [1014] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(554), + [1016] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(556), + [1018] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(557), + [1020] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(557), + [1022] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_subscript, 4), + [1024] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(558), + [1026] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(559), + [1028] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(561), + [1030] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(562), + [1032] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(563), + [1034] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(563), + [1036] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(564), + [1038] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(565), + [1040] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(566), + [1042] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(566), + [1044] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(567), + [1046] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(568), + [1048] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array, 2), + [1050] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_array, 2), + [1052] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_array_repeat1, 1), + [1054] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_array_repeat1, 1), + [1056] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(569), + [1058] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(570), + [1060] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(571), + [1062] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(572), + [1064] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(572), + [1066] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(573), + [1068] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(574), + [1070] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(576), + [1072] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(577), + [1074] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(578), + [1076] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(578), + [1078] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(579), + [1080] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(580), + [1082] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(581), + [1084] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(581), + [1086] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(582), + [1088] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(583), + [1090] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(584), + [1092] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(586), + [1094] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(588), + [1096] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(589), + [1098] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(588), + [1100] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(591), + [1102] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(592), + [1104] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(600), + [1106] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(366), + [1108] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(601), + [1110] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(368), + [1112] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(369), + [1114] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(370), + [1116] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(371), + [1118] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(372), + [1120] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_do_group, 2), + [1122] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(603), + [1124] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(604), + [1126] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 4), + [1128] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_else_clause, 1), + [1130] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(611), + [1132] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_if_statement_repeat1, 1), + [1134] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(612), + [1136] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(612), + [1138] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(381), + [1140] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(382), + [1142] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(617), + [1144] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(618), + [1146] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(618), + [1148] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(622), + [1150] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(623), + [1152] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(623), + [1154] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(624), + [1156] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(625), + [1158] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(626), + [1160] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(627), + [1162] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(628), + [1164] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(629), + [1166] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(629), + [1168] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(631), + [1170] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(632), + [1172] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(632), + [1174] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_subshell, 4), + [1176] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(635), + [1178] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_string, 3), + [1180] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_concatenation_repeat1, 2), + [1182] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(636), + [1184] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(636), + [1186] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(637), + [1188] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(638), + [1190] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(639), + [1192] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(640), + [1194] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expansion, 3, .alias_sequence_id = 1), + [1196] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(641), + [1198] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(642), + [1200] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(642), + [1202] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expansion, 3), + [1204] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(644), + [1206] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(645), + [1208] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(645), + [1210] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_command_substitution, 3), + [1212] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_process_substitution, 3), + [1214] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(647), + [1216] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(647), + [1218] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(648), + [1220] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(649), + [1222] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(650), + [1224] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(651), + [1226] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(652), + [1228] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(653), + [1230] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(653), + [1232] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(655), + [1234] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(656), + [1236] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(656), + [1238] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(658), + [1240] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(658), + [1242] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(659), + [1244] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(660), + [1246] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(661), + [1248] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(662), + [1250] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(663), + [1252] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(664), + [1254] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(664), + [1256] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(666), + [1258] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(667), + [1260] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(667), + [1262] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(669), + [1264] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(670), + [1266] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(671), + [1268] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(672), + [1270] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(673), + [1272] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(674), + [1274] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(674), + [1276] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(676), + [1278] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(677), + [1280] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(677), + [1282] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_concatenation_repeat1, 3), + [1284] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_concatenation_repeat1, 3), + [1286] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expansion, 4, .alias_sequence_id = 2), + [1288] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expansion, 4, .alias_sequence_id = 2), + [1290] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(679), + [1292] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expansion, 4), + [1294] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expansion, 4), + [1296] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(680), + [1298] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(681), + [1300] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(682), + [1302] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(683), + [1304] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(684), + [1306] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_environment_variable_assignment, 3), + [1308] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(685), + [1310] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(687), + [1312] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(689), + [1314] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(691), + [1316] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(692), + [1318] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(691), + [1320] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(694), + [1322] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(695), + [1324] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(704), + [1326] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_while_statement, 3), + [1328] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_while_statement, 3), + [1330] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(706), + [1332] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(710), + [1334] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(711), + [1336] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(712), + [1338] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_subshell, 3), + [1340] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_subshell, 3), + [1342] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(713), + [1344] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(713), + [1346] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(714), + [1348] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bracket_command, 3), + [1350] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bracket_command, 3), + [1352] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(715), + [1354] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(715), + [1356] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(716), + [1358] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(717), + [1360] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(718), + [1362] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(719), + [1364] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(720), + [1366] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(721), + [1368] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(721), + [1370] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(723), + [1372] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(724), + [1374] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(724), + [1376] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(726), + [1378] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pipeline, 3), + [1380] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pipeline, 3), + [1382] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_list, 3, .fragile = true), + [1384] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_list, 3, .fragile = true), + [1386] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(728), + [1388] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(728), + [1390] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(730), + [1392] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(732), + [1394] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(734), + [1396] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(735), + [1398] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(734), + [1400] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(737), + [1402] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(738), + [1404] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_heredoc, 1), + [1406] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(746), + [1408] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_heredoc_redirect, 2), + [1410] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_command, 3), + [1412] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_command, 3), + [1414] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_command_repeat2, 2), + [1416] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(749), + [1418] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_function_definition, 4), + [1420] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_file_redirect, 3), + [1422] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(751), + [1424] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(752), + [1426] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(752), + [1428] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(753), + [1430] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(754), + [1432] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(756), + [1434] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(757), + [1436] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(758), + [1438] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(758), + [1440] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(759), + [1442] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(760), + [1444] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(761), + [1446] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(761), + [1448] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(762), + [1450] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(763), + [1452] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_heredoc_repeat1, 1), + [1454] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_heredoc_repeat1, 1), + [1456] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_heredoc, 2), + [1458] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_heredoc, 2), + [1460] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(764), + [1462] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(765), + [1464] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(764), + [1466] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(767), + [1468] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(768), + [1470] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(770), + [1472] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(771), + [1474] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(772), + [1476] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command, 4), + [1478] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(774), + [1480] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(774), + [1482] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(775), + [1484] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(776), + [1486] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(777), + [1488] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(778), + [1490] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(779), + [1492] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(780), + [1494] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(780), + [1496] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(782), + [1498] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(783), + [1500] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(783), + [1502] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array, 3), + [1504] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_array, 3), + [1506] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_array_repeat1, 2), + [1508] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_array_repeat1, 2), + [1510] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(785), + [1512] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(785), + [1514] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(786), + [1516] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(787), + [1518] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(788), + [1520] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(789), + [1522] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(790), + [1524] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(791), + [1526] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(791), + [1528] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(793), + [1530] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(794), + [1532] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(794), + [1534] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(796), + [1536] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(797), + [1538] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(797), + [1540] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(798), + [1542] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(799), + [1544] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(801), + [1546] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(802), + [1548] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(803), + [1550] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(803), + [1552] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(804), + [1554] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(805), + [1556] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(806), + [1558] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(806), + [1560] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(807), + [1562] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(808), + [1564] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_do_group, 3), + [1566] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(810), + [1568] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(811), + [1570] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_else_clause, 2), + [1572] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 5), + [1574] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(813), + [1576] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_if_statement_repeat1, 2), + [1578] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 5), + [1580] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(815), + [1582] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(816), + [1584] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_case_statement_repeat1, 1), + [1586] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_case_statement_repeat1, 1), + [1588] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_case_statement_repeat1, 1), + [1590] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(818), + [1592] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(821), + [1594] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(822), + [1596] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(823), + [1598] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(824), + [1600] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(825), + [1602] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(826), + [1604] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_function_definition, 5), + [1606] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_subshell, 5), + [1608] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_concatenation_repeat1, 3), + [1610] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expansion, 4, .alias_sequence_id = 2), + [1612] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(827), + [1614] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expansion, 4), + [1616] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(828), + [1618] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(829), + [1620] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(830), + [1622] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(831), + [1624] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(832), + [1626] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(833), + [1628] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(834), + [1630] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(835), + [1632] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(836), + [1634] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(837), + [1636] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(838), + [1638] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(839), + [1640] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(840), + [1642] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(841), + [1644] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(842), + [1646] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(843), + [1648] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(844), + [1650] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(845), + [1652] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(846), + [1654] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(847), + [1656] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(848), + [1658] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(849), + [1660] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(850), + [1662] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(851), + [1664] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(852), + [1666] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(853), + [1668] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expansion, 5, .alias_sequence_id = 1), + [1670] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expansion, 5, .alias_sequence_id = 1), + [1672] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(854), + [1674] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expansion, 5), + [1676] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expansion, 5), + [1678] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_array, 2), + [1680] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(855), + [1682] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(856), + [1684] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(857), + [1686] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(857), + [1688] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(858), + [1690] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(859), + [1692] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(861), + [1694] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(862), + [1696] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(863), + [1698] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(863), + [1700] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(864), + [1702] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(865), + [1704] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(866), + [1706] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(866), + [1708] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(867), + [1710] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(868), + [1712] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(869), + [1714] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_do_group, 2), + [1716] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_do_group, 2), + [1718] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(870), + [1720] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_if_statement, 4), + [1722] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 4), + [1724] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(871), + [1726] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(871), + [1728] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(874), + [1730] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(876), + [1732] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_subshell, 4), + [1734] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_subshell, 4), + [1736] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(878), + [1738] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(879), + [1740] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(880), + [1742] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(881), + [1744] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(882), + [1746] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(883), + [1748] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(884), + [1750] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(885), + [1752] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_function_definition, 4), + [1754] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_function_definition, 4), + [1756] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(887), + [1758] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(888), + [1760] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(888), + [1762] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(889), + [1764] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(890), + [1766] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(892), + [1768] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(893), + [1770] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(894), + [1772] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(894), + [1774] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(895), + [1776] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(896), + [1778] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(897), + [1780] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(897), + [1782] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(898), + [1784] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(899), + [1786] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_heredoc, 2), + [1788] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(900), + [1790] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_command, 4), + [1792] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_command, 4), + [1794] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_compound_statement, 2), + [1796] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(901), + [1798] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(902), + [1800] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(902), + [1802] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(903), + [1804] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(904), + [1806] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(905), + [1808] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(906), + [1810] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(907), + [1812] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(908), + [1814] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(908), + [1816] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(910), + [1818] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(911), + [1820] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(911), + [1822] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(913), + [1824] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(915), + [1826] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(916), + [1828] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(917), + [1830] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(917), + [1832] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(918), + [1834] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(919), + [1836] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(920), + [1838] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(920), + [1840] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_heredoc_repeat1, 2), + [1842] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_heredoc_repeat1, 2), + [1844] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_heredoc, 3), + [1846] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_heredoc, 3), + [1848] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(921), + [1850] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(922), + [1852] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(923), + [1854] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(924), + [1856] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(925), + [1858] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(926), + [1860] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(927), + [1862] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(928), + [1864] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(929), + [1866] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(930), + [1868] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(931), + [1870] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(932), + [1872] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(933), + [1874] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(934), + [1876] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(934), + [1878] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(935), + [1880] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(936), + [1882] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(937), + [1884] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(938), + [1886] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(939), + [1888] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(940), + [1890] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(940), + [1892] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(942), + [1894] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(943), + [1896] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(943), + [1898] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 6), + [1900] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_elif_clause, 3), + [1902] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 6), + [1904] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(946), + [1906] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(947), + [1908] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(947), + [1910] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(949), + [1912] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(951), + [1914] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(952), + [1916] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 6), + [1918] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_case_statement_repeat1, 2), + [1920] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_case_statement_repeat1, 2), + [1922] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_case_statement_repeat1, 2), + [1924] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(953), + [1926] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(954), + [1928] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(955), + [1930] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(956), + [1932] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(957), + [1934] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(958), + [1936] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(959), + [1938] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(960), + [1940] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expansion, 5, .alias_sequence_id = 1), + [1942] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(961), + [1944] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expansion, 5), + [1946] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(962), + [1948] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(963), + [1950] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(964), + [1952] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(965), + [1954] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(966), + [1956] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(967), + [1958] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(968), + [1960] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(969), + [1962] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(970), + [1964] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(971), + [1966] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(972), + [1968] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(973), + [1970] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(974), + [1972] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(975), + [1974] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expansion, 6, .alias_sequence_id = 1), + [1976] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expansion, 6, .alias_sequence_id = 1), + [1978] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expansion, 6), + [1980] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expansion, 6), + [1982] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_array, 3), + [1984] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(976), + [1986] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(976), + [1988] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(977), + [1990] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(978), + [1992] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(979), + [1994] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(980), + [1996] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(981), + [1998] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(982), + [2000] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(982), + [2002] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(984), + [2004] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(985), + [2006] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(985), + [2008] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_do_group, 3), + [2010] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_do_group, 3), + [2012] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_if_statement, 5), + [2014] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 5), + [2016] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(988), + [2018] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_case_statement, 5), + [2020] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 5), + [2022] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(990), + [2024] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_function_definition, 5), + [2026] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_function_definition, 5), + [2028] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_subshell, 5), + [2030] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_subshell, 5), + [2032] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(992), + [2034] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(993), + [2036] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(994), + [2038] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(995), + [2040] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_compound_statement, 2), + [2042] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_compound_statement, 2), + [2044] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(996), + [2046] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(997), + [2048] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(997), + [2050] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(998), + [2052] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(999), + [2054] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1000), + [2056] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1001), + [2058] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1002), + [2060] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1003), + [2062] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1003), + [2064] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1005), + [2066] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1006), + [2068] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1006), + [2070] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_heredoc, 3), + [2072] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_compound_statement, 3), + [2074] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1008), + [2076] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1009), + [2078] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1010), + [2080] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1011), + [2082] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1012), + [2084] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1013), + [2086] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1014), + [2088] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1015), + [2090] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1016), + [2092] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1017), + [2094] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1018), + [2096] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1019), + [2098] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1019), + [2100] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1021), + [2102] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1022), + [2104] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1022), + [2106] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1024), + [2108] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1025), + [2110] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1026), + [2112] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1027), + [2114] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1028), + [2116] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1029), + [2118] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1030), + [2120] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1031), + [2122] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1032), + [2124] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1033), + [2126] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1034), + [2128] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1035), + [2130] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1036), + [2132] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1037), + [2134] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_elif_clause, 4), + [2136] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 7), + [2138] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_case_item_repeat1, 2), + [2140] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_case_item, 3), + [2142] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_case_item, 3), + [2144] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_case_item, 3), + [2146] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1038), + [2148] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1039), + [2150] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1039), + [2152] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 7), + [2154] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1042), + [2156] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1043), + [2158] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1044), + [2160] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1045), + [2162] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expansion, 6, .alias_sequence_id = 1), + [2164] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expansion, 6), + [2166] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1046), + [2168] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1047), + [2170] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1048), + [2172] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1049), + [2174] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1050), + [2176] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1051), + [2178] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expansion, 7, .alias_sequence_id = 2), + [2180] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expansion, 7, .alias_sequence_id = 2), + [2182] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expansion, 7), + [2184] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expansion, 7), + [2186] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1052), + [2188] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1053), + [2190] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1054), + [2192] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1055), + [2194] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1056), + [2196] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1057), + [2198] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_for_statement, 6), + [2200] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 6), + [2202] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_if_statement, 6), + [2204] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 6), + [2206] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1058), + [2208] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_case_statement, 6), + [2210] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 6), + [2212] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1059), + [2214] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1060), + [2216] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1061), + [2218] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_compound_statement, 3), + [2220] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_compound_statement, 3), + [2222] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1062), + [2224] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1063), + [2226] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1064), + [2228] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1065), + [2230] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1066), + [2232] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1067), + [2234] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1068), + [2236] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1069), + [2238] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1070), + [2240] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1071), + [2242] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1072), + [2244] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1073), + [2246] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1074), + [2248] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1075), + [2250] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1076), + [2252] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1077), + [2254] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1078), + [2256] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1079), + [2258] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1080), + [2260] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1081), + [2262] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1082), + [2264] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1083), + [2266] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1084), + [2268] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1085), + [2270] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_case_item, 4), + [2272] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_case_item, 4), + [2274] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_case_item, 4), + [2276] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_case_item_repeat1, 3), + [2278] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1086), + [2280] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expansion, 7, .alias_sequence_id = 2), + [2282] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expansion, 7), + [2284] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1087), + [2286] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1088), + [2288] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1089), + [2290] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1090), + [2292] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_if_statement, 7), + [2294] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 7), + [2296] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_case_statement, 7), + [2298] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 7), + [2300] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1091), + [2302] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1092), + [2304] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1093), + [2306] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1094), + [2308] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1095), + [2310] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1096), + [2312] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1097), + [2314] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1098), + [2316] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1099), + [2318] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1100), + [2320] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1101), + [2322] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1102), + [2324] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_case_item, 5), + [2326] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_case_item, 5), + [2328] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_case_item, 5), + [2330] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1103), + [2332] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1104), + [2334] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1105), + [2336] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1106), + [2338] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1107), + [2340] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1108), }; void *tree_sitter_bash_external_scanner_create(); -void tree_sitter_bash_external_scanner_destroy(); +void tree_sitter_bash_external_scanner_destroy(void *); bool tree_sitter_bash_external_scanner_scan(void *, TSLexer *, const bool *); unsigned tree_sitter_bash_external_scanner_serialize(void *, char *); void tree_sitter_bash_external_scanner_deserialize(void *, const char *, unsigned); -const TSLanguage *tree_sitter_bash() { - GET_LANGUAGE( - (const bool *)ts_external_scanner_states, - ts_external_scanner_symbol_map, - tree_sitter_bash_external_scanner_create, - tree_sitter_bash_external_scanner_destroy, - tree_sitter_bash_external_scanner_scan, - tree_sitter_bash_external_scanner_serialize, - tree_sitter_bash_external_scanner_deserialize, - ); +#ifdef _WIN32 +#define extern __declspec(dllexport) +#endif + +extern const TSLanguage *tree_sitter_bash() { + static TSLanguage language = { + .version = LANGUAGE_VERSION, + .symbol_count = SYMBOL_COUNT, + .alias_count = ALIAS_COUNT, + .token_count = TOKEN_COUNT, + .symbol_metadata = ts_symbol_metadata, + .parse_table = (const unsigned short *)ts_parse_table, + .parse_actions = ts_parse_actions, + .lex_modes = ts_lex_modes, + .symbol_names = ts_symbol_names, + .alias_sequences = (const TSSymbol *)ts_alias_sequences, + .max_alias_sequence_length = MAX_ALIAS_SEQUENCE_LENGTH, + .lex_fn = ts_lex, + .external_token_count = EXTERNAL_TOKEN_COUNT, + .external_scanner = { + (const bool *)ts_external_scanner_states, + ts_external_scanner_symbol_map, + tree_sitter_bash_external_scanner_create, + tree_sitter_bash_external_scanner_destroy, + tree_sitter_bash_external_scanner_scan, + tree_sitter_bash_external_scanner_serialize, + tree_sitter_bash_external_scanner_deserialize, + }, + }; + return &language; } diff --git a/src/tree_sitter/parser.h b/src/tree_sitter/parser.h index 59fd560..cb83ce3 100644 --- a/src/tree_sitter/parser.h +++ b/src/tree_sitter/parser.h @@ -19,8 +19,6 @@ typedef uint16_t TSStateId; typedef struct { bool visible : 1; bool named : 1; - bool extra : 1; - bool structural : 1; } TSSymbolMetadata; typedef struct { @@ -139,12 +137,9 @@ typedef struct TSLanguage { } \ } -#define RECOVER(state_value) \ - { \ - { \ - .type = TSParseActionTypeRecover, \ - .params = {.state = state_value} \ - } \ +#define RECOVER() \ + { \ + { .type = TSParseActionTypeRecover } \ } #define SHIFT_EXTRA() \ @@ -172,25 +167,6 @@ typedef struct TSLanguage { { .type = TSParseActionTypeAccept } \ } -#define GET_LANGUAGE(...) \ - static TSLanguage language = { \ - .version = LANGUAGE_VERSION, \ - .symbol_count = SYMBOL_COUNT, \ - .alias_count = ALIAS_COUNT, \ - .token_count = TOKEN_COUNT, \ - .symbol_metadata = ts_symbol_metadata, \ - .parse_table = (const unsigned short *)ts_parse_table, \ - .parse_actions = ts_parse_actions, \ - .lex_modes = ts_lex_modes, \ - .symbol_names = ts_symbol_names, \ - .alias_sequences = (const TSSymbol *)ts_alias_sequences, \ - .max_alias_sequence_length = MAX_ALIAS_SEQUENCE_LENGTH, \ - .lex_fn = ts_lex, \ - .external_token_count = EXTERNAL_TOKEN_COUNT, \ - .external_scanner = {__VA_ARGS__} \ - }; \ - return &language \ - #ifdef __cplusplus } #endif