From ccc07eab4bf1f6c3fddf71c2f978920a4b05ce70 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Tue, 1 Aug 2017 10:12:23 -0700 Subject: [PATCH] Use new alias API --- grammar.js | 2 +- package.json | 2 +- src/grammar.json | 3 +- src/parser.c | 30946 ++++++++++++++++++------------------- src/tree_sitter/parser.h | 79 +- 5 files changed, 15508 insertions(+), 15524 deletions(-) diff --git a/grammar.js b/grammar.js index 097b39f..09a7f9c 100644 --- a/grammar.js +++ b/grammar.js @@ -299,7 +299,7 @@ module.exports = grammar({ ), _variable_name: $ => choice( - rename($.simple_variable_name, 'variable_name'), + alias($.simple_variable_name, $.variable_name), $.special_variable_name ), diff --git a/package.json b/package.json index 26608c1..7b207e2 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "nan": "^2.4.0" }, "devDependencies": { - "tree-sitter-cli": "^0.6.0" + "tree-sitter-cli": "^0.6.6-0" }, "scripts": { "build": "tree-sitter generate && node-gyp build", diff --git a/src/grammar.json b/src/grammar.json index f4d8339..2c26368 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -1067,11 +1067,12 @@ "type": "CHOICE", "members": [ { - "type": "RENAME", + "type": "ALIAS", "content": { "type": "SYMBOL", "name": "simple_variable_name" }, + "named": true, "value": "variable_name" }, { diff --git a/src/parser.c b/src/parser.c index 2f2ef38..9765aaa 100644 --- a/src/parser.c +++ b/src/parser.c @@ -6,9 +6,10 @@ #define LANGUAGE_VERSION 3 #define STATE_COUNT 1466 #define SYMBOL_COUNT 115 +#define ALIAS_COUNT 1 #define TOKEN_COUNT 73 #define EXTERNAL_TOKEN_COUNT 9 -#define MAX_RENAME_SEQUENCE_LENGTH 7 +#define MAX_ALIAS_SEQUENCE_LENGTH 7 enum { sym__simple_heredoc = 1, @@ -125,8 +126,7 @@ enum { aux_sym_concatenation_repeat1 = 112, aux_sym_string_repeat1 = 113, aux_sym_array_repeat1 = 114, - rename_sym_1 = 115, - rename_sym_variable_name = 116, + alias_sym_variable_name = 115, }; static const char *ts_symbol_names[] = { @@ -245,11 +245,10 @@ static const char *ts_symbol_names[] = { [aux_sym_concatenation_repeat1] = "concatenation_repeat1", [aux_sym_string_repeat1] = "string_repeat1", [aux_sym_array_repeat1] = "array_repeat1", - [rename_sym_1] = "", - [rename_sym_variable_name] = "variable_name", + [alias_sym_variable_name] = "variable_name", }; -static const TSSymbolMetadata ts_symbol_metadata[SYMBOL_COUNT] = { +static const TSSymbolMetadata ts_symbol_metadata[] = { [sym__simple_heredoc] = { .visible = false, .named = true, @@ -940,26 +939,20 @@ static const TSSymbolMetadata ts_symbol_metadata[SYMBOL_COUNT] = { .structural = true, .extra = false, }, + [alias_sym_variable_name] = { + .visible = true, + .named = true, + .structural = true, + .extra = true, + }, }; -static TSSymbol ts_rename_sequences[7][MAX_RENAME_SEQUENCE_LENGTH] = { +static TSSymbol ts_alias_sequences[3][MAX_ALIAS_SEQUENCE_LENGTH] = { [1] = { - [1] = rename_sym_variable_name, + [1] = alias_sym_variable_name, }, [2] = { - [1] = rename_sym_variable_name, - }, - [3] = { - [2] = rename_sym_variable_name, - }, - [4] = { - [1] = rename_sym_variable_name, - }, - [5] = { - [1] = rename_sym_variable_name, - }, - [6] = { - [2] = rename_sym_variable_name, + [2] = alias_sym_variable_name, }, }; @@ -9877,24 +9870,24 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [27] = { - [sym_file_descriptor] = ACTIONS(303), - [sym_variable_name] = ACTIONS(303), - [anon_sym_LT] = ACTIONS(305), - [anon_sym_GT] = ACTIONS(305), - [anon_sym_GT_GT] = ACTIONS(303), - [anon_sym_AMP_GT] = ACTIONS(305), - [anon_sym_AMP_GT_GT] = ACTIONS(303), - [anon_sym_LT_AMP] = ACTIONS(303), - [anon_sym_GT_AMP] = ACTIONS(303), - [anon_sym_DQUOTE] = ACTIONS(303), - [sym_raw_string] = ACTIONS(303), - [anon_sym_DOLLAR] = ACTIONS(305), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(303), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(303), - [anon_sym_BQUOTE] = ACTIONS(303), - [anon_sym_LT_LPAREN] = ACTIONS(303), - [anon_sym_GT_LPAREN] = ACTIONS(303), - [sym_word] = ACTIONS(305), + [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), }, [28] = { @@ -9953,7 +9946,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_command_repeat1] = STATE(30), [sym_file_descriptor] = ACTIONS(91), [sym_variable_name] = ACTIONS(93), - [ts_builtin_sym_end] = ACTIONS(307), + [ts_builtin_sym_end] = ACTIONS(305), [anon_sym_for] = ACTIONS(97), [anon_sym_while] = ACTIONS(99), [anon_sym_if] = ACTIONS(101), @@ -10008,7 +10001,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BQUOTE] = ACTIONS(127), [anon_sym_LT_LPAREN] = ACTIONS(129), [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(309), + [sym_word] = ACTIONS(307), [sym_comment] = ACTIONS(133), }, [31] = { @@ -10019,14 +10012,14 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(129), [sym_process_substitution] = STATE(129), [anon_sym_DQUOTE] = ACTIONS(179), - [sym_raw_string] = ACTIONS(311), + [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(313), + [sym_word] = ACTIONS(311), [sym_comment] = ACTIONS(133), }, [32] = { @@ -10036,15 +10029,15 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(132), [sym_command_substitution] = STATE(132), [sym_process_substitution] = STATE(132), - [anon_sym_DQUOTE] = ACTIONS(315), - [sym_raw_string] = ACTIONS(317), - [anon_sym_DOLLAR] = ACTIONS(319), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(321), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(323), - [anon_sym_BQUOTE] = ACTIONS(325), - [anon_sym_LT_LPAREN] = ACTIONS(327), - [anon_sym_GT_LPAREN] = ACTIONS(327), - [sym_word] = ACTIONS(329), + [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] = { @@ -10055,44 +10048,44 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(142), [sym_command_substitution] = STATE(142), [sym_process_substitution] = STATE(142), - [sym__empty_value] = ACTIONS(331), - [anon_sym_LPAREN] = ACTIONS(333), - [anon_sym_DQUOTE] = ACTIONS(335), - [sym_raw_string] = ACTIONS(337), - [anon_sym_DOLLAR] = ACTIONS(339), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(341), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(343), - [anon_sym_BQUOTE] = ACTIONS(345), - [anon_sym_LT_LPAREN] = ACTIONS(347), - [anon_sym_GT_LPAREN] = ACTIONS(347), - [sym_word] = ACTIONS(349), + [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), }, [34] = { - [anon_sym_in] = ACTIONS(351), + [anon_sym_in] = ACTIONS(349), [sym_comment] = ACTIONS(133), }, [35] = { [sym_do_group] = STATE(150), - [anon_sym_do] = ACTIONS(353), + [anon_sym_do] = ACTIONS(351), [sym_comment] = ACTIONS(133), }, [36] = { [anon_sym_PIPE] = ACTIONS(271), - [anon_sym_SEMI_SEMI] = ACTIONS(355), + [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(355), - [anon_sym_LF] = ACTIONS(355), - [anon_sym_AMP] = ACTIONS(355), + [anon_sym_SEMI] = ACTIONS(353), + [anon_sym_LF] = ACTIONS(353), + [anon_sym_AMP] = ACTIONS(353), }, [37] = { [sym_file_descriptor] = ACTIONS(299), [sym_variable_name] = ACTIONS(299), [anon_sym_PIPE] = ACTIONS(271), - [anon_sym_SEMI_SEMI] = ACTIONS(355), + [anon_sym_SEMI_SEMI] = ACTIONS(353), [anon_sym_PIPE_AMP] = ACTIONS(271), [anon_sym_AMP_AMP] = ACTIONS(275), [anon_sym_PIPE_PIPE] = ACTIONS(275), @@ -10113,12 +10106,12 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_LPAREN] = ACTIONS(301), [sym_word] = ACTIONS(301), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(355), - [anon_sym_LF] = ACTIONS(355), - [anon_sym_AMP] = ACTIONS(355), + [anon_sym_SEMI] = ACTIONS(353), + [anon_sym_LF] = ACTIONS(353), + [anon_sym_AMP] = ACTIONS(353), }, [38] = { - [anon_sym_then] = ACTIONS(357), + [anon_sym_then] = ACTIONS(355), [sym_comment] = ACTIONS(133), }, [39] = { @@ -10126,7 +10119,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(70), [sym_command_substitution] = STATE(70), [aux_sym_string_repeat1] = STATE(154), - [anon_sym_DQUOTE] = ACTIONS(359), + [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), @@ -10136,35 +10129,35 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { }, [40] = { [aux_sym_concatenation_repeat1] = STATE(158), - [sym__concat] = ACTIONS(361), - [anon_sym_in] = ACTIONS(363), - [anon_sym_SEMI_SEMI] = ACTIONS(365), + [sym__concat] = ACTIONS(359), + [anon_sym_in] = ACTIONS(361), + [anon_sym_SEMI_SEMI] = ACTIONS(363), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(365), - [anon_sym_LF] = ACTIONS(365), - [anon_sym_AMP] = ACTIONS(365), + [anon_sym_SEMI] = ACTIONS(363), + [anon_sym_LF] = ACTIONS(363), + [anon_sym_AMP] = ACTIONS(363), }, [41] = { [sym_special_variable_name] = STATE(161), - [anon_sym_DOLLAR] = ACTIONS(367), - [anon_sym_POUND] = ACTIONS(369), - [anon_sym_AT] = ACTIONS(367), + [anon_sym_DOLLAR] = ACTIONS(365), + [anon_sym_POUND] = ACTIONS(367), + [anon_sym_AT] = ACTIONS(365), [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(371), - [anon_sym_STAR] = ACTIONS(367), - [anon_sym_QMARK] = ACTIONS(367), - [anon_sym_DASH] = ACTIONS(367), - [anon_sym_BANG] = ACTIONS(367), - [anon_sym_0] = ACTIONS(369), - [anon_sym__] = ACTIONS(369), + [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), }, [42] = { [sym_special_variable_name] = STATE(164), [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(373), + [anon_sym_POUND] = ACTIONS(371), [anon_sym_AT] = ACTIONS(219), [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(375), + [sym_simple_variable_name] = ACTIONS(373), [anon_sym_STAR] = ACTIONS(219), [anon_sym_QMARK] = ACTIONS(219), [anon_sym_DASH] = ACTIONS(219), @@ -10323,35 +10316,35 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [46] = { - [anon_sym_in] = ACTIONS(363), - [anon_sym_SEMI_SEMI] = ACTIONS(365), + [anon_sym_in] = ACTIONS(361), + [anon_sym_SEMI_SEMI] = ACTIONS(363), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(365), - [anon_sym_LF] = ACTIONS(365), - [anon_sym_AMP] = ACTIONS(365), + [anon_sym_SEMI] = ACTIONS(363), + [anon_sym_LF] = ACTIONS(363), + [anon_sym_AMP] = ACTIONS(363), }, [47] = { - [anon_sym_LPAREN] = ACTIONS(377), + [anon_sym_LPAREN] = ACTIONS(375), [sym_comment] = ACTIONS(133), }, [48] = { [anon_sym_PIPE] = ACTIONS(271), - [anon_sym_RPAREN] = ACTIONS(379), - [anon_sym_SEMI_SEMI] = ACTIONS(381), + [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(381), - [anon_sym_LF] = ACTIONS(381), - [anon_sym_AMP] = ACTIONS(381), + [anon_sym_SEMI] = ACTIONS(379), + [anon_sym_LF] = ACTIONS(379), + [anon_sym_AMP] = ACTIONS(379), }, [49] = { [sym_file_descriptor] = ACTIONS(299), [sym_variable_name] = ACTIONS(299), [anon_sym_PIPE] = ACTIONS(271), - [anon_sym_RPAREN] = ACTIONS(379), - [anon_sym_SEMI_SEMI] = ACTIONS(381), + [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), @@ -10372,9 +10365,9 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_LPAREN] = ACTIONS(301), [sym_word] = ACTIONS(301), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(381), - [anon_sym_LF] = ACTIONS(381), - [anon_sym_AMP] = ACTIONS(381), + [anon_sym_SEMI] = ACTIONS(379), + [anon_sym_LF] = ACTIONS(379), + [anon_sym_AMP] = ACTIONS(379), }, [50] = { [sym__terminated_statement] = STATE(126), @@ -10432,7 +10425,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(70), [sym_command_substitution] = STATE(70), [aux_sym_string_repeat1] = STATE(177), - [anon_sym_DQUOTE] = ACTIONS(383), + [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), @@ -10442,41 +10435,41 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { }, [52] = { [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(385), - [anon_sym_RBRACK] = ACTIONS(387), - [anon_sym_RBRACK_RBRACK] = ACTIONS(387), - [anon_sym_DQUOTE] = ACTIONS(389), - [sym_raw_string] = ACTIONS(389), - [anon_sym_DOLLAR] = ACTIONS(387), - [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(391), + [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), }, [53] = { [sym_special_variable_name] = STATE(182), - [anon_sym_DOLLAR] = ACTIONS(393), - [anon_sym_POUND] = ACTIONS(395), - [anon_sym_AT] = ACTIONS(393), + [anon_sym_DOLLAR] = ACTIONS(391), + [anon_sym_POUND] = ACTIONS(393), + [anon_sym_AT] = ACTIONS(391), [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(397), - [anon_sym_STAR] = ACTIONS(393), - [anon_sym_QMARK] = ACTIONS(393), - [anon_sym_DASH] = ACTIONS(393), - [anon_sym_BANG] = ACTIONS(393), - [anon_sym_0] = ACTIONS(395), - [anon_sym__] = ACTIONS(395), + [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), }, [54] = { [sym_special_variable_name] = STATE(185), [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(399), + [anon_sym_POUND] = ACTIONS(397), [anon_sym_AT] = ACTIONS(219), [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(401), + [sym_simple_variable_name] = ACTIONS(399), [anon_sym_STAR] = ACTIONS(219), [anon_sym_QMARK] = ACTIONS(219), [anon_sym_DASH] = ACTIONS(219), @@ -10635,17 +10628,17 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [58] = { - [anon_sym_RBRACK] = ACTIONS(387), - [anon_sym_RBRACK_RBRACK] = ACTIONS(387), - [anon_sym_DQUOTE] = ACTIONS(389), - [sym_raw_string] = ACTIONS(389), - [anon_sym_DOLLAR] = ACTIONS(387), - [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(391), + [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), }, [59] = { @@ -10655,16 +10648,16 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(193), [sym_command_substitution] = STATE(193), [sym_process_substitution] = STATE(193), - [anon_sym_RBRACK] = ACTIONS(403), + [anon_sym_RBRACK] = ACTIONS(401), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(405), + [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(407), + [sym_word] = ACTIONS(405), [sym_comment] = ACTIONS(133), }, [60] = { @@ -10674,16 +10667,16 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(193), [sym_command_substitution] = STATE(193), [sym_process_substitution] = STATE(193), - [anon_sym_RBRACK_RBRACK] = ACTIONS(403), + [anon_sym_RBRACK_RBRACK] = ACTIONS(401), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(405), + [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(407), + [sym_word] = ACTIONS(405), [sym_comment] = ACTIONS(133), }, [61] = { @@ -10691,7 +10684,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(70), [sym_command_substitution] = STATE(70), [aux_sym_string_repeat1] = STATE(196), - [anon_sym_DQUOTE] = ACTIONS(409), + [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), @@ -10701,48 +10694,48 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { }, [62] = { [aux_sym_concatenation_repeat1] = STATE(198), - [sym_file_descriptor] = ACTIONS(411), - [sym__concat] = ACTIONS(413), - [sym_variable_name] = ACTIONS(411), - [anon_sym_LT] = ACTIONS(415), - [anon_sym_GT] = ACTIONS(415), - [anon_sym_GT_GT] = ACTIONS(411), - [anon_sym_AMP_GT] = ACTIONS(415), - [anon_sym_AMP_GT_GT] = ACTIONS(411), - [anon_sym_LT_AMP] = ACTIONS(411), - [anon_sym_GT_AMP] = ACTIONS(411), - [anon_sym_DQUOTE] = ACTIONS(411), - [sym_raw_string] = ACTIONS(411), - [anon_sym_DOLLAR] = ACTIONS(415), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(411), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(411), - [anon_sym_BQUOTE] = ACTIONS(411), - [anon_sym_LT_LPAREN] = ACTIONS(411), - [anon_sym_GT_LPAREN] = ACTIONS(411), - [sym_word] = ACTIONS(415), + [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), }, [63] = { [sym_special_variable_name] = STATE(201), - [anon_sym_DOLLAR] = ACTIONS(417), - [anon_sym_POUND] = ACTIONS(419), - [anon_sym_AT] = ACTIONS(417), + [anon_sym_DOLLAR] = ACTIONS(415), + [anon_sym_POUND] = ACTIONS(417), + [anon_sym_AT] = ACTIONS(415), [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(421), - [anon_sym_STAR] = ACTIONS(417), - [anon_sym_QMARK] = ACTIONS(417), - [anon_sym_DASH] = ACTIONS(417), - [anon_sym_BANG] = ACTIONS(417), - [anon_sym_0] = ACTIONS(419), - [anon_sym__] = ACTIONS(419), + [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), }, [64] = { [sym_special_variable_name] = STATE(204), [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(423), + [anon_sym_POUND] = ACTIONS(421), [anon_sym_AT] = ACTIONS(219), [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(425), + [sym_simple_variable_name] = ACTIONS(423), [anon_sym_STAR] = ACTIONS(219), [anon_sym_QMARK] = ACTIONS(219), [anon_sym_DASH] = ACTIONS(219), @@ -10901,88 +10894,88 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [68] = { - [sym_file_descriptor] = ACTIONS(411), - [sym_variable_name] = ACTIONS(411), - [anon_sym_LT] = ACTIONS(415), - [anon_sym_GT] = ACTIONS(415), - [anon_sym_GT_GT] = ACTIONS(411), - [anon_sym_AMP_GT] = ACTIONS(415), - [anon_sym_AMP_GT_GT] = ACTIONS(411), - [anon_sym_LT_AMP] = ACTIONS(411), - [anon_sym_GT_AMP] = ACTIONS(411), - [anon_sym_DQUOTE] = ACTIONS(411), - [sym_raw_string] = ACTIONS(411), - [anon_sym_DOLLAR] = ACTIONS(415), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(411), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(411), - [anon_sym_BQUOTE] = ACTIONS(411), - [anon_sym_LT_LPAREN] = ACTIONS(411), - [anon_sym_GT_LPAREN] = ACTIONS(411), - [sym_word] = ACTIONS(415), + [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(427), - [sym__concat] = ACTIONS(427), - [anon_sym_PIPE] = ACTIONS(429), - [anon_sym_RPAREN] = ACTIONS(429), - [anon_sym_SEMI_SEMI] = ACTIONS(429), - [anon_sym_PIPE_AMP] = ACTIONS(429), - [anon_sym_AMP_AMP] = ACTIONS(429), - [anon_sym_PIPE_PIPE] = ACTIONS(429), - [anon_sym_LT] = ACTIONS(429), - [anon_sym_GT] = ACTIONS(429), - [anon_sym_GT_GT] = ACTIONS(429), - [anon_sym_AMP_GT] = ACTIONS(429), - [anon_sym_AMP_GT_GT] = ACTIONS(429), - [anon_sym_LT_AMP] = ACTIONS(429), - [anon_sym_GT_AMP] = ACTIONS(429), - [anon_sym_LT_LT] = ACTIONS(429), - [anon_sym_LT_LT_DASH] = ACTIONS(429), + [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), - [sym_raw_string] = 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), - [anon_sym_LT_LPAREN] = ACTIONS(429), - [anon_sym_GT_LPAREN] = ACTIONS(429), - [sym_word] = ACTIONS(429), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(429), - [anon_sym_LF] = ACTIONS(429), - [anon_sym_AMP] = ACTIONS(429), - }, - [70] = { - [anon_sym_DQUOTE] = ACTIONS(431), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(433), - [anon_sym_DOLLAR] = ACTIONS(431), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(431), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(431), - [anon_sym_BQUOTE] = ACTIONS(431), [sym_comment] = ACTIONS(85), }, [71] = { [sym_special_variable_name] = STATE(213), - [anon_sym_DOLLAR] = ACTIONS(435), - [anon_sym_POUND] = ACTIONS(437), - [anon_sym_AT] = ACTIONS(435), + [anon_sym_DOLLAR] = ACTIONS(433), + [anon_sym_POUND] = ACTIONS(435), + [anon_sym_AT] = ACTIONS(433), [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(435), - [anon_sym_QMARK] = ACTIONS(435), - [anon_sym_DASH] = ACTIONS(435), - [anon_sym_BANG] = ACTIONS(435), - [anon_sym_0] = ACTIONS(437), - [anon_sym__] = ACTIONS(437), + [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(441), + [anon_sym_POUND] = ACTIONS(439), [anon_sym_AT] = ACTIONS(219), [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(443), + [sym_simple_variable_name] = ACTIONS(441), [anon_sym_STAR] = ACTIONS(219), [anon_sym_QMARK] = ACTIONS(219), [anon_sym_DASH] = ACTIONS(219), @@ -11094,8 +11087,8 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_expansion] = STATE(222), [sym_expansion] = STATE(222), [sym_command_substitution] = STATE(222), - [anon_sym_DQUOTE] = ACTIONS(445), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(447), + [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), @@ -11109,170 +11102,170 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(223), [sym_process_substitution] = STATE(223), [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(449), + [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(451), + [sym_word] = ACTIONS(449), [sym_comment] = ACTIONS(133), }, [77] = { - [sym_file_descriptor] = ACTIONS(453), - [sym__concat] = ACTIONS(455), - [anon_sym_PIPE] = ACTIONS(457), - [anon_sym_RPAREN] = ACTIONS(457), - [anon_sym_SEMI_SEMI] = ACTIONS(457), - [anon_sym_PIPE_AMP] = ACTIONS(457), - [anon_sym_AMP_AMP] = ACTIONS(457), - [anon_sym_PIPE_PIPE] = ACTIONS(457), - [anon_sym_LT] = ACTIONS(457), - [anon_sym_GT] = ACTIONS(457), - [anon_sym_GT_GT] = ACTIONS(457), - [anon_sym_AMP_GT] = ACTIONS(457), - [anon_sym_AMP_GT_GT] = ACTIONS(457), - [anon_sym_LT_AMP] = ACTIONS(457), - [anon_sym_GT_AMP] = ACTIONS(457), - [anon_sym_LT_LT] = ACTIONS(457), - [anon_sym_LT_LT_DASH] = ACTIONS(457), - [anon_sym_DQUOTE] = ACTIONS(457), - [sym_raw_string] = ACTIONS(457), - [anon_sym_DOLLAR] = ACTIONS(457), - [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(457), + [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(457), - [anon_sym_LF] = ACTIONS(457), - [anon_sym_AMP] = ACTIONS(457), + [anon_sym_SEMI] = ACTIONS(455), + [anon_sym_LF] = ACTIONS(455), + [anon_sym_AMP] = ACTIONS(455), }, [78] = { - [sym_file_descriptor] = ACTIONS(459), - [sym__concat] = ACTIONS(459), - [anon_sym_PIPE] = ACTIONS(461), - [anon_sym_RPAREN] = ACTIONS(461), - [anon_sym_SEMI_SEMI] = ACTIONS(461), - [anon_sym_PIPE_AMP] = ACTIONS(461), - [anon_sym_AMP_AMP] = ACTIONS(461), - [anon_sym_PIPE_PIPE] = ACTIONS(461), - [anon_sym_LT] = ACTIONS(461), - [anon_sym_GT] = ACTIONS(461), - [anon_sym_GT_GT] = ACTIONS(461), - [anon_sym_AMP_GT] = ACTIONS(461), - [anon_sym_AMP_GT_GT] = ACTIONS(461), - [anon_sym_LT_AMP] = ACTIONS(461), - [anon_sym_GT_AMP] = ACTIONS(461), - [anon_sym_LT_LT] = ACTIONS(461), - [anon_sym_LT_LT_DASH] = ACTIONS(461), - [anon_sym_DQUOTE] = ACTIONS(461), - [sym_raw_string] = ACTIONS(461), - [anon_sym_DOLLAR] = ACTIONS(461), - [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(461), + [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(461), - [anon_sym_LF] = ACTIONS(461), - [anon_sym_AMP] = ACTIONS(461), + [anon_sym_SEMI] = ACTIONS(459), + [anon_sym_LF] = ACTIONS(459), + [anon_sym_AMP] = ACTIONS(459), }, [79] = { - [sym_file_descriptor] = ACTIONS(463), - [sym__concat] = ACTIONS(463), - [anon_sym_PIPE] = ACTIONS(465), - [anon_sym_RPAREN] = ACTIONS(465), - [anon_sym_SEMI_SEMI] = ACTIONS(465), - [anon_sym_PIPE_AMP] = ACTIONS(465), - [anon_sym_AMP_AMP] = ACTIONS(465), - [anon_sym_PIPE_PIPE] = ACTIONS(465), - [anon_sym_LT] = ACTIONS(465), - [anon_sym_GT] = ACTIONS(465), - [anon_sym_GT_GT] = ACTIONS(465), - [anon_sym_AMP_GT] = ACTIONS(465), - [anon_sym_AMP_GT_GT] = ACTIONS(465), - [anon_sym_LT_AMP] = ACTIONS(465), - [anon_sym_GT_AMP] = ACTIONS(465), - [anon_sym_LT_LT] = ACTIONS(465), - [anon_sym_LT_LT_DASH] = ACTIONS(465), - [anon_sym_DQUOTE] = ACTIONS(465), - [sym_raw_string] = ACTIONS(465), - [anon_sym_DOLLAR] = ACTIONS(465), - [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(465), + [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(465), - [anon_sym_LF] = ACTIONS(465), - [anon_sym_AMP] = ACTIONS(465), + [anon_sym_SEMI] = ACTIONS(463), + [anon_sym_LF] = ACTIONS(463), + [anon_sym_AMP] = ACTIONS(463), }, [80] = { - [sym_file_descriptor] = ACTIONS(467), - [sym__concat] = ACTIONS(467), - [anon_sym_PIPE] = ACTIONS(469), - [anon_sym_RPAREN] = ACTIONS(469), - [anon_sym_SEMI_SEMI] = ACTIONS(469), - [anon_sym_PIPE_AMP] = ACTIONS(469), - [anon_sym_AMP_AMP] = ACTIONS(469), - [anon_sym_PIPE_PIPE] = ACTIONS(469), - [anon_sym_LT] = ACTIONS(469), - [anon_sym_GT] = ACTIONS(469), - [anon_sym_GT_GT] = ACTIONS(469), - [anon_sym_AMP_GT] = ACTIONS(469), - [anon_sym_AMP_GT_GT] = ACTIONS(469), - [anon_sym_LT_AMP] = ACTIONS(469), - [anon_sym_GT_AMP] = ACTIONS(469), - [anon_sym_LT_LT] = ACTIONS(469), - [anon_sym_LT_LT_DASH] = ACTIONS(469), - [anon_sym_DQUOTE] = ACTIONS(469), - [sym_raw_string] = ACTIONS(469), - [anon_sym_DOLLAR] = ACTIONS(469), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(469), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(469), - [anon_sym_BQUOTE] = ACTIONS(469), - [anon_sym_LT_LPAREN] = ACTIONS(469), - [anon_sym_GT_LPAREN] = ACTIONS(469), - [sym_word] = ACTIONS(469), + [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(469), - [anon_sym_LF] = ACTIONS(469), - [anon_sym_AMP] = ACTIONS(469), + [anon_sym_SEMI] = ACTIONS(467), + [anon_sym_LF] = ACTIONS(467), + [anon_sym_AMP] = ACTIONS(467), }, [81] = { - [anon_sym_RBRACE] = ACTIONS(459), - [anon_sym_LBRACK] = ACTIONS(459), - [anon_sym_EQ] = ACTIONS(459), - [anon_sym_COLON] = ACTIONS(471), - [anon_sym_COLON_QMARK] = ACTIONS(459), - [anon_sym_COLON_DASH] = ACTIONS(459), - [anon_sym_PERCENT] = ACTIONS(459), - [anon_sym_SLASH] = ACTIONS(459), + [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), }, [82] = { [sym_special_variable_name] = STATE(226), - [anon_sym_RBRACE] = ACTIONS(459), - [anon_sym_LBRACK] = ACTIONS(459), - [anon_sym_EQ] = ACTIONS(459), + [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(471), - [anon_sym_COLON_QMARK] = ACTIONS(459), - [anon_sym_COLON_DASH] = ACTIONS(459), - [anon_sym_PERCENT] = ACTIONS(459), - [anon_sym_SLASH] = ACTIONS(459), + [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(473), + [sym_simple_variable_name] = ACTIONS(471), [anon_sym_STAR] = ACTIONS(219), [anon_sym_QMARK] = ACTIONS(219), [anon_sym_DASH] = ACTIONS(219), @@ -11281,34 +11274,34 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__] = ACTIONS(225), }, [83] = { - [anon_sym_RBRACE] = ACTIONS(475), - [anon_sym_LBRACK] = ACTIONS(477), - [anon_sym_EQ] = ACTIONS(479), - [anon_sym_COLON] = ACTIONS(481), - [anon_sym_COLON_QMARK] = ACTIONS(479), - [anon_sym_COLON_DASH] = ACTIONS(479), - [anon_sym_PERCENT] = ACTIONS(479), - [anon_sym_SLASH] = ACTIONS(479), + [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), }, [84] = { - [anon_sym_RBRACE] = ACTIONS(483), - [anon_sym_LBRACK] = ACTIONS(485), - [anon_sym_EQ] = ACTIONS(487), - [anon_sym_COLON] = ACTIONS(489), - [anon_sym_COLON_QMARK] = ACTIONS(487), - [anon_sym_COLON_DASH] = ACTIONS(487), - [anon_sym_PERCENT] = ACTIONS(487), - [anon_sym_SLASH] = ACTIONS(487), + [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), }, [85] = { [anon_sym_LBRACK] = ACTIONS(139), - [anon_sym_EQ] = ACTIONS(491), + [anon_sym_EQ] = ACTIONS(489), [sym_comment] = ACTIONS(133), }, [86] = { - [sym_word] = ACTIONS(493), + [sym_word] = ACTIONS(491), [sym_comment] = ACTIONS(133), }, [87] = { @@ -11421,18 +11414,18 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(237), [sym_process_substitution] = STATE(237), [anon_sym_DQUOTE] = ACTIONS(145), - [sym_raw_string] = ACTIONS(495), + [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(497), + [sym_word] = ACTIONS(495), [sym_comment] = ACTIONS(133), }, [90] = { - [sym_word] = ACTIONS(499), + [sym_word] = ACTIONS(497), [sym_comment] = ACTIONS(133), }, [91] = { @@ -11530,7 +11523,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(70), [sym_command_substitution] = STATE(70), [aux_sym_string_repeat1] = STATE(246), - [anon_sym_DQUOTE] = ACTIONS(501), + [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), @@ -11541,24 +11534,24 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [95] = { [aux_sym_concatenation_repeat1] = STATE(248), [sym_file_descriptor] = ACTIONS(207), - [sym__concat] = ACTIONS(503), - [anon_sym_PIPE] = ACTIONS(505), + [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(505), - [anon_sym_LT] = ACTIONS(505), - [anon_sym_GT] = ACTIONS(505), + [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(505), + [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(505), + [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(505), + [anon_sym_DOLLAR] = ACTIONS(503), [anon_sym_DOLLAR_LBRACE] = ACTIONS(207), [anon_sym_DOLLAR_LPAREN] = ACTIONS(207), [anon_sym_BQUOTE] = ACTIONS(207), @@ -11569,25 +11562,25 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { }, [96] = { [sym_special_variable_name] = STATE(251), - [anon_sym_DOLLAR] = ACTIONS(507), - [anon_sym_POUND] = ACTIONS(509), - [anon_sym_AT] = ACTIONS(507), + [anon_sym_DOLLAR] = ACTIONS(505), + [anon_sym_POUND] = ACTIONS(507), + [anon_sym_AT] = ACTIONS(505), [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(511), - [anon_sym_STAR] = ACTIONS(507), - [anon_sym_QMARK] = ACTIONS(507), - [anon_sym_DASH] = ACTIONS(507), - [anon_sym_BANG] = ACTIONS(507), - [anon_sym_0] = ACTIONS(509), - [anon_sym__] = ACTIONS(509), + [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), }, [97] = { [sym_special_variable_name] = STATE(254), [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(513), + [anon_sym_POUND] = ACTIONS(511), [anon_sym_AT] = ACTIONS(219), [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(515), + [sym_simple_variable_name] = ACTIONS(513), [anon_sym_STAR] = ACTIONS(219), [anon_sym_QMARK] = ACTIONS(219), [anon_sym_DASH] = ACTIONS(219), @@ -11748,25 +11741,25 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [101] = { [aux_sym_concatenation_repeat1] = STATE(248), [sym_file_descriptor] = ACTIONS(207), - [sym__concat] = ACTIONS(503), - [anon_sym_PIPE] = ACTIONS(505), + [sym__concat] = ACTIONS(501), + [anon_sym_PIPE] = ACTIONS(503), [anon_sym_RPAREN] = ACTIONS(207), - [anon_sym_LPAREN] = ACTIONS(517), + [anon_sym_LPAREN] = ACTIONS(515), [anon_sym_PIPE_AMP] = ACTIONS(207), [anon_sym_AMP_AMP] = ACTIONS(207), - [anon_sym_PIPE_PIPE] = ACTIONS(505), - [anon_sym_LT] = ACTIONS(505), - [anon_sym_GT] = ACTIONS(505), + [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(505), + [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(505), + [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(505), + [anon_sym_DOLLAR] = ACTIONS(503), [anon_sym_DOLLAR_LBRACE] = ACTIONS(207), [anon_sym_DOLLAR_LPAREN] = ACTIONS(207), [anon_sym_BQUOTE] = ACTIONS(207), @@ -11776,11 +11769,11 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [102] = { - [anon_sym_PIPE] = ACTIONS(519), - [anon_sym_RPAREN] = ACTIONS(521), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(525), + [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), }, [103] = { @@ -11794,50 +11787,50 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_process_substitution] = STATE(268), [aux_sym_for_statement_repeat1] = STATE(271), [aux_sym_command_repeat2] = STATE(272), - [sym_file_descriptor] = ACTIONS(527), - [anon_sym_PIPE] = ACTIONS(529), - [anon_sym_RPAREN] = ACTIONS(531), - [anon_sym_PIPE_AMP] = ACTIONS(531), - [anon_sym_AMP_AMP] = ACTIONS(531), - [anon_sym_PIPE_PIPE] = ACTIONS(529), - [anon_sym_LT] = ACTIONS(533), - [anon_sym_GT] = ACTIONS(533), - [anon_sym_GT_GT] = ACTIONS(535), - [anon_sym_AMP_GT] = ACTIONS(533), - [anon_sym_AMP_GT_GT] = ACTIONS(535), - [anon_sym_LT_AMP] = ACTIONS(535), - [anon_sym_GT_AMP] = ACTIONS(535), - [anon_sym_LT_LT] = ACTIONS(537), - [anon_sym_LT_LT_DASH] = ACTIONS(539), + [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(541), + [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(543), + [sym_word] = ACTIONS(541), [sym_comment] = ACTIONS(133), }, [104] = { [sym_file_descriptor] = ACTIONS(299), [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(519), - [anon_sym_RPAREN] = ACTIONS(521), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(545), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), [anon_sym_BQUOTE] = ACTIONS(299), @@ -11847,28 +11840,28 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [105] = { - [anon_sym_EQ] = ACTIONS(491), + [anon_sym_EQ] = ACTIONS(489), [sym_comment] = ACTIONS(133), }, [106] = { [sym_file_descriptor] = ACTIONS(207), - [anon_sym_PIPE] = ACTIONS(505), + [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(505), - [anon_sym_LT] = ACTIONS(505), - [anon_sym_GT] = ACTIONS(505), + [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(505), + [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(505), + [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(505), + [anon_sym_DOLLAR] = ACTIONS(503), [anon_sym_DOLLAR_LBRACE] = ACTIONS(207), [anon_sym_DOLLAR_LPAREN] = ACTIONS(207), [anon_sym_BQUOTE] = ACTIONS(207), @@ -11905,15 +11898,15 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BQUOTE] = ACTIONS(255), [anon_sym_LT_LPAREN] = ACTIONS(257), [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(549), + [sym_word] = ACTIONS(545), [sym_comment] = ACTIONS(133), }, [108] = { - [anon_sym_PIPE] = ACTIONS(551), - [anon_sym_PIPE_AMP] = ACTIONS(553), - [anon_sym_AMP_AMP] = ACTIONS(555), - [anon_sym_PIPE_PIPE] = ACTIONS(555), - [anon_sym_BQUOTE] = ACTIONS(521), + [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), }, [109] = { @@ -11927,51 +11920,51 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_process_substitution] = STATE(268), [aux_sym_for_statement_repeat1] = STATE(276), [aux_sym_command_repeat2] = STATE(272), - [sym_file_descriptor] = ACTIONS(527), - [anon_sym_PIPE] = ACTIONS(529), - [anon_sym_PIPE_AMP] = ACTIONS(531), - [anon_sym_AMP_AMP] = ACTIONS(531), - [anon_sym_PIPE_PIPE] = ACTIONS(529), - [anon_sym_LT] = ACTIONS(533), - [anon_sym_GT] = ACTIONS(533), - [anon_sym_GT_GT] = ACTIONS(535), - [anon_sym_AMP_GT] = ACTIONS(533), - [anon_sym_AMP_GT_GT] = ACTIONS(535), - [anon_sym_LT_AMP] = ACTIONS(535), - [anon_sym_GT_AMP] = ACTIONS(535), - [anon_sym_LT_LT] = ACTIONS(537), - [anon_sym_LT_LT_DASH] = ACTIONS(539), + [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(541), + [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(531), + [anon_sym_BQUOTE] = ACTIONS(529), [anon_sym_LT_LPAREN] = ACTIONS(257), [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(543), + [sym_word] = ACTIONS(541), [sym_comment] = ACTIONS(133), }, [110] = { [sym_file_descriptor] = ACTIONS(299), [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(551), - [anon_sym_PIPE_AMP] = ACTIONS(553), - [anon_sym_AMP_AMP] = ACTIONS(555), - [anon_sym_PIPE_PIPE] = ACTIONS(557), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(521), + [anon_sym_BQUOTE] = ACTIONS(519), [anon_sym_LT_LPAREN] = ACTIONS(299), [anon_sym_GT_LPAREN] = ACTIONS(299), [sym_word] = ACTIONS(301), @@ -12005,35 +11998,35 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BQUOTE] = ACTIONS(255), [anon_sym_LT_LPAREN] = ACTIONS(257), [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(549), + [sym_word] = ACTIONS(545), [sym_comment] = ACTIONS(133), }, [112] = { - [anon_sym_PIPE] = ACTIONS(519), - [anon_sym_RPAREN] = ACTIONS(559), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(525), + [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(519), - [anon_sym_RPAREN] = ACTIONS(559), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(545), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), [anon_sym_BQUOTE] = ACTIONS(299), @@ -12043,7 +12036,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [114] = { - [anon_sym_RPAREN] = ACTIONS(561), + [anon_sym_RPAREN] = ACTIONS(557), [sym_comment] = ACTIONS(133), }, [115] = { @@ -12097,39 +12090,39 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [116] = { - [sym_file_descriptor] = ACTIONS(563), - [sym_variable_name] = ACTIONS(563), - [ts_builtin_sym_end] = ACTIONS(563), - [anon_sym_for] = ACTIONS(565), - [anon_sym_while] = ACTIONS(565), - [anon_sym_done] = ACTIONS(565), - [anon_sym_if] = ACTIONS(565), - [anon_sym_fi] = ACTIONS(565), - [anon_sym_elif] = ACTIONS(565), - [anon_sym_else] = ACTIONS(565), - [anon_sym_case] = ACTIONS(565), - [anon_sym_SEMI_SEMI] = ACTIONS(563), - [anon_sym_function] = ACTIONS(565), - [anon_sym_LPAREN] = ACTIONS(563), - [anon_sym_RBRACE] = ACTIONS(563), - [anon_sym_LBRACK] = ACTIONS(565), - [anon_sym_LBRACK_LBRACK] = ACTIONS(565), - [anon_sym_LT] = ACTIONS(565), - [anon_sym_GT] = ACTIONS(565), - [anon_sym_GT_GT] = ACTIONS(563), - [anon_sym_AMP_GT] = ACTIONS(565), - [anon_sym_AMP_GT_GT] = ACTIONS(563), - [anon_sym_LT_AMP] = ACTIONS(563), - [anon_sym_GT_AMP] = ACTIONS(563), - [anon_sym_DQUOTE] = ACTIONS(563), - [sym_raw_string] = ACTIONS(563), - [anon_sym_DOLLAR] = ACTIONS(565), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(563), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(563), - [anon_sym_BQUOTE] = ACTIONS(563), - [anon_sym_LT_LPAREN] = ACTIONS(563), - [anon_sym_GT_LPAREN] = ACTIONS(563), - [sym_word] = ACTIONS(567), + [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] = { @@ -12183,13 +12176,13 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [118] = { - [anon_sym_LT] = ACTIONS(569), - [anon_sym_GT] = ACTIONS(569), - [anon_sym_GT_GT] = ACTIONS(571), - [anon_sym_AMP_GT] = ACTIONS(569), - [anon_sym_AMP_GT_GT] = ACTIONS(571), - [anon_sym_LT_AMP] = ACTIONS(571), - [anon_sym_GT_AMP] = ACTIONS(571), + [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] = { @@ -12199,108 +12192,108 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(286), [sym_command_substitution] = STATE(286), [sym_process_substitution] = STATE(286), - [anon_sym_DQUOTE] = ACTIONS(573), - [sym_raw_string] = ACTIONS(575), - [anon_sym_DOLLAR] = ACTIONS(577), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(579), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(581), - [anon_sym_BQUOTE] = ACTIONS(583), - [anon_sym_LT_LPAREN] = ACTIONS(585), - [anon_sym_GT_LPAREN] = ACTIONS(585), - [sym_word] = ACTIONS(587), + [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(589), - [sym__heredoc_beginning] = ACTIONS(591), + [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(389), + [sym_file_descriptor] = ACTIONS(387), [sym__concat] = ACTIONS(209), - [anon_sym_PIPE] = ACTIONS(391), - [anon_sym_RPAREN] = ACTIONS(391), - [anon_sym_SEMI_SEMI] = ACTIONS(391), - [anon_sym_PIPE_AMP] = ACTIONS(391), - [anon_sym_AMP_AMP] = ACTIONS(391), - [anon_sym_PIPE_PIPE] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(391), - [anon_sym_GT] = ACTIONS(391), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_AMP_GT] = ACTIONS(391), - [anon_sym_AMP_GT_GT] = ACTIONS(391), - [anon_sym_LT_AMP] = ACTIONS(391), - [anon_sym_GT_AMP] = ACTIONS(391), - [anon_sym_LT_LT] = ACTIONS(391), - [anon_sym_LT_LT_DASH] = ACTIONS(391), - [anon_sym_DQUOTE] = ACTIONS(391), - [sym_raw_string] = ACTIONS(391), - [anon_sym_DOLLAR] = ACTIONS(391), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(391), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(391), - [anon_sym_BQUOTE] = ACTIONS(391), - [anon_sym_LT_LPAREN] = ACTIONS(391), - [anon_sym_GT_LPAREN] = ACTIONS(391), - [sym_word] = ACTIONS(391), + [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(391), - [anon_sym_LF] = ACTIONS(391), - [anon_sym_AMP] = ACTIONS(391), + [anon_sym_SEMI] = ACTIONS(389), + [anon_sym_LF] = ACTIONS(389), + [anon_sym_AMP] = ACTIONS(389), }, [122] = { - [sym_file_descriptor] = ACTIONS(593), - [anon_sym_PIPE] = ACTIONS(595), - [anon_sym_RPAREN] = ACTIONS(595), - [anon_sym_SEMI_SEMI] = ACTIONS(595), - [anon_sym_PIPE_AMP] = ACTIONS(595), - [anon_sym_AMP_AMP] = ACTIONS(595), - [anon_sym_PIPE_PIPE] = ACTIONS(595), - [anon_sym_LT] = ACTIONS(595), - [anon_sym_GT] = ACTIONS(595), - [anon_sym_GT_GT] = ACTIONS(595), - [anon_sym_AMP_GT] = ACTIONS(595), - [anon_sym_AMP_GT_GT] = ACTIONS(595), - [anon_sym_LT_AMP] = ACTIONS(595), - [anon_sym_GT_AMP] = ACTIONS(595), - [anon_sym_LT_LT] = ACTIONS(595), - [anon_sym_LT_LT_DASH] = ACTIONS(595), + [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(595), - [anon_sym_LF] = ACTIONS(595), - [anon_sym_AMP] = ACTIONS(595), + [anon_sym_SEMI] = ACTIONS(591), + [anon_sym_LF] = ACTIONS(591), + [anon_sym_AMP] = ACTIONS(591), }, [123] = { - [sym_file_descriptor] = ACTIONS(389), - [anon_sym_PIPE] = ACTIONS(391), - [anon_sym_RPAREN] = ACTIONS(391), - [anon_sym_SEMI_SEMI] = ACTIONS(391), - [anon_sym_PIPE_AMP] = ACTIONS(391), - [anon_sym_AMP_AMP] = ACTIONS(391), - [anon_sym_PIPE_PIPE] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(391), - [anon_sym_GT] = ACTIONS(391), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_AMP_GT] = ACTIONS(391), - [anon_sym_AMP_GT_GT] = ACTIONS(391), - [anon_sym_LT_AMP] = ACTIONS(391), - [anon_sym_GT_AMP] = ACTIONS(391), - [anon_sym_LT_LT] = ACTIONS(391), - [anon_sym_LT_LT_DASH] = ACTIONS(391), - [anon_sym_DQUOTE] = ACTIONS(391), - [sym_raw_string] = ACTIONS(391), - [anon_sym_DOLLAR] = ACTIONS(391), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(391), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(391), - [anon_sym_BQUOTE] = ACTIONS(391), - [anon_sym_LT_LPAREN] = ACTIONS(391), - [anon_sym_GT_LPAREN] = ACTIONS(391), - [sym_word] = ACTIONS(391), + [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(391), - [anon_sym_LF] = ACTIONS(391), - [anon_sym_AMP] = ACTIONS(391), + [anon_sym_SEMI] = ACTIONS(389), + [anon_sym_LF] = ACTIONS(389), + [anon_sym_AMP] = ACTIONS(389), }, [124] = { [sym_file_redirect] = STATE(122), @@ -12313,12 +12306,12 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_process_substitution] = STATE(296), [aux_sym_command_repeat2] = STATE(298), [sym_file_descriptor] = ACTIONS(277), - [anon_sym_PIPE] = ACTIONS(597), - [anon_sym_RPAREN] = ACTIONS(597), - [anon_sym_SEMI_SEMI] = ACTIONS(597), - [anon_sym_PIPE_AMP] = ACTIONS(597), - [anon_sym_AMP_AMP] = ACTIONS(597), - [anon_sym_PIPE_PIPE] = ACTIONS(597), + [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), @@ -12329,29 +12322,29 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LT] = ACTIONS(283), [anon_sym_LT_LT_DASH] = ACTIONS(283), [anon_sym_DQUOTE] = ACTIONS(285), - [sym_raw_string] = ACTIONS(599), + [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(599), + [sym_word] = ACTIONS(595), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(597), - [anon_sym_LF] = ACTIONS(597), - [anon_sym_AMP] = ACTIONS(597), + [anon_sym_SEMI] = ACTIONS(593), + [anon_sym_LF] = ACTIONS(593), + [anon_sym_AMP] = ACTIONS(593), }, [125] = { [sym_file_redirect] = STATE(299), [sym_heredoc_redirect] = STATE(299), [sym_file_descriptor] = ACTIONS(277), - [anon_sym_PIPE] = ACTIONS(601), - [anon_sym_RPAREN] = ACTIONS(601), - [anon_sym_SEMI_SEMI] = ACTIONS(601), - [anon_sym_PIPE_AMP] = ACTIONS(601), - [anon_sym_AMP_AMP] = ACTIONS(601), - [anon_sym_PIPE_PIPE] = ACTIONS(601), + [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), @@ -12362,44 +12355,44 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LT] = ACTIONS(283), [anon_sym_LT_LT_DASH] = ACTIONS(283), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(601), - [anon_sym_LF] = ACTIONS(601), - [anon_sym_AMP] = ACTIONS(601), + [anon_sym_SEMI] = ACTIONS(593), + [anon_sym_LF] = ACTIONS(593), + [anon_sym_AMP] = ACTIONS(593), }, [126] = { - [sym_file_descriptor] = ACTIONS(603), - [sym_variable_name] = ACTIONS(603), - [ts_builtin_sym_end] = ACTIONS(603), - [anon_sym_for] = ACTIONS(605), - [anon_sym_while] = ACTIONS(605), - [anon_sym_done] = ACTIONS(605), - [anon_sym_if] = ACTIONS(605), - [anon_sym_fi] = ACTIONS(605), - [anon_sym_elif] = ACTIONS(605), - [anon_sym_else] = ACTIONS(605), - [anon_sym_case] = ACTIONS(605), - [anon_sym_SEMI_SEMI] = ACTIONS(603), - [anon_sym_function] = ACTIONS(605), - [anon_sym_LPAREN] = ACTIONS(603), - [anon_sym_RBRACE] = ACTIONS(603), - [anon_sym_LBRACK] = ACTIONS(605), - [anon_sym_LBRACK_LBRACK] = ACTIONS(605), - [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(607), + [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), }, [127] = { @@ -12414,12 +12407,12 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_for_statement_repeat1] = STATE(300), [aux_sym_command_repeat2] = STATE(298), [sym_file_descriptor] = ACTIONS(277), - [anon_sym_PIPE] = ACTIONS(597), - [anon_sym_RPAREN] = ACTIONS(597), - [anon_sym_SEMI_SEMI] = ACTIONS(597), - [anon_sym_PIPE_AMP] = ACTIONS(597), - [anon_sym_AMP_AMP] = ACTIONS(597), - [anon_sym_PIPE_PIPE] = ACTIONS(597), + [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), @@ -12439,73 +12432,73 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_LPAREN] = ACTIONS(297), [sym_word] = ACTIONS(287), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(597), - [anon_sym_LF] = ACTIONS(597), - [anon_sym_AMP] = ACTIONS(597), + [anon_sym_SEMI] = ACTIONS(593), + [anon_sym_LF] = ACTIONS(593), + [anon_sym_AMP] = ACTIONS(593), }, [128] = { - [sym_file_descriptor] = ACTIONS(609), - [sym_variable_name] = ACTIONS(609), - [anon_sym_LT] = ACTIONS(611), - [anon_sym_GT] = ACTIONS(611), - [anon_sym_GT_GT] = ACTIONS(609), - [anon_sym_AMP_GT] = ACTIONS(611), - [anon_sym_AMP_GT_GT] = ACTIONS(609), - [anon_sym_LT_AMP] = ACTIONS(609), - [anon_sym_GT_AMP] = ACTIONS(609), - [anon_sym_DQUOTE] = ACTIONS(609), - [sym_raw_string] = ACTIONS(609), - [anon_sym_DOLLAR] = ACTIONS(611), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(609), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(609), - [anon_sym_BQUOTE] = ACTIONS(609), - [anon_sym_LT_LPAREN] = ACTIONS(609), - [anon_sym_GT_LPAREN] = ACTIONS(609), - [sym_word] = ACTIONS(611), + [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), }, [129] = { [aux_sym_concatenation_repeat1] = STATE(198), - [sym_file_descriptor] = ACTIONS(613), - [sym__concat] = ACTIONS(413), - [sym_variable_name] = ACTIONS(613), - [anon_sym_LT] = ACTIONS(615), - [anon_sym_GT] = ACTIONS(615), - [anon_sym_GT_GT] = ACTIONS(613), - [anon_sym_AMP_GT] = ACTIONS(615), - [anon_sym_AMP_GT_GT] = ACTIONS(613), - [anon_sym_LT_AMP] = ACTIONS(613), - [anon_sym_GT_AMP] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [sym_raw_string] = ACTIONS(613), - [anon_sym_DOLLAR] = ACTIONS(615), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(613), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(613), - [anon_sym_BQUOTE] = ACTIONS(613), - [anon_sym_LT_LPAREN] = ACTIONS(613), - [anon_sym_GT_LPAREN] = ACTIONS(613), - [sym_word] = ACTIONS(615), + [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), }, [130] = { - [sym_file_descriptor] = ACTIONS(613), - [sym_variable_name] = ACTIONS(613), - [anon_sym_LT] = ACTIONS(615), - [anon_sym_GT] = ACTIONS(615), - [anon_sym_GT_GT] = ACTIONS(613), - [anon_sym_AMP_GT] = ACTIONS(615), - [anon_sym_AMP_GT_GT] = ACTIONS(613), - [anon_sym_LT_AMP] = ACTIONS(613), - [anon_sym_GT_AMP] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [sym_raw_string] = ACTIONS(613), - [anon_sym_DOLLAR] = ACTIONS(615), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(613), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(613), - [anon_sym_BQUOTE] = ACTIONS(613), - [anon_sym_LT_LPAREN] = ACTIONS(613), - [anon_sym_GT_LPAREN] = ACTIONS(613), - [sym_word] = ACTIONS(615), + [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), }, [131] = { @@ -12513,7 +12506,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(70), [sym_command_substitution] = STATE(70), [aux_sym_string_repeat1] = STATE(302), - [anon_sym_DQUOTE] = ACTIONS(617), + [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), @@ -12523,31 +12516,31 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { }, [132] = { [aux_sym_concatenation_repeat1] = STATE(305), - [sym__concat] = ACTIONS(619), - [anon_sym_RBRACK] = ACTIONS(621), + [sym__concat] = ACTIONS(613), + [anon_sym_RBRACK] = ACTIONS(615), [sym_comment] = ACTIONS(133), }, [133] = { [sym_special_variable_name] = STATE(308), - [anon_sym_DOLLAR] = ACTIONS(623), - [anon_sym_POUND] = ACTIONS(625), - [anon_sym_AT] = ACTIONS(623), + [anon_sym_DOLLAR] = ACTIONS(617), + [anon_sym_POUND] = ACTIONS(619), + [anon_sym_AT] = ACTIONS(617), [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(627), - [anon_sym_STAR] = ACTIONS(623), - [anon_sym_QMARK] = ACTIONS(623), - [anon_sym_DASH] = ACTIONS(623), - [anon_sym_BANG] = ACTIONS(623), - [anon_sym_0] = ACTIONS(625), - [anon_sym__] = ACTIONS(625), + [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), }, [134] = { [sym_special_variable_name] = STATE(311), [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(629), + [anon_sym_POUND] = ACTIONS(623), [anon_sym_AT] = ACTIONS(219), [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(631), + [sym_simple_variable_name] = ACTIONS(625), [anon_sym_STAR] = ACTIONS(219), [anon_sym_QMARK] = ACTIONS(219), [anon_sym_DASH] = ACTIONS(219), @@ -12706,43 +12699,43 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [138] = { - [anon_sym_RBRACK] = ACTIONS(621), + [anon_sym_RBRACK] = ACTIONS(615), [sym_comment] = ACTIONS(133), }, [139] = { - [sym_file_descriptor] = ACTIONS(633), - [sym_variable_name] = ACTIONS(633), - [anon_sym_PIPE] = ACTIONS(635), - [anon_sym_RPAREN] = ACTIONS(635), - [anon_sym_SEMI_SEMI] = ACTIONS(635), - [anon_sym_PIPE_AMP] = ACTIONS(635), - [anon_sym_AMP_AMP] = ACTIONS(635), - [anon_sym_PIPE_PIPE] = ACTIONS(635), - [anon_sym_LT] = ACTIONS(635), - [anon_sym_GT] = ACTIONS(635), - [anon_sym_GT_GT] = ACTIONS(635), - [anon_sym_AMP_GT] = ACTIONS(635), - [anon_sym_AMP_GT_GT] = ACTIONS(635), - [anon_sym_LT_AMP] = ACTIONS(635), - [anon_sym_GT_AMP] = ACTIONS(635), - [anon_sym_DQUOTE] = ACTIONS(635), - [sym_raw_string] = ACTIONS(635), - [anon_sym_DOLLAR] = ACTIONS(635), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(635), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(635), - [anon_sym_BQUOTE] = ACTIONS(635), - [anon_sym_LT_LPAREN] = ACTIONS(635), - [anon_sym_GT_LPAREN] = ACTIONS(635), - [sym_word] = ACTIONS(635), + [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(635), - [anon_sym_LF] = ACTIONS(635), - [anon_sym_AMP] = ACTIONS(635), + [anon_sym_SEMI] = ACTIONS(629), + [anon_sym_LF] = ACTIONS(629), + [anon_sym_AMP] = ACTIONS(629), }, [140] = { [aux_sym_array_repeat1] = STATE(320), - [anon_sym_RPAREN] = ACTIONS(637), - [sym_word] = ACTIONS(639), + [anon_sym_RPAREN] = ACTIONS(631), + [sym_word] = ACTIONS(633), [sym_comment] = ACTIONS(133), }, [141] = { @@ -12750,7 +12743,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(70), [sym_command_substitution] = STATE(70), [aux_sym_string_repeat1] = STATE(322), - [anon_sym_DQUOTE] = ACTIONS(641), + [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), @@ -12760,57 +12753,57 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { }, [142] = { [aux_sym_concatenation_repeat1] = STATE(324), - [sym_file_descriptor] = ACTIONS(633), - [sym__concat] = ACTIONS(643), - [sym_variable_name] = ACTIONS(633), - [anon_sym_PIPE] = ACTIONS(635), - [anon_sym_RPAREN] = ACTIONS(635), - [anon_sym_SEMI_SEMI] = ACTIONS(635), - [anon_sym_PIPE_AMP] = ACTIONS(635), - [anon_sym_AMP_AMP] = ACTIONS(635), - [anon_sym_PIPE_PIPE] = ACTIONS(635), - [anon_sym_LT] = ACTIONS(635), - [anon_sym_GT] = ACTIONS(635), - [anon_sym_GT_GT] = ACTIONS(635), - [anon_sym_AMP_GT] = ACTIONS(635), - [anon_sym_AMP_GT_GT] = ACTIONS(635), - [anon_sym_LT_AMP] = ACTIONS(635), - [anon_sym_GT_AMP] = ACTIONS(635), - [anon_sym_DQUOTE] = ACTIONS(635), - [sym_raw_string] = ACTIONS(635), - [anon_sym_DOLLAR] = ACTIONS(635), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(635), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(635), - [anon_sym_BQUOTE] = ACTIONS(635), - [anon_sym_LT_LPAREN] = ACTIONS(635), - [anon_sym_GT_LPAREN] = ACTIONS(635), - [sym_word] = ACTIONS(635), + [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(635), - [anon_sym_LF] = ACTIONS(635), - [anon_sym_AMP] = ACTIONS(635), + [anon_sym_SEMI] = ACTIONS(629), + [anon_sym_LF] = ACTIONS(629), + [anon_sym_AMP] = ACTIONS(629), }, [143] = { [sym_special_variable_name] = STATE(327), - [anon_sym_DOLLAR] = ACTIONS(645), - [anon_sym_POUND] = ACTIONS(647), - [anon_sym_AT] = ACTIONS(645), + [anon_sym_DOLLAR] = ACTIONS(639), + [anon_sym_POUND] = ACTIONS(641), + [anon_sym_AT] = ACTIONS(639), [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(649), - [anon_sym_STAR] = ACTIONS(645), - [anon_sym_QMARK] = ACTIONS(645), - [anon_sym_DASH] = ACTIONS(645), - [anon_sym_BANG] = ACTIONS(645), - [anon_sym_0] = ACTIONS(647), - [anon_sym__] = ACTIONS(647), + [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), }, [144] = { [sym_special_variable_name] = STATE(330), [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(651), + [anon_sym_POUND] = ACTIONS(645), [anon_sym_AT] = ACTIONS(219), [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(653), + [sym_simple_variable_name] = ACTIONS(647), [anon_sym_STAR] = ACTIONS(219), [anon_sym_QMARK] = ACTIONS(219), [anon_sym_DASH] = ACTIONS(219), @@ -12976,15 +12969,15 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(338), [sym_process_substitution] = STATE(338), [aux_sym_for_statement_repeat1] = STATE(345), - [anon_sym_DQUOTE] = ACTIONS(655), - [sym_raw_string] = ACTIONS(657), - [anon_sym_DOLLAR] = ACTIONS(659), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(661), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(663), - [anon_sym_BQUOTE] = ACTIONS(665), - [anon_sym_LT_LPAREN] = ACTIONS(667), - [anon_sym_GT_LPAREN] = ACTIONS(667), - [sym_word] = ACTIONS(669), + [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), }, [149] = { @@ -13015,7 +13008,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_variable_name] = ACTIONS(93), [anon_sym_for] = ACTIONS(97), [anon_sym_while] = ACTIONS(99), - [anon_sym_done] = ACTIONS(671), + [anon_sym_done] = ACTIONS(665), [anon_sym_if] = ACTIONS(101), [anon_sym_case] = ACTIONS(103), [anon_sym_function] = ACTIONS(105), @@ -13041,20 +13034,20 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [150] = { - [anon_sym_PIPE] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(673), - [anon_sym_SEMI_SEMI] = ACTIONS(673), - [anon_sym_PIPE_AMP] = ACTIONS(673), - [anon_sym_AMP_AMP] = ACTIONS(673), - [anon_sym_PIPE_PIPE] = ACTIONS(673), + [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(673), - [anon_sym_LF] = ACTIONS(673), - [anon_sym_AMP] = ACTIONS(673), + [anon_sym_SEMI] = ACTIONS(667), + [anon_sym_LF] = ACTIONS(667), + [anon_sym_AMP] = ACTIONS(667), }, [151] = { - [anon_sym_do] = ACTIONS(563), - [anon_sym_then] = ACTIONS(563), + [anon_sym_do] = ACTIONS(559), + [anon_sym_then] = ACTIONS(559), [sym_comment] = ACTIONS(133), }, [152] = { @@ -13089,9 +13082,9 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_for] = ACTIONS(97), [anon_sym_while] = ACTIONS(99), [anon_sym_if] = ACTIONS(101), - [anon_sym_fi] = ACTIONS(675), - [anon_sym_elif] = ACTIONS(677), - [anon_sym_else] = ACTIONS(679), + [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), @@ -13116,20 +13109,20 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [153] = { - [sym__concat] = ACTIONS(427), - [anon_sym_in] = ACTIONS(429), - [anon_sym_SEMI_SEMI] = ACTIONS(429), + [sym__concat] = ACTIONS(425), + [anon_sym_in] = ACTIONS(427), + [anon_sym_SEMI_SEMI] = ACTIONS(427), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(429), - [anon_sym_LF] = ACTIONS(429), - [anon_sym_AMP] = ACTIONS(429), + [anon_sym_SEMI] = ACTIONS(427), + [anon_sym_LF] = ACTIONS(427), + [anon_sym_AMP] = ACTIONS(427), }, [154] = { [sym_simple_expansion] = STATE(222), [sym_expansion] = STATE(222), [sym_command_substitution] = STATE(222), - [anon_sym_DQUOTE] = ACTIONS(681), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(447), + [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), @@ -13143,78 +13136,78 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(356), [sym_process_substitution] = STATE(356), [anon_sym_DQUOTE] = ACTIONS(145), - [sym_raw_string] = ACTIONS(683), + [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(685), + [sym_word] = ACTIONS(679), [sym_comment] = ACTIONS(133), }, [156] = { - [anon_sym_SEMI_SEMI] = ACTIONS(687), + [anon_sym_SEMI_SEMI] = ACTIONS(681), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(687), - [anon_sym_LF] = ACTIONS(687), - [anon_sym_AMP] = ACTIONS(687), + [anon_sym_SEMI] = ACTIONS(681), + [anon_sym_LF] = ACTIONS(681), + [anon_sym_AMP] = ACTIONS(681), }, [157] = { - [anon_sym_in] = ACTIONS(689), + [anon_sym_in] = ACTIONS(683), [sym_comment] = ACTIONS(133), }, [158] = { - [sym__concat] = ACTIONS(691), - [anon_sym_in] = ACTIONS(457), - [anon_sym_SEMI_SEMI] = ACTIONS(457), + [sym__concat] = ACTIONS(685), + [anon_sym_in] = ACTIONS(455), + [anon_sym_SEMI_SEMI] = ACTIONS(455), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(457), - [anon_sym_LF] = ACTIONS(457), - [anon_sym_AMP] = ACTIONS(457), + [anon_sym_SEMI] = ACTIONS(455), + [anon_sym_LF] = ACTIONS(455), + [anon_sym_AMP] = ACTIONS(455), }, [159] = { - [sym__concat] = ACTIONS(459), - [anon_sym_in] = ACTIONS(461), - [anon_sym_SEMI_SEMI] = ACTIONS(461), + [sym__concat] = ACTIONS(457), + [anon_sym_in] = ACTIONS(459), + [anon_sym_SEMI_SEMI] = ACTIONS(459), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(461), - [anon_sym_LF] = ACTIONS(461), - [anon_sym_AMP] = ACTIONS(461), + [anon_sym_SEMI] = ACTIONS(459), + [anon_sym_LF] = ACTIONS(459), + [anon_sym_AMP] = ACTIONS(459), }, [160] = { - [sym__concat] = ACTIONS(463), - [anon_sym_in] = ACTIONS(465), - [anon_sym_SEMI_SEMI] = ACTIONS(465), + [sym__concat] = ACTIONS(461), + [anon_sym_in] = ACTIONS(463), + [anon_sym_SEMI_SEMI] = ACTIONS(463), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(465), - [anon_sym_LF] = ACTIONS(465), - [anon_sym_AMP] = ACTIONS(465), + [anon_sym_SEMI] = ACTIONS(463), + [anon_sym_LF] = ACTIONS(463), + [anon_sym_AMP] = ACTIONS(463), }, [161] = { - [sym__concat] = ACTIONS(467), - [anon_sym_in] = ACTIONS(469), - [anon_sym_SEMI_SEMI] = ACTIONS(469), + [sym__concat] = ACTIONS(465), + [anon_sym_in] = ACTIONS(467), + [anon_sym_SEMI_SEMI] = ACTIONS(467), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(469), - [anon_sym_LF] = ACTIONS(469), - [anon_sym_AMP] = ACTIONS(469), + [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(459), - [anon_sym_LBRACK] = ACTIONS(459), - [anon_sym_EQ] = ACTIONS(459), + [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(471), - [anon_sym_COLON_QMARK] = ACTIONS(459), - [anon_sym_COLON_DASH] = ACTIONS(459), - [anon_sym_PERCENT] = ACTIONS(459), - [anon_sym_SLASH] = ACTIONS(459), + [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(693), + [sym_simple_variable_name] = ACTIONS(687), [anon_sym_STAR] = ACTIONS(219), [anon_sym_QMARK] = ACTIONS(219), [anon_sym_DASH] = ACTIONS(219), @@ -13223,53 +13216,53 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__] = ACTIONS(225), }, [163] = { - [anon_sym_RBRACE] = ACTIONS(695), - [anon_sym_LBRACK] = ACTIONS(697), - [anon_sym_EQ] = ACTIONS(699), - [anon_sym_COLON] = ACTIONS(701), - [anon_sym_COLON_QMARK] = ACTIONS(699), - [anon_sym_COLON_DASH] = ACTIONS(699), - [anon_sym_PERCENT] = ACTIONS(699), - [anon_sym_SLASH] = ACTIONS(699), + [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(703), - [anon_sym_LBRACK] = ACTIONS(705), - [anon_sym_EQ] = ACTIONS(707), - [anon_sym_COLON] = ACTIONS(709), - [anon_sym_COLON_QMARK] = ACTIONS(707), - [anon_sym_COLON_DASH] = ACTIONS(707), - [anon_sym_PERCENT] = ACTIONS(707), - [anon_sym_SLASH] = ACTIONS(707), + [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(519), - [anon_sym_RPAREN] = ACTIONS(711), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(525), + [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(519), - [anon_sym_RPAREN] = ACTIONS(711), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(545), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), [anon_sym_BQUOTE] = ACTIONS(299), @@ -13279,64 +13272,64 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [167] = { - [anon_sym_PIPE] = ACTIONS(551), - [anon_sym_PIPE_AMP] = ACTIONS(553), - [anon_sym_AMP_AMP] = ACTIONS(555), - [anon_sym_PIPE_PIPE] = ACTIONS(555), - [anon_sym_BQUOTE] = ACTIONS(711), + [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(551), - [anon_sym_PIPE_AMP] = ACTIONS(553), - [anon_sym_AMP_AMP] = ACTIONS(555), - [anon_sym_PIPE_PIPE] = ACTIONS(557), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(711), + [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(519), - [anon_sym_RPAREN] = ACTIONS(713), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(525), + [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(519), - [anon_sym_RPAREN] = ACTIONS(713), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(545), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), [anon_sym_BQUOTE] = ACTIONS(299), @@ -13346,69 +13339,69 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [171] = { - [anon_sym_RPAREN] = ACTIONS(715), + [anon_sym_RPAREN] = ACTIONS(709), [sym_comment] = ACTIONS(133), }, [172] = { - [anon_sym_PIPE] = ACTIONS(717), - [anon_sym_RPAREN] = ACTIONS(717), + [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(717), - [anon_sym_AMP_AMP] = ACTIONS(717), - [anon_sym_PIPE_PIPE] = 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), }, - [173] = { - [sym_file_descriptor] = ACTIONS(563), - [sym_variable_name] = ACTIONS(563), - [anon_sym_for] = ACTIONS(565), - [anon_sym_while] = ACTIONS(565), - [anon_sym_if] = ACTIONS(565), - [anon_sym_case] = ACTIONS(565), - [anon_sym_RPAREN] = ACTIONS(719), - [anon_sym_function] = ACTIONS(565), - [anon_sym_LPAREN] = ACTIONS(563), - [anon_sym_LBRACK] = ACTIONS(565), - [anon_sym_LBRACK_LBRACK] = ACTIONS(565), - [anon_sym_LT] = ACTIONS(565), - [anon_sym_GT] = ACTIONS(565), - [anon_sym_GT_GT] = ACTIONS(563), - [anon_sym_AMP_GT] = ACTIONS(565), - [anon_sym_AMP_GT_GT] = ACTIONS(563), - [anon_sym_LT_AMP] = ACTIONS(563), - [anon_sym_GT_AMP] = ACTIONS(563), - [anon_sym_DQUOTE] = ACTIONS(563), - [sym_raw_string] = ACTIONS(563), - [anon_sym_DOLLAR] = ACTIONS(565), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(563), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(563), - [anon_sym_BQUOTE] = ACTIONS(563), - [anon_sym_LT_LPAREN] = ACTIONS(563), - [anon_sym_GT_LPAREN] = ACTIONS(563), - [sym_word] = ACTIONS(567), - [sym_comment] = ACTIONS(133), - }, - [174] = { - [anon_sym_PIPE] = ACTIONS(271), - [anon_sym_RPAREN] = ACTIONS(721), - [anon_sym_SEMI_SEMI] = ACTIONS(723), - [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(723), - [anon_sym_LF] = ACTIONS(723), - [anon_sym_AMP] = ACTIONS(723), - }, [175] = { [sym_file_descriptor] = ACTIONS(299), [sym_variable_name] = ACTIONS(299), [anon_sym_PIPE] = ACTIONS(271), - [anon_sym_RPAREN] = ACTIONS(721), - [anon_sym_SEMI_SEMI] = ACTIONS(723), + [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), @@ -13429,32 +13422,32 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_LPAREN] = ACTIONS(301), [sym_word] = ACTIONS(301), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(723), - [anon_sym_LF] = ACTIONS(723), - [anon_sym_AMP] = ACTIONS(723), + [anon_sym_SEMI] = ACTIONS(717), + [anon_sym_LF] = ACTIONS(717), + [anon_sym_AMP] = ACTIONS(717), }, [176] = { - [sym__concat] = ACTIONS(427), - [anon_sym_RBRACE] = ACTIONS(427), - [anon_sym_RBRACK] = ACTIONS(725), - [anon_sym_RBRACK_RBRACK] = ACTIONS(725), - [anon_sym_DQUOTE] = ACTIONS(427), - [sym_raw_string] = ACTIONS(427), - [anon_sym_DOLLAR] = ACTIONS(725), - [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(429), + [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(727), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(447), + [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), @@ -13468,95 +13461,95 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(374), [sym_process_substitution] = STATE(374), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(729), + [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(731), + [sym_word] = ACTIONS(725), [sym_comment] = ACTIONS(133), }, [179] = { - [sym__concat] = ACTIONS(733), - [anon_sym_RBRACE] = ACTIONS(453), - [anon_sym_RBRACK] = ACTIONS(735), - [anon_sym_RBRACK_RBRACK] = ACTIONS(735), - [anon_sym_DQUOTE] = ACTIONS(453), - [sym_raw_string] = ACTIONS(453), - [anon_sym_DOLLAR] = ACTIONS(735), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(453), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(453), - [anon_sym_BQUOTE] = ACTIONS(453), - [anon_sym_LT_LPAREN] = ACTIONS(453), - [anon_sym_GT_LPAREN] = ACTIONS(453), - [sym_word] = ACTIONS(457), + [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(459), - [anon_sym_RBRACE] = ACTIONS(459), - [anon_sym_RBRACK] = ACTIONS(471), - [anon_sym_RBRACK_RBRACK] = ACTIONS(471), - [anon_sym_DQUOTE] = ACTIONS(459), - [sym_raw_string] = ACTIONS(459), - [anon_sym_DOLLAR] = ACTIONS(471), - [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(461), + [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(463), - [anon_sym_RBRACE] = ACTIONS(463), - [anon_sym_RBRACK] = ACTIONS(737), - [anon_sym_RBRACK_RBRACK] = ACTIONS(737), - [anon_sym_DQUOTE] = ACTIONS(463), - [sym_raw_string] = ACTIONS(463), - [anon_sym_DOLLAR] = ACTIONS(737), - [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(465), + [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(467), - [anon_sym_RBRACE] = ACTIONS(467), - [anon_sym_RBRACK] = ACTIONS(739), - [anon_sym_RBRACK_RBRACK] = ACTIONS(739), - [anon_sym_DQUOTE] = ACTIONS(467), - [sym_raw_string] = ACTIONS(467), - [anon_sym_DOLLAR] = ACTIONS(739), - [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(469), + [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(459), - [anon_sym_LBRACK] = ACTIONS(459), - [anon_sym_EQ] = ACTIONS(459), + [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(471), - [anon_sym_COLON_QMARK] = ACTIONS(459), - [anon_sym_COLON_DASH] = ACTIONS(459), - [anon_sym_PERCENT] = ACTIONS(459), - [anon_sym_SLASH] = ACTIONS(459), + [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(741), + [sym_simple_variable_name] = ACTIONS(735), [anon_sym_STAR] = ACTIONS(219), [anon_sym_QMARK] = ACTIONS(219), [anon_sym_DASH] = ACTIONS(219), @@ -13565,53 +13558,53 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__] = ACTIONS(225), }, [184] = { - [anon_sym_RBRACE] = ACTIONS(743), - [anon_sym_LBRACK] = ACTIONS(745), - [anon_sym_EQ] = ACTIONS(747), - [anon_sym_COLON] = ACTIONS(749), - [anon_sym_COLON_QMARK] = ACTIONS(747), - [anon_sym_COLON_DASH] = ACTIONS(747), - [anon_sym_PERCENT] = ACTIONS(747), - [anon_sym_SLASH] = ACTIONS(747), + [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(751), - [anon_sym_LBRACK] = ACTIONS(753), - [anon_sym_EQ] = ACTIONS(755), - [anon_sym_COLON] = ACTIONS(757), - [anon_sym_COLON_QMARK] = ACTIONS(755), - [anon_sym_COLON_DASH] = ACTIONS(755), - [anon_sym_PERCENT] = ACTIONS(755), - [anon_sym_SLASH] = ACTIONS(755), + [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(519), - [anon_sym_RPAREN] = ACTIONS(759), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(525), + [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(519), - [anon_sym_RPAREN] = ACTIONS(759), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(545), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), [anon_sym_BQUOTE] = ACTIONS(299), @@ -13621,64 +13614,64 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [188] = { - [anon_sym_PIPE] = ACTIONS(551), - [anon_sym_PIPE_AMP] = ACTIONS(553), - [anon_sym_AMP_AMP] = ACTIONS(555), - [anon_sym_PIPE_PIPE] = ACTIONS(555), - [anon_sym_BQUOTE] = ACTIONS(759), + [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(551), - [anon_sym_PIPE_AMP] = ACTIONS(553), - [anon_sym_AMP_AMP] = ACTIONS(555), - [anon_sym_PIPE_PIPE] = ACTIONS(557), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(759), + [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(519), - [anon_sym_RPAREN] = ACTIONS(761), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(525), + [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(519), - [anon_sym_RPAREN] = ACTIONS(761), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(545), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), [anon_sym_BQUOTE] = ACTIONS(299), @@ -13688,80 +13681,80 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [192] = { - [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_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(763), - [anon_sym_LF] = ACTIONS(763), - [anon_sym_AMP] = ACTIONS(763), + [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(385), - [anon_sym_RBRACK] = ACTIONS(765), - [anon_sym_RBRACK_RBRACK] = ACTIONS(765), - [anon_sym_DQUOTE] = ACTIONS(767), - [sym_raw_string] = ACTIONS(767), - [anon_sym_DOLLAR] = ACTIONS(765), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(767), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(767), - [anon_sym_BQUOTE] = ACTIONS(767), - [anon_sym_LT_LPAREN] = ACTIONS(767), - [anon_sym_GT_LPAREN] = ACTIONS(767), - [sym_word] = ACTIONS(769), + [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(765), - [anon_sym_RBRACK_RBRACK] = ACTIONS(765), - [anon_sym_DQUOTE] = ACTIONS(767), - [sym_raw_string] = ACTIONS(767), - [anon_sym_DOLLAR] = ACTIONS(765), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(767), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(767), - [anon_sym_BQUOTE] = ACTIONS(767), - [anon_sym_LT_LPAREN] = ACTIONS(767), - [anon_sym_GT_LPAREN] = ACTIONS(767), - [sym_word] = ACTIONS(769), + [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(427), - [sym__concat] = ACTIONS(427), - [sym_variable_name] = ACTIONS(427), - [anon_sym_PIPE] = ACTIONS(725), - [anon_sym_RPAREN] = ACTIONS(427), - [anon_sym_PIPE_AMP] = ACTIONS(427), - [anon_sym_AMP_AMP] = ACTIONS(427), - [anon_sym_PIPE_PIPE] = ACTIONS(725), - [anon_sym_LT] = ACTIONS(725), - [anon_sym_GT] = ACTIONS(725), - [anon_sym_GT_GT] = ACTIONS(427), - [anon_sym_AMP_GT] = ACTIONS(725), - [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(725), - [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(429), + [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(771), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(447), + [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), @@ -13775,139 +13768,139 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(387), [sym_process_substitution] = STATE(387), [anon_sym_DQUOTE] = ACTIONS(179), - [sym_raw_string] = ACTIONS(773), + [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(775), + [sym_word] = ACTIONS(769), [sym_comment] = ACTIONS(133), }, [198] = { - [sym_file_descriptor] = ACTIONS(453), - [sym__concat] = ACTIONS(777), - [sym_variable_name] = ACTIONS(453), - [anon_sym_PIPE] = ACTIONS(735), - [anon_sym_RPAREN] = ACTIONS(453), - [anon_sym_PIPE_AMP] = ACTIONS(453), - [anon_sym_AMP_AMP] = ACTIONS(453), - [anon_sym_PIPE_PIPE] = ACTIONS(735), - [anon_sym_LT] = ACTIONS(735), - [anon_sym_GT] = ACTIONS(735), - [anon_sym_GT_GT] = ACTIONS(453), - [anon_sym_AMP_GT] = ACTIONS(735), - [anon_sym_AMP_GT_GT] = ACTIONS(453), - [anon_sym_LT_AMP] = ACTIONS(453), - [anon_sym_GT_AMP] = ACTIONS(453), - [anon_sym_DQUOTE] = ACTIONS(453), - [sym_raw_string] = ACTIONS(453), - [anon_sym_DOLLAR] = ACTIONS(735), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(453), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(453), - [anon_sym_BQUOTE] = ACTIONS(453), - [anon_sym_LT_LPAREN] = ACTIONS(453), - [anon_sym_GT_LPAREN] = ACTIONS(453), - [sym_word] = ACTIONS(457), + [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(459), - [sym__concat] = ACTIONS(459), - [sym_variable_name] = ACTIONS(459), - [anon_sym_PIPE] = ACTIONS(471), - [anon_sym_RPAREN] = ACTIONS(459), - [anon_sym_PIPE_AMP] = ACTIONS(459), - [anon_sym_AMP_AMP] = ACTIONS(459), - [anon_sym_PIPE_PIPE] = ACTIONS(471), - [anon_sym_LT] = ACTIONS(471), - [anon_sym_GT] = ACTIONS(471), - [anon_sym_GT_GT] = ACTIONS(459), - [anon_sym_AMP_GT] = ACTIONS(471), - [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(471), - [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(461), + [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(463), - [sym__concat] = ACTIONS(463), - [sym_variable_name] = ACTIONS(463), - [anon_sym_PIPE] = ACTIONS(737), - [anon_sym_RPAREN] = ACTIONS(463), - [anon_sym_PIPE_AMP] = ACTIONS(463), - [anon_sym_AMP_AMP] = ACTIONS(463), - [anon_sym_PIPE_PIPE] = ACTIONS(737), - [anon_sym_LT] = ACTIONS(737), - [anon_sym_GT] = ACTIONS(737), - [anon_sym_GT_GT] = ACTIONS(463), - [anon_sym_AMP_GT] = ACTIONS(737), - [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(737), - [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(465), + [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(467), - [sym__concat] = ACTIONS(467), - [sym_variable_name] = ACTIONS(467), - [anon_sym_PIPE] = ACTIONS(739), - [anon_sym_RPAREN] = ACTIONS(467), - [anon_sym_PIPE_AMP] = ACTIONS(467), - [anon_sym_AMP_AMP] = ACTIONS(467), - [anon_sym_PIPE_PIPE] = ACTIONS(739), - [anon_sym_LT] = ACTIONS(739), - [anon_sym_GT] = ACTIONS(739), - [anon_sym_GT_GT] = ACTIONS(467), - [anon_sym_AMP_GT] = ACTIONS(739), - [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(739), - [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(469), + [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(459), - [anon_sym_LBRACK] = ACTIONS(459), - [anon_sym_EQ] = ACTIONS(459), + [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(471), - [anon_sym_COLON_QMARK] = ACTIONS(459), - [anon_sym_COLON_DASH] = ACTIONS(459), - [anon_sym_PERCENT] = ACTIONS(459), - [anon_sym_SLASH] = ACTIONS(459), + [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(779), + [sym_simple_variable_name] = ACTIONS(773), [anon_sym_STAR] = ACTIONS(219), [anon_sym_QMARK] = ACTIONS(219), [anon_sym_DASH] = ACTIONS(219), @@ -13916,53 +13909,53 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__] = ACTIONS(225), }, [203] = { - [anon_sym_RBRACE] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(783), - [anon_sym_EQ] = ACTIONS(785), - [anon_sym_COLON] = ACTIONS(787), - [anon_sym_COLON_QMARK] = ACTIONS(785), - [anon_sym_COLON_DASH] = ACTIONS(785), - [anon_sym_PERCENT] = ACTIONS(785), - [anon_sym_SLASH] = ACTIONS(785), + [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(789), - [anon_sym_LBRACK] = ACTIONS(791), - [anon_sym_EQ] = ACTIONS(793), - [anon_sym_COLON] = ACTIONS(795), - [anon_sym_COLON_QMARK] = ACTIONS(793), - [anon_sym_COLON_DASH] = ACTIONS(793), - [anon_sym_PERCENT] = ACTIONS(793), - [anon_sym_SLASH] = ACTIONS(793), + [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(519), - [anon_sym_RPAREN] = ACTIONS(797), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(525), + [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(519), - [anon_sym_RPAREN] = ACTIONS(797), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(545), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), [anon_sym_BQUOTE] = ACTIONS(299), @@ -13972,64 +13965,64 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [207] = { - [anon_sym_PIPE] = ACTIONS(551), - [anon_sym_PIPE_AMP] = ACTIONS(553), - [anon_sym_AMP_AMP] = ACTIONS(555), - [anon_sym_PIPE_PIPE] = ACTIONS(555), - [anon_sym_BQUOTE] = ACTIONS(797), + [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(551), - [anon_sym_PIPE_AMP] = ACTIONS(553), - [anon_sym_AMP_AMP] = ACTIONS(555), - [anon_sym_PIPE_PIPE] = ACTIONS(557), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(797), + [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(519), - [anon_sym_RPAREN] = ACTIONS(799), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(525), + [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(519), - [anon_sym_RPAREN] = ACTIONS(799), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(545), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), [anon_sym_BQUOTE] = ACTIONS(299), @@ -14039,47 +14032,47 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [211] = { - [anon_sym_DQUOTE] = ACTIONS(461), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(471), - [anon_sym_DOLLAR] = ACTIONS(461), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(461), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(461), - [anon_sym_BQUOTE] = ACTIONS(461), + [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(465), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(737), - [anon_sym_DOLLAR] = ACTIONS(465), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(465), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(465), - [anon_sym_BQUOTE] = ACTIONS(465), + [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(469), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(739), - [anon_sym_DOLLAR] = ACTIONS(469), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(469), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(469), - [anon_sym_BQUOTE] = ACTIONS(469), + [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(459), - [anon_sym_LBRACK] = ACTIONS(459), - [anon_sym_EQ] = ACTIONS(459), + [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(471), - [anon_sym_COLON_QMARK] = ACTIONS(459), - [anon_sym_COLON_DASH] = ACTIONS(459), - [anon_sym_PERCENT] = ACTIONS(459), - [anon_sym_SLASH] = ACTIONS(459), + [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(801), + [sym_simple_variable_name] = ACTIONS(795), [anon_sym_STAR] = ACTIONS(219), [anon_sym_QMARK] = ACTIONS(219), [anon_sym_DASH] = ACTIONS(219), @@ -14088,53 +14081,53 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__] = ACTIONS(225), }, [215] = { - [anon_sym_RBRACE] = ACTIONS(803), - [anon_sym_LBRACK] = ACTIONS(805), - [anon_sym_EQ] = ACTIONS(807), - [anon_sym_COLON] = ACTIONS(809), - [anon_sym_COLON_QMARK] = ACTIONS(807), - [anon_sym_COLON_DASH] = ACTIONS(807), - [anon_sym_PERCENT] = ACTIONS(807), - [anon_sym_SLASH] = ACTIONS(807), + [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(811), - [anon_sym_LBRACK] = ACTIONS(813), - [anon_sym_EQ] = ACTIONS(815), - [anon_sym_COLON] = ACTIONS(817), - [anon_sym_COLON_QMARK] = ACTIONS(815), - [anon_sym_COLON_DASH] = ACTIONS(815), - [anon_sym_PERCENT] = ACTIONS(815), - [anon_sym_SLASH] = ACTIONS(815), + [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(519), - [anon_sym_RPAREN] = ACTIONS(819), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(525), + [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(519), - [anon_sym_RPAREN] = ACTIONS(819), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(545), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), [anon_sym_BQUOTE] = ACTIONS(299), @@ -14144,110 +14137,110 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [219] = { - [anon_sym_PIPE] = ACTIONS(551), - [anon_sym_PIPE_AMP] = ACTIONS(553), - [anon_sym_AMP_AMP] = ACTIONS(555), - [anon_sym_PIPE_PIPE] = ACTIONS(555), - [anon_sym_BQUOTE] = ACTIONS(819), + [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(551), - [anon_sym_PIPE_AMP] = ACTIONS(553), - [anon_sym_AMP_AMP] = ACTIONS(555), - [anon_sym_PIPE_PIPE] = ACTIONS(557), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(819), + [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(821), - [sym__concat] = ACTIONS(821), - [anon_sym_PIPE] = ACTIONS(823), - [anon_sym_RPAREN] = ACTIONS(823), - [anon_sym_SEMI_SEMI] = ACTIONS(823), - [anon_sym_PIPE_AMP] = ACTIONS(823), - [anon_sym_AMP_AMP] = ACTIONS(823), - [anon_sym_PIPE_PIPE] = ACTIONS(823), - [anon_sym_LT] = ACTIONS(823), - [anon_sym_GT] = ACTIONS(823), - [anon_sym_GT_GT] = ACTIONS(823), - [anon_sym_AMP_GT] = ACTIONS(823), - [anon_sym_AMP_GT_GT] = ACTIONS(823), - [anon_sym_LT_AMP] = ACTIONS(823), - [anon_sym_GT_AMP] = ACTIONS(823), - [anon_sym_LT_LT] = ACTIONS(823), - [anon_sym_LT_LT_DASH] = ACTIONS(823), - [anon_sym_DQUOTE] = ACTIONS(823), - [sym_raw_string] = ACTIONS(823), - [anon_sym_DOLLAR] = ACTIONS(823), - [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(823), + [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(823), - [anon_sym_LF] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), + [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), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(827), + [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), - }, - [223] = { - [sym_file_descriptor] = ACTIONS(829), - [sym__concat] = ACTIONS(829), - [anon_sym_PIPE] = ACTIONS(831), - [anon_sym_RPAREN] = ACTIONS(831), - [anon_sym_SEMI_SEMI] = ACTIONS(831), - [anon_sym_PIPE_AMP] = ACTIONS(831), - [anon_sym_AMP_AMP] = ACTIONS(831), - [anon_sym_PIPE_PIPE] = ACTIONS(831), - [anon_sym_LT] = ACTIONS(831), - [anon_sym_GT] = ACTIONS(831), - [anon_sym_GT_GT] = ACTIONS(831), - [anon_sym_AMP_GT] = ACTIONS(831), - [anon_sym_AMP_GT_GT] = ACTIONS(831), - [anon_sym_LT_AMP] = ACTIONS(831), - [anon_sym_GT_AMP] = ACTIONS(831), - [anon_sym_LT_LT] = ACTIONS(831), - [anon_sym_LT_LT_DASH] = ACTIONS(831), - [anon_sym_DQUOTE] = ACTIONS(831), - [sym_raw_string] = ACTIONS(831), - [anon_sym_DOLLAR] = ACTIONS(831), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(831), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(831), - [anon_sym_BQUOTE] = ACTIONS(831), - [anon_sym_LT_LPAREN] = ACTIONS(831), - [anon_sym_GT_LPAREN] = ACTIONS(831), - [sym_word] = ACTIONS(831), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(831), - [anon_sym_LF] = ACTIONS(831), - [anon_sym_AMP] = ACTIONS(831), + [anon_sym_SEMI] = ACTIONS(825), + [anon_sym_LF] = ACTIONS(825), + [anon_sym_AMP] = ACTIONS(825), }, [224] = { [sym_string] = STATE(408), @@ -14256,60 +14249,60 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(408), [sym_process_substitution] = STATE(408), [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(833), + [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(835), + [sym_word] = ACTIONS(829), [sym_comment] = ACTIONS(133), }, [225] = { - [anon_sym_RBRACE] = ACTIONS(837), - [anon_sym_LBRACK] = ACTIONS(839), + [anon_sym_RBRACE] = ACTIONS(831), + [anon_sym_LBRACK] = ACTIONS(833), [sym_comment] = ACTIONS(133), }, [226] = { - [anon_sym_RBRACE] = ACTIONS(841), - [anon_sym_LBRACK] = ACTIONS(843), + [anon_sym_RBRACE] = ACTIONS(835), + [anon_sym_LBRACK] = ACTIONS(837), [sym_comment] = ACTIONS(133), }, [227] = { - [sym_file_descriptor] = ACTIONS(845), - [sym__concat] = ACTIONS(845), - [anon_sym_PIPE] = ACTIONS(847), - [anon_sym_RPAREN] = ACTIONS(847), - [anon_sym_SEMI_SEMI] = ACTIONS(847), - [anon_sym_PIPE_AMP] = ACTIONS(847), - [anon_sym_AMP_AMP] = ACTIONS(847), - [anon_sym_PIPE_PIPE] = ACTIONS(847), - [anon_sym_LT] = ACTIONS(847), - [anon_sym_GT] = ACTIONS(847), - [anon_sym_GT_GT] = ACTIONS(847), - [anon_sym_AMP_GT] = ACTIONS(847), - [anon_sym_AMP_GT_GT] = ACTIONS(847), - [anon_sym_LT_AMP] = ACTIONS(847), - [anon_sym_GT_AMP] = ACTIONS(847), - [anon_sym_LT_LT] = ACTIONS(847), - [anon_sym_LT_LT_DASH] = ACTIONS(847), - [anon_sym_DQUOTE] = ACTIONS(847), - [sym_raw_string] = ACTIONS(847), - [anon_sym_DOLLAR] = ACTIONS(847), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(847), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(847), - [anon_sym_BQUOTE] = ACTIONS(847), - [anon_sym_LT_LPAREN] = ACTIONS(847), - [anon_sym_GT_LPAREN] = ACTIONS(847), - [sym_word] = ACTIONS(847), + [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(847), - [anon_sym_LF] = ACTIONS(847), - [anon_sym_AMP] = ACTIONS(847), + [anon_sym_SEMI] = ACTIONS(841), + [anon_sym_LF] = ACTIONS(841), + [anon_sym_AMP] = ACTIONS(841), }, [228] = { - [anon_sym_AT] = ACTIONS(849), + [anon_sym_AT] = ACTIONS(843), [sym_comment] = ACTIONS(133), }, [229] = { @@ -14320,50 +14313,50 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(414), [sym_process_substitution] = STATE(414), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(851), + [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(853), + [sym_word] = ACTIONS(847), [sym_comment] = ACTIONS(133), }, [230] = { - [sym_file_descriptor] = ACTIONS(855), - [sym__concat] = ACTIONS(855), - [anon_sym_PIPE] = ACTIONS(857), - [anon_sym_RPAREN] = ACTIONS(857), - [anon_sym_SEMI_SEMI] = ACTIONS(857), - [anon_sym_PIPE_AMP] = ACTIONS(857), - [anon_sym_AMP_AMP] = ACTIONS(857), - [anon_sym_PIPE_PIPE] = ACTIONS(857), - [anon_sym_LT] = ACTIONS(857), - [anon_sym_GT] = ACTIONS(857), - [anon_sym_GT_GT] = ACTIONS(857), - [anon_sym_AMP_GT] = ACTIONS(857), - [anon_sym_AMP_GT_GT] = ACTIONS(857), - [anon_sym_LT_AMP] = ACTIONS(857), - [anon_sym_GT_AMP] = ACTIONS(857), - [anon_sym_LT_LT] = ACTIONS(857), - [anon_sym_LT_LT_DASH] = ACTIONS(857), - [anon_sym_DQUOTE] = ACTIONS(857), - [sym_raw_string] = ACTIONS(857), - [anon_sym_DOLLAR] = ACTIONS(857), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(857), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(857), - [anon_sym_BQUOTE] = ACTIONS(857), - [anon_sym_LT_LPAREN] = ACTIONS(857), - [anon_sym_GT_LPAREN] = ACTIONS(857), - [sym_word] = ACTIONS(857), + [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(857), - [anon_sym_LF] = ACTIONS(857), - [anon_sym_AMP] = ACTIONS(857), + [anon_sym_SEMI] = ACTIONS(851), + [anon_sym_LF] = ACTIONS(851), + [anon_sym_AMP] = ACTIONS(851), }, [231] = { - [anon_sym_AT] = ACTIONS(859), + [anon_sym_AT] = ACTIONS(853), [sym_comment] = ACTIONS(133), }, [232] = { @@ -14374,14 +14367,14 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(417), [sym_process_substitution] = STATE(417), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(861), + [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(863), + [sym_word] = ACTIONS(857), [sym_comment] = ACTIONS(133), }, [233] = { @@ -14392,72 +14385,72 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(421), [sym_command_substitution] = STATE(421), [sym_process_substitution] = STATE(421), - [sym__empty_value] = ACTIONS(865), - [anon_sym_LPAREN] = ACTIONS(867), + [sym__empty_value] = ACTIONS(859), + [anon_sym_LPAREN] = ACTIONS(861), [anon_sym_DQUOTE] = ACTIONS(179), - [sym_raw_string] = ACTIONS(869), + [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(871), + [sym_word] = ACTIONS(865), [sym_comment] = ACTIONS(133), }, [234] = { - [anon_sym_in] = ACTIONS(873), + [anon_sym_in] = ACTIONS(867), [sym_comment] = ACTIONS(133), }, [235] = { [sym_do_group] = STATE(424), - [anon_sym_do] = ACTIONS(875), + [anon_sym_do] = ACTIONS(869), [sym_comment] = ACTIONS(133), }, [236] = { - [anon_sym_then] = ACTIONS(877), + [anon_sym_then] = ACTIONS(871), [sym_comment] = ACTIONS(133), }, [237] = { [aux_sym_concatenation_repeat1] = STATE(158), - [sym__concat] = ACTIONS(361), - [anon_sym_in] = ACTIONS(879), - [anon_sym_SEMI_SEMI] = ACTIONS(881), + [sym__concat] = ACTIONS(359), + [anon_sym_in] = ACTIONS(873), + [anon_sym_SEMI_SEMI] = ACTIONS(875), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(881), - [anon_sym_LF] = ACTIONS(881), - [anon_sym_AMP] = ACTIONS(881), + [anon_sym_SEMI] = ACTIONS(875), + [anon_sym_LF] = ACTIONS(875), + [anon_sym_AMP] = ACTIONS(875), }, [238] = { - [anon_sym_in] = ACTIONS(879), - [anon_sym_SEMI_SEMI] = ACTIONS(881), + [anon_sym_in] = ACTIONS(873), + [anon_sym_SEMI_SEMI] = ACTIONS(875), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(881), - [anon_sym_LF] = ACTIONS(881), - [anon_sym_AMP] = ACTIONS(881), + [anon_sym_SEMI] = ACTIONS(875), + [anon_sym_LF] = ACTIONS(875), + [anon_sym_AMP] = ACTIONS(875), }, [239] = { - [anon_sym_LPAREN] = ACTIONS(883), + [anon_sym_LPAREN] = ACTIONS(877), [sym_comment] = ACTIONS(133), }, [240] = { [anon_sym_PIPE] = ACTIONS(271), - [anon_sym_RPAREN] = ACTIONS(885), - [anon_sym_SEMI_SEMI] = ACTIONS(887), + [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(887), - [anon_sym_LF] = ACTIONS(887), - [anon_sym_AMP] = ACTIONS(887), + [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(885), - [anon_sym_SEMI_SEMI] = ACTIONS(887), + [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), @@ -14478,9 +14471,9 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_LPAREN] = ACTIONS(301), [sym_word] = ACTIONS(301), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(887), - [anon_sym_LF] = ACTIONS(887), - [anon_sym_AMP] = ACTIONS(887), + [anon_sym_SEMI] = ACTIONS(881), + [anon_sym_LF] = ACTIONS(881), + [anon_sym_AMP] = ACTIONS(881), }, [242] = { [sym__terminated_statement] = STATE(126), @@ -14540,16 +14533,16 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(193), [sym_command_substitution] = STATE(193), [sym_process_substitution] = STATE(193), - [anon_sym_RBRACK] = ACTIONS(889), + [anon_sym_RBRACK] = ACTIONS(883), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(405), + [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(407), + [sym_word] = ACTIONS(405), [sym_comment] = ACTIONS(133), }, [244] = { @@ -14559,52 +14552,52 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(193), [sym_command_substitution] = STATE(193), [sym_process_substitution] = STATE(193), - [anon_sym_RBRACK_RBRACK] = ACTIONS(889), + [anon_sym_RBRACK_RBRACK] = ACTIONS(883), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(405), + [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(407), + [sym_word] = ACTIONS(405), [sym_comment] = ACTIONS(133), }, [245] = { - [sym_file_descriptor] = ACTIONS(427), - [sym__concat] = ACTIONS(427), - [anon_sym_PIPE] = ACTIONS(725), - [anon_sym_RPAREN] = ACTIONS(427), - [anon_sym_PIPE_AMP] = ACTIONS(427), - [anon_sym_AMP_AMP] = ACTIONS(427), - [anon_sym_PIPE_PIPE] = ACTIONS(725), - [anon_sym_LT] = ACTIONS(725), - [anon_sym_GT] = ACTIONS(725), - [anon_sym_GT_GT] = ACTIONS(427), - [anon_sym_AMP_GT] = ACTIONS(725), - [anon_sym_AMP_GT_GT] = ACTIONS(427), - [anon_sym_LT_AMP] = ACTIONS(427), - [anon_sym_GT_AMP] = ACTIONS(427), - [anon_sym_LT_LT] = ACTIONS(725), - [anon_sym_LT_LT_DASH] = ACTIONS(427), - [anon_sym_DQUOTE] = ACTIONS(427), - [sym_raw_string] = ACTIONS(427), - [anon_sym_DOLLAR] = ACTIONS(725), - [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(429), + [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), }, [246] = { [sym_simple_expansion] = STATE(222), [sym_expansion] = STATE(222), [sym_command_substitution] = STATE(222), - [anon_sym_DQUOTE] = ACTIONS(891), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(447), + [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), @@ -14618,143 +14611,143 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(435), [sym_process_substitution] = STATE(435), [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(893), + [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(895), + [sym_word] = ACTIONS(889), [sym_comment] = ACTIONS(133), }, [248] = { - [sym_file_descriptor] = ACTIONS(453), - [sym__concat] = ACTIONS(897), - [anon_sym_PIPE] = ACTIONS(735), - [anon_sym_RPAREN] = ACTIONS(453), - [anon_sym_PIPE_AMP] = ACTIONS(453), - [anon_sym_AMP_AMP] = ACTIONS(453), - [anon_sym_PIPE_PIPE] = ACTIONS(735), - [anon_sym_LT] = ACTIONS(735), - [anon_sym_GT] = ACTIONS(735), - [anon_sym_GT_GT] = ACTIONS(453), - [anon_sym_AMP_GT] = ACTIONS(735), - [anon_sym_AMP_GT_GT] = ACTIONS(453), - [anon_sym_LT_AMP] = ACTIONS(453), - [anon_sym_GT_AMP] = ACTIONS(453), - [anon_sym_LT_LT] = ACTIONS(735), - [anon_sym_LT_LT_DASH] = ACTIONS(453), - [anon_sym_DQUOTE] = ACTIONS(453), - [sym_raw_string] = ACTIONS(453), - [anon_sym_DOLLAR] = ACTIONS(735), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(453), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(453), - [anon_sym_BQUOTE] = ACTIONS(453), - [anon_sym_LT_LPAREN] = ACTIONS(453), - [anon_sym_GT_LPAREN] = ACTIONS(453), - [sym_word] = ACTIONS(457), + [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), }, [249] = { - [sym_file_descriptor] = ACTIONS(459), - [sym__concat] = ACTIONS(459), - [anon_sym_PIPE] = ACTIONS(471), - [anon_sym_RPAREN] = ACTIONS(459), - [anon_sym_PIPE_AMP] = ACTIONS(459), - [anon_sym_AMP_AMP] = ACTIONS(459), - [anon_sym_PIPE_PIPE] = ACTIONS(471), - [anon_sym_LT] = ACTIONS(471), - [anon_sym_GT] = ACTIONS(471), - [anon_sym_GT_GT] = ACTIONS(459), - [anon_sym_AMP_GT] = ACTIONS(471), - [anon_sym_AMP_GT_GT] = ACTIONS(459), - [anon_sym_LT_AMP] = ACTIONS(459), - [anon_sym_GT_AMP] = ACTIONS(459), - [anon_sym_LT_LT] = ACTIONS(471), - [anon_sym_LT_LT_DASH] = ACTIONS(459), - [anon_sym_DQUOTE] = ACTIONS(459), - [sym_raw_string] = ACTIONS(459), - [anon_sym_DOLLAR] = ACTIONS(471), - [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(461), + [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), }, [250] = { - [sym_file_descriptor] = ACTIONS(463), - [sym__concat] = ACTIONS(463), - [anon_sym_PIPE] = ACTIONS(737), - [anon_sym_RPAREN] = ACTIONS(463), - [anon_sym_PIPE_AMP] = ACTIONS(463), - [anon_sym_AMP_AMP] = ACTIONS(463), - [anon_sym_PIPE_PIPE] = ACTIONS(737), - [anon_sym_LT] = ACTIONS(737), - [anon_sym_GT] = ACTIONS(737), - [anon_sym_GT_GT] = ACTIONS(463), - [anon_sym_AMP_GT] = ACTIONS(737), - [anon_sym_AMP_GT_GT] = ACTIONS(463), - [anon_sym_LT_AMP] = ACTIONS(463), - [anon_sym_GT_AMP] = ACTIONS(463), - [anon_sym_LT_LT] = ACTIONS(737), - [anon_sym_LT_LT_DASH] = ACTIONS(463), - [anon_sym_DQUOTE] = ACTIONS(463), - [sym_raw_string] = ACTIONS(463), - [anon_sym_DOLLAR] = ACTIONS(737), - [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(465), + [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), }, [251] = { - [sym_file_descriptor] = ACTIONS(467), - [sym__concat] = ACTIONS(467), - [anon_sym_PIPE] = ACTIONS(739), - [anon_sym_RPAREN] = ACTIONS(467), - [anon_sym_PIPE_AMP] = ACTIONS(467), - [anon_sym_AMP_AMP] = ACTIONS(467), - [anon_sym_PIPE_PIPE] = ACTIONS(739), - [anon_sym_LT] = ACTIONS(739), - [anon_sym_GT] = ACTIONS(739), - [anon_sym_GT_GT] = ACTIONS(467), - [anon_sym_AMP_GT] = ACTIONS(739), - [anon_sym_AMP_GT_GT] = ACTIONS(467), - [anon_sym_LT_AMP] = ACTIONS(467), - [anon_sym_GT_AMP] = ACTIONS(467), - [anon_sym_LT_LT] = ACTIONS(739), - [anon_sym_LT_LT_DASH] = ACTIONS(467), - [anon_sym_DQUOTE] = ACTIONS(467), - [sym_raw_string] = ACTIONS(467), - [anon_sym_DOLLAR] = ACTIONS(739), - [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(469), + [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), }, [252] = { [sym_special_variable_name] = STATE(438), - [anon_sym_RBRACE] = ACTIONS(459), - [anon_sym_LBRACK] = ACTIONS(459), - [anon_sym_EQ] = ACTIONS(459), + [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(471), - [anon_sym_COLON_QMARK] = ACTIONS(459), - [anon_sym_COLON_DASH] = ACTIONS(459), - [anon_sym_PERCENT] = ACTIONS(459), - [anon_sym_SLASH] = ACTIONS(459), + [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(899), + [sym_simple_variable_name] = ACTIONS(893), [anon_sym_STAR] = ACTIONS(219), [anon_sym_QMARK] = ACTIONS(219), [anon_sym_DASH] = ACTIONS(219), @@ -14763,53 +14756,53 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__] = ACTIONS(225), }, [253] = { - [anon_sym_RBRACE] = ACTIONS(901), - [anon_sym_LBRACK] = ACTIONS(903), - [anon_sym_EQ] = ACTIONS(905), - [anon_sym_COLON] = ACTIONS(907), - [anon_sym_COLON_QMARK] = ACTIONS(905), - [anon_sym_COLON_DASH] = ACTIONS(905), - [anon_sym_PERCENT] = ACTIONS(905), - [anon_sym_SLASH] = ACTIONS(905), + [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), }, [254] = { - [anon_sym_RBRACE] = ACTIONS(909), - [anon_sym_LBRACK] = ACTIONS(911), - [anon_sym_EQ] = ACTIONS(913), - [anon_sym_COLON] = ACTIONS(915), - [anon_sym_COLON_QMARK] = ACTIONS(913), - [anon_sym_COLON_DASH] = ACTIONS(913), - [anon_sym_PERCENT] = ACTIONS(913), - [anon_sym_SLASH] = ACTIONS(913), + [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), }, [255] = { - [anon_sym_PIPE] = ACTIONS(519), - [anon_sym_RPAREN] = ACTIONS(917), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(525), + [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), }, [256] = { [sym_file_descriptor] = ACTIONS(299), [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(519), - [anon_sym_RPAREN] = ACTIONS(917), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(545), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), [anon_sym_BQUOTE] = ACTIONS(299), @@ -14819,64 +14812,64 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [257] = { - [anon_sym_PIPE] = ACTIONS(551), - [anon_sym_PIPE_AMP] = ACTIONS(553), - [anon_sym_AMP_AMP] = ACTIONS(555), - [anon_sym_PIPE_PIPE] = ACTIONS(555), - [anon_sym_BQUOTE] = ACTIONS(917), + [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), }, [258] = { [sym_file_descriptor] = ACTIONS(299), [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(551), - [anon_sym_PIPE_AMP] = ACTIONS(553), - [anon_sym_AMP_AMP] = ACTIONS(555), - [anon_sym_PIPE_PIPE] = ACTIONS(557), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(917), + [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), }, [259] = { - [anon_sym_PIPE] = ACTIONS(519), - [anon_sym_RPAREN] = ACTIONS(919), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(525), + [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), }, [260] = { [sym_file_descriptor] = ACTIONS(299), [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(519), - [anon_sym_RPAREN] = ACTIONS(919), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(545), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), [anon_sym_BQUOTE] = ACTIONS(299), @@ -14886,7 +14879,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [261] = { - [anon_sym_RPAREN] = ACTIONS(921), + [anon_sym_RPAREN] = ACTIONS(915), [sym_comment] = ACTIONS(133), }, [262] = { @@ -14940,36 +14933,36 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [263] = { - [sym_file_descriptor] = ACTIONS(923), - [sym__concat] = ACTIONS(923), - [anon_sym_PIPE] = ACTIONS(925), - [anon_sym_RPAREN] = ACTIONS(925), - [anon_sym_SEMI_SEMI] = ACTIONS(925), - [anon_sym_PIPE_AMP] = ACTIONS(925), - [anon_sym_AMP_AMP] = ACTIONS(925), - [anon_sym_PIPE_PIPE] = ACTIONS(925), - [anon_sym_LT] = ACTIONS(925), - [anon_sym_GT] = ACTIONS(925), - [anon_sym_GT_GT] = ACTIONS(925), - [anon_sym_AMP_GT] = ACTIONS(925), - [anon_sym_AMP_GT_GT] = ACTIONS(925), - [anon_sym_LT_AMP] = ACTIONS(925), - [anon_sym_GT_AMP] = ACTIONS(925), - [anon_sym_LT_LT] = ACTIONS(925), - [anon_sym_LT_LT_DASH] = ACTIONS(925), - [anon_sym_DQUOTE] = ACTIONS(925), - [sym_raw_string] = ACTIONS(925), - [anon_sym_DOLLAR] = ACTIONS(925), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(925), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(925), - [anon_sym_BQUOTE] = ACTIONS(925), - [anon_sym_LT_LPAREN] = ACTIONS(925), - [anon_sym_GT_LPAREN] = ACTIONS(925), - [sym_word] = ACTIONS(925), + [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(925), - [anon_sym_LF] = ACTIONS(925), - [anon_sym_AMP] = ACTIONS(925), + [anon_sym_SEMI] = ACTIONS(919), + [anon_sym_LF] = ACTIONS(919), + [anon_sym_AMP] = ACTIONS(919), }, [264] = { [sym_for_statement] = STATE(450), @@ -15022,13 +15015,13 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [265] = { - [anon_sym_LT] = ACTIONS(927), - [anon_sym_GT] = ACTIONS(927), - [anon_sym_GT_GT] = ACTIONS(929), - [anon_sym_AMP_GT] = ACTIONS(927), - [anon_sym_AMP_GT_GT] = ACTIONS(929), - [anon_sym_LT_AMP] = ACTIONS(929), - [anon_sym_GT_AMP] = ACTIONS(929), + [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), }, [266] = { @@ -15038,96 +15031,96 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(454), [sym_command_substitution] = STATE(454), [sym_process_substitution] = STATE(454), - [anon_sym_DQUOTE] = ACTIONS(931), - [sym_raw_string] = ACTIONS(933), - [anon_sym_DOLLAR] = ACTIONS(935), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(937), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(939), - [anon_sym_BQUOTE] = ACTIONS(941), - [anon_sym_LT_LPAREN] = ACTIONS(943), - [anon_sym_GT_LPAREN] = ACTIONS(943), - [sym_word] = ACTIONS(945), + [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), }, [267] = { [sym_heredoc] = STATE(463), - [sym__simple_heredoc] = ACTIONS(947), - [sym__heredoc_beginning] = ACTIONS(949), + [sym__simple_heredoc] = ACTIONS(941), + [sym__heredoc_beginning] = ACTIONS(943), [sym_comment] = ACTIONS(133), }, [268] = { [aux_sym_concatenation_repeat1] = STATE(248), - [sym_file_descriptor] = ACTIONS(389), - [sym__concat] = ACTIONS(503), - [anon_sym_PIPE] = ACTIONS(387), - [anon_sym_RPAREN] = ACTIONS(389), - [anon_sym_PIPE_AMP] = ACTIONS(389), - [anon_sym_AMP_AMP] = ACTIONS(389), - [anon_sym_PIPE_PIPE] = ACTIONS(387), - [anon_sym_LT] = ACTIONS(387), - [anon_sym_GT] = ACTIONS(387), - [anon_sym_GT_GT] = ACTIONS(389), - [anon_sym_AMP_GT] = ACTIONS(387), - [anon_sym_AMP_GT_GT] = ACTIONS(389), - [anon_sym_LT_AMP] = ACTIONS(389), - [anon_sym_GT_AMP] = ACTIONS(389), - [anon_sym_LT_LT] = ACTIONS(387), - [anon_sym_LT_LT_DASH] = ACTIONS(389), - [anon_sym_DQUOTE] = ACTIONS(389), - [sym_raw_string] = ACTIONS(389), - [anon_sym_DOLLAR] = ACTIONS(387), - [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(391), + [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), }, [269] = { - [sym_file_descriptor] = ACTIONS(593), - [anon_sym_PIPE] = ACTIONS(951), - [anon_sym_RPAREN] = ACTIONS(593), - [anon_sym_PIPE_AMP] = ACTIONS(593), - [anon_sym_AMP_AMP] = ACTIONS(593), - [anon_sym_PIPE_PIPE] = ACTIONS(593), - [anon_sym_LT] = ACTIONS(951), - [anon_sym_GT] = ACTIONS(951), - [anon_sym_GT_GT] = ACTIONS(593), - [anon_sym_AMP_GT] = ACTIONS(951), - [anon_sym_AMP_GT_GT] = ACTIONS(593), - [anon_sym_LT_AMP] = ACTIONS(593), - [anon_sym_GT_AMP] = ACTIONS(593), - [anon_sym_LT_LT] = ACTIONS(951), - [anon_sym_LT_LT_DASH] = ACTIONS(593), - [anon_sym_BQUOTE] = ACTIONS(593), + [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), }, [270] = { - [sym_file_descriptor] = ACTIONS(389), - [anon_sym_PIPE] = ACTIONS(387), - [anon_sym_RPAREN] = ACTIONS(389), - [anon_sym_PIPE_AMP] = ACTIONS(389), - [anon_sym_AMP_AMP] = ACTIONS(389), - [anon_sym_PIPE_PIPE] = ACTIONS(387), - [anon_sym_LT] = ACTIONS(387), - [anon_sym_GT] = ACTIONS(387), - [anon_sym_GT_GT] = ACTIONS(389), - [anon_sym_AMP_GT] = ACTIONS(387), - [anon_sym_AMP_GT_GT] = ACTIONS(389), - [anon_sym_LT_AMP] = ACTIONS(389), - [anon_sym_GT_AMP] = ACTIONS(389), - [anon_sym_LT_LT] = ACTIONS(387), - [anon_sym_LT_LT_DASH] = ACTIONS(389), - [anon_sym_DQUOTE] = ACTIONS(389), - [sym_raw_string] = ACTIONS(389), - [anon_sym_DOLLAR] = ACTIONS(387), - [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(391), + [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), }, [271] = { @@ -15140,51 +15133,51 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(464), [sym_process_substitution] = STATE(464), [aux_sym_command_repeat2] = STATE(466), - [sym_file_descriptor] = ACTIONS(527), - [anon_sym_PIPE] = ACTIONS(953), - [anon_sym_RPAREN] = ACTIONS(955), - [anon_sym_PIPE_AMP] = ACTIONS(955), - [anon_sym_AMP_AMP] = ACTIONS(955), - [anon_sym_PIPE_PIPE] = ACTIONS(953), - [anon_sym_LT] = ACTIONS(533), - [anon_sym_GT] = ACTIONS(533), - [anon_sym_GT_GT] = ACTIONS(535), - [anon_sym_AMP_GT] = ACTIONS(533), - [anon_sym_AMP_GT_GT] = ACTIONS(535), - [anon_sym_LT_AMP] = ACTIONS(535), - [anon_sym_GT_AMP] = ACTIONS(535), - [anon_sym_LT_LT] = ACTIONS(537), - [anon_sym_LT_LT_DASH] = ACTIONS(539), + [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(957), + [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(959), + [sym_word] = ACTIONS(953), [sym_comment] = ACTIONS(133), }, [272] = { [sym_file_redirect] = STATE(467), [sym_heredoc_redirect] = STATE(467), - [sym_file_descriptor] = ACTIONS(527), - [anon_sym_PIPE] = ACTIONS(961), - [anon_sym_RPAREN] = ACTIONS(963), - [anon_sym_PIPE_AMP] = ACTIONS(963), - [anon_sym_AMP_AMP] = ACTIONS(963), - [anon_sym_PIPE_PIPE] = ACTIONS(963), - [anon_sym_LT] = ACTIONS(533), - [anon_sym_GT] = ACTIONS(533), - [anon_sym_GT_GT] = ACTIONS(535), - [anon_sym_AMP_GT] = ACTIONS(533), - [anon_sym_AMP_GT_GT] = ACTIONS(535), - [anon_sym_LT_AMP] = ACTIONS(535), - [anon_sym_GT_AMP] = ACTIONS(535), - [anon_sym_LT_LT] = ACTIONS(537), - [anon_sym_LT_LT_DASH] = ACTIONS(539), - [anon_sym_BQUOTE] = ACTIONS(963), + [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), }, [273] = { @@ -15198,30 +15191,30 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_process_substitution] = STATE(268), [aux_sym_for_statement_repeat1] = STATE(468), [aux_sym_command_repeat2] = STATE(466), - [sym_file_descriptor] = ACTIONS(527), - [anon_sym_PIPE] = ACTIONS(953), - [anon_sym_RPAREN] = ACTIONS(955), - [anon_sym_PIPE_AMP] = ACTIONS(955), - [anon_sym_AMP_AMP] = ACTIONS(955), - [anon_sym_PIPE_PIPE] = ACTIONS(953), - [anon_sym_LT] = ACTIONS(533), - [anon_sym_GT] = ACTIONS(533), - [anon_sym_GT_GT] = ACTIONS(535), - [anon_sym_AMP_GT] = ACTIONS(533), - [anon_sym_AMP_GT_GT] = ACTIONS(535), - [anon_sym_LT_AMP] = ACTIONS(535), - [anon_sym_GT_AMP] = ACTIONS(535), - [anon_sym_LT_LT] = ACTIONS(537), - [anon_sym_LT_LT_DASH] = ACTIONS(539), + [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(541), + [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(543), + [sym_word] = ACTIONS(541), [sym_comment] = ACTIONS(133), }, [274] = { @@ -15334,29 +15327,29 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(464), [sym_process_substitution] = STATE(464), [aux_sym_command_repeat2] = STATE(466), - [sym_file_descriptor] = ACTIONS(527), - [anon_sym_PIPE] = ACTIONS(953), - [anon_sym_PIPE_AMP] = ACTIONS(955), - [anon_sym_AMP_AMP] = ACTIONS(955), - [anon_sym_PIPE_PIPE] = ACTIONS(953), - [anon_sym_LT] = ACTIONS(533), - [anon_sym_GT] = ACTIONS(533), - [anon_sym_GT_GT] = ACTIONS(535), - [anon_sym_AMP_GT] = ACTIONS(533), - [anon_sym_AMP_GT_GT] = ACTIONS(535), - [anon_sym_LT_AMP] = ACTIONS(535), - [anon_sym_GT_AMP] = ACTIONS(535), - [anon_sym_LT_LT] = ACTIONS(537), - [anon_sym_LT_LT_DASH] = ACTIONS(539), + [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(957), + [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(955), + [anon_sym_BQUOTE] = ACTIONS(949), [anon_sym_LT_LPAREN] = ACTIONS(257), [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(959), + [sym_word] = ACTIONS(953), [sym_comment] = ACTIONS(133), }, [277] = { @@ -15370,89 +15363,89 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_process_substitution] = STATE(268), [aux_sym_for_statement_repeat1] = STATE(472), [aux_sym_command_repeat2] = STATE(466), - [sym_file_descriptor] = ACTIONS(527), - [anon_sym_PIPE] = ACTIONS(953), - [anon_sym_PIPE_AMP] = ACTIONS(955), - [anon_sym_AMP_AMP] = ACTIONS(955), - [anon_sym_PIPE_PIPE] = ACTIONS(953), - [anon_sym_LT] = ACTIONS(533), - [anon_sym_GT] = ACTIONS(533), - [anon_sym_GT_GT] = ACTIONS(535), - [anon_sym_AMP_GT] = ACTIONS(533), - [anon_sym_AMP_GT_GT] = ACTIONS(535), - [anon_sym_LT_AMP] = ACTIONS(535), - [anon_sym_GT_AMP] = ACTIONS(535), - [anon_sym_LT_LT] = ACTIONS(537), - [anon_sym_LT_LT_DASH] = ACTIONS(539), + [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(541), + [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(955), + [anon_sym_BQUOTE] = ACTIONS(949), [anon_sym_LT_LPAREN] = ACTIONS(257), [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(543), + [sym_word] = ACTIONS(541), [sym_comment] = ACTIONS(133), }, [278] = { - [sym_file_descriptor] = ACTIONS(965), - [sym__concat] = ACTIONS(965), - [anon_sym_PIPE] = ACTIONS(967), - [anon_sym_RPAREN] = ACTIONS(967), - [anon_sym_SEMI_SEMI] = ACTIONS(967), - [anon_sym_PIPE_AMP] = ACTIONS(967), - [anon_sym_AMP_AMP] = ACTIONS(967), - [anon_sym_PIPE_PIPE] = ACTIONS(967), - [anon_sym_LT] = ACTIONS(967), - [anon_sym_GT] = ACTIONS(967), - [anon_sym_GT_GT] = ACTIONS(967), - [anon_sym_AMP_GT] = ACTIONS(967), - [anon_sym_AMP_GT_GT] = ACTIONS(967), - [anon_sym_LT_AMP] = ACTIONS(967), - [anon_sym_GT_AMP] = ACTIONS(967), - [anon_sym_LT_LT] = ACTIONS(967), - [anon_sym_LT_LT_DASH] = ACTIONS(967), - [anon_sym_DQUOTE] = ACTIONS(967), - [sym_raw_string] = ACTIONS(967), - [anon_sym_DOLLAR] = ACTIONS(967), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(967), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(967), - [anon_sym_BQUOTE] = ACTIONS(967), - [anon_sym_LT_LPAREN] = ACTIONS(967), - [anon_sym_GT_LPAREN] = ACTIONS(967), - [sym_word] = ACTIONS(967), + [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(967), - [anon_sym_LF] = ACTIONS(967), - [anon_sym_AMP] = ACTIONS(967), + [anon_sym_SEMI] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(957), + [anon_sym_AMP] = ACTIONS(957), }, [279] = { [sym_compound_statement] = STATE(474), - [anon_sym_LBRACE] = ACTIONS(969), + [anon_sym_LBRACE] = ACTIONS(959), [sym_comment] = ACTIONS(133), }, [280] = { - [anon_sym_PIPE] = ACTIONS(971), - [anon_sym_RPAREN] = ACTIONS(971), - [anon_sym_SEMI_SEMI] = ACTIONS(971), - [anon_sym_PIPE_AMP] = ACTIONS(971), - [anon_sym_AMP_AMP] = ACTIONS(971), - [anon_sym_PIPE_PIPE] = ACTIONS(971), + [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(971), - [anon_sym_LF] = ACTIONS(971), - [anon_sym_AMP] = ACTIONS(971), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(961), + [anon_sym_AMP] = ACTIONS(961), }, [281] = { [sym_file_descriptor] = ACTIONS(299), [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(971), - [anon_sym_RPAREN] = ACTIONS(971), - [anon_sym_SEMI_SEMI] = ACTIONS(971), - [anon_sym_PIPE_AMP] = ACTIONS(971), - [anon_sym_AMP_AMP] = ACTIONS(971), - [anon_sym_PIPE_PIPE] = ACTIONS(971), + [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), @@ -15470,31 +15463,31 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_LPAREN] = ACTIONS(301), [sym_word] = ACTIONS(301), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(971), - [anon_sym_LF] = ACTIONS(971), - [anon_sym_AMP] = ACTIONS(971), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(961), + [anon_sym_AMP] = ACTIONS(961), }, [282] = { [anon_sym_PIPE] = ACTIONS(271), - [anon_sym_RPAREN] = ACTIONS(973), - [anon_sym_SEMI_SEMI] = ACTIONS(973), + [anon_sym_RPAREN] = ACTIONS(963), + [anon_sym_SEMI_SEMI] = ACTIONS(963), [anon_sym_PIPE_AMP] = ACTIONS(271), - [anon_sym_AMP_AMP] = ACTIONS(973), - [anon_sym_PIPE_PIPE] = ACTIONS(973), + [anon_sym_AMP_AMP] = ACTIONS(963), + [anon_sym_PIPE_PIPE] = ACTIONS(963), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(973), - [anon_sym_LF] = ACTIONS(973), - [anon_sym_AMP] = ACTIONS(973), + [anon_sym_SEMI] = ACTIONS(963), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_AMP] = ACTIONS(963), }, [283] = { [sym_file_descriptor] = ACTIONS(299), [sym_variable_name] = ACTIONS(299), [anon_sym_PIPE] = ACTIONS(271), - [anon_sym_RPAREN] = ACTIONS(973), - [anon_sym_SEMI_SEMI] = ACTIONS(973), + [anon_sym_RPAREN] = ACTIONS(963), + [anon_sym_SEMI_SEMI] = ACTIONS(963), [anon_sym_PIPE_AMP] = ACTIONS(271), - [anon_sym_AMP_AMP] = ACTIONS(973), - [anon_sym_PIPE_PIPE] = ACTIONS(973), + [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), @@ -15512,9 +15505,9 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_LPAREN] = ACTIONS(301), [sym_word] = ACTIONS(301), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(973), - [anon_sym_LF] = ACTIONS(973), - [anon_sym_AMP] = ACTIONS(973), + [anon_sym_SEMI] = ACTIONS(963), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_AMP] = ACTIONS(963), }, [284] = { [sym_concatenation] = STATE(476), @@ -15523,15 +15516,15 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(475), [sym_command_substitution] = STATE(475), [sym_process_substitution] = STATE(475), - [anon_sym_DQUOTE] = ACTIONS(573), - [sym_raw_string] = ACTIONS(975), - [anon_sym_DOLLAR] = ACTIONS(577), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(579), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(581), - [anon_sym_BQUOTE] = ACTIONS(583), - [anon_sym_LT_LPAREN] = ACTIONS(585), - [anon_sym_GT_LPAREN] = ACTIONS(585), - [sym_word] = ACTIONS(977), + [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), }, [285] = { @@ -15539,7 +15532,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(70), [sym_command_substitution] = STATE(70), [aux_sym_string_repeat1] = STATE(478), - [anon_sym_DQUOTE] = ACTIONS(979), + [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), @@ -15549,49 +15542,49 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { }, [286] = { [aux_sym_concatenation_repeat1] = STATE(480), - [sym_file_descriptor] = ACTIONS(411), - [sym__concat] = ACTIONS(981), - [anon_sym_PIPE] = ACTIONS(983), - [anon_sym_RPAREN] = ACTIONS(983), - [anon_sym_SEMI_SEMI] = ACTIONS(983), - [anon_sym_PIPE_AMP] = ACTIONS(983), - [anon_sym_AMP_AMP] = ACTIONS(983), - [anon_sym_PIPE_PIPE] = ACTIONS(983), - [anon_sym_LT] = ACTIONS(983), - [anon_sym_GT] = ACTIONS(983), - [anon_sym_GT_GT] = ACTIONS(983), - [anon_sym_AMP_GT] = ACTIONS(983), - [anon_sym_AMP_GT_GT] = ACTIONS(983), - [anon_sym_LT_AMP] = ACTIONS(983), - [anon_sym_GT_AMP] = ACTIONS(983), - [anon_sym_LT_LT] = ACTIONS(983), - [anon_sym_LT_LT_DASH] = ACTIONS(983), + [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(983), - [anon_sym_LF] = ACTIONS(983), - [anon_sym_AMP] = ACTIONS(983), + [anon_sym_SEMI] = ACTIONS(973), + [anon_sym_LF] = ACTIONS(973), + [anon_sym_AMP] = ACTIONS(973), }, [287] = { [sym_special_variable_name] = STATE(483), - [anon_sym_DOLLAR] = ACTIONS(985), - [anon_sym_POUND] = ACTIONS(987), - [anon_sym_AT] = ACTIONS(985), + [anon_sym_DOLLAR] = ACTIONS(975), + [anon_sym_POUND] = ACTIONS(977), + [anon_sym_AT] = ACTIONS(975), [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(989), - [anon_sym_STAR] = ACTIONS(985), - [anon_sym_QMARK] = ACTIONS(985), - [anon_sym_DASH] = ACTIONS(985), - [anon_sym_BANG] = ACTIONS(985), - [anon_sym_0] = ACTIONS(987), - [anon_sym__] = ACTIONS(987), + [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), }, [288] = { [sym_special_variable_name] = STATE(486), [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(991), + [anon_sym_POUND] = ACTIONS(981), [anon_sym_AT] = ACTIONS(219), [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(993), + [sym_simple_variable_name] = ACTIONS(983), [anon_sym_STAR] = ACTIONS(219), [anon_sym_QMARK] = ACTIONS(219), [anon_sym_DASH] = ACTIONS(219), @@ -15750,155 +15743,155 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [292] = { - [sym_file_descriptor] = ACTIONS(411), - [anon_sym_PIPE] = ACTIONS(983), - [anon_sym_RPAREN] = ACTIONS(983), - [anon_sym_SEMI_SEMI] = ACTIONS(983), - [anon_sym_PIPE_AMP] = ACTIONS(983), - [anon_sym_AMP_AMP] = ACTIONS(983), - [anon_sym_PIPE_PIPE] = ACTIONS(983), - [anon_sym_LT] = ACTIONS(983), - [anon_sym_GT] = ACTIONS(983), - [anon_sym_GT_GT] = ACTIONS(983), - [anon_sym_AMP_GT] = ACTIONS(983), - [anon_sym_AMP_GT_GT] = ACTIONS(983), - [anon_sym_LT_AMP] = ACTIONS(983), - [anon_sym_GT_AMP] = ACTIONS(983), - [anon_sym_LT_LT] = ACTIONS(983), - [anon_sym_LT_LT_DASH] = ACTIONS(983), + [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(983), - [anon_sym_LF] = ACTIONS(983), - [anon_sym_AMP] = ACTIONS(983), + [anon_sym_SEMI] = ACTIONS(973), + [anon_sym_LF] = ACTIONS(973), + [anon_sym_AMP] = ACTIONS(973), }, [293] = { - [sym_file_descriptor] = ACTIONS(995), - [anon_sym_PIPE] = ACTIONS(997), - [anon_sym_RPAREN] = ACTIONS(997), - [anon_sym_SEMI_SEMI] = ACTIONS(997), - [anon_sym_PIPE_AMP] = ACTIONS(997), - [anon_sym_AMP_AMP] = ACTIONS(997), - [anon_sym_PIPE_PIPE] = ACTIONS(997), - [anon_sym_LT] = ACTIONS(997), - [anon_sym_GT] = ACTIONS(997), - [anon_sym_GT_GT] = ACTIONS(997), - [anon_sym_AMP_GT] = ACTIONS(997), - [anon_sym_AMP_GT_GT] = ACTIONS(997), - [anon_sym_LT_AMP] = ACTIONS(997), - [anon_sym_GT_AMP] = ACTIONS(997), - [anon_sym_LT_LT] = ACTIONS(997), - [anon_sym_LT_LT_DASH] = ACTIONS(997), + [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(997), - [anon_sym_LF] = ACTIONS(997), - [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(987), + [anon_sym_LF] = ACTIONS(987), + [anon_sym_AMP] = ACTIONS(987), }, [294] = { [sym_simple_expansion] = STATE(493), [sym_expansion] = STATE(493), [aux_sym_heredoc_repeat1] = STATE(497), - [sym__heredoc_middle] = ACTIONS(999), - [sym__heredoc_end] = ACTIONS(1001), - [anon_sym_DOLLAR] = ACTIONS(1003), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1005), + [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), }, [295] = { - [sym_file_descriptor] = ACTIONS(1007), - [anon_sym_PIPE] = ACTIONS(1009), - [anon_sym_RPAREN] = ACTIONS(1009), - [anon_sym_SEMI_SEMI] = ACTIONS(1009), - [anon_sym_PIPE_AMP] = ACTIONS(1009), - [anon_sym_AMP_AMP] = ACTIONS(1009), - [anon_sym_PIPE_PIPE] = ACTIONS(1009), - [anon_sym_LT] = ACTIONS(1009), - [anon_sym_GT] = ACTIONS(1009), - [anon_sym_GT_GT] = ACTIONS(1009), - [anon_sym_AMP_GT] = ACTIONS(1009), - [anon_sym_AMP_GT_GT] = ACTIONS(1009), - [anon_sym_LT_AMP] = ACTIONS(1009), - [anon_sym_GT_AMP] = ACTIONS(1009), - [anon_sym_LT_LT] = ACTIONS(1009), - [anon_sym_LT_LT_DASH] = ACTIONS(1009), + [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(1009), - [anon_sym_LF] = ACTIONS(1009), - [anon_sym_AMP] = ACTIONS(1009), + [anon_sym_SEMI] = ACTIONS(999), + [anon_sym_LF] = ACTIONS(999), + [anon_sym_AMP] = ACTIONS(999), }, [296] = { [aux_sym_concatenation_repeat1] = STATE(77), - [sym_file_descriptor] = ACTIONS(767), + [sym_file_descriptor] = ACTIONS(761), [sym__concat] = ACTIONS(209), - [anon_sym_PIPE] = ACTIONS(769), - [anon_sym_RPAREN] = ACTIONS(769), - [anon_sym_SEMI_SEMI] = ACTIONS(769), - [anon_sym_PIPE_AMP] = ACTIONS(769), - [anon_sym_AMP_AMP] = ACTIONS(769), - [anon_sym_PIPE_PIPE] = ACTIONS(769), - [anon_sym_LT] = ACTIONS(769), - [anon_sym_GT] = ACTIONS(769), - [anon_sym_GT_GT] = ACTIONS(769), - [anon_sym_AMP_GT] = ACTIONS(769), - [anon_sym_AMP_GT_GT] = ACTIONS(769), - [anon_sym_LT_AMP] = ACTIONS(769), - [anon_sym_GT_AMP] = ACTIONS(769), - [anon_sym_LT_LT] = ACTIONS(769), - [anon_sym_LT_LT_DASH] = ACTIONS(769), - [anon_sym_DQUOTE] = ACTIONS(769), - [sym_raw_string] = ACTIONS(769), - [anon_sym_DOLLAR] = ACTIONS(769), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(769), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(769), - [anon_sym_BQUOTE] = ACTIONS(769), - [anon_sym_LT_LPAREN] = ACTIONS(769), - [anon_sym_GT_LPAREN] = ACTIONS(769), - [sym_word] = ACTIONS(769), + [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(769), - [anon_sym_LF] = ACTIONS(769), - [anon_sym_AMP] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(763), + [anon_sym_LF] = ACTIONS(763), + [anon_sym_AMP] = ACTIONS(763), }, [297] = { - [sym_file_descriptor] = ACTIONS(767), - [anon_sym_PIPE] = ACTIONS(769), - [anon_sym_RPAREN] = ACTIONS(769), - [anon_sym_SEMI_SEMI] = ACTIONS(769), - [anon_sym_PIPE_AMP] = ACTIONS(769), - [anon_sym_AMP_AMP] = ACTIONS(769), - [anon_sym_PIPE_PIPE] = ACTIONS(769), - [anon_sym_LT] = ACTIONS(769), - [anon_sym_GT] = ACTIONS(769), - [anon_sym_GT_GT] = ACTIONS(769), - [anon_sym_AMP_GT] = ACTIONS(769), - [anon_sym_AMP_GT_GT] = ACTIONS(769), - [anon_sym_LT_AMP] = ACTIONS(769), - [anon_sym_GT_AMP] = ACTIONS(769), - [anon_sym_LT_LT] = ACTIONS(769), - [anon_sym_LT_LT_DASH] = ACTIONS(769), - [anon_sym_DQUOTE] = ACTIONS(769), - [sym_raw_string] = ACTIONS(769), - [anon_sym_DOLLAR] = ACTIONS(769), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(769), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(769), - [anon_sym_BQUOTE] = ACTIONS(769), - [anon_sym_LT_LPAREN] = ACTIONS(769), - [anon_sym_GT_LPAREN] = ACTIONS(769), - [sym_word] = ACTIONS(769), + [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(769), - [anon_sym_LF] = ACTIONS(769), - [anon_sym_AMP] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(763), + [anon_sym_LF] = ACTIONS(763), + [anon_sym_AMP] = ACTIONS(763), }, [298] = { [sym_file_redirect] = STATE(299), [sym_heredoc_redirect] = STATE(299), [sym_file_descriptor] = ACTIONS(277), - [anon_sym_PIPE] = ACTIONS(1011), - [anon_sym_RPAREN] = ACTIONS(1011), - [anon_sym_SEMI_SEMI] = ACTIONS(1011), - [anon_sym_PIPE_AMP] = ACTIONS(1011), - [anon_sym_AMP_AMP] = ACTIONS(1011), - [anon_sym_PIPE_PIPE] = ACTIONS(1011), + [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), @@ -15909,31 +15902,31 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LT] = ACTIONS(283), [anon_sym_LT_LT_DASH] = ACTIONS(283), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1011), - [anon_sym_LF] = ACTIONS(1011), - [anon_sym_AMP] = ACTIONS(1011), + [anon_sym_SEMI] = ACTIONS(1001), + [anon_sym_LF] = ACTIONS(1001), + [anon_sym_AMP] = ACTIONS(1001), }, [299] = { - [sym_file_descriptor] = ACTIONS(1013), - [anon_sym_PIPE] = ACTIONS(1015), - [anon_sym_RPAREN] = ACTIONS(1015), - [anon_sym_SEMI_SEMI] = ACTIONS(1015), - [anon_sym_PIPE_AMP] = ACTIONS(1015), - [anon_sym_AMP_AMP] = ACTIONS(1015), - [anon_sym_PIPE_PIPE] = ACTIONS(1015), - [anon_sym_LT] = ACTIONS(1015), - [anon_sym_GT] = ACTIONS(1015), - [anon_sym_GT_GT] = ACTIONS(1015), - [anon_sym_AMP_GT] = ACTIONS(1015), - [anon_sym_AMP_GT_GT] = ACTIONS(1015), - [anon_sym_LT_AMP] = ACTIONS(1015), - [anon_sym_GT_AMP] = ACTIONS(1015), - [anon_sym_LT_LT] = ACTIONS(1015), - [anon_sym_LT_LT_DASH] = ACTIONS(1015), + [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(1015), - [anon_sym_LF] = ACTIONS(1015), - [anon_sym_AMP] = ACTIONS(1015), + [anon_sym_SEMI] = ACTIONS(1005), + [anon_sym_LF] = ACTIONS(1005), + [anon_sym_AMP] = ACTIONS(1005), }, [300] = { [sym_file_redirect] = STATE(122), @@ -15946,12 +15939,12 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_process_substitution] = STATE(296), [aux_sym_command_repeat2] = STATE(498), [sym_file_descriptor] = ACTIONS(277), - [anon_sym_PIPE] = ACTIONS(1017), - [anon_sym_RPAREN] = ACTIONS(1017), - [anon_sym_SEMI_SEMI] = ACTIONS(1017), - [anon_sym_PIPE_AMP] = ACTIONS(1017), - [anon_sym_AMP_AMP] = ACTIONS(1017), - [anon_sym_PIPE_PIPE] = ACTIONS(1017), + [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), @@ -15962,32 +15955,32 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LT] = ACTIONS(283), [anon_sym_LT_LT_DASH] = ACTIONS(283), [anon_sym_DQUOTE] = ACTIONS(285), - [sym_raw_string] = ACTIONS(599), + [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(599), + [sym_word] = ACTIONS(595), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1017), - [anon_sym_LF] = ACTIONS(1017), - [anon_sym_AMP] = ACTIONS(1017), + [anon_sym_SEMI] = ACTIONS(1001), + [anon_sym_LF] = ACTIONS(1001), + [anon_sym_AMP] = ACTIONS(1001), }, [301] = { - [sym__concat] = ACTIONS(427), - [anon_sym_PIPE] = ACTIONS(427), - [anon_sym_RPAREN] = ACTIONS(427), - [anon_sym_RBRACK] = ACTIONS(427), + [sym__concat] = ACTIONS(425), + [anon_sym_PIPE] = ACTIONS(425), + [anon_sym_RPAREN] = ACTIONS(425), + [anon_sym_RBRACK] = ACTIONS(425), [sym_comment] = ACTIONS(133), }, [302] = { [sym_simple_expansion] = STATE(222), [sym_expansion] = STATE(222), [sym_command_substitution] = STATE(222), - [anon_sym_DQUOTE] = ACTIONS(1019), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(447), + [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), @@ -16000,64 +15993,64 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(500), [sym_command_substitution] = STATE(500), [sym_process_substitution] = STATE(500), - [anon_sym_DQUOTE] = ACTIONS(315), - [sym_raw_string] = ACTIONS(1021), - [anon_sym_DOLLAR] = ACTIONS(319), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(321), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(323), - [anon_sym_BQUOTE] = ACTIONS(325), - [anon_sym_LT_LPAREN] = ACTIONS(327), - [anon_sym_GT_LPAREN] = ACTIONS(327), - [sym_word] = ACTIONS(1023), + [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), }, [304] = { - [anon_sym_EQ] = ACTIONS(1025), + [anon_sym_EQ] = ACTIONS(1013), [sym_comment] = ACTIONS(133), }, [305] = { - [sym__concat] = ACTIONS(1027), - [anon_sym_PIPE] = ACTIONS(453), - [anon_sym_RPAREN] = ACTIONS(453), - [anon_sym_RBRACK] = ACTIONS(453), + [sym__concat] = ACTIONS(1015), + [anon_sym_PIPE] = ACTIONS(451), + [anon_sym_RPAREN] = ACTIONS(451), + [anon_sym_RBRACK] = ACTIONS(451), [sym_comment] = ACTIONS(133), }, [306] = { - [sym__concat] = ACTIONS(459), - [anon_sym_PIPE] = ACTIONS(459), - [anon_sym_RPAREN] = ACTIONS(459), - [anon_sym_RBRACK] = ACTIONS(459), + [sym__concat] = ACTIONS(457), + [anon_sym_PIPE] = ACTIONS(457), + [anon_sym_RPAREN] = ACTIONS(457), + [anon_sym_RBRACK] = ACTIONS(457), [sym_comment] = ACTIONS(133), }, [307] = { - [sym__concat] = ACTIONS(463), - [anon_sym_PIPE] = ACTIONS(463), - [anon_sym_RPAREN] = ACTIONS(463), - [anon_sym_RBRACK] = ACTIONS(463), + [sym__concat] = ACTIONS(461), + [anon_sym_PIPE] = ACTIONS(461), + [anon_sym_RPAREN] = ACTIONS(461), + [anon_sym_RBRACK] = ACTIONS(461), [sym_comment] = ACTIONS(133), }, [308] = { - [sym__concat] = ACTIONS(467), - [anon_sym_PIPE] = ACTIONS(467), - [anon_sym_RPAREN] = ACTIONS(467), - [anon_sym_RBRACK] = ACTIONS(467), + [sym__concat] = ACTIONS(465), + [anon_sym_PIPE] = ACTIONS(465), + [anon_sym_RPAREN] = ACTIONS(465), + [anon_sym_RBRACK] = ACTIONS(465), [sym_comment] = ACTIONS(133), }, [309] = { [sym_special_variable_name] = STATE(503), - [anon_sym_RBRACE] = ACTIONS(459), - [anon_sym_LBRACK] = ACTIONS(459), - [anon_sym_EQ] = ACTIONS(459), + [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(471), - [anon_sym_COLON_QMARK] = ACTIONS(459), - [anon_sym_COLON_DASH] = ACTIONS(459), - [anon_sym_PERCENT] = ACTIONS(459), - [anon_sym_SLASH] = ACTIONS(459), + [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(1029), + [sym_simple_variable_name] = ACTIONS(1017), [anon_sym_STAR] = ACTIONS(219), [anon_sym_QMARK] = ACTIONS(219), [anon_sym_DASH] = ACTIONS(219), @@ -16066,53 +16059,53 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__] = ACTIONS(225), }, [310] = { - [anon_sym_RBRACE] = ACTIONS(1031), - [anon_sym_LBRACK] = ACTIONS(1033), - [anon_sym_EQ] = ACTIONS(1035), - [anon_sym_COLON] = ACTIONS(1037), - [anon_sym_COLON_QMARK] = ACTIONS(1035), - [anon_sym_COLON_DASH] = ACTIONS(1035), - [anon_sym_PERCENT] = ACTIONS(1035), - [anon_sym_SLASH] = ACTIONS(1035), + [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), }, [311] = { - [anon_sym_RBRACE] = ACTIONS(1039), - [anon_sym_LBRACK] = ACTIONS(1041), - [anon_sym_EQ] = ACTIONS(1043), - [anon_sym_COLON] = ACTIONS(1045), - [anon_sym_COLON_QMARK] = ACTIONS(1043), - [anon_sym_COLON_DASH] = ACTIONS(1043), - [anon_sym_PERCENT] = ACTIONS(1043), - [anon_sym_SLASH] = ACTIONS(1043), + [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), }, [312] = { - [anon_sym_PIPE] = ACTIONS(519), - [anon_sym_RPAREN] = ACTIONS(1047), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(525), + [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), }, [313] = { [sym_file_descriptor] = ACTIONS(299), [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(519), - [anon_sym_RPAREN] = ACTIONS(1047), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(545), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), [anon_sym_BQUOTE] = ACTIONS(299), @@ -16122,64 +16115,64 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [314] = { - [anon_sym_PIPE] = ACTIONS(551), - [anon_sym_PIPE_AMP] = ACTIONS(553), - [anon_sym_AMP_AMP] = ACTIONS(555), - [anon_sym_PIPE_PIPE] = ACTIONS(555), - [anon_sym_BQUOTE] = ACTIONS(1047), + [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), }, [315] = { [sym_file_descriptor] = ACTIONS(299), [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(551), - [anon_sym_PIPE_AMP] = ACTIONS(553), - [anon_sym_AMP_AMP] = ACTIONS(555), - [anon_sym_PIPE_PIPE] = ACTIONS(557), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(1047), + [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), }, [316] = { - [anon_sym_PIPE] = ACTIONS(519), - [anon_sym_RPAREN] = ACTIONS(1049), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(525), + [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), }, [317] = { [sym_file_descriptor] = ACTIONS(299), [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(519), - [anon_sym_RPAREN] = ACTIONS(1049), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(545), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), [anon_sym_BQUOTE] = ACTIONS(299), @@ -16189,82 +16182,82 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [318] = { - [sym_file_descriptor] = ACTIONS(1051), - [sym_variable_name] = ACTIONS(1051), - [anon_sym_PIPE] = ACTIONS(1053), - [anon_sym_RPAREN] = ACTIONS(1053), - [anon_sym_SEMI_SEMI] = ACTIONS(1053), - [anon_sym_PIPE_AMP] = ACTIONS(1053), - [anon_sym_AMP_AMP] = ACTIONS(1053), - [anon_sym_PIPE_PIPE] = ACTIONS(1053), - [anon_sym_LT] = ACTIONS(1053), - [anon_sym_GT] = ACTIONS(1053), - [anon_sym_GT_GT] = ACTIONS(1053), - [anon_sym_AMP_GT] = ACTIONS(1053), - [anon_sym_AMP_GT_GT] = ACTIONS(1053), - [anon_sym_LT_AMP] = ACTIONS(1053), - [anon_sym_GT_AMP] = ACTIONS(1053), - [anon_sym_DQUOTE] = ACTIONS(1053), - [sym_raw_string] = ACTIONS(1053), - [anon_sym_DOLLAR] = ACTIONS(1053), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1053), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1053), - [anon_sym_BQUOTE] = ACTIONS(1053), - [anon_sym_LT_LPAREN] = ACTIONS(1053), - [anon_sym_GT_LPAREN] = ACTIONS(1053), - [sym_word] = ACTIONS(1053), + [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(1053), - [anon_sym_LF] = ACTIONS(1053), - [anon_sym_AMP] = ACTIONS(1053), + [anon_sym_SEMI] = ACTIONS(1041), + [anon_sym_LF] = ACTIONS(1041), + [anon_sym_AMP] = ACTIONS(1041), }, [319] = { - [anon_sym_RPAREN] = ACTIONS(1055), - [sym_word] = ACTIONS(1057), + [anon_sym_RPAREN] = ACTIONS(1043), + [sym_word] = ACTIONS(1045), [sym_comment] = ACTIONS(133), }, [320] = { - [anon_sym_RPAREN] = ACTIONS(1059), - [sym_word] = ACTIONS(1061), + [anon_sym_RPAREN] = ACTIONS(1047), + [sym_word] = ACTIONS(1049), [sym_comment] = ACTIONS(133), }, [321] = { - [sym_file_descriptor] = ACTIONS(427), - [sym__concat] = ACTIONS(427), - [sym_variable_name] = ACTIONS(427), - [anon_sym_PIPE] = ACTIONS(429), - [anon_sym_RPAREN] = ACTIONS(429), - [anon_sym_SEMI_SEMI] = ACTIONS(429), - [anon_sym_PIPE_AMP] = ACTIONS(429), - [anon_sym_AMP_AMP] = ACTIONS(429), - [anon_sym_PIPE_PIPE] = ACTIONS(429), - [anon_sym_LT] = ACTIONS(429), - [anon_sym_GT] = ACTIONS(429), - [anon_sym_GT_GT] = ACTIONS(429), - [anon_sym_AMP_GT] = ACTIONS(429), - [anon_sym_AMP_GT_GT] = ACTIONS(429), - [anon_sym_LT_AMP] = ACTIONS(429), - [anon_sym_GT_AMP] = ACTIONS(429), - [anon_sym_DQUOTE] = ACTIONS(429), - [sym_raw_string] = ACTIONS(429), - [anon_sym_DOLLAR] = ACTIONS(429), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(429), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(429), - [anon_sym_BQUOTE] = ACTIONS(429), - [anon_sym_LT_LPAREN] = ACTIONS(429), - [anon_sym_GT_LPAREN] = ACTIONS(429), - [sym_word] = ACTIONS(429), + [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(429), - [anon_sym_LF] = ACTIONS(429), - [anon_sym_AMP] = ACTIONS(429), + [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(1063), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(447), + [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), @@ -16277,156 +16270,156 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(515), [sym_command_substitution] = STATE(515), [sym_process_substitution] = STATE(515), - [anon_sym_DQUOTE] = ACTIONS(335), - [sym_raw_string] = ACTIONS(1065), - [anon_sym_DOLLAR] = ACTIONS(339), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(341), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(343), - [anon_sym_BQUOTE] = ACTIONS(345), - [anon_sym_LT_LPAREN] = ACTIONS(347), - [anon_sym_GT_LPAREN] = ACTIONS(347), - [sym_word] = ACTIONS(1067), + [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(453), - [sym__concat] = ACTIONS(1069), - [sym_variable_name] = ACTIONS(453), - [anon_sym_PIPE] = ACTIONS(457), - [anon_sym_RPAREN] = ACTIONS(457), - [anon_sym_SEMI_SEMI] = ACTIONS(457), - [anon_sym_PIPE_AMP] = ACTIONS(457), - [anon_sym_AMP_AMP] = ACTIONS(457), - [anon_sym_PIPE_PIPE] = ACTIONS(457), - [anon_sym_LT] = ACTIONS(457), - [anon_sym_GT] = ACTIONS(457), - [anon_sym_GT_GT] = ACTIONS(457), - [anon_sym_AMP_GT] = ACTIONS(457), - [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(457), - [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(457), + [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(457), - [anon_sym_LF] = ACTIONS(457), - [anon_sym_AMP] = ACTIONS(457), + [anon_sym_SEMI] = ACTIONS(455), + [anon_sym_LF] = ACTIONS(455), + [anon_sym_AMP] = ACTIONS(455), }, [325] = { - [sym_file_descriptor] = ACTIONS(459), - [sym__concat] = ACTIONS(459), - [sym_variable_name] = ACTIONS(459), - [anon_sym_PIPE] = ACTIONS(461), - [anon_sym_RPAREN] = ACTIONS(461), - [anon_sym_SEMI_SEMI] = ACTIONS(461), - [anon_sym_PIPE_AMP] = ACTIONS(461), - [anon_sym_AMP_AMP] = ACTIONS(461), - [anon_sym_PIPE_PIPE] = ACTIONS(461), - [anon_sym_LT] = ACTIONS(461), - [anon_sym_GT] = ACTIONS(461), - [anon_sym_GT_GT] = ACTIONS(461), - [anon_sym_AMP_GT] = ACTIONS(461), - [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(461), - [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(461), + [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(461), - [anon_sym_LF] = ACTIONS(461), - [anon_sym_AMP] = ACTIONS(461), + [anon_sym_SEMI] = ACTIONS(459), + [anon_sym_LF] = ACTIONS(459), + [anon_sym_AMP] = ACTIONS(459), }, [326] = { - [sym_file_descriptor] = ACTIONS(463), - [sym__concat] = ACTIONS(463), - [sym_variable_name] = ACTIONS(463), - [anon_sym_PIPE] = ACTIONS(465), - [anon_sym_RPAREN] = ACTIONS(465), - [anon_sym_SEMI_SEMI] = ACTIONS(465), - [anon_sym_PIPE_AMP] = ACTIONS(465), - [anon_sym_AMP_AMP] = ACTIONS(465), - [anon_sym_PIPE_PIPE] = ACTIONS(465), - [anon_sym_LT] = ACTIONS(465), - [anon_sym_GT] = ACTIONS(465), - [anon_sym_GT_GT] = ACTIONS(465), - [anon_sym_AMP_GT] = ACTIONS(465), - [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(465), - [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(465), + [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(465), - [anon_sym_LF] = ACTIONS(465), - [anon_sym_AMP] = ACTIONS(465), + [anon_sym_SEMI] = ACTIONS(463), + [anon_sym_LF] = ACTIONS(463), + [anon_sym_AMP] = ACTIONS(463), }, [327] = { - [sym_file_descriptor] = ACTIONS(467), - [sym__concat] = ACTIONS(467), - [sym_variable_name] = ACTIONS(467), - [anon_sym_PIPE] = ACTIONS(469), - [anon_sym_RPAREN] = ACTIONS(469), - [anon_sym_SEMI_SEMI] = ACTIONS(469), - [anon_sym_PIPE_AMP] = ACTIONS(469), - [anon_sym_AMP_AMP] = ACTIONS(469), - [anon_sym_PIPE_PIPE] = ACTIONS(469), - [anon_sym_LT] = ACTIONS(469), - [anon_sym_GT] = ACTIONS(469), - [anon_sym_GT_GT] = ACTIONS(469), - [anon_sym_AMP_GT] = ACTIONS(469), - [anon_sym_AMP_GT_GT] = ACTIONS(469), - [anon_sym_LT_AMP] = ACTIONS(469), - [anon_sym_GT_AMP] = ACTIONS(469), - [anon_sym_DQUOTE] = ACTIONS(469), - [sym_raw_string] = ACTIONS(469), - [anon_sym_DOLLAR] = ACTIONS(469), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(469), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(469), - [anon_sym_BQUOTE] = ACTIONS(469), - [anon_sym_LT_LPAREN] = ACTIONS(469), - [anon_sym_GT_LPAREN] = ACTIONS(469), - [sym_word] = ACTIONS(469), + [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(469), - [anon_sym_LF] = ACTIONS(469), - [anon_sym_AMP] = ACTIONS(469), + [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(459), - [anon_sym_LBRACK] = ACTIONS(459), - [anon_sym_EQ] = ACTIONS(459), + [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(471), - [anon_sym_COLON_QMARK] = ACTIONS(459), - [anon_sym_COLON_DASH] = ACTIONS(459), - [anon_sym_PERCENT] = ACTIONS(459), - [anon_sym_SLASH] = ACTIONS(459), + [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(1071), + [sym_simple_variable_name] = ACTIONS(1059), [anon_sym_STAR] = ACTIONS(219), [anon_sym_QMARK] = ACTIONS(219), [anon_sym_DASH] = ACTIONS(219), @@ -16435,53 +16428,53 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__] = ACTIONS(225), }, [329] = { - [anon_sym_RBRACE] = ACTIONS(1073), - [anon_sym_LBRACK] = ACTIONS(1075), - [anon_sym_EQ] = ACTIONS(1077), - [anon_sym_COLON] = ACTIONS(1079), - [anon_sym_COLON_QMARK] = ACTIONS(1077), - [anon_sym_COLON_DASH] = ACTIONS(1077), - [anon_sym_PERCENT] = ACTIONS(1077), - [anon_sym_SLASH] = ACTIONS(1077), + [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(1081), - [anon_sym_LBRACK] = ACTIONS(1083), - [anon_sym_EQ] = ACTIONS(1085), - [anon_sym_COLON] = ACTIONS(1087), - [anon_sym_COLON_QMARK] = ACTIONS(1085), - [anon_sym_COLON_DASH] = ACTIONS(1085), - [anon_sym_PERCENT] = ACTIONS(1085), - [anon_sym_SLASH] = ACTIONS(1085), + [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(519), - [anon_sym_RPAREN] = ACTIONS(1089), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(525), + [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(519), - [anon_sym_RPAREN] = ACTIONS(1089), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(545), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), [anon_sym_BQUOTE] = ACTIONS(299), @@ -16491,64 +16484,64 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [333] = { - [anon_sym_PIPE] = ACTIONS(551), - [anon_sym_PIPE_AMP] = ACTIONS(553), - [anon_sym_AMP_AMP] = ACTIONS(555), - [anon_sym_PIPE_PIPE] = ACTIONS(555), - [anon_sym_BQUOTE] = ACTIONS(1089), + [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(551), - [anon_sym_PIPE_AMP] = ACTIONS(553), - [anon_sym_AMP_AMP] = ACTIONS(555), - [anon_sym_PIPE_PIPE] = ACTIONS(557), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(1089), + [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(519), - [anon_sym_RPAREN] = ACTIONS(1091), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(525), + [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(519), - [anon_sym_RPAREN] = ACTIONS(1091), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(545), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), [anon_sym_BQUOTE] = ACTIONS(299), @@ -16562,7 +16555,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(70), [sym_command_substitution] = STATE(70), [aux_sym_string_repeat1] = STATE(528), - [anon_sym_DQUOTE] = ACTIONS(1093), + [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), @@ -16572,43 +16565,43 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { }, [338] = { [aux_sym_concatenation_repeat1] = STATE(530), - [sym__concat] = ACTIONS(1095), - [anon_sym_SEMI_SEMI] = ACTIONS(391), - [anon_sym_DQUOTE] = ACTIONS(391), - [sym_raw_string] = ACTIONS(391), - [anon_sym_DOLLAR] = ACTIONS(391), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(391), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(391), - [anon_sym_BQUOTE] = ACTIONS(391), - [anon_sym_LT_LPAREN] = ACTIONS(391), - [anon_sym_GT_LPAREN] = ACTIONS(391), - [sym_word] = ACTIONS(391), + [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(391), - [anon_sym_LF] = ACTIONS(391), - [anon_sym_AMP] = ACTIONS(391), + [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(1097), - [anon_sym_POUND] = ACTIONS(1099), - [anon_sym_AT] = ACTIONS(1097), + [anon_sym_DOLLAR] = ACTIONS(1085), + [anon_sym_POUND] = ACTIONS(1087), + [anon_sym_AT] = ACTIONS(1085), [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(1101), - [anon_sym_STAR] = ACTIONS(1097), - [anon_sym_QMARK] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_BANG] = ACTIONS(1097), - [anon_sym_0] = ACTIONS(1099), - [anon_sym__] = ACTIONS(1099), + [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(1103), + [anon_sym_POUND] = ACTIONS(1091), [anon_sym_AT] = ACTIONS(219), [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(1105), + [sym_simple_variable_name] = ACTIONS(1093), [anon_sym_STAR] = ACTIONS(219), [anon_sym_QMARK] = ACTIONS(219), [anon_sym_DASH] = ACTIONS(219), @@ -16767,20 +16760,20 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [344] = { - [anon_sym_SEMI_SEMI] = ACTIONS(391), - [anon_sym_DQUOTE] = ACTIONS(391), - [sym_raw_string] = ACTIONS(391), - [anon_sym_DOLLAR] = ACTIONS(391), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(391), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(391), - [anon_sym_BQUOTE] = ACTIONS(391), - [anon_sym_LT_LPAREN] = ACTIONS(391), - [anon_sym_GT_LPAREN] = ACTIONS(391), - [sym_word] = ACTIONS(391), + [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(391), - [anon_sym_LF] = ACTIONS(391), - [anon_sym_AMP] = ACTIONS(391), + [anon_sym_SEMI] = ACTIONS(389), + [anon_sym_LF] = ACTIONS(389), + [anon_sym_AMP] = ACTIONS(389), }, [345] = { [sym_concatenation] = STATE(545), @@ -16789,32 +16782,32 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(544), [sym_command_substitution] = STATE(544), [sym_process_substitution] = STATE(544), - [anon_sym_SEMI_SEMI] = ACTIONS(1107), - [anon_sym_DQUOTE] = ACTIONS(1109), - [sym_raw_string] = ACTIONS(1111), - [anon_sym_DOLLAR] = ACTIONS(1113), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1115), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1117), - [anon_sym_BQUOTE] = ACTIONS(1119), - [anon_sym_LT_LPAREN] = ACTIONS(1121), - [anon_sym_GT_LPAREN] = ACTIONS(1121), - [sym_word] = ACTIONS(1111), + [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(1107), - [anon_sym_LF] = ACTIONS(1107), - [anon_sym_AMP] = ACTIONS(1107), + [anon_sym_SEMI] = ACTIONS(1095), + [anon_sym_LF] = ACTIONS(1095), + [anon_sym_AMP] = ACTIONS(1095), }, [346] = { - [anon_sym_PIPE] = ACTIONS(1123), - [anon_sym_RPAREN] = ACTIONS(1123), - [anon_sym_SEMI_SEMI] = ACTIONS(1123), - [anon_sym_PIPE_AMP] = ACTIONS(1123), - [anon_sym_AMP_AMP] = ACTIONS(1123), - [anon_sym_PIPE_PIPE] = ACTIONS(1123), + [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(1123), - [anon_sym_LF] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_SEMI] = ACTIONS(1111), + [anon_sym_LF] = ACTIONS(1111), + [anon_sym_AMP] = ACTIONS(1111), }, [347] = { [sym__terminated_statement] = STATE(126), @@ -16843,7 +16836,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_variable_name] = ACTIONS(93), [anon_sym_for] = ACTIONS(97), [anon_sym_while] = ACTIONS(99), - [anon_sym_done] = ACTIONS(1125), + [anon_sym_done] = ACTIONS(1113), [anon_sym_if] = ACTIONS(101), [anon_sym_case] = ACTIONS(103), [anon_sym_function] = ACTIONS(105), @@ -16869,16 +16862,16 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [348] = { - [anon_sym_PIPE] = ACTIONS(1127), - [anon_sym_RPAREN] = ACTIONS(1127), - [anon_sym_SEMI_SEMI] = ACTIONS(1127), - [anon_sym_PIPE_AMP] = ACTIONS(1127), - [anon_sym_AMP_AMP] = ACTIONS(1127), - [anon_sym_PIPE_PIPE] = ACTIONS(1127), + [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(1127), - [anon_sym_LF] = ACTIONS(1127), - [anon_sym_AMP] = ACTIONS(1127), + [anon_sym_SEMI] = ACTIONS(1115), + [anon_sym_LF] = ACTIONS(1115), + [anon_sym_AMP] = ACTIONS(1115), }, [349] = { [sym__terminated_statement] = STATE(547), @@ -16960,7 +16953,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_for] = ACTIONS(97), [anon_sym_while] = ACTIONS(99), [anon_sym_if] = ACTIONS(101), - [anon_sym_fi] = ACTIONS(1129), + [anon_sym_fi] = ACTIONS(1117), [anon_sym_case] = ACTIONS(103), [anon_sym_function] = ACTIONS(105), [anon_sym_LPAREN] = ACTIONS(107), @@ -16985,13 +16978,13 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [351] = { - [anon_sym_fi] = ACTIONS(1131), - [anon_sym_elif] = ACTIONS(1131), - [anon_sym_else] = ACTIONS(1131), + [anon_sym_fi] = ACTIONS(1119), + [anon_sym_elif] = ACTIONS(1119), + [anon_sym_else] = ACTIONS(1119), [sym_comment] = ACTIONS(133), }, [352] = { - [anon_sym_fi] = ACTIONS(1133), + [anon_sym_fi] = ACTIONS(1121), [sym_comment] = ACTIONS(133), }, [353] = { @@ -17025,9 +17018,9 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_for] = ACTIONS(97), [anon_sym_while] = ACTIONS(99), [anon_sym_if] = ACTIONS(101), - [anon_sym_fi] = ACTIONS(1135), - [anon_sym_elif] = ACTIONS(677), - [anon_sym_else] = ACTIONS(679), + [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), @@ -17054,28 +17047,28 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [354] = { [sym_elif_clause] = STATE(552), [sym_else_clause] = STATE(550), - [anon_sym_fi] = ACTIONS(1133), - [anon_sym_elif] = ACTIONS(1137), - [anon_sym_else] = ACTIONS(1139), + [anon_sym_fi] = ACTIONS(1121), + [anon_sym_elif] = ACTIONS(1125), + [anon_sym_else] = ACTIONS(1127), [sym_comment] = ACTIONS(133), }, [355] = { - [sym__concat] = ACTIONS(821), - [anon_sym_in] = ACTIONS(823), - [anon_sym_SEMI_SEMI] = ACTIONS(823), + [sym__concat] = ACTIONS(815), + [anon_sym_in] = ACTIONS(817), + [anon_sym_SEMI_SEMI] = ACTIONS(817), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(823), - [anon_sym_LF] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), + [anon_sym_SEMI] = ACTIONS(817), + [anon_sym_LF] = ACTIONS(817), + [anon_sym_AMP] = ACTIONS(817), }, [356] = { - [sym__concat] = ACTIONS(829), - [anon_sym_in] = ACTIONS(831), - [anon_sym_SEMI_SEMI] = ACTIONS(831), + [sym__concat] = ACTIONS(823), + [anon_sym_in] = ACTIONS(825), + [anon_sym_SEMI_SEMI] = ACTIONS(825), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(831), - [anon_sym_LF] = ACTIONS(831), - [anon_sym_AMP] = ACTIONS(831), + [anon_sym_SEMI] = ACTIONS(825), + [anon_sym_LF] = ACTIONS(825), + [anon_sym_AMP] = ACTIONS(825), }, [357] = { [sym_case_item] = STATE(555), @@ -17086,24 +17079,24 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(554), [sym_process_substitution] = STATE(554), [aux_sym_case_statement_repeat1] = STATE(557), - [anon_sym_esac] = ACTIONS(1141), - [anon_sym_DQUOTE] = ACTIONS(315), - [sym_raw_string] = ACTIONS(1143), - [anon_sym_DOLLAR] = ACTIONS(319), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(321), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(323), - [anon_sym_BQUOTE] = ACTIONS(325), - [anon_sym_LT_LPAREN] = ACTIONS(327), - [anon_sym_GT_LPAREN] = ACTIONS(327), - [sym_word] = ACTIONS(1145), + [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(1147), + [anon_sym_SEMI_SEMI] = ACTIONS(1135), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1147), - [anon_sym_LF] = ACTIONS(1147), - [anon_sym_AMP] = ACTIONS(1147), + [anon_sym_SEMI] = ACTIONS(1135), + [anon_sym_LF] = ACTIONS(1135), + [anon_sym_AMP] = ACTIONS(1135), }, [359] = { [sym_string] = STATE(559), @@ -17112,37 +17105,37 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(559), [sym_process_substitution] = STATE(559), [anon_sym_DQUOTE] = ACTIONS(145), - [sym_raw_string] = ACTIONS(1149), + [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(1151), + [sym_word] = ACTIONS(1139), [sym_comment] = ACTIONS(133), }, [360] = { - [anon_sym_RBRACE] = ACTIONS(1153), - [anon_sym_LBRACK] = ACTIONS(1155), + [anon_sym_RBRACE] = ACTIONS(1141), + [anon_sym_LBRACK] = ACTIONS(1143), [sym_comment] = ACTIONS(133), }, [361] = { - [anon_sym_RBRACE] = ACTIONS(1157), - [anon_sym_LBRACK] = ACTIONS(1159), + [anon_sym_RBRACE] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(1147), [sym_comment] = ACTIONS(133), }, [362] = { - [sym__concat] = ACTIONS(845), - [anon_sym_in] = ACTIONS(847), - [anon_sym_SEMI_SEMI] = ACTIONS(847), + [sym__concat] = ACTIONS(839), + [anon_sym_in] = ACTIONS(841), + [anon_sym_SEMI_SEMI] = ACTIONS(841), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(847), - [anon_sym_LF] = ACTIONS(847), - [anon_sym_AMP] = ACTIONS(847), + [anon_sym_SEMI] = ACTIONS(841), + [anon_sym_LF] = ACTIONS(841), + [anon_sym_AMP] = ACTIONS(841), }, [363] = { - [anon_sym_AT] = ACTIONS(1161), + [anon_sym_AT] = ACTIONS(1149), [sym_comment] = ACTIONS(133), }, [364] = { @@ -17153,27 +17146,27 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(565), [sym_process_substitution] = STATE(565), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1163), + [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(1165), + [sym_word] = ACTIONS(1153), [sym_comment] = ACTIONS(133), }, [365] = { - [sym__concat] = ACTIONS(855), - [anon_sym_in] = ACTIONS(857), - [anon_sym_SEMI_SEMI] = ACTIONS(857), + [sym__concat] = ACTIONS(849), + [anon_sym_in] = ACTIONS(851), + [anon_sym_SEMI_SEMI] = ACTIONS(851), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(857), - [anon_sym_LF] = ACTIONS(857), - [anon_sym_AMP] = ACTIONS(857), + [anon_sym_SEMI] = ACTIONS(851), + [anon_sym_LF] = ACTIONS(851), + [anon_sym_AMP] = ACTIONS(851), }, [366] = { - [anon_sym_AT] = ACTIONS(1167), + [anon_sym_AT] = ACTIONS(1155), [sym_comment] = ACTIONS(133), }, [367] = { @@ -17184,6 +17177,120 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -17194,148 +17301,34 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_word] = ACTIONS(1171), [sym_comment] = ACTIONS(133), }, - [368] = { - [sym__concat] = ACTIONS(923), - [anon_sym_in] = ACTIONS(925), - [anon_sym_SEMI_SEMI] = ACTIONS(925), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(925), - [anon_sym_LF] = ACTIONS(925), - [anon_sym_AMP] = ACTIONS(925), - }, - [369] = { - [sym__concat] = ACTIONS(965), - [anon_sym_in] = ACTIONS(967), - [anon_sym_SEMI_SEMI] = ACTIONS(967), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(967), - [anon_sym_LF] = ACTIONS(967), - [anon_sym_AMP] = ACTIONS(967), - }, - [370] = { - [sym_compound_statement] = STATE(570), - [anon_sym_LBRACE] = ACTIONS(969), - [sym_comment] = ACTIONS(133), - }, - [371] = { - [anon_sym_PIPE] = ACTIONS(1173), - [anon_sym_RPAREN] = ACTIONS(1173), - [anon_sym_SEMI_SEMI] = ACTIONS(1173), - [anon_sym_PIPE_AMP] = ACTIONS(1173), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE_PIPE] = ACTIONS(1173), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1173), - [anon_sym_LF] = ACTIONS(1173), - [anon_sym_AMP] = ACTIONS(1173), - }, - [372] = { - [sym_file_descriptor] = ACTIONS(563), - [sym_variable_name] = ACTIONS(563), - [anon_sym_for] = ACTIONS(565), - [anon_sym_while] = ACTIONS(565), - [anon_sym_if] = ACTIONS(565), - [anon_sym_case] = ACTIONS(565), - [anon_sym_RPAREN] = ACTIONS(1175), - [anon_sym_function] = ACTIONS(565), - [anon_sym_LPAREN] = ACTIONS(563), - [anon_sym_LBRACK] = ACTIONS(565), - [anon_sym_LBRACK_LBRACK] = ACTIONS(565), - [anon_sym_LT] = ACTIONS(565), - [anon_sym_GT] = ACTIONS(565), - [anon_sym_GT_GT] = ACTIONS(563), - [anon_sym_AMP_GT] = ACTIONS(565), - [anon_sym_AMP_GT_GT] = ACTIONS(563), - [anon_sym_LT_AMP] = ACTIONS(563), - [anon_sym_GT_AMP] = ACTIONS(563), - [anon_sym_DQUOTE] = ACTIONS(563), - [sym_raw_string] = ACTIONS(563), - [anon_sym_DOLLAR] = ACTIONS(565), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(563), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(563), - [anon_sym_BQUOTE] = ACTIONS(563), - [anon_sym_LT_LPAREN] = ACTIONS(563), - [anon_sym_GT_LPAREN] = ACTIONS(563), - [sym_word] = ACTIONS(567), - [sym_comment] = ACTIONS(133), - }, - [373] = { - [sym__concat] = ACTIONS(821), - [anon_sym_RBRACE] = ACTIONS(821), - [anon_sym_RBRACK] = ACTIONS(1177), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1177), - [anon_sym_DQUOTE] = ACTIONS(821), - [sym_raw_string] = ACTIONS(821), - [anon_sym_DOLLAR] = ACTIONS(1177), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(821), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(821), - [anon_sym_BQUOTE] = ACTIONS(821), - [anon_sym_LT_LPAREN] = ACTIONS(821), - [anon_sym_GT_LPAREN] = ACTIONS(821), - [sym_word] = ACTIONS(823), - [sym_comment] = ACTIONS(133), - }, - [374] = { - [sym__concat] = ACTIONS(829), - [anon_sym_RBRACE] = ACTIONS(829), - [anon_sym_RBRACK] = ACTIONS(1179), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1179), - [anon_sym_DQUOTE] = ACTIONS(829), - [sym_raw_string] = ACTIONS(829), - [anon_sym_DOLLAR] = ACTIONS(1179), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(829), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(829), - [anon_sym_BQUOTE] = ACTIONS(829), - [anon_sym_LT_LPAREN] = ACTIONS(829), - [anon_sym_GT_LPAREN] = ACTIONS(829), - [sym_word] = ACTIONS(831), - [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(1181), - [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(1183), - [sym_comment] = ACTIONS(133), - }, [376] = { - [anon_sym_RBRACE] = ACTIONS(1185), - [anon_sym_LBRACK] = ACTIONS(1187), + [anon_sym_RBRACE] = ACTIONS(1173), + [anon_sym_LBRACK] = ACTIONS(1175), [sym_comment] = ACTIONS(133), }, [377] = { - [anon_sym_RBRACE] = ACTIONS(1189), - [anon_sym_LBRACK] = ACTIONS(1191), + [anon_sym_RBRACE] = ACTIONS(1177), + [anon_sym_LBRACK] = ACTIONS(1179), [sym_comment] = ACTIONS(133), }, [378] = { - [sym__concat] = ACTIONS(845), - [anon_sym_RBRACE] = ACTIONS(845), - [anon_sym_RBRACK] = ACTIONS(1193), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1193), - [anon_sym_DQUOTE] = ACTIONS(845), - [sym_raw_string] = ACTIONS(845), - [anon_sym_DOLLAR] = ACTIONS(1193), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(845), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(845), - [anon_sym_BQUOTE] = ACTIONS(845), - [anon_sym_LT_LPAREN] = ACTIONS(845), - [anon_sym_GT_LPAREN] = ACTIONS(845), - [sym_word] = ACTIONS(847), + [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(1195), + [anon_sym_AT] = ACTIONS(1183), [sym_comment] = ACTIONS(133), }, [380] = { @@ -17346,34 +17339,34 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(578), [sym_process_substitution] = STATE(578), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1197), + [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(1199), + [sym_word] = ACTIONS(1187), [sym_comment] = ACTIONS(133), }, [381] = { - [sym__concat] = ACTIONS(855), - [anon_sym_RBRACE] = ACTIONS(855), - [anon_sym_RBRACK] = ACTIONS(1201), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1201), - [anon_sym_DQUOTE] = ACTIONS(855), - [sym_raw_string] = ACTIONS(855), - [anon_sym_DOLLAR] = ACTIONS(1201), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(855), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(855), - [anon_sym_BQUOTE] = ACTIONS(855), - [anon_sym_LT_LPAREN] = ACTIONS(855), - [anon_sym_GT_LPAREN] = ACTIONS(855), - [sym_word] = ACTIONS(857), + [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), }, [382] = { - [anon_sym_AT] = ACTIONS(1203), + [anon_sym_AT] = ACTIONS(1191), [sym_comment] = ACTIONS(133), }, [383] = { @@ -17384,100 +17377,100 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(581), [sym_process_substitution] = STATE(581), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1205), + [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(1207), + [sym_word] = ACTIONS(1195), [sym_comment] = ACTIONS(133), }, [384] = { - [sym__concat] = ACTIONS(923), - [anon_sym_RBRACE] = ACTIONS(923), - [anon_sym_RBRACK] = ACTIONS(1209), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1209), - [anon_sym_DQUOTE] = ACTIONS(923), - [sym_raw_string] = ACTIONS(923), - [anon_sym_DOLLAR] = ACTIONS(1209), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(923), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(923), - [anon_sym_BQUOTE] = ACTIONS(923), - [anon_sym_LT_LPAREN] = ACTIONS(923), - [anon_sym_GT_LPAREN] = ACTIONS(923), - [sym_word] = ACTIONS(925), + [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), }, [385] = { - [sym__concat] = ACTIONS(965), - [anon_sym_RBRACE] = ACTIONS(965), - [anon_sym_RBRACK] = ACTIONS(1211), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1211), - [anon_sym_DQUOTE] = ACTIONS(965), - [sym_raw_string] = ACTIONS(965), - [anon_sym_DOLLAR] = ACTIONS(1211), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(965), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(965), - [anon_sym_BQUOTE] = ACTIONS(965), - [anon_sym_LT_LPAREN] = ACTIONS(965), - [anon_sym_GT_LPAREN] = ACTIONS(965), - [sym_word] = ACTIONS(967), + [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), }, [386] = { - [sym_file_descriptor] = ACTIONS(821), - [sym__concat] = ACTIONS(821), - [sym_variable_name] = ACTIONS(821), - [anon_sym_PIPE] = ACTIONS(1177), - [anon_sym_RPAREN] = ACTIONS(821), - [anon_sym_PIPE_AMP] = ACTIONS(821), - [anon_sym_AMP_AMP] = ACTIONS(821), - [anon_sym_PIPE_PIPE] = ACTIONS(1177), - [anon_sym_LT] = ACTIONS(1177), - [anon_sym_GT] = ACTIONS(1177), - [anon_sym_GT_GT] = ACTIONS(821), - [anon_sym_AMP_GT] = ACTIONS(1177), - [anon_sym_AMP_GT_GT] = ACTIONS(821), - [anon_sym_LT_AMP] = ACTIONS(821), - [anon_sym_GT_AMP] = ACTIONS(821), - [anon_sym_DQUOTE] = ACTIONS(821), - [sym_raw_string] = ACTIONS(821), - [anon_sym_DOLLAR] = ACTIONS(1177), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(821), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(821), - [anon_sym_BQUOTE] = ACTIONS(821), - [anon_sym_LT_LPAREN] = ACTIONS(821), - [anon_sym_GT_LPAREN] = ACTIONS(821), - [sym_word] = ACTIONS(823), + [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), }, [387] = { - [sym_file_descriptor] = ACTIONS(829), - [sym__concat] = ACTIONS(829), - [sym_variable_name] = ACTIONS(829), - [anon_sym_PIPE] = ACTIONS(1179), - [anon_sym_RPAREN] = ACTIONS(829), - [anon_sym_PIPE_AMP] = ACTIONS(829), - [anon_sym_AMP_AMP] = ACTIONS(829), - [anon_sym_PIPE_PIPE] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1179), - [anon_sym_GT] = ACTIONS(1179), - [anon_sym_GT_GT] = ACTIONS(829), - [anon_sym_AMP_GT] = ACTIONS(1179), - [anon_sym_AMP_GT_GT] = ACTIONS(829), - [anon_sym_LT_AMP] = ACTIONS(829), - [anon_sym_GT_AMP] = ACTIONS(829), - [anon_sym_DQUOTE] = ACTIONS(829), - [sym_raw_string] = ACTIONS(829), - [anon_sym_DOLLAR] = ACTIONS(1179), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(829), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(829), - [anon_sym_BQUOTE] = ACTIONS(829), - [anon_sym_LT_LPAREN] = ACTIONS(829), - [anon_sym_GT_LPAREN] = ACTIONS(829), - [sym_word] = ACTIONS(831), + [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), }, [388] = { @@ -17487,55 +17480,55 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(583), [sym_process_substitution] = STATE(583), [anon_sym_DQUOTE] = ACTIONS(179), - [sym_raw_string] = ACTIONS(1213), + [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(1215), + [sym_word] = ACTIONS(1203), [sym_comment] = ACTIONS(133), }, [389] = { - [anon_sym_RBRACE] = ACTIONS(1217), - [anon_sym_LBRACK] = ACTIONS(1219), + [anon_sym_RBRACE] = ACTIONS(1205), + [anon_sym_LBRACK] = ACTIONS(1207), [sym_comment] = ACTIONS(133), }, [390] = { - [anon_sym_RBRACE] = ACTIONS(1221), - [anon_sym_LBRACK] = ACTIONS(1223), + [anon_sym_RBRACE] = ACTIONS(1209), + [anon_sym_LBRACK] = ACTIONS(1211), [sym_comment] = ACTIONS(133), }, [391] = { - [sym_file_descriptor] = ACTIONS(845), - [sym__concat] = ACTIONS(845), - [sym_variable_name] = ACTIONS(845), - [anon_sym_PIPE] = ACTIONS(1193), - [anon_sym_RPAREN] = ACTIONS(845), - [anon_sym_PIPE_AMP] = ACTIONS(845), - [anon_sym_AMP_AMP] = ACTIONS(845), - [anon_sym_PIPE_PIPE] = ACTIONS(1193), - [anon_sym_LT] = ACTIONS(1193), - [anon_sym_GT] = ACTIONS(1193), - [anon_sym_GT_GT] = ACTIONS(845), - [anon_sym_AMP_GT] = ACTIONS(1193), - [anon_sym_AMP_GT_GT] = ACTIONS(845), - [anon_sym_LT_AMP] = ACTIONS(845), - [anon_sym_GT_AMP] = ACTIONS(845), - [anon_sym_DQUOTE] = ACTIONS(845), - [sym_raw_string] = ACTIONS(845), - [anon_sym_DOLLAR] = ACTIONS(1193), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(845), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(845), - [anon_sym_BQUOTE] = ACTIONS(845), - [anon_sym_LT_LPAREN] = ACTIONS(845), - [anon_sym_GT_LPAREN] = ACTIONS(845), - [sym_word] = ACTIONS(847), + [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), }, [392] = { - [anon_sym_AT] = ACTIONS(1225), + [anon_sym_AT] = ACTIONS(1213), [sym_comment] = ACTIONS(133), }, [393] = { @@ -17546,45 +17539,45 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(589), [sym_process_substitution] = STATE(589), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1227), + [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(1229), + [sym_word] = ACTIONS(1217), [sym_comment] = ACTIONS(133), }, [394] = { - [sym_file_descriptor] = ACTIONS(855), - [sym__concat] = ACTIONS(855), - [sym_variable_name] = ACTIONS(855), - [anon_sym_PIPE] = ACTIONS(1201), - [anon_sym_RPAREN] = ACTIONS(855), - [anon_sym_PIPE_AMP] = ACTIONS(855), - [anon_sym_AMP_AMP] = ACTIONS(855), - [anon_sym_PIPE_PIPE] = ACTIONS(1201), - [anon_sym_LT] = ACTIONS(1201), - [anon_sym_GT] = ACTIONS(1201), - [anon_sym_GT_GT] = ACTIONS(855), - [anon_sym_AMP_GT] = ACTIONS(1201), - [anon_sym_AMP_GT_GT] = ACTIONS(855), - [anon_sym_LT_AMP] = ACTIONS(855), - [anon_sym_GT_AMP] = ACTIONS(855), - [anon_sym_DQUOTE] = ACTIONS(855), - [sym_raw_string] = ACTIONS(855), - [anon_sym_DOLLAR] = ACTIONS(1201), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(855), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(855), - [anon_sym_BQUOTE] = ACTIONS(855), - [anon_sym_LT_LPAREN] = ACTIONS(855), - [anon_sym_GT_LPAREN] = ACTIONS(855), - [sym_word] = ACTIONS(857), + [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), }, [395] = { - [anon_sym_AT] = ACTIONS(1231), + [anon_sym_AT] = ACTIONS(1219), [sym_comment] = ACTIONS(133), }, [396] = { @@ -17595,91 +17588,91 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(592), [sym_process_substitution] = STATE(592), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1233), + [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(1235), + [sym_word] = ACTIONS(1223), [sym_comment] = ACTIONS(133), }, [397] = { - [sym_file_descriptor] = ACTIONS(923), - [sym__concat] = ACTIONS(923), - [sym_variable_name] = ACTIONS(923), - [anon_sym_PIPE] = ACTIONS(1209), - [anon_sym_RPAREN] = ACTIONS(923), - [anon_sym_PIPE_AMP] = ACTIONS(923), - [anon_sym_AMP_AMP] = ACTIONS(923), - [anon_sym_PIPE_PIPE] = ACTIONS(1209), - [anon_sym_LT] = ACTIONS(1209), - [anon_sym_GT] = ACTIONS(1209), - [anon_sym_GT_GT] = ACTIONS(923), - [anon_sym_AMP_GT] = ACTIONS(1209), - [anon_sym_AMP_GT_GT] = ACTIONS(923), - [anon_sym_LT_AMP] = ACTIONS(923), - [anon_sym_GT_AMP] = ACTIONS(923), - [anon_sym_DQUOTE] = ACTIONS(923), - [sym_raw_string] = ACTIONS(923), - [anon_sym_DOLLAR] = ACTIONS(1209), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(923), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(923), - [anon_sym_BQUOTE] = ACTIONS(923), - [anon_sym_LT_LPAREN] = ACTIONS(923), - [anon_sym_GT_LPAREN] = ACTIONS(923), - [sym_word] = ACTIONS(925), + [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), }, [398] = { - [sym_file_descriptor] = ACTIONS(965), - [sym__concat] = ACTIONS(965), - [sym_variable_name] = ACTIONS(965), - [anon_sym_PIPE] = ACTIONS(1211), - [anon_sym_RPAREN] = ACTIONS(965), - [anon_sym_PIPE_AMP] = ACTIONS(965), - [anon_sym_AMP_AMP] = ACTIONS(965), - [anon_sym_PIPE_PIPE] = ACTIONS(1211), - [anon_sym_LT] = ACTIONS(1211), - [anon_sym_GT] = ACTIONS(1211), - [anon_sym_GT_GT] = ACTIONS(965), - [anon_sym_AMP_GT] = ACTIONS(1211), - [anon_sym_AMP_GT_GT] = ACTIONS(965), - [anon_sym_LT_AMP] = ACTIONS(965), - [anon_sym_GT_AMP] = ACTIONS(965), - [anon_sym_DQUOTE] = ACTIONS(965), - [sym_raw_string] = ACTIONS(965), - [anon_sym_DOLLAR] = ACTIONS(1211), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(965), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(965), - [anon_sym_BQUOTE] = ACTIONS(965), - [anon_sym_LT_LPAREN] = ACTIONS(965), - [anon_sym_GT_LPAREN] = ACTIONS(965), - [sym_word] = ACTIONS(967), + [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), }, [399] = { - [anon_sym_RBRACE] = ACTIONS(1237), - [anon_sym_LBRACK] = ACTIONS(1239), + [anon_sym_RBRACE] = ACTIONS(1225), + [anon_sym_LBRACK] = ACTIONS(1227), [sym_comment] = ACTIONS(133), }, [400] = { - [anon_sym_RBRACE] = ACTIONS(1241), - [anon_sym_LBRACK] = ACTIONS(1243), + [anon_sym_RBRACE] = ACTIONS(1229), + [anon_sym_LBRACK] = ACTIONS(1231), [sym_comment] = ACTIONS(133), }, [401] = { - [anon_sym_DQUOTE] = ACTIONS(847), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(1193), - [anon_sym_DOLLAR] = ACTIONS(847), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(847), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(847), - [anon_sym_BQUOTE] = ACTIONS(847), + [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), }, [402] = { - [anon_sym_AT] = ACTIONS(1245), + [anon_sym_AT] = ACTIONS(1233), [sym_comment] = ACTIONS(133), }, [403] = { @@ -17690,27 +17683,27 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(599), [sym_process_substitution] = STATE(599), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1247), + [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(1249), + [sym_word] = ACTIONS(1237), [sym_comment] = ACTIONS(133), }, [404] = { - [anon_sym_DQUOTE] = ACTIONS(857), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(1201), - [anon_sym_DOLLAR] = ACTIONS(857), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(857), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(857), - [anon_sym_BQUOTE] = ACTIONS(857), + [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), }, [405] = { - [anon_sym_AT] = ACTIONS(1251), + [anon_sym_AT] = ACTIONS(1239), [sym_comment] = ACTIONS(133), }, [406] = { @@ -17721,215 +17714,215 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(602), [sym_process_substitution] = STATE(602), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1253), + [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(1255), + [sym_word] = ACTIONS(1243), [sym_comment] = ACTIONS(133), }, [407] = { - [anon_sym_DQUOTE] = ACTIONS(925), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(1209), - [anon_sym_DOLLAR] = ACTIONS(925), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(925), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(925), - [anon_sym_BQUOTE] = ACTIONS(925), + [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), }, [408] = { - [sym_file_descriptor] = ACTIONS(1257), - [sym__concat] = ACTIONS(1257), - [anon_sym_PIPE] = ACTIONS(1259), - [anon_sym_RPAREN] = ACTIONS(1259), - [anon_sym_SEMI_SEMI] = ACTIONS(1259), - [anon_sym_PIPE_AMP] = ACTIONS(1259), - [anon_sym_AMP_AMP] = ACTIONS(1259), - [anon_sym_PIPE_PIPE] = ACTIONS(1259), - [anon_sym_LT] = ACTIONS(1259), - [anon_sym_GT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_AMP_GT] = ACTIONS(1259), - [anon_sym_AMP_GT_GT] = ACTIONS(1259), - [anon_sym_LT_AMP] = ACTIONS(1259), - [anon_sym_GT_AMP] = ACTIONS(1259), - [anon_sym_LT_LT] = ACTIONS(1259), - [anon_sym_LT_LT_DASH] = ACTIONS(1259), - [anon_sym_DQUOTE] = ACTIONS(1259), - [sym_raw_string] = ACTIONS(1259), - [anon_sym_DOLLAR] = ACTIONS(1259), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1259), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1259), - [anon_sym_BQUOTE] = ACTIONS(1259), - [anon_sym_LT_LPAREN] = ACTIONS(1259), - [anon_sym_GT_LPAREN] = ACTIONS(1259), - [sym_word] = ACTIONS(1259), + [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(1259), - [anon_sym_LF] = ACTIONS(1259), - [anon_sym_AMP] = ACTIONS(1259), + [anon_sym_SEMI] = ACTIONS(1247), + [anon_sym_LF] = ACTIONS(1247), + [anon_sym_AMP] = ACTIONS(1247), }, [409] = { - [sym_file_descriptor] = ACTIONS(1261), - [sym__concat] = ACTIONS(1261), - [anon_sym_PIPE] = ACTIONS(1263), - [anon_sym_RPAREN] = ACTIONS(1263), - [anon_sym_SEMI_SEMI] = ACTIONS(1263), - [anon_sym_PIPE_AMP] = ACTIONS(1263), - [anon_sym_AMP_AMP] = ACTIONS(1263), - [anon_sym_PIPE_PIPE] = ACTIONS(1263), - [anon_sym_LT] = ACTIONS(1263), - [anon_sym_GT] = ACTIONS(1263), - [anon_sym_GT_GT] = ACTIONS(1263), - [anon_sym_AMP_GT] = ACTIONS(1263), - [anon_sym_AMP_GT_GT] = ACTIONS(1263), - [anon_sym_LT_AMP] = ACTIONS(1263), - [anon_sym_GT_AMP] = ACTIONS(1263), - [anon_sym_LT_LT] = ACTIONS(1263), - [anon_sym_LT_LT_DASH] = ACTIONS(1263), - [anon_sym_DQUOTE] = ACTIONS(1263), - [sym_raw_string] = ACTIONS(1263), - [anon_sym_DOLLAR] = ACTIONS(1263), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1263), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1263), - [anon_sym_BQUOTE] = ACTIONS(1263), - [anon_sym_LT_LPAREN] = ACTIONS(1263), - [anon_sym_GT_LPAREN] = ACTIONS(1263), - [sym_word] = ACTIONS(1263), + [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(1263), - [anon_sym_LF] = ACTIONS(1263), - [anon_sym_AMP] = ACTIONS(1263), + [anon_sym_SEMI] = ACTIONS(1251), + [anon_sym_LF] = ACTIONS(1251), + [anon_sym_AMP] = ACTIONS(1251), }, [410] = { - [anon_sym_AT] = ACTIONS(1265), + [anon_sym_AT] = ACTIONS(1253), [sym_comment] = ACTIONS(133), }, [411] = { - [sym_file_descriptor] = ACTIONS(1267), - [sym__concat] = ACTIONS(1267), - [anon_sym_PIPE] = ACTIONS(1269), - [anon_sym_RPAREN] = ACTIONS(1269), - [anon_sym_SEMI_SEMI] = ACTIONS(1269), - [anon_sym_PIPE_AMP] = ACTIONS(1269), - [anon_sym_AMP_AMP] = ACTIONS(1269), - [anon_sym_PIPE_PIPE] = ACTIONS(1269), - [anon_sym_LT] = ACTIONS(1269), - [anon_sym_GT] = ACTIONS(1269), - [anon_sym_GT_GT] = ACTIONS(1269), - [anon_sym_AMP_GT] = ACTIONS(1269), - [anon_sym_AMP_GT_GT] = ACTIONS(1269), - [anon_sym_LT_AMP] = ACTIONS(1269), - [anon_sym_GT_AMP] = ACTIONS(1269), - [anon_sym_LT_LT] = ACTIONS(1269), - [anon_sym_LT_LT_DASH] = ACTIONS(1269), - [anon_sym_DQUOTE] = ACTIONS(1269), - [sym_raw_string] = ACTIONS(1269), - [anon_sym_DOLLAR] = ACTIONS(1269), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1269), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1269), - [anon_sym_BQUOTE] = ACTIONS(1269), - [anon_sym_LT_LPAREN] = ACTIONS(1269), - [anon_sym_GT_LPAREN] = ACTIONS(1269), - [sym_word] = ACTIONS(1269), + [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(1269), - [anon_sym_LF] = ACTIONS(1269), - [anon_sym_AMP] = ACTIONS(1269), + [anon_sym_SEMI] = ACTIONS(1257), + [anon_sym_LF] = ACTIONS(1257), + [anon_sym_AMP] = ACTIONS(1257), }, [412] = { - [anon_sym_AT] = ACTIONS(1271), + [anon_sym_AT] = ACTIONS(1259), [sym_comment] = ACTIONS(133), }, [413] = { - [anon_sym_RBRACK] = ACTIONS(1273), + [anon_sym_RBRACK] = ACTIONS(1261), [sym_comment] = ACTIONS(133), }, [414] = { [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(385), - [anon_sym_RBRACE] = ACTIONS(1275), + [sym__concat] = ACTIONS(383), + [anon_sym_RBRACE] = ACTIONS(1263), [sym_comment] = ACTIONS(133), }, [415] = { - [anon_sym_RBRACE] = ACTIONS(1275), + [anon_sym_RBRACE] = ACTIONS(1263), [sym_comment] = ACTIONS(133), }, [416] = { - [anon_sym_RBRACK] = ACTIONS(1277), + [anon_sym_RBRACK] = ACTIONS(1265), [sym_comment] = ACTIONS(133), }, [417] = { [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(385), - [anon_sym_RBRACE] = ACTIONS(1279), + [sym__concat] = ACTIONS(383), + [anon_sym_RBRACE] = ACTIONS(1267), [sym_comment] = ACTIONS(133), }, [418] = { - [anon_sym_RBRACE] = ACTIONS(1279), + [anon_sym_RBRACE] = ACTIONS(1267), [sym_comment] = ACTIONS(133), }, [419] = { - [sym_file_descriptor] = ACTIONS(633), - [sym_variable_name] = ACTIONS(633), - [anon_sym_PIPE] = ACTIONS(1281), - [anon_sym_RPAREN] = ACTIONS(633), - [anon_sym_PIPE_AMP] = ACTIONS(633), - [anon_sym_AMP_AMP] = ACTIONS(633), - [anon_sym_PIPE_PIPE] = ACTIONS(1281), - [anon_sym_LT] = ACTIONS(1281), - [anon_sym_GT] = ACTIONS(1281), - [anon_sym_GT_GT] = ACTIONS(633), - [anon_sym_AMP_GT] = ACTIONS(1281), - [anon_sym_AMP_GT_GT] = ACTIONS(633), - [anon_sym_LT_AMP] = ACTIONS(633), - [anon_sym_GT_AMP] = ACTIONS(633), - [anon_sym_DQUOTE] = ACTIONS(633), - [sym_raw_string] = ACTIONS(633), - [anon_sym_DOLLAR] = ACTIONS(1281), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(633), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(633), - [anon_sym_BQUOTE] = ACTIONS(633), - [anon_sym_LT_LPAREN] = ACTIONS(633), - [anon_sym_GT_LPAREN] = ACTIONS(633), - [sym_word] = ACTIONS(635), + [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), }, [420] = { [aux_sym_array_repeat1] = STATE(611), - [anon_sym_RPAREN] = ACTIONS(1283), - [sym_word] = ACTIONS(639), + [anon_sym_RPAREN] = ACTIONS(1271), + [sym_word] = ACTIONS(633), [sym_comment] = ACTIONS(133), }, [421] = { [aux_sym_concatenation_repeat1] = STATE(198), - [sym_file_descriptor] = ACTIONS(633), - [sym__concat] = ACTIONS(413), - [sym_variable_name] = ACTIONS(633), - [anon_sym_PIPE] = ACTIONS(1281), - [anon_sym_RPAREN] = ACTIONS(633), - [anon_sym_PIPE_AMP] = ACTIONS(633), - [anon_sym_AMP_AMP] = ACTIONS(633), - [anon_sym_PIPE_PIPE] = ACTIONS(1281), - [anon_sym_LT] = ACTIONS(1281), - [anon_sym_GT] = ACTIONS(1281), - [anon_sym_GT_GT] = ACTIONS(633), - [anon_sym_AMP_GT] = ACTIONS(1281), - [anon_sym_AMP_GT_GT] = ACTIONS(633), - [anon_sym_LT_AMP] = ACTIONS(633), - [anon_sym_GT_AMP] = ACTIONS(633), - [anon_sym_DQUOTE] = ACTIONS(633), - [sym_raw_string] = ACTIONS(633), - [anon_sym_DOLLAR] = ACTIONS(1281), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(633), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(633), - [anon_sym_BQUOTE] = ACTIONS(633), - [anon_sym_LT_LPAREN] = ACTIONS(633), - [anon_sym_GT_LPAREN] = ACTIONS(633), - [sym_word] = ACTIONS(635), + [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), }, [422] = { @@ -17940,15 +17933,15 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(338), [sym_process_substitution] = STATE(338), [aux_sym_for_statement_repeat1] = STATE(612), - [anon_sym_DQUOTE] = ACTIONS(655), - [sym_raw_string] = ACTIONS(657), - [anon_sym_DOLLAR] = ACTIONS(659), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(661), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(663), - [anon_sym_BQUOTE] = ACTIONS(665), - [anon_sym_LT_LPAREN] = ACTIONS(667), - [anon_sym_GT_LPAREN] = ACTIONS(667), - [sym_word] = ACTIONS(669), + [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), }, [423] = { @@ -17979,7 +17972,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_variable_name] = ACTIONS(93), [anon_sym_for] = ACTIONS(97), [anon_sym_while] = ACTIONS(99), - [anon_sym_done] = ACTIONS(1285), + [anon_sym_done] = ACTIONS(1273), [anon_sym_if] = ACTIONS(101), [anon_sym_case] = ACTIONS(103), [anon_sym_function] = ACTIONS(105), @@ -18005,12 +17998,12 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [424] = { - [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), + [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), }, [425] = { @@ -18045,9 +18038,9 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_for] = ACTIONS(97), [anon_sym_while] = ACTIONS(99), [anon_sym_if] = ACTIONS(101), - [anon_sym_fi] = ACTIONS(1291), - [anon_sym_elif] = ACTIONS(677), - [anon_sym_else] = ACTIONS(679), + [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), @@ -18072,77 +18065,77 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [426] = { - [anon_sym_SEMI_SEMI] = ACTIONS(1293), + [anon_sym_SEMI_SEMI] = ACTIONS(1281), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1293), - [anon_sym_LF] = ACTIONS(1293), - [anon_sym_AMP] = ACTIONS(1293), + [anon_sym_SEMI] = ACTIONS(1281), + [anon_sym_LF] = ACTIONS(1281), + [anon_sym_AMP] = ACTIONS(1281), }, [427] = { - [anon_sym_in] = ACTIONS(1295), + [anon_sym_in] = ACTIONS(1283), [sym_comment] = ACTIONS(133), }, [428] = { - [anon_sym_RPAREN] = ACTIONS(1297), + [anon_sym_RPAREN] = ACTIONS(1285), [sym_comment] = ACTIONS(133), }, [429] = { - [anon_sym_PIPE] = ACTIONS(1299), - [anon_sym_RPAREN] = ACTIONS(1301), - [anon_sym_PIPE_AMP] = ACTIONS(1301), - [anon_sym_AMP_AMP] = ACTIONS(1301), - [anon_sym_PIPE_PIPE] = ACTIONS(1301), - [anon_sym_BQUOTE] = ACTIONS(1301), + [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), }, [430] = { - [sym_file_descriptor] = ACTIONS(563), - [sym_variable_name] = ACTIONS(563), - [anon_sym_for] = ACTIONS(565), - [anon_sym_while] = ACTIONS(565), - [anon_sym_if] = ACTIONS(565), - [anon_sym_case] = ACTIONS(565), - [anon_sym_RPAREN] = ACTIONS(1303), - [anon_sym_function] = ACTIONS(565), - [anon_sym_LPAREN] = ACTIONS(563), - [anon_sym_LBRACK] = ACTIONS(565), - [anon_sym_LBRACK_LBRACK] = ACTIONS(565), - [anon_sym_LT] = ACTIONS(565), - [anon_sym_GT] = ACTIONS(565), - [anon_sym_GT_GT] = ACTIONS(563), - [anon_sym_AMP_GT] = ACTIONS(565), - [anon_sym_AMP_GT_GT] = ACTIONS(563), - [anon_sym_LT_AMP] = ACTIONS(563), - [anon_sym_GT_AMP] = ACTIONS(563), - [anon_sym_DQUOTE] = ACTIONS(563), - [sym_raw_string] = ACTIONS(563), - [anon_sym_DOLLAR] = ACTIONS(565), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(563), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(563), - [anon_sym_BQUOTE] = ACTIONS(563), - [anon_sym_LT_LPAREN] = ACTIONS(563), - [anon_sym_GT_LPAREN] = ACTIONS(563), - [sym_word] = ACTIONS(567), + [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), }, [431] = { [anon_sym_PIPE] = ACTIONS(271), - [anon_sym_RPAREN] = ACTIONS(1305), - [anon_sym_SEMI_SEMI] = ACTIONS(1307), + [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(1307), - [anon_sym_LF] = ACTIONS(1307), - [anon_sym_AMP] = ACTIONS(1307), + [anon_sym_SEMI] = ACTIONS(1295), + [anon_sym_LF] = ACTIONS(1295), + [anon_sym_AMP] = ACTIONS(1295), }, [432] = { [sym_file_descriptor] = ACTIONS(299), [sym_variable_name] = ACTIONS(299), [anon_sym_PIPE] = ACTIONS(271), - [anon_sym_RPAREN] = ACTIONS(1305), - [anon_sym_SEMI_SEMI] = ACTIONS(1307), + [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), @@ -18163,73 +18156,73 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_LPAREN] = ACTIONS(301), [sym_word] = ACTIONS(301), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1307), - [anon_sym_LF] = ACTIONS(1307), - [anon_sym_AMP] = ACTIONS(1307), + [anon_sym_SEMI] = ACTIONS(1295), + [anon_sym_LF] = ACTIONS(1295), + [anon_sym_AMP] = ACTIONS(1295), }, [433] = { - [anon_sym_PIPE] = ACTIONS(1309), - [anon_sym_RPAREN] = ACTIONS(1311), - [anon_sym_PIPE_AMP] = ACTIONS(1311), - [anon_sym_AMP_AMP] = ACTIONS(1311), - [anon_sym_PIPE_PIPE] = ACTIONS(1311), - [anon_sym_BQUOTE] = ACTIONS(1311), + [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), }, [434] = { - [sym_file_descriptor] = ACTIONS(821), - [sym__concat] = ACTIONS(821), - [anon_sym_PIPE] = ACTIONS(1177), - [anon_sym_RPAREN] = ACTIONS(821), - [anon_sym_PIPE_AMP] = ACTIONS(821), - [anon_sym_AMP_AMP] = ACTIONS(821), - [anon_sym_PIPE_PIPE] = ACTIONS(1177), - [anon_sym_LT] = ACTIONS(1177), - [anon_sym_GT] = ACTIONS(1177), - [anon_sym_GT_GT] = ACTIONS(821), - [anon_sym_AMP_GT] = ACTIONS(1177), - [anon_sym_AMP_GT_GT] = ACTIONS(821), - [anon_sym_LT_AMP] = ACTIONS(821), - [anon_sym_GT_AMP] = ACTIONS(821), - [anon_sym_LT_LT] = ACTIONS(1177), - [anon_sym_LT_LT_DASH] = ACTIONS(821), - [anon_sym_DQUOTE] = ACTIONS(821), - [sym_raw_string] = ACTIONS(821), - [anon_sym_DOLLAR] = ACTIONS(1177), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(821), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(821), - [anon_sym_BQUOTE] = ACTIONS(821), - [anon_sym_LT_LPAREN] = ACTIONS(821), - [anon_sym_GT_LPAREN] = ACTIONS(821), - [sym_word] = ACTIONS(823), + [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), }, [435] = { - [sym_file_descriptor] = ACTIONS(829), - [sym__concat] = ACTIONS(829), - [anon_sym_PIPE] = ACTIONS(1179), - [anon_sym_RPAREN] = ACTIONS(829), - [anon_sym_PIPE_AMP] = ACTIONS(829), - [anon_sym_AMP_AMP] = ACTIONS(829), - [anon_sym_PIPE_PIPE] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1179), - [anon_sym_GT] = ACTIONS(1179), - [anon_sym_GT_GT] = ACTIONS(829), - [anon_sym_AMP_GT] = ACTIONS(1179), - [anon_sym_AMP_GT_GT] = ACTIONS(829), - [anon_sym_LT_AMP] = ACTIONS(829), - [anon_sym_GT_AMP] = ACTIONS(829), - [anon_sym_LT_LT] = ACTIONS(1179), - [anon_sym_LT_LT_DASH] = ACTIONS(829), - [anon_sym_DQUOTE] = ACTIONS(829), - [sym_raw_string] = ACTIONS(829), - [anon_sym_DOLLAR] = ACTIONS(1179), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(829), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(829), - [anon_sym_BQUOTE] = ACTIONS(829), - [anon_sym_LT_LPAREN] = ACTIONS(829), - [anon_sym_GT_LPAREN] = ACTIONS(829), - [sym_word] = ACTIONS(831), + [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), }, [436] = { @@ -18239,56 +18232,56 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(624), [sym_process_substitution] = STATE(624), [anon_sym_DQUOTE] = ACTIONS(245), - [sym_raw_string] = ACTIONS(1313), + [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(1315), + [sym_word] = ACTIONS(1303), [sym_comment] = ACTIONS(133), }, [437] = { - [anon_sym_RBRACE] = ACTIONS(1317), - [anon_sym_LBRACK] = ACTIONS(1319), + [anon_sym_RBRACE] = ACTIONS(1305), + [anon_sym_LBRACK] = ACTIONS(1307), [sym_comment] = ACTIONS(133), }, [438] = { - [anon_sym_RBRACE] = ACTIONS(1321), - [anon_sym_LBRACK] = ACTIONS(1323), + [anon_sym_RBRACE] = ACTIONS(1309), + [anon_sym_LBRACK] = ACTIONS(1311), [sym_comment] = ACTIONS(133), }, [439] = { - [sym_file_descriptor] = ACTIONS(845), - [sym__concat] = ACTIONS(845), - [anon_sym_PIPE] = ACTIONS(1193), - [anon_sym_RPAREN] = ACTIONS(845), - [anon_sym_PIPE_AMP] = ACTIONS(845), - [anon_sym_AMP_AMP] = ACTIONS(845), - [anon_sym_PIPE_PIPE] = ACTIONS(1193), - [anon_sym_LT] = ACTIONS(1193), - [anon_sym_GT] = ACTIONS(1193), - [anon_sym_GT_GT] = ACTIONS(845), - [anon_sym_AMP_GT] = ACTIONS(1193), - [anon_sym_AMP_GT_GT] = ACTIONS(845), - [anon_sym_LT_AMP] = ACTIONS(845), - [anon_sym_GT_AMP] = ACTIONS(845), - [anon_sym_LT_LT] = ACTIONS(1193), - [anon_sym_LT_LT_DASH] = ACTIONS(845), - [anon_sym_DQUOTE] = ACTIONS(845), - [sym_raw_string] = ACTIONS(845), - [anon_sym_DOLLAR] = ACTIONS(1193), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(845), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(845), - [anon_sym_BQUOTE] = ACTIONS(845), - [anon_sym_LT_LPAREN] = ACTIONS(845), - [anon_sym_GT_LPAREN] = ACTIONS(845), - [sym_word] = ACTIONS(847), + [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), }, [440] = { - [anon_sym_AT] = ACTIONS(1325), + [anon_sym_AT] = ACTIONS(1313), [sym_comment] = ACTIONS(133), }, [441] = { @@ -18299,46 +18292,46 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(630), [sym_process_substitution] = STATE(630), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1327), + [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(1329), + [sym_word] = ACTIONS(1317), [sym_comment] = ACTIONS(133), }, [442] = { - [sym_file_descriptor] = ACTIONS(855), - [sym__concat] = ACTIONS(855), - [anon_sym_PIPE] = ACTIONS(1201), - [anon_sym_RPAREN] = ACTIONS(855), - [anon_sym_PIPE_AMP] = ACTIONS(855), - [anon_sym_AMP_AMP] = ACTIONS(855), - [anon_sym_PIPE_PIPE] = ACTIONS(1201), - [anon_sym_LT] = ACTIONS(1201), - [anon_sym_GT] = ACTIONS(1201), - [anon_sym_GT_GT] = ACTIONS(855), - [anon_sym_AMP_GT] = ACTIONS(1201), - [anon_sym_AMP_GT_GT] = ACTIONS(855), - [anon_sym_LT_AMP] = ACTIONS(855), - [anon_sym_GT_AMP] = ACTIONS(855), - [anon_sym_LT_LT] = ACTIONS(1201), - [anon_sym_LT_LT_DASH] = ACTIONS(855), - [anon_sym_DQUOTE] = ACTIONS(855), - [sym_raw_string] = ACTIONS(855), - [anon_sym_DOLLAR] = ACTIONS(1201), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(855), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(855), - [anon_sym_BQUOTE] = ACTIONS(855), - [anon_sym_LT_LPAREN] = ACTIONS(855), - [anon_sym_GT_LPAREN] = ACTIONS(855), - [sym_word] = ACTIONS(857), + [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), }, [443] = { - [anon_sym_AT] = ACTIONS(1331), + [anon_sym_AT] = ACTIONS(1319), [sym_comment] = ACTIONS(133), }, [444] = { @@ -18349,104 +18342,104 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(633), [sym_process_substitution] = STATE(633), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1333), + [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(1335), + [sym_word] = ACTIONS(1323), [sym_comment] = ACTIONS(133), }, [445] = { - [sym_file_descriptor] = ACTIONS(923), - [sym__concat] = ACTIONS(923), - [anon_sym_PIPE] = ACTIONS(1209), - [anon_sym_RPAREN] = ACTIONS(923), - [anon_sym_PIPE_AMP] = ACTIONS(923), - [anon_sym_AMP_AMP] = ACTIONS(923), - [anon_sym_PIPE_PIPE] = ACTIONS(1209), - [anon_sym_LT] = ACTIONS(1209), - [anon_sym_GT] = ACTIONS(1209), - [anon_sym_GT_GT] = ACTIONS(923), - [anon_sym_AMP_GT] = ACTIONS(1209), - [anon_sym_AMP_GT_GT] = ACTIONS(923), - [anon_sym_LT_AMP] = ACTIONS(923), - [anon_sym_GT_AMP] = ACTIONS(923), - [anon_sym_LT_LT] = ACTIONS(1209), - [anon_sym_LT_LT_DASH] = ACTIONS(923), - [anon_sym_DQUOTE] = ACTIONS(923), - [sym_raw_string] = ACTIONS(923), - [anon_sym_DOLLAR] = ACTIONS(1209), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(923), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(923), - [anon_sym_BQUOTE] = ACTIONS(923), - [anon_sym_LT_LPAREN] = ACTIONS(923), - [anon_sym_GT_LPAREN] = ACTIONS(923), - [sym_word] = ACTIONS(925), + [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), }, [446] = { - [sym_file_descriptor] = ACTIONS(965), - [sym__concat] = ACTIONS(965), - [anon_sym_PIPE] = ACTIONS(1211), - [anon_sym_RPAREN] = ACTIONS(965), - [anon_sym_PIPE_AMP] = ACTIONS(965), - [anon_sym_AMP_AMP] = ACTIONS(965), - [anon_sym_PIPE_PIPE] = ACTIONS(1211), - [anon_sym_LT] = ACTIONS(1211), - [anon_sym_GT] = ACTIONS(1211), - [anon_sym_GT_GT] = ACTIONS(965), - [anon_sym_AMP_GT] = ACTIONS(1211), - [anon_sym_AMP_GT_GT] = ACTIONS(965), - [anon_sym_LT_AMP] = ACTIONS(965), - [anon_sym_GT_AMP] = ACTIONS(965), - [anon_sym_LT_LT] = ACTIONS(1211), - [anon_sym_LT_LT_DASH] = ACTIONS(965), - [anon_sym_DQUOTE] = ACTIONS(965), - [sym_raw_string] = ACTIONS(965), - [anon_sym_DOLLAR] = ACTIONS(1211), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(965), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(965), - [anon_sym_BQUOTE] = ACTIONS(965), - [anon_sym_LT_LPAREN] = ACTIONS(965), - [anon_sym_GT_LPAREN] = ACTIONS(965), - [sym_word] = ACTIONS(967), + [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), }, [447] = { [sym_compound_statement] = STATE(636), - [anon_sym_LBRACE] = ACTIONS(1337), + [anon_sym_LBRACE] = ACTIONS(1325), [sym_comment] = ACTIONS(133), }, [448] = { - [anon_sym_PIPE] = ACTIONS(1339), - [anon_sym_RPAREN] = ACTIONS(1341), - [anon_sym_PIPE_AMP] = ACTIONS(1341), - [anon_sym_AMP_AMP] = ACTIONS(1341), - [anon_sym_PIPE_PIPE] = ACTIONS(1341), - [anon_sym_BQUOTE] = ACTIONS(1341), + [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), }, [449] = { [sym_file_descriptor] = ACTIONS(299), [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(1339), - [anon_sym_RPAREN] = ACTIONS(1341), - [anon_sym_PIPE_AMP] = ACTIONS(1341), - [anon_sym_AMP_AMP] = ACTIONS(1341), - [anon_sym_PIPE_PIPE] = ACTIONS(1339), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), [anon_sym_BQUOTE] = ACTIONS(299), @@ -18456,31 +18449,31 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [450] = { - [anon_sym_PIPE] = ACTIONS(519), - [anon_sym_RPAREN] = ACTIONS(1343), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(1343), - [anon_sym_PIPE_PIPE] = ACTIONS(1343), + [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), }, [451] = { [sym_file_descriptor] = ACTIONS(299), [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(519), - [anon_sym_RPAREN] = ACTIONS(1343), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(1343), - [anon_sym_PIPE_PIPE] = ACTIONS(1345), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), [anon_sym_BQUOTE] = ACTIONS(299), @@ -18496,15 +18489,15 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(637), [sym_command_substitution] = STATE(637), [sym_process_substitution] = STATE(637), - [anon_sym_DQUOTE] = ACTIONS(931), - [sym_raw_string] = ACTIONS(1347), - [anon_sym_DOLLAR] = ACTIONS(935), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(937), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(939), - [anon_sym_BQUOTE] = ACTIONS(941), - [anon_sym_LT_LPAREN] = ACTIONS(943), - [anon_sym_GT_LPAREN] = ACTIONS(943), - [sym_word] = ACTIONS(1349), + [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), }, [453] = { @@ -18512,7 +18505,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(70), [sym_command_substitution] = STATE(70), [aux_sym_string_repeat1] = STATE(640), - [anon_sym_DQUOTE] = ACTIONS(1351), + [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), @@ -18522,46 +18515,46 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { }, [454] = { [aux_sym_concatenation_repeat1] = STATE(642), - [sym_file_descriptor] = ACTIONS(411), - [sym__concat] = ACTIONS(1353), - [anon_sym_PIPE] = ACTIONS(415), - [anon_sym_RPAREN] = ACTIONS(411), - [anon_sym_PIPE_AMP] = ACTIONS(411), - [anon_sym_AMP_AMP] = ACTIONS(411), - [anon_sym_PIPE_PIPE] = ACTIONS(411), - [anon_sym_LT] = ACTIONS(415), - [anon_sym_GT] = ACTIONS(415), - [anon_sym_GT_GT] = ACTIONS(411), - [anon_sym_AMP_GT] = ACTIONS(415), - [anon_sym_AMP_GT_GT] = ACTIONS(411), - [anon_sym_LT_AMP] = ACTIONS(411), - [anon_sym_GT_AMP] = ACTIONS(411), - [anon_sym_LT_LT] = ACTIONS(415), - [anon_sym_LT_LT_DASH] = ACTIONS(411), - [anon_sym_BQUOTE] = ACTIONS(411), + [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), }, [455] = { [sym_special_variable_name] = STATE(645), - [anon_sym_DOLLAR] = ACTIONS(1355), - [anon_sym_POUND] = ACTIONS(1357), - [anon_sym_AT] = ACTIONS(1355), + [anon_sym_DOLLAR] = ACTIONS(1343), + [anon_sym_POUND] = ACTIONS(1345), + [anon_sym_AT] = ACTIONS(1343), [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(1359), - [anon_sym_STAR] = ACTIONS(1355), - [anon_sym_QMARK] = ACTIONS(1355), - [anon_sym_DASH] = ACTIONS(1355), - [anon_sym_BANG] = ACTIONS(1355), - [anon_sym_0] = ACTIONS(1357), - [anon_sym__] = ACTIONS(1357), + [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), }, [456] = { [sym_special_variable_name] = STATE(648), [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(1361), + [anon_sym_POUND] = ACTIONS(1349), [anon_sym_AT] = ACTIONS(219), [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(1363), + [sym_simple_variable_name] = ACTIONS(1351), [anon_sym_STAR] = ACTIONS(219), [anon_sym_QMARK] = ACTIONS(219), [anon_sym_DASH] = ACTIONS(219), @@ -18720,166 +18713,166 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [460] = { - [sym_file_descriptor] = ACTIONS(411), - [anon_sym_PIPE] = ACTIONS(415), - [anon_sym_RPAREN] = ACTIONS(411), - [anon_sym_PIPE_AMP] = ACTIONS(411), - [anon_sym_AMP_AMP] = ACTIONS(411), - [anon_sym_PIPE_PIPE] = ACTIONS(411), - [anon_sym_LT] = ACTIONS(415), - [anon_sym_GT] = ACTIONS(415), - [anon_sym_GT_GT] = ACTIONS(411), - [anon_sym_AMP_GT] = ACTIONS(415), - [anon_sym_AMP_GT_GT] = ACTIONS(411), - [anon_sym_LT_AMP] = ACTIONS(411), - [anon_sym_GT_AMP] = ACTIONS(411), - [anon_sym_LT_LT] = ACTIONS(415), - [anon_sym_LT_LT_DASH] = ACTIONS(411), - [anon_sym_BQUOTE] = ACTIONS(411), + [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), }, [461] = { - [sym_file_descriptor] = ACTIONS(995), - [anon_sym_PIPE] = ACTIONS(1365), - [anon_sym_RPAREN] = ACTIONS(995), - [anon_sym_PIPE_AMP] = ACTIONS(995), - [anon_sym_AMP_AMP] = ACTIONS(995), - [anon_sym_PIPE_PIPE] = ACTIONS(995), - [anon_sym_LT] = ACTIONS(1365), - [anon_sym_GT] = ACTIONS(1365), - [anon_sym_GT_GT] = ACTIONS(995), - [anon_sym_AMP_GT] = ACTIONS(1365), - [anon_sym_AMP_GT_GT] = ACTIONS(995), - [anon_sym_LT_AMP] = ACTIONS(995), - [anon_sym_GT_AMP] = ACTIONS(995), - [anon_sym_LT_LT] = ACTIONS(1365), - [anon_sym_LT_LT_DASH] = ACTIONS(995), - [anon_sym_BQUOTE] = ACTIONS(995), + [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), }, [462] = { [sym_simple_expansion] = STATE(493), [sym_expansion] = STATE(493), [aux_sym_heredoc_repeat1] = STATE(656), - [sym__heredoc_middle] = ACTIONS(999), - [sym__heredoc_end] = ACTIONS(1367), - [anon_sym_DOLLAR] = ACTIONS(1003), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1005), + [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), }, [463] = { - [sym_file_descriptor] = ACTIONS(1007), - [anon_sym_PIPE] = ACTIONS(1369), - [anon_sym_RPAREN] = ACTIONS(1007), - [anon_sym_PIPE_AMP] = ACTIONS(1007), - [anon_sym_AMP_AMP] = ACTIONS(1007), - [anon_sym_PIPE_PIPE] = ACTIONS(1007), - [anon_sym_LT] = ACTIONS(1369), - [anon_sym_GT] = ACTIONS(1369), - [anon_sym_GT_GT] = ACTIONS(1007), - [anon_sym_AMP_GT] = ACTIONS(1369), - [anon_sym_AMP_GT_GT] = ACTIONS(1007), - [anon_sym_LT_AMP] = ACTIONS(1007), - [anon_sym_GT_AMP] = ACTIONS(1007), - [anon_sym_LT_LT] = ACTIONS(1369), - [anon_sym_LT_LT_DASH] = ACTIONS(1007), - [anon_sym_BQUOTE] = ACTIONS(1007), + [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), }, [464] = { [aux_sym_concatenation_repeat1] = STATE(248), - [sym_file_descriptor] = ACTIONS(767), - [sym__concat] = ACTIONS(503), - [anon_sym_PIPE] = ACTIONS(765), - [anon_sym_RPAREN] = ACTIONS(767), - [anon_sym_PIPE_AMP] = ACTIONS(767), - [anon_sym_AMP_AMP] = ACTIONS(767), - [anon_sym_PIPE_PIPE] = ACTIONS(765), - [anon_sym_LT] = ACTIONS(765), - [anon_sym_GT] = ACTIONS(765), - [anon_sym_GT_GT] = ACTIONS(767), - [anon_sym_AMP_GT] = ACTIONS(765), - [anon_sym_AMP_GT_GT] = ACTIONS(767), - [anon_sym_LT_AMP] = ACTIONS(767), - [anon_sym_GT_AMP] = ACTIONS(767), - [anon_sym_LT_LT] = ACTIONS(765), - [anon_sym_LT_LT_DASH] = ACTIONS(767), - [anon_sym_DQUOTE] = ACTIONS(767), - [sym_raw_string] = ACTIONS(767), - [anon_sym_DOLLAR] = ACTIONS(765), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(767), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(767), - [anon_sym_BQUOTE] = ACTIONS(767), - [anon_sym_LT_LPAREN] = ACTIONS(767), - [anon_sym_GT_LPAREN] = ACTIONS(767), - [sym_word] = ACTIONS(769), + [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), }, [465] = { - [sym_file_descriptor] = ACTIONS(767), - [anon_sym_PIPE] = ACTIONS(765), - [anon_sym_RPAREN] = ACTIONS(767), - [anon_sym_PIPE_AMP] = ACTIONS(767), - [anon_sym_AMP_AMP] = ACTIONS(767), - [anon_sym_PIPE_PIPE] = ACTIONS(765), - [anon_sym_LT] = ACTIONS(765), - [anon_sym_GT] = ACTIONS(765), - [anon_sym_GT_GT] = ACTIONS(767), - [anon_sym_AMP_GT] = ACTIONS(765), - [anon_sym_AMP_GT_GT] = ACTIONS(767), - [anon_sym_LT_AMP] = ACTIONS(767), - [anon_sym_GT_AMP] = ACTIONS(767), - [anon_sym_LT_LT] = ACTIONS(765), - [anon_sym_LT_LT_DASH] = ACTIONS(767), - [anon_sym_DQUOTE] = ACTIONS(767), - [sym_raw_string] = ACTIONS(767), - [anon_sym_DOLLAR] = ACTIONS(765), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(767), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(767), - [anon_sym_BQUOTE] = ACTIONS(767), - [anon_sym_LT_LPAREN] = ACTIONS(767), - [anon_sym_GT_LPAREN] = ACTIONS(767), - [sym_word] = ACTIONS(769), + [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), }, [466] = { [sym_file_redirect] = STATE(467), [sym_heredoc_redirect] = STATE(467), - [sym_file_descriptor] = ACTIONS(527), - [anon_sym_PIPE] = ACTIONS(1371), - [anon_sym_RPAREN] = ACTIONS(1373), - [anon_sym_PIPE_AMP] = ACTIONS(1373), - [anon_sym_AMP_AMP] = ACTIONS(1373), - [anon_sym_PIPE_PIPE] = ACTIONS(1373), - [anon_sym_LT] = ACTIONS(533), - [anon_sym_GT] = ACTIONS(533), - [anon_sym_GT_GT] = ACTIONS(535), - [anon_sym_AMP_GT] = ACTIONS(533), - [anon_sym_AMP_GT_GT] = ACTIONS(535), - [anon_sym_LT_AMP] = ACTIONS(535), - [anon_sym_GT_AMP] = ACTIONS(535), - [anon_sym_LT_LT] = ACTIONS(537), - [anon_sym_LT_LT_DASH] = ACTIONS(539), - [anon_sym_BQUOTE] = ACTIONS(1373), + [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), }, [467] = { - [sym_file_descriptor] = ACTIONS(1013), - [anon_sym_PIPE] = ACTIONS(1375), - [anon_sym_RPAREN] = ACTIONS(1013), - [anon_sym_PIPE_AMP] = ACTIONS(1013), - [anon_sym_AMP_AMP] = ACTIONS(1013), - [anon_sym_PIPE_PIPE] = ACTIONS(1013), - [anon_sym_LT] = ACTIONS(1375), - [anon_sym_GT] = ACTIONS(1375), - [anon_sym_GT_GT] = ACTIONS(1013), - [anon_sym_AMP_GT] = ACTIONS(1375), - [anon_sym_AMP_GT_GT] = ACTIONS(1013), - [anon_sym_LT_AMP] = ACTIONS(1013), - [anon_sym_GT_AMP] = ACTIONS(1013), - [anon_sym_LT_LT] = ACTIONS(1375), - [anon_sym_LT_LT_DASH] = ACTIONS(1013), - [anon_sym_BQUOTE] = ACTIONS(1013), + [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), }, [468] = { @@ -18892,82 +18885,82 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(464), [sym_process_substitution] = STATE(464), [aux_sym_command_repeat2] = STATE(657), - [sym_file_descriptor] = ACTIONS(527), - [anon_sym_PIPE] = ACTIONS(1377), - [anon_sym_RPAREN] = ACTIONS(1379), - [anon_sym_PIPE_AMP] = ACTIONS(1379), - [anon_sym_AMP_AMP] = ACTIONS(1379), - [anon_sym_PIPE_PIPE] = ACTIONS(1377), - [anon_sym_LT] = ACTIONS(533), - [anon_sym_GT] = ACTIONS(533), - [anon_sym_GT_GT] = ACTIONS(535), - [anon_sym_AMP_GT] = ACTIONS(533), - [anon_sym_AMP_GT_GT] = ACTIONS(535), - [anon_sym_LT_AMP] = ACTIONS(535), - [anon_sym_GT_AMP] = ACTIONS(535), - [anon_sym_LT_LT] = ACTIONS(537), - [anon_sym_LT_LT_DASH] = ACTIONS(539), + [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(957), + [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(959), + [sym_word] = ACTIONS(953), [sym_comment] = ACTIONS(133), }, [469] = { [sym_file_descriptor] = ACTIONS(299), [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(1339), - [anon_sym_PIPE_AMP] = ACTIONS(1341), - [anon_sym_AMP_AMP] = ACTIONS(1341), - [anon_sym_PIPE_PIPE] = ACTIONS(1339), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(1341), + [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), }, [470] = { - [anon_sym_PIPE] = ACTIONS(551), - [anon_sym_PIPE_AMP] = ACTIONS(553), - [anon_sym_AMP_AMP] = ACTIONS(1343), - [anon_sym_PIPE_PIPE] = ACTIONS(1343), - [anon_sym_BQUOTE] = ACTIONS(1343), + [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), }, [471] = { [sym_file_descriptor] = ACTIONS(299), [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(551), - [anon_sym_PIPE_AMP] = ACTIONS(553), - [anon_sym_AMP_AMP] = ACTIONS(1343), - [anon_sym_PIPE_PIPE] = ACTIONS(1345), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), [anon_sym_BQUOTE] = ACTIONS(299), @@ -18986,29 +18979,29 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(464), [sym_process_substitution] = STATE(464), [aux_sym_command_repeat2] = STATE(657), - [sym_file_descriptor] = ACTIONS(527), - [anon_sym_PIPE] = ACTIONS(1377), - [anon_sym_PIPE_AMP] = ACTIONS(1379), - [anon_sym_AMP_AMP] = ACTIONS(1379), - [anon_sym_PIPE_PIPE] = ACTIONS(1377), - [anon_sym_LT] = ACTIONS(533), - [anon_sym_GT] = ACTIONS(533), - [anon_sym_GT_GT] = ACTIONS(535), - [anon_sym_AMP_GT] = ACTIONS(533), - [anon_sym_AMP_GT_GT] = ACTIONS(535), - [anon_sym_LT_AMP] = ACTIONS(535), - [anon_sym_GT_AMP] = ACTIONS(535), - [anon_sym_LT_LT] = ACTIONS(537), - [anon_sym_LT_LT_DASH] = ACTIONS(539), + [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(957), + [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(1379), + [anon_sym_BQUOTE] = ACTIONS(1361), [anon_sym_LT_LPAREN] = ACTIONS(257), [anon_sym_GT_LPAREN] = ACTIONS(257), - [sym_word] = ACTIONS(959), + [sym_word] = ACTIONS(953), [sym_comment] = ACTIONS(133), }, [473] = { @@ -19043,7 +19036,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(103), [anon_sym_function] = ACTIONS(105), [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(1381), + [anon_sym_RBRACE] = ACTIONS(1365), [anon_sym_LBRACK] = ACTIONS(109), [anon_sym_LBRACK_LBRACK] = ACTIONS(111), [anon_sym_LT] = ACTIONS(113), @@ -19065,92 +19058,92 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [474] = { - [anon_sym_PIPE] = ACTIONS(1383), - [anon_sym_RPAREN] = ACTIONS(1383), - [anon_sym_SEMI_SEMI] = ACTIONS(1383), - [anon_sym_PIPE_AMP] = ACTIONS(1383), - [anon_sym_AMP_AMP] = ACTIONS(1383), - [anon_sym_PIPE_PIPE] = ACTIONS(1383), + [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(1383), - [anon_sym_LF] = ACTIONS(1383), - [anon_sym_AMP] = ACTIONS(1383), + [anon_sym_SEMI] = ACTIONS(1367), + [anon_sym_LF] = ACTIONS(1367), + [anon_sym_AMP] = ACTIONS(1367), }, [475] = { [aux_sym_concatenation_repeat1] = STATE(480), - [sym_file_descriptor] = ACTIONS(613), - [sym__concat] = ACTIONS(981), - [anon_sym_PIPE] = ACTIONS(1385), - [anon_sym_RPAREN] = ACTIONS(1385), - [anon_sym_SEMI_SEMI] = ACTIONS(1385), - [anon_sym_PIPE_AMP] = ACTIONS(1385), - [anon_sym_AMP_AMP] = ACTIONS(1385), - [anon_sym_PIPE_PIPE] = ACTIONS(1385), - [anon_sym_LT] = ACTIONS(1385), - [anon_sym_GT] = ACTIONS(1385), - [anon_sym_GT_GT] = ACTIONS(1385), - [anon_sym_AMP_GT] = ACTIONS(1385), - [anon_sym_AMP_GT_GT] = ACTIONS(1385), - [anon_sym_LT_AMP] = ACTIONS(1385), - [anon_sym_GT_AMP] = ACTIONS(1385), - [anon_sym_LT_LT] = ACTIONS(1385), - [anon_sym_LT_LT_DASH] = ACTIONS(1385), + [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(1385), - [anon_sym_LF] = ACTIONS(1385), - [anon_sym_AMP] = ACTIONS(1385), + [anon_sym_SEMI] = ACTIONS(1369), + [anon_sym_LF] = ACTIONS(1369), + [anon_sym_AMP] = ACTIONS(1369), }, [476] = { - [sym_file_descriptor] = ACTIONS(613), - [anon_sym_PIPE] = ACTIONS(1385), - [anon_sym_RPAREN] = ACTIONS(1385), - [anon_sym_SEMI_SEMI] = ACTIONS(1385), - [anon_sym_PIPE_AMP] = ACTIONS(1385), - [anon_sym_AMP_AMP] = ACTIONS(1385), - [anon_sym_PIPE_PIPE] = ACTIONS(1385), - [anon_sym_LT] = ACTIONS(1385), - [anon_sym_GT] = ACTIONS(1385), - [anon_sym_GT_GT] = ACTIONS(1385), - [anon_sym_AMP_GT] = ACTIONS(1385), - [anon_sym_AMP_GT_GT] = ACTIONS(1385), - [anon_sym_LT_AMP] = ACTIONS(1385), - [anon_sym_GT_AMP] = ACTIONS(1385), - [anon_sym_LT_LT] = ACTIONS(1385), - [anon_sym_LT_LT_DASH] = ACTIONS(1385), + [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(1385), - [anon_sym_LF] = ACTIONS(1385), - [anon_sym_AMP] = ACTIONS(1385), + [anon_sym_SEMI] = ACTIONS(1369), + [anon_sym_LF] = ACTIONS(1369), + [anon_sym_AMP] = ACTIONS(1369), }, [477] = { - [sym_file_descriptor] = ACTIONS(427), - [sym__concat] = ACTIONS(427), - [anon_sym_PIPE] = ACTIONS(429), - [anon_sym_RPAREN] = ACTIONS(429), - [anon_sym_SEMI_SEMI] = ACTIONS(429), - [anon_sym_PIPE_AMP] = ACTIONS(429), - [anon_sym_AMP_AMP] = ACTIONS(429), - [anon_sym_PIPE_PIPE] = ACTIONS(429), - [anon_sym_LT] = ACTIONS(429), - [anon_sym_GT] = ACTIONS(429), - [anon_sym_GT_GT] = ACTIONS(429), - [anon_sym_AMP_GT] = ACTIONS(429), - [anon_sym_AMP_GT_GT] = ACTIONS(429), - [anon_sym_LT_AMP] = ACTIONS(429), - [anon_sym_GT_AMP] = ACTIONS(429), - [anon_sym_LT_LT] = ACTIONS(429), - [anon_sym_LT_LT_DASH] = ACTIONS(429), + [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(429), - [anon_sym_LF] = ACTIONS(429), - [anon_sym_AMP] = ACTIONS(429), + [anon_sym_SEMI] = ACTIONS(427), + [anon_sym_LF] = ACTIONS(427), + [anon_sym_AMP] = ACTIONS(427), }, [478] = { [sym_simple_expansion] = STATE(222), [sym_expansion] = STATE(222), [sym_command_substitution] = STATE(222), - [anon_sym_DQUOTE] = ACTIONS(1387), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(447), + [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), @@ -19163,124 +19156,124 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(661), [sym_command_substitution] = STATE(661), [sym_process_substitution] = STATE(661), - [anon_sym_DQUOTE] = ACTIONS(573), - [sym_raw_string] = ACTIONS(1389), - [anon_sym_DOLLAR] = ACTIONS(577), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(579), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(581), - [anon_sym_BQUOTE] = ACTIONS(583), - [anon_sym_LT_LPAREN] = ACTIONS(585), - [anon_sym_GT_LPAREN] = ACTIONS(585), - [sym_word] = ACTIONS(1391), + [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), }, [480] = { - [sym_file_descriptor] = ACTIONS(453), - [sym__concat] = ACTIONS(1393), - [anon_sym_PIPE] = ACTIONS(457), - [anon_sym_RPAREN] = ACTIONS(457), - [anon_sym_SEMI_SEMI] = ACTIONS(457), - [anon_sym_PIPE_AMP] = ACTIONS(457), - [anon_sym_AMP_AMP] = ACTIONS(457), - [anon_sym_PIPE_PIPE] = ACTIONS(457), - [anon_sym_LT] = ACTIONS(457), - [anon_sym_GT] = ACTIONS(457), - [anon_sym_GT_GT] = ACTIONS(457), - [anon_sym_AMP_GT] = ACTIONS(457), - [anon_sym_AMP_GT_GT] = ACTIONS(457), - [anon_sym_LT_AMP] = ACTIONS(457), - [anon_sym_GT_AMP] = ACTIONS(457), - [anon_sym_LT_LT] = ACTIONS(457), - [anon_sym_LT_LT_DASH] = ACTIONS(457), + [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(457), - [anon_sym_LF] = ACTIONS(457), - [anon_sym_AMP] = ACTIONS(457), + [anon_sym_SEMI] = ACTIONS(455), + [anon_sym_LF] = ACTIONS(455), + [anon_sym_AMP] = ACTIONS(455), }, [481] = { - [sym_file_descriptor] = ACTIONS(459), - [sym__concat] = ACTIONS(459), - [anon_sym_PIPE] = ACTIONS(461), - [anon_sym_RPAREN] = ACTIONS(461), - [anon_sym_SEMI_SEMI] = ACTIONS(461), - [anon_sym_PIPE_AMP] = ACTIONS(461), - [anon_sym_AMP_AMP] = ACTIONS(461), - [anon_sym_PIPE_PIPE] = ACTIONS(461), - [anon_sym_LT] = ACTIONS(461), - [anon_sym_GT] = ACTIONS(461), - [anon_sym_GT_GT] = ACTIONS(461), - [anon_sym_AMP_GT] = ACTIONS(461), - [anon_sym_AMP_GT_GT] = ACTIONS(461), - [anon_sym_LT_AMP] = ACTIONS(461), - [anon_sym_GT_AMP] = ACTIONS(461), - [anon_sym_LT_LT] = ACTIONS(461), - [anon_sym_LT_LT_DASH] = ACTIONS(461), + [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(461), - [anon_sym_LF] = ACTIONS(461), - [anon_sym_AMP] = ACTIONS(461), + [anon_sym_SEMI] = ACTIONS(459), + [anon_sym_LF] = ACTIONS(459), + [anon_sym_AMP] = ACTIONS(459), }, [482] = { - [sym_file_descriptor] = ACTIONS(463), - [sym__concat] = ACTIONS(463), - [anon_sym_PIPE] = ACTIONS(465), - [anon_sym_RPAREN] = ACTIONS(465), - [anon_sym_SEMI_SEMI] = ACTIONS(465), - [anon_sym_PIPE_AMP] = ACTIONS(465), - [anon_sym_AMP_AMP] = ACTIONS(465), - [anon_sym_PIPE_PIPE] = ACTIONS(465), - [anon_sym_LT] = ACTIONS(465), - [anon_sym_GT] = ACTIONS(465), - [anon_sym_GT_GT] = ACTIONS(465), - [anon_sym_AMP_GT] = ACTIONS(465), - [anon_sym_AMP_GT_GT] = ACTIONS(465), - [anon_sym_LT_AMP] = ACTIONS(465), - [anon_sym_GT_AMP] = ACTIONS(465), - [anon_sym_LT_LT] = ACTIONS(465), - [anon_sym_LT_LT_DASH] = ACTIONS(465), + [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(465), - [anon_sym_LF] = ACTIONS(465), - [anon_sym_AMP] = ACTIONS(465), + [anon_sym_SEMI] = ACTIONS(463), + [anon_sym_LF] = ACTIONS(463), + [anon_sym_AMP] = ACTIONS(463), }, [483] = { - [sym_file_descriptor] = ACTIONS(467), - [sym__concat] = ACTIONS(467), - [anon_sym_PIPE] = ACTIONS(469), - [anon_sym_RPAREN] = ACTIONS(469), - [anon_sym_SEMI_SEMI] = ACTIONS(469), - [anon_sym_PIPE_AMP] = ACTIONS(469), - [anon_sym_AMP_AMP] = ACTIONS(469), - [anon_sym_PIPE_PIPE] = ACTIONS(469), - [anon_sym_LT] = ACTIONS(469), - [anon_sym_GT] = ACTIONS(469), - [anon_sym_GT_GT] = ACTIONS(469), - [anon_sym_AMP_GT] = ACTIONS(469), - [anon_sym_AMP_GT_GT] = ACTIONS(469), - [anon_sym_LT_AMP] = ACTIONS(469), - [anon_sym_GT_AMP] = ACTIONS(469), - [anon_sym_LT_LT] = ACTIONS(469), - [anon_sym_LT_LT_DASH] = ACTIONS(469), + [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(469), - [anon_sym_LF] = ACTIONS(469), - [anon_sym_AMP] = ACTIONS(469), + [anon_sym_SEMI] = ACTIONS(467), + [anon_sym_LF] = ACTIONS(467), + [anon_sym_AMP] = ACTIONS(467), }, [484] = { [sym_special_variable_name] = STATE(664), - [anon_sym_RBRACE] = ACTIONS(459), - [anon_sym_LBRACK] = ACTIONS(459), - [anon_sym_EQ] = ACTIONS(459), + [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(471), - [anon_sym_COLON_QMARK] = ACTIONS(459), - [anon_sym_COLON_DASH] = ACTIONS(459), - [anon_sym_PERCENT] = ACTIONS(459), - [anon_sym_SLASH] = ACTIONS(459), + [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(1395), + [sym_simple_variable_name] = ACTIONS(1379), [anon_sym_STAR] = ACTIONS(219), [anon_sym_QMARK] = ACTIONS(219), [anon_sym_DASH] = ACTIONS(219), @@ -19289,53 +19282,53 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__] = ACTIONS(225), }, [485] = { - [anon_sym_RBRACE] = ACTIONS(1397), - [anon_sym_LBRACK] = ACTIONS(1399), - [anon_sym_EQ] = ACTIONS(1401), - [anon_sym_COLON] = ACTIONS(1403), - [anon_sym_COLON_QMARK] = ACTIONS(1401), - [anon_sym_COLON_DASH] = ACTIONS(1401), - [anon_sym_PERCENT] = ACTIONS(1401), - [anon_sym_SLASH] = ACTIONS(1401), + [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), }, [486] = { - [anon_sym_RBRACE] = ACTIONS(1405), - [anon_sym_LBRACK] = ACTIONS(1407), - [anon_sym_EQ] = ACTIONS(1409), - [anon_sym_COLON] = ACTIONS(1411), - [anon_sym_COLON_QMARK] = ACTIONS(1409), - [anon_sym_COLON_DASH] = ACTIONS(1409), - [anon_sym_PERCENT] = ACTIONS(1409), - [anon_sym_SLASH] = ACTIONS(1409), + [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), }, [487] = { - [anon_sym_PIPE] = ACTIONS(519), - [anon_sym_RPAREN] = ACTIONS(1413), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(525), + [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), }, [488] = { [sym_file_descriptor] = ACTIONS(299), [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(519), - [anon_sym_RPAREN] = ACTIONS(1413), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(545), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), [anon_sym_BQUOTE] = ACTIONS(299), @@ -19345,64 +19338,64 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [489] = { - [anon_sym_PIPE] = ACTIONS(551), - [anon_sym_PIPE_AMP] = ACTIONS(553), - [anon_sym_AMP_AMP] = ACTIONS(555), - [anon_sym_PIPE_PIPE] = ACTIONS(555), - [anon_sym_BQUOTE] = ACTIONS(1413), + [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), }, [490] = { [sym_file_descriptor] = ACTIONS(299), [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(551), - [anon_sym_PIPE_AMP] = ACTIONS(553), - [anon_sym_AMP_AMP] = ACTIONS(555), - [anon_sym_PIPE_PIPE] = ACTIONS(557), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(1413), + [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), }, [491] = { - [anon_sym_PIPE] = ACTIONS(519), - [anon_sym_RPAREN] = ACTIONS(1415), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(525), + [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), }, [492] = { [sym_file_descriptor] = ACTIONS(299), [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(519), - [anon_sym_RPAREN] = ACTIONS(1415), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(545), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), [anon_sym_BQUOTE] = ACTIONS(299), @@ -19412,55 +19405,55 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [493] = { - [sym__heredoc_middle] = ACTIONS(1417), - [sym__heredoc_end] = ACTIONS(1417), - [anon_sym_DOLLAR] = ACTIONS(1419), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1417), + [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), }, [494] = { - [sym_file_descriptor] = ACTIONS(1421), - [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(1423), - [anon_sym_GT] = ACTIONS(1423), - [anon_sym_GT_GT] = ACTIONS(1423), - [anon_sym_AMP_GT] = ACTIONS(1423), - [anon_sym_AMP_GT_GT] = ACTIONS(1423), - [anon_sym_LT_AMP] = ACTIONS(1423), - [anon_sym_GT_AMP] = ACTIONS(1423), - [anon_sym_LT_LT] = ACTIONS(1423), - [anon_sym_LT_LT_DASH] = ACTIONS(1423), + [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(1423), - [anon_sym_LF] = ACTIONS(1423), - [anon_sym_AMP] = ACTIONS(1423), + [anon_sym_SEMI] = ACTIONS(1407), + [anon_sym_LF] = ACTIONS(1407), + [anon_sym_AMP] = ACTIONS(1407), }, [495] = { [sym_special_variable_name] = STATE(675), - [anon_sym_DOLLAR] = ACTIONS(1425), - [anon_sym_POUND] = ACTIONS(1427), - [anon_sym_AT] = ACTIONS(1425), + [anon_sym_DOLLAR] = ACTIONS(1409), + [anon_sym_POUND] = ACTIONS(1411), + [anon_sym_AT] = ACTIONS(1409), [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(1429), - [anon_sym_STAR] = ACTIONS(1425), - [anon_sym_QMARK] = ACTIONS(1425), - [anon_sym_DASH] = ACTIONS(1425), - [anon_sym_BANG] = ACTIONS(1425), - [anon_sym_0] = ACTIONS(1427), - [anon_sym__] = ACTIONS(1427), + [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), }, [496] = { [sym_special_variable_name] = STATE(678), [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(1431), + [anon_sym_POUND] = ACTIONS(1415), [anon_sym_AT] = ACTIONS(219), [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(1433), + [sym_simple_variable_name] = ACTIONS(1417), [anon_sym_STAR] = ACTIONS(219), [anon_sym_QMARK] = ACTIONS(219), [anon_sym_DASH] = ACTIONS(219), @@ -19471,22 +19464,22 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [497] = { [sym_simple_expansion] = STATE(679), [sym_expansion] = STATE(679), - [sym__heredoc_middle] = ACTIONS(1435), - [sym__heredoc_end] = ACTIONS(1437), - [anon_sym_DOLLAR] = ACTIONS(1003), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1005), + [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), }, [498] = { [sym_file_redirect] = STATE(299), [sym_heredoc_redirect] = STATE(299), [sym_file_descriptor] = ACTIONS(277), - [anon_sym_PIPE] = ACTIONS(1439), - [anon_sym_RPAREN] = ACTIONS(1439), - [anon_sym_SEMI_SEMI] = ACTIONS(1439), - [anon_sym_PIPE_AMP] = ACTIONS(1439), - [anon_sym_AMP_AMP] = ACTIONS(1439), - [anon_sym_PIPE_PIPE] = ACTIONS(1439), + [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), @@ -19497,22 +19490,22 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LT] = ACTIONS(283), [anon_sym_LT_LT_DASH] = ACTIONS(283), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1439), - [anon_sym_LF] = ACTIONS(1439), - [anon_sym_AMP] = ACTIONS(1439), + [anon_sym_SEMI] = ACTIONS(1423), + [anon_sym_LF] = ACTIONS(1423), + [anon_sym_AMP] = ACTIONS(1423), }, [499] = { - [sym__concat] = ACTIONS(821), - [anon_sym_PIPE] = ACTIONS(821), - [anon_sym_RPAREN] = ACTIONS(821), - [anon_sym_RBRACK] = ACTIONS(821), + [sym__concat] = ACTIONS(815), + [anon_sym_PIPE] = ACTIONS(815), + [anon_sym_RPAREN] = ACTIONS(815), + [anon_sym_RBRACK] = ACTIONS(815), [sym_comment] = ACTIONS(133), }, [500] = { - [sym__concat] = ACTIONS(829), - [anon_sym_PIPE] = ACTIONS(829), - [anon_sym_RPAREN] = ACTIONS(829), - [anon_sym_RBRACK] = ACTIONS(829), + [sym__concat] = ACTIONS(823), + [anon_sym_PIPE] = ACTIONS(823), + [anon_sym_RPAREN] = ACTIONS(823), + [anon_sym_RBRACK] = ACTIONS(823), [sym_comment] = ACTIONS(133), }, [501] = { @@ -19521,36 +19514,36 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(681), [sym_command_substitution] = STATE(681), [sym_process_substitution] = STATE(681), - [anon_sym_DQUOTE] = ACTIONS(315), - [sym_raw_string] = ACTIONS(1441), - [anon_sym_DOLLAR] = ACTIONS(319), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(321), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(323), - [anon_sym_BQUOTE] = ACTIONS(325), - [anon_sym_LT_LPAREN] = ACTIONS(327), - [anon_sym_GT_LPAREN] = ACTIONS(327), - [sym_word] = ACTIONS(1443), + [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), }, [502] = { - [anon_sym_RBRACE] = ACTIONS(1445), - [anon_sym_LBRACK] = ACTIONS(1447), + [anon_sym_RBRACE] = ACTIONS(1429), + [anon_sym_LBRACK] = ACTIONS(1431), [sym_comment] = ACTIONS(133), }, [503] = { - [anon_sym_RBRACE] = ACTIONS(1449), - [anon_sym_LBRACK] = ACTIONS(1451), + [anon_sym_RBRACE] = ACTIONS(1433), + [anon_sym_LBRACK] = ACTIONS(1435), [sym_comment] = ACTIONS(133), }, [504] = { - [sym__concat] = ACTIONS(845), - [anon_sym_PIPE] = ACTIONS(845), - [anon_sym_RPAREN] = ACTIONS(845), - [anon_sym_RBRACK] = ACTIONS(845), + [sym__concat] = ACTIONS(839), + [anon_sym_PIPE] = ACTIONS(839), + [anon_sym_RPAREN] = ACTIONS(839), + [anon_sym_RBRACK] = ACTIONS(839), [sym_comment] = ACTIONS(133), }, [505] = { - [anon_sym_AT] = ACTIONS(1453), + [anon_sym_AT] = ACTIONS(1437), [sym_comment] = ACTIONS(133), }, [506] = { @@ -19561,25 +19554,25 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(687), [sym_process_substitution] = STATE(687), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1455), + [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(1457), + [sym_word] = ACTIONS(1441), [sym_comment] = ACTIONS(133), }, [507] = { - [sym__concat] = ACTIONS(855), - [anon_sym_PIPE] = ACTIONS(855), - [anon_sym_RPAREN] = ACTIONS(855), - [anon_sym_RBRACK] = ACTIONS(855), + [sym__concat] = ACTIONS(849), + [anon_sym_PIPE] = ACTIONS(849), + [anon_sym_RPAREN] = ACTIONS(849), + [anon_sym_RBRACK] = ACTIONS(849), [sym_comment] = ACTIONS(133), }, [508] = { - [anon_sym_AT] = ACTIONS(1459), + [anon_sym_AT] = ACTIONS(1443), [sym_comment] = ACTIONS(133), }, [509] = { @@ -19590,126 +19583,126 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(690), [sym_process_substitution] = STATE(690), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1461), + [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(1463), + [sym_word] = ACTIONS(1447), [sym_comment] = ACTIONS(133), }, [510] = { - [sym__concat] = ACTIONS(923), - [anon_sym_PIPE] = ACTIONS(923), - [anon_sym_RPAREN] = ACTIONS(923), - [anon_sym_RBRACK] = ACTIONS(923), + [sym__concat] = ACTIONS(917), + [anon_sym_PIPE] = ACTIONS(917), + [anon_sym_RPAREN] = ACTIONS(917), + [anon_sym_RBRACK] = ACTIONS(917), [sym_comment] = ACTIONS(133), }, [511] = { - [sym__concat] = ACTIONS(965), - [anon_sym_PIPE] = ACTIONS(965), - [anon_sym_RPAREN] = ACTIONS(965), - [anon_sym_RBRACK] = ACTIONS(965), + [sym__concat] = ACTIONS(955), + [anon_sym_PIPE] = ACTIONS(955), + [anon_sym_RPAREN] = ACTIONS(955), + [anon_sym_RBRACK] = ACTIONS(955), [sym_comment] = ACTIONS(133), }, [512] = { - [sym_file_descriptor] = ACTIONS(1465), - [sym_variable_name] = ACTIONS(1465), - [anon_sym_PIPE] = ACTIONS(1467), - [anon_sym_RPAREN] = ACTIONS(1467), - [anon_sym_SEMI_SEMI] = ACTIONS(1467), - [anon_sym_PIPE_AMP] = ACTIONS(1467), - [anon_sym_AMP_AMP] = ACTIONS(1467), - [anon_sym_PIPE_PIPE] = ACTIONS(1467), - [anon_sym_LT] = ACTIONS(1467), - [anon_sym_GT] = ACTIONS(1467), - [anon_sym_GT_GT] = ACTIONS(1467), - [anon_sym_AMP_GT] = ACTIONS(1467), - [anon_sym_AMP_GT_GT] = ACTIONS(1467), - [anon_sym_LT_AMP] = ACTIONS(1467), - [anon_sym_GT_AMP] = ACTIONS(1467), - [anon_sym_DQUOTE] = ACTIONS(1467), - [sym_raw_string] = ACTIONS(1467), - [anon_sym_DOLLAR] = ACTIONS(1467), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1467), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1467), - [anon_sym_BQUOTE] = ACTIONS(1467), - [anon_sym_LT_LPAREN] = ACTIONS(1467), - [anon_sym_GT_LPAREN] = ACTIONS(1467), - [sym_word] = ACTIONS(1467), + [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(1467), - [anon_sym_LF] = ACTIONS(1467), - [anon_sym_AMP] = ACTIONS(1467), + [anon_sym_SEMI] = ACTIONS(1451), + [anon_sym_LF] = ACTIONS(1451), + [anon_sym_AMP] = ACTIONS(1451), }, [513] = { - [anon_sym_RPAREN] = ACTIONS(1469), - [sym_word] = ACTIONS(1471), + [anon_sym_RPAREN] = ACTIONS(1453), + [sym_word] = ACTIONS(1455), [sym_comment] = ACTIONS(133), }, [514] = { - [sym_file_descriptor] = ACTIONS(821), - [sym__concat] = ACTIONS(821), - [sym_variable_name] = ACTIONS(821), - [anon_sym_PIPE] = ACTIONS(823), - [anon_sym_RPAREN] = ACTIONS(823), - [anon_sym_SEMI_SEMI] = ACTIONS(823), - [anon_sym_PIPE_AMP] = ACTIONS(823), - [anon_sym_AMP_AMP] = ACTIONS(823), - [anon_sym_PIPE_PIPE] = ACTIONS(823), - [anon_sym_LT] = ACTIONS(823), - [anon_sym_GT] = ACTIONS(823), - [anon_sym_GT_GT] = ACTIONS(823), - [anon_sym_AMP_GT] = ACTIONS(823), - [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(823), - [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(823), + [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(823), - [anon_sym_LF] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), + [anon_sym_SEMI] = ACTIONS(817), + [anon_sym_LF] = ACTIONS(817), + [anon_sym_AMP] = ACTIONS(817), }, [515] = { - [sym_file_descriptor] = ACTIONS(829), - [sym__concat] = ACTIONS(829), - [sym_variable_name] = ACTIONS(829), - [anon_sym_PIPE] = ACTIONS(831), - [anon_sym_RPAREN] = ACTIONS(831), - [anon_sym_SEMI_SEMI] = ACTIONS(831), - [anon_sym_PIPE_AMP] = ACTIONS(831), - [anon_sym_AMP_AMP] = ACTIONS(831), - [anon_sym_PIPE_PIPE] = ACTIONS(831), - [anon_sym_LT] = ACTIONS(831), - [anon_sym_GT] = ACTIONS(831), - [anon_sym_GT_GT] = ACTIONS(831), - [anon_sym_AMP_GT] = ACTIONS(831), - [anon_sym_AMP_GT_GT] = ACTIONS(831), - [anon_sym_LT_AMP] = ACTIONS(831), - [anon_sym_GT_AMP] = ACTIONS(831), - [anon_sym_DQUOTE] = ACTIONS(831), - [sym_raw_string] = ACTIONS(831), - [anon_sym_DOLLAR] = ACTIONS(831), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(831), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(831), - [anon_sym_BQUOTE] = ACTIONS(831), - [anon_sym_LT_LPAREN] = ACTIONS(831), - [anon_sym_GT_LPAREN] = ACTIONS(831), - [sym_word] = ACTIONS(831), + [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(831), - [anon_sym_LF] = ACTIONS(831), - [anon_sym_AMP] = ACTIONS(831), + [anon_sym_SEMI] = ACTIONS(825), + [anon_sym_LF] = ACTIONS(825), + [anon_sym_AMP] = ACTIONS(825), }, [516] = { [sym_string] = STATE(692), @@ -19717,60 +19710,60 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(692), [sym_command_substitution] = STATE(692), [sym_process_substitution] = STATE(692), - [anon_sym_DQUOTE] = ACTIONS(335), - [sym_raw_string] = ACTIONS(1473), - [anon_sym_DOLLAR] = ACTIONS(339), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(341), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(343), - [anon_sym_BQUOTE] = ACTIONS(345), - [anon_sym_LT_LPAREN] = ACTIONS(347), - [anon_sym_GT_LPAREN] = ACTIONS(347), - [sym_word] = ACTIONS(1475), + [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), }, [517] = { - [anon_sym_RBRACE] = ACTIONS(1477), - [anon_sym_LBRACK] = ACTIONS(1479), + [anon_sym_RBRACE] = ACTIONS(1461), + [anon_sym_LBRACK] = ACTIONS(1463), [sym_comment] = ACTIONS(133), }, [518] = { - [anon_sym_RBRACE] = ACTIONS(1481), - [anon_sym_LBRACK] = ACTIONS(1483), + [anon_sym_RBRACE] = ACTIONS(1465), + [anon_sym_LBRACK] = ACTIONS(1467), [sym_comment] = ACTIONS(133), }, [519] = { - [sym_file_descriptor] = ACTIONS(845), - [sym__concat] = ACTIONS(845), - [sym_variable_name] = ACTIONS(845), - [anon_sym_PIPE] = ACTIONS(847), - [anon_sym_RPAREN] = ACTIONS(847), - [anon_sym_SEMI_SEMI] = ACTIONS(847), - [anon_sym_PIPE_AMP] = ACTIONS(847), - [anon_sym_AMP_AMP] = ACTIONS(847), - [anon_sym_PIPE_PIPE] = ACTIONS(847), - [anon_sym_LT] = ACTIONS(847), - [anon_sym_GT] = ACTIONS(847), - [anon_sym_GT_GT] = ACTIONS(847), - [anon_sym_AMP_GT] = ACTIONS(847), - [anon_sym_AMP_GT_GT] = ACTIONS(847), - [anon_sym_LT_AMP] = ACTIONS(847), - [anon_sym_GT_AMP] = ACTIONS(847), - [anon_sym_DQUOTE] = ACTIONS(847), - [sym_raw_string] = ACTIONS(847), - [anon_sym_DOLLAR] = ACTIONS(847), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(847), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(847), - [anon_sym_BQUOTE] = ACTIONS(847), - [anon_sym_LT_LPAREN] = ACTIONS(847), - [anon_sym_GT_LPAREN] = ACTIONS(847), - [sym_word] = ACTIONS(847), + [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(847), - [anon_sym_LF] = ACTIONS(847), - [anon_sym_AMP] = ACTIONS(847), + [anon_sym_SEMI] = ACTIONS(841), + [anon_sym_LF] = ACTIONS(841), + [anon_sym_AMP] = ACTIONS(841), }, [520] = { - [anon_sym_AT] = ACTIONS(1485), + [anon_sym_AT] = ACTIONS(1469), [sym_comment] = ACTIONS(133), }, [521] = { @@ -19781,49 +19774,49 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(698), [sym_process_substitution] = STATE(698), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1487), + [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(1489), + [sym_word] = ACTIONS(1473), [sym_comment] = ACTIONS(133), }, [522] = { - [sym_file_descriptor] = ACTIONS(855), - [sym__concat] = ACTIONS(855), - [sym_variable_name] = ACTIONS(855), - [anon_sym_PIPE] = ACTIONS(857), - [anon_sym_RPAREN] = ACTIONS(857), - [anon_sym_SEMI_SEMI] = ACTIONS(857), - [anon_sym_PIPE_AMP] = ACTIONS(857), - [anon_sym_AMP_AMP] = ACTIONS(857), - [anon_sym_PIPE_PIPE] = ACTIONS(857), - [anon_sym_LT] = ACTIONS(857), - [anon_sym_GT] = ACTIONS(857), - [anon_sym_GT_GT] = ACTIONS(857), - [anon_sym_AMP_GT] = ACTIONS(857), - [anon_sym_AMP_GT_GT] = ACTIONS(857), - [anon_sym_LT_AMP] = ACTIONS(857), - [anon_sym_GT_AMP] = ACTIONS(857), - [anon_sym_DQUOTE] = ACTIONS(857), - [sym_raw_string] = ACTIONS(857), - [anon_sym_DOLLAR] = ACTIONS(857), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(857), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(857), - [anon_sym_BQUOTE] = ACTIONS(857), - [anon_sym_LT_LPAREN] = ACTIONS(857), - [anon_sym_GT_LPAREN] = ACTIONS(857), - [sym_word] = ACTIONS(857), + [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(857), - [anon_sym_LF] = ACTIONS(857), - [anon_sym_AMP] = ACTIONS(857), + [anon_sym_SEMI] = ACTIONS(851), + [anon_sym_LF] = ACTIONS(851), + [anon_sym_AMP] = ACTIONS(851), }, [523] = { - [anon_sym_AT] = ACTIONS(1491), + [anon_sym_AT] = ACTIONS(1475), [sym_comment] = ACTIONS(133), }, [524] = { @@ -19834,101 +19827,101 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(701), [sym_process_substitution] = STATE(701), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1493), + [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(1495), + [sym_word] = ACTIONS(1479), [sym_comment] = ACTIONS(133), }, [525] = { - [sym_file_descriptor] = ACTIONS(923), - [sym__concat] = ACTIONS(923), - [sym_variable_name] = ACTIONS(923), - [anon_sym_PIPE] = ACTIONS(925), - [anon_sym_RPAREN] = ACTIONS(925), - [anon_sym_SEMI_SEMI] = ACTIONS(925), - [anon_sym_PIPE_AMP] = ACTIONS(925), - [anon_sym_AMP_AMP] = ACTIONS(925), - [anon_sym_PIPE_PIPE] = ACTIONS(925), - [anon_sym_LT] = ACTIONS(925), - [anon_sym_GT] = ACTIONS(925), - [anon_sym_GT_GT] = ACTIONS(925), - [anon_sym_AMP_GT] = ACTIONS(925), - [anon_sym_AMP_GT_GT] = ACTIONS(925), - [anon_sym_LT_AMP] = ACTIONS(925), - [anon_sym_GT_AMP] = ACTIONS(925), - [anon_sym_DQUOTE] = ACTIONS(925), - [sym_raw_string] = ACTIONS(925), - [anon_sym_DOLLAR] = ACTIONS(925), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(925), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(925), - [anon_sym_BQUOTE] = ACTIONS(925), - [anon_sym_LT_LPAREN] = ACTIONS(925), - [anon_sym_GT_LPAREN] = ACTIONS(925), - [sym_word] = ACTIONS(925), + [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(925), - [anon_sym_LF] = ACTIONS(925), - [anon_sym_AMP] = ACTIONS(925), + [anon_sym_SEMI] = ACTIONS(919), + [anon_sym_LF] = ACTIONS(919), + [anon_sym_AMP] = ACTIONS(919), }, [526] = { - [sym_file_descriptor] = ACTIONS(965), - [sym__concat] = ACTIONS(965), - [sym_variable_name] = ACTIONS(965), - [anon_sym_PIPE] = ACTIONS(967), - [anon_sym_RPAREN] = ACTIONS(967), - [anon_sym_SEMI_SEMI] = ACTIONS(967), - [anon_sym_PIPE_AMP] = ACTIONS(967), - [anon_sym_AMP_AMP] = ACTIONS(967), - [anon_sym_PIPE_PIPE] = ACTIONS(967), - [anon_sym_LT] = ACTIONS(967), - [anon_sym_GT] = ACTIONS(967), - [anon_sym_GT_GT] = ACTIONS(967), - [anon_sym_AMP_GT] = ACTIONS(967), - [anon_sym_AMP_GT_GT] = ACTIONS(967), - [anon_sym_LT_AMP] = ACTIONS(967), - [anon_sym_GT_AMP] = ACTIONS(967), - [anon_sym_DQUOTE] = ACTIONS(967), - [sym_raw_string] = ACTIONS(967), - [anon_sym_DOLLAR] = ACTIONS(967), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(967), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(967), - [anon_sym_BQUOTE] = ACTIONS(967), - [anon_sym_LT_LPAREN] = ACTIONS(967), - [anon_sym_GT_LPAREN] = ACTIONS(967), - [sym_word] = ACTIONS(967), + [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(967), - [anon_sym_LF] = ACTIONS(967), - [anon_sym_AMP] = ACTIONS(967), + [anon_sym_SEMI] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(957), + [anon_sym_AMP] = ACTIONS(957), }, [527] = { - [sym__concat] = ACTIONS(427), - [anon_sym_SEMI_SEMI] = ACTIONS(429), - [anon_sym_DQUOTE] = ACTIONS(429), - [sym_raw_string] = ACTIONS(429), - [anon_sym_DOLLAR] = ACTIONS(429), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(429), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(429), - [anon_sym_BQUOTE] = ACTIONS(429), - [anon_sym_LT_LPAREN] = ACTIONS(429), - [anon_sym_GT_LPAREN] = ACTIONS(429), - [sym_word] = ACTIONS(429), + [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(429), - [anon_sym_LF] = ACTIONS(429), - [anon_sym_AMP] = ACTIONS(429), + [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(1497), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(447), + [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), @@ -19941,100 +19934,100 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(704), [sym_command_substitution] = STATE(704), [sym_process_substitution] = STATE(704), - [anon_sym_DQUOTE] = ACTIONS(655), - [sym_raw_string] = ACTIONS(1499), - [anon_sym_DOLLAR] = ACTIONS(659), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(661), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(663), - [anon_sym_BQUOTE] = ACTIONS(665), - [anon_sym_LT_LPAREN] = ACTIONS(667), - [anon_sym_GT_LPAREN] = ACTIONS(667), - [sym_word] = ACTIONS(1501), + [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(1503), - [anon_sym_SEMI_SEMI] = ACTIONS(457), - [anon_sym_DQUOTE] = ACTIONS(457), - [sym_raw_string] = ACTIONS(457), - [anon_sym_DOLLAR] = ACTIONS(457), - [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(457), + [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(457), - [anon_sym_LF] = ACTIONS(457), - [anon_sym_AMP] = ACTIONS(457), + [anon_sym_SEMI] = ACTIONS(455), + [anon_sym_LF] = ACTIONS(455), + [anon_sym_AMP] = ACTIONS(455), }, [531] = { - [sym__concat] = ACTIONS(459), - [anon_sym_SEMI_SEMI] = ACTIONS(461), - [anon_sym_DQUOTE] = ACTIONS(461), - [sym_raw_string] = ACTIONS(461), - [anon_sym_DOLLAR] = ACTIONS(461), - [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(461), + [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(461), - [anon_sym_LF] = ACTIONS(461), - [anon_sym_AMP] = ACTIONS(461), + [anon_sym_SEMI] = ACTIONS(459), + [anon_sym_LF] = ACTIONS(459), + [anon_sym_AMP] = ACTIONS(459), }, [532] = { - [sym__concat] = ACTIONS(463), - [anon_sym_SEMI_SEMI] = ACTIONS(465), - [anon_sym_DQUOTE] = ACTIONS(465), - [sym_raw_string] = ACTIONS(465), - [anon_sym_DOLLAR] = ACTIONS(465), - [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(465), + [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(465), - [anon_sym_LF] = ACTIONS(465), - [anon_sym_AMP] = ACTIONS(465), + [anon_sym_SEMI] = ACTIONS(463), + [anon_sym_LF] = ACTIONS(463), + [anon_sym_AMP] = ACTIONS(463), }, [533] = { - [sym__concat] = ACTIONS(467), - [anon_sym_SEMI_SEMI] = ACTIONS(469), - [anon_sym_DQUOTE] = ACTIONS(469), - [sym_raw_string] = ACTIONS(469), - [anon_sym_DOLLAR] = ACTIONS(469), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(469), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(469), - [anon_sym_BQUOTE] = ACTIONS(469), - [anon_sym_LT_LPAREN] = ACTIONS(469), - [anon_sym_GT_LPAREN] = ACTIONS(469), - [sym_word] = ACTIONS(469), + [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(469), - [anon_sym_LF] = ACTIONS(469), - [anon_sym_AMP] = ACTIONS(469), + [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(459), - [anon_sym_LBRACK] = ACTIONS(459), - [anon_sym_EQ] = ACTIONS(459), + [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(471), - [anon_sym_COLON_QMARK] = ACTIONS(459), - [anon_sym_COLON_DASH] = ACTIONS(459), - [anon_sym_PERCENT] = ACTIONS(459), - [anon_sym_SLASH] = ACTIONS(459), + [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(1505), + [sym_simple_variable_name] = ACTIONS(1489), [anon_sym_STAR] = ACTIONS(219), [anon_sym_QMARK] = ACTIONS(219), [anon_sym_DASH] = ACTIONS(219), @@ -20043,53 +20036,53 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__] = ACTIONS(225), }, [535] = { - [anon_sym_RBRACE] = ACTIONS(1507), - [anon_sym_LBRACK] = ACTIONS(1509), - [anon_sym_EQ] = ACTIONS(1511), - [anon_sym_COLON] = ACTIONS(1513), - [anon_sym_COLON_QMARK] = ACTIONS(1511), - [anon_sym_COLON_DASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_SLASH] = ACTIONS(1511), + [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(1515), - [anon_sym_LBRACK] = ACTIONS(1517), - [anon_sym_EQ] = ACTIONS(1519), - [anon_sym_COLON] = ACTIONS(1521), - [anon_sym_COLON_QMARK] = ACTIONS(1519), - [anon_sym_COLON_DASH] = ACTIONS(1519), - [anon_sym_PERCENT] = ACTIONS(1519), - [anon_sym_SLASH] = ACTIONS(1519), + [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(519), - [anon_sym_RPAREN] = ACTIONS(1523), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(525), + [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(519), - [anon_sym_RPAREN] = ACTIONS(1523), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(545), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), [anon_sym_BQUOTE] = ACTIONS(299), @@ -20099,64 +20092,64 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [539] = { - [anon_sym_PIPE] = ACTIONS(551), - [anon_sym_PIPE_AMP] = ACTIONS(553), - [anon_sym_AMP_AMP] = ACTIONS(555), - [anon_sym_PIPE_PIPE] = ACTIONS(555), - [anon_sym_BQUOTE] = ACTIONS(1523), + [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(551), - [anon_sym_PIPE_AMP] = ACTIONS(553), - [anon_sym_AMP_AMP] = ACTIONS(555), - [anon_sym_PIPE_PIPE] = ACTIONS(557), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(1523), + [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(519), - [anon_sym_RPAREN] = ACTIONS(1525), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(525), + [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(519), - [anon_sym_RPAREN] = ACTIONS(1525), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(545), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), [anon_sym_BQUOTE] = ACTIONS(299), @@ -20167,57 +20160,57 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { }, [543] = { [sym_do_group] = STATE(716), - [anon_sym_do] = ACTIONS(353), + [anon_sym_do] = ACTIONS(351), [sym_comment] = ACTIONS(133), }, [544] = { [aux_sym_concatenation_repeat1] = STATE(530), - [sym__concat] = ACTIONS(1095), - [anon_sym_SEMI_SEMI] = ACTIONS(769), - [anon_sym_DQUOTE] = ACTIONS(769), - [sym_raw_string] = ACTIONS(769), - [anon_sym_DOLLAR] = ACTIONS(769), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(769), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(769), - [anon_sym_BQUOTE] = ACTIONS(769), - [anon_sym_LT_LPAREN] = ACTIONS(769), - [anon_sym_GT_LPAREN] = ACTIONS(769), - [sym_word] = ACTIONS(769), + [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(769), - [anon_sym_LF] = ACTIONS(769), - [anon_sym_AMP] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(763), + [anon_sym_LF] = ACTIONS(763), + [anon_sym_AMP] = ACTIONS(763), }, [545] = { - [anon_sym_SEMI_SEMI] = ACTIONS(769), - [anon_sym_DQUOTE] = ACTIONS(769), - [sym_raw_string] = ACTIONS(769), - [anon_sym_DOLLAR] = ACTIONS(769), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(769), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(769), - [anon_sym_BQUOTE] = ACTIONS(769), - [anon_sym_LT_LPAREN] = ACTIONS(769), - [anon_sym_GT_LPAREN] = ACTIONS(769), - [sym_word] = ACTIONS(769), + [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(769), - [anon_sym_LF] = ACTIONS(769), - [anon_sym_AMP] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(763), + [anon_sym_LF] = ACTIONS(763), + [anon_sym_AMP] = ACTIONS(763), }, [546] = { - [anon_sym_PIPE] = ACTIONS(1527), - [anon_sym_RPAREN] = ACTIONS(1527), - [anon_sym_SEMI_SEMI] = ACTIONS(1527), - [anon_sym_PIPE_AMP] = ACTIONS(1527), - [anon_sym_AMP_AMP] = ACTIONS(1527), - [anon_sym_PIPE_PIPE] = ACTIONS(1527), + [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(1527), - [anon_sym_LF] = ACTIONS(1527), - [anon_sym_AMP] = ACTIONS(1527), + [anon_sym_SEMI] = ACTIONS(1511), + [anon_sym_LF] = ACTIONS(1511), + [anon_sym_AMP] = ACTIONS(1511), }, [547] = { - [anon_sym_then] = ACTIONS(1529), + [anon_sym_then] = ACTIONS(1513), [sym_comment] = ACTIONS(133), }, [548] = { @@ -20248,7 +20241,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_for] = ACTIONS(97), [anon_sym_while] = ACTIONS(99), [anon_sym_if] = ACTIONS(101), - [anon_sym_fi] = ACTIONS(1531), + [anon_sym_fi] = ACTIONS(1515), [anon_sym_case] = ACTIONS(103), [anon_sym_function] = ACTIONS(105), [anon_sym_LPAREN] = ACTIONS(107), @@ -20273,72 +20266,72 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [549] = { - [anon_sym_PIPE] = ACTIONS(1533), - [anon_sym_RPAREN] = ACTIONS(1533), - [anon_sym_SEMI_SEMI] = ACTIONS(1533), - [anon_sym_PIPE_AMP] = ACTIONS(1533), - [anon_sym_AMP_AMP] = ACTIONS(1533), - [anon_sym_PIPE_PIPE] = ACTIONS(1533), + [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(1533), - [anon_sym_LF] = ACTIONS(1533), - [anon_sym_AMP] = ACTIONS(1533), + [anon_sym_SEMI] = ACTIONS(1517), + [anon_sym_LF] = ACTIONS(1517), + [anon_sym_AMP] = ACTIONS(1517), }, [550] = { - [anon_sym_fi] = ACTIONS(1535), + [anon_sym_fi] = ACTIONS(1519), [sym_comment] = ACTIONS(133), }, [551] = { [sym_elif_clause] = STATE(552), [sym_else_clause] = STATE(719), - [anon_sym_fi] = ACTIONS(1535), - [anon_sym_elif] = ACTIONS(1137), - [anon_sym_else] = ACTIONS(1139), + [anon_sym_fi] = ACTIONS(1519), + [anon_sym_elif] = ACTIONS(1125), + [anon_sym_else] = ACTIONS(1127), [sym_comment] = ACTIONS(133), }, [552] = { - [anon_sym_fi] = ACTIONS(1537), - [anon_sym_elif] = ACTIONS(1537), - [anon_sym_else] = ACTIONS(1537), + [anon_sym_fi] = ACTIONS(1521), + [anon_sym_elif] = ACTIONS(1521), + [anon_sym_else] = ACTIONS(1521), [sym_comment] = ACTIONS(133), }, [553] = { - [anon_sym_PIPE] = ACTIONS(1539), - [anon_sym_RPAREN] = ACTIONS(1539), - [anon_sym_SEMI_SEMI] = ACTIONS(1539), - [anon_sym_PIPE_AMP] = ACTIONS(1539), - [anon_sym_AMP_AMP] = ACTIONS(1539), - [anon_sym_PIPE_PIPE] = ACTIONS(1539), + [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(1539), - [anon_sym_LF] = ACTIONS(1539), - [anon_sym_AMP] = ACTIONS(1539), + [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(619), - [anon_sym_PIPE] = ACTIONS(1541), - [anon_sym_RPAREN] = ACTIONS(1543), + [sym__concat] = ACTIONS(613), + [anon_sym_PIPE] = ACTIONS(1525), + [anon_sym_RPAREN] = ACTIONS(1527), [sym_comment] = ACTIONS(133), }, [555] = { - [anon_sym_esac] = ACTIONS(1545), - [anon_sym_DQUOTE] = ACTIONS(1547), - [sym_raw_string] = ACTIONS(1547), - [anon_sym_DOLLAR] = ACTIONS(1545), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1547), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1547), - [anon_sym_BQUOTE] = ACTIONS(1547), - [anon_sym_LT_LPAREN] = ACTIONS(1547), - [anon_sym_GT_LPAREN] = ACTIONS(1547), - [sym_word] = ACTIONS(1549), + [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(1541), - [anon_sym_RPAREN] = ACTIONS(1543), + [anon_sym_PIPE] = ACTIONS(1525), + [anon_sym_RPAREN] = ACTIONS(1527), [sym_comment] = ACTIONS(133), }, [557] = { @@ -20349,16 +20342,16 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(554), [sym_command_substitution] = STATE(554), [sym_process_substitution] = STATE(554), - [anon_sym_esac] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(315), - [sym_raw_string] = ACTIONS(1143), - [anon_sym_DOLLAR] = ACTIONS(319), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(321), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(323), - [anon_sym_BQUOTE] = ACTIONS(325), - [anon_sym_LT_LPAREN] = ACTIONS(327), - [anon_sym_GT_LPAREN] = ACTIONS(327), - [sym_word] = ACTIONS(1145), + [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] = { @@ -20370,469 +20363,469 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(554), [sym_process_substitution] = STATE(554), [aux_sym_case_statement_repeat1] = STATE(725), - [anon_sym_esac] = ACTIONS(1551), - [anon_sym_DQUOTE] = ACTIONS(315), - [sym_raw_string] = ACTIONS(1143), - [anon_sym_DOLLAR] = ACTIONS(319), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(321), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(323), - [anon_sym_BQUOTE] = ACTIONS(325), - [anon_sym_LT_LPAREN] = ACTIONS(327), - [anon_sym_GT_LPAREN] = ACTIONS(327), - [sym_word] = ACTIONS(1145), + [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(1257), - [anon_sym_in] = ACTIONS(1259), - [anon_sym_SEMI_SEMI] = ACTIONS(1259), + [sym__concat] = ACTIONS(1245), + [anon_sym_in] = ACTIONS(1247), + [anon_sym_SEMI_SEMI] = ACTIONS(1247), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1259), - [anon_sym_LF] = ACTIONS(1259), - [anon_sym_AMP] = ACTIONS(1259), + [anon_sym_SEMI] = ACTIONS(1247), + [anon_sym_LF] = ACTIONS(1247), + [anon_sym_AMP] = ACTIONS(1247), }, [560] = { - [sym__concat] = ACTIONS(1261), - [anon_sym_in] = ACTIONS(1263), - [anon_sym_SEMI_SEMI] = ACTIONS(1263), + [sym__concat] = ACTIONS(1249), + [anon_sym_in] = ACTIONS(1251), + [anon_sym_SEMI_SEMI] = ACTIONS(1251), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1263), - [anon_sym_LF] = ACTIONS(1263), - [anon_sym_AMP] = ACTIONS(1263), + [anon_sym_SEMI] = ACTIONS(1251), + [anon_sym_LF] = ACTIONS(1251), + [anon_sym_AMP] = ACTIONS(1251), }, [561] = { - [anon_sym_AT] = ACTIONS(1553), + [anon_sym_AT] = ACTIONS(1537), [sym_comment] = ACTIONS(133), }, [562] = { - [sym__concat] = ACTIONS(1267), - [anon_sym_in] = ACTIONS(1269), - [anon_sym_SEMI_SEMI] = ACTIONS(1269), + [sym__concat] = ACTIONS(1255), + [anon_sym_in] = ACTIONS(1257), + [anon_sym_SEMI_SEMI] = ACTIONS(1257), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1269), - [anon_sym_LF] = ACTIONS(1269), - [anon_sym_AMP] = ACTIONS(1269), + [anon_sym_SEMI] = ACTIONS(1257), + [anon_sym_LF] = ACTIONS(1257), + [anon_sym_AMP] = ACTIONS(1257), }, [563] = { - [anon_sym_AT] = ACTIONS(1555), + [anon_sym_AT] = ACTIONS(1539), [sym_comment] = ACTIONS(133), }, [564] = { - [anon_sym_RBRACK] = ACTIONS(1557), + [anon_sym_RBRACK] = ACTIONS(1541), [sym_comment] = ACTIONS(133), }, [565] = { [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(385), - [anon_sym_RBRACE] = ACTIONS(1559), + [sym__concat] = ACTIONS(383), + [anon_sym_RBRACE] = ACTIONS(1543), [sym_comment] = ACTIONS(133), }, [566] = { - [anon_sym_RBRACE] = ACTIONS(1559), + [anon_sym_RBRACE] = ACTIONS(1543), [sym_comment] = ACTIONS(133), }, [567] = { - [anon_sym_RBRACK] = ACTIONS(1561), + [anon_sym_RBRACK] = ACTIONS(1545), [sym_comment] = ACTIONS(133), }, [568] = { [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(385), - [anon_sym_RBRACE] = ACTIONS(1563), + [sym__concat] = ACTIONS(383), + [anon_sym_RBRACE] = ACTIONS(1547), [sym_comment] = ACTIONS(133), }, [569] = { - [anon_sym_RBRACE] = ACTIONS(1563), + [anon_sym_RBRACE] = ACTIONS(1547), [sym_comment] = ACTIONS(133), }, [570] = { - [anon_sym_PIPE] = ACTIONS(1565), - [anon_sym_RPAREN] = ACTIONS(1565), - [anon_sym_SEMI_SEMI] = ACTIONS(1565), - [anon_sym_PIPE_AMP] = ACTIONS(1565), - [anon_sym_AMP_AMP] = ACTIONS(1565), - [anon_sym_PIPE_PIPE] = ACTIONS(1565), + [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(1565), - [anon_sym_LF] = ACTIONS(1565), - [anon_sym_AMP] = ACTIONS(1565), + [anon_sym_SEMI] = ACTIONS(1549), + [anon_sym_LF] = ACTIONS(1549), + [anon_sym_AMP] = ACTIONS(1549), }, [571] = { - [anon_sym_PIPE] = ACTIONS(1567), - [anon_sym_RPAREN] = ACTIONS(1567), - [anon_sym_SEMI_SEMI] = ACTIONS(1567), - [anon_sym_PIPE_AMP] = ACTIONS(1567), - [anon_sym_AMP_AMP] = ACTIONS(1567), - [anon_sym_PIPE_PIPE] = ACTIONS(1567), + [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(1567), - [anon_sym_LF] = ACTIONS(1567), - [anon_sym_AMP] = ACTIONS(1567), + [anon_sym_SEMI] = ACTIONS(1551), + [anon_sym_LF] = ACTIONS(1551), + [anon_sym_AMP] = ACTIONS(1551), }, [572] = { - [sym__concat] = ACTIONS(1257), - [anon_sym_RBRACE] = ACTIONS(1257), - [anon_sym_RBRACK] = ACTIONS(1569), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1569), - [anon_sym_DQUOTE] = ACTIONS(1257), - [sym_raw_string] = ACTIONS(1257), - [anon_sym_DOLLAR] = ACTIONS(1569), - [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(1259), + [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(1261), - [anon_sym_RBRACE] = ACTIONS(1261), - [anon_sym_RBRACK] = ACTIONS(1571), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1571), - [anon_sym_DQUOTE] = ACTIONS(1261), - [sym_raw_string] = ACTIONS(1261), - [anon_sym_DOLLAR] = ACTIONS(1571), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1261), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1261), - [anon_sym_BQUOTE] = ACTIONS(1261), - [anon_sym_LT_LPAREN] = ACTIONS(1261), - [anon_sym_GT_LPAREN] = ACTIONS(1261), - [sym_word] = ACTIONS(1263), + [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(1573), + [anon_sym_AT] = ACTIONS(1557), [sym_comment] = ACTIONS(133), }, [575] = { - [sym__concat] = ACTIONS(1267), - [anon_sym_RBRACE] = ACTIONS(1267), - [anon_sym_RBRACK] = ACTIONS(1575), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1575), - [anon_sym_DQUOTE] = ACTIONS(1267), - [sym_raw_string] = ACTIONS(1267), - [anon_sym_DOLLAR] = ACTIONS(1575), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1267), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1267), - [anon_sym_BQUOTE] = ACTIONS(1267), - [anon_sym_LT_LPAREN] = ACTIONS(1267), - [anon_sym_GT_LPAREN] = ACTIONS(1267), - [sym_word] = ACTIONS(1269), + [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(1577), + [anon_sym_AT] = ACTIONS(1561), [sym_comment] = ACTIONS(133), }, [577] = { - [anon_sym_RBRACK] = ACTIONS(1579), + [anon_sym_RBRACK] = ACTIONS(1563), [sym_comment] = ACTIONS(133), }, [578] = { [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(385), - [anon_sym_RBRACE] = ACTIONS(1581), + [sym__concat] = ACTIONS(383), + [anon_sym_RBRACE] = ACTIONS(1565), [sym_comment] = ACTIONS(133), }, [579] = { - [anon_sym_RBRACE] = ACTIONS(1581), + [anon_sym_RBRACE] = ACTIONS(1565), [sym_comment] = ACTIONS(133), }, [580] = { - [anon_sym_RBRACK] = ACTIONS(1583), + [anon_sym_RBRACK] = ACTIONS(1567), [sym_comment] = ACTIONS(133), }, [581] = { [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(385), - [anon_sym_RBRACE] = ACTIONS(1585), + [sym__concat] = ACTIONS(383), + [anon_sym_RBRACE] = ACTIONS(1569), [sym_comment] = ACTIONS(133), }, [582] = { - [anon_sym_RBRACE] = ACTIONS(1585), + [anon_sym_RBRACE] = ACTIONS(1569), [sym_comment] = ACTIONS(133), }, [583] = { - [sym_file_descriptor] = ACTIONS(1257), - [sym__concat] = ACTIONS(1257), - [sym_variable_name] = ACTIONS(1257), - [anon_sym_PIPE] = ACTIONS(1569), - [anon_sym_RPAREN] = ACTIONS(1257), - [anon_sym_PIPE_AMP] = ACTIONS(1257), - [anon_sym_AMP_AMP] = ACTIONS(1257), - [anon_sym_PIPE_PIPE] = ACTIONS(1569), - [anon_sym_LT] = ACTIONS(1569), - [anon_sym_GT] = ACTIONS(1569), - [anon_sym_GT_GT] = ACTIONS(1257), - [anon_sym_AMP_GT] = ACTIONS(1569), - [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(1569), - [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(1259), + [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(1261), - [sym__concat] = ACTIONS(1261), - [sym_variable_name] = ACTIONS(1261), - [anon_sym_PIPE] = ACTIONS(1571), - [anon_sym_RPAREN] = ACTIONS(1261), - [anon_sym_PIPE_AMP] = ACTIONS(1261), - [anon_sym_AMP_AMP] = ACTIONS(1261), - [anon_sym_PIPE_PIPE] = ACTIONS(1571), - [anon_sym_LT] = ACTIONS(1571), - [anon_sym_GT] = ACTIONS(1571), - [anon_sym_GT_GT] = ACTIONS(1261), - [anon_sym_AMP_GT] = ACTIONS(1571), - [anon_sym_AMP_GT_GT] = ACTIONS(1261), - [anon_sym_LT_AMP] = ACTIONS(1261), - [anon_sym_GT_AMP] = ACTIONS(1261), - [anon_sym_DQUOTE] = ACTIONS(1261), - [sym_raw_string] = ACTIONS(1261), - [anon_sym_DOLLAR] = ACTIONS(1571), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1261), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1261), - [anon_sym_BQUOTE] = ACTIONS(1261), - [anon_sym_LT_LPAREN] = ACTIONS(1261), - [anon_sym_GT_LPAREN] = ACTIONS(1261), - [sym_word] = ACTIONS(1263), + [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(1587), + [anon_sym_AT] = ACTIONS(1571), [sym_comment] = ACTIONS(133), }, [586] = { - [sym_file_descriptor] = ACTIONS(1267), - [sym__concat] = ACTIONS(1267), - [sym_variable_name] = ACTIONS(1267), - [anon_sym_PIPE] = ACTIONS(1575), - [anon_sym_RPAREN] = ACTIONS(1267), - [anon_sym_PIPE_AMP] = ACTIONS(1267), - [anon_sym_AMP_AMP] = ACTIONS(1267), - [anon_sym_PIPE_PIPE] = ACTIONS(1575), - [anon_sym_LT] = ACTIONS(1575), - [anon_sym_GT] = ACTIONS(1575), - [anon_sym_GT_GT] = ACTIONS(1267), - [anon_sym_AMP_GT] = ACTIONS(1575), - [anon_sym_AMP_GT_GT] = ACTIONS(1267), - [anon_sym_LT_AMP] = ACTIONS(1267), - [anon_sym_GT_AMP] = ACTIONS(1267), - [anon_sym_DQUOTE] = ACTIONS(1267), - [sym_raw_string] = ACTIONS(1267), - [anon_sym_DOLLAR] = ACTIONS(1575), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1267), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1267), - [anon_sym_BQUOTE] = ACTIONS(1267), - [anon_sym_LT_LPAREN] = ACTIONS(1267), - [anon_sym_GT_LPAREN] = ACTIONS(1267), - [sym_word] = ACTIONS(1269), + [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(1589), + [anon_sym_AT] = ACTIONS(1573), [sym_comment] = ACTIONS(133), }, [588] = { - [anon_sym_RBRACK] = ACTIONS(1591), + [anon_sym_RBRACK] = ACTIONS(1575), [sym_comment] = ACTIONS(133), }, [589] = { [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(385), - [anon_sym_RBRACE] = ACTIONS(1593), + [sym__concat] = ACTIONS(383), + [anon_sym_RBRACE] = ACTIONS(1577), [sym_comment] = ACTIONS(133), }, [590] = { - [anon_sym_RBRACE] = ACTIONS(1593), + [anon_sym_RBRACE] = ACTIONS(1577), [sym_comment] = ACTIONS(133), }, [591] = { - [anon_sym_RBRACK] = ACTIONS(1595), + [anon_sym_RBRACK] = ACTIONS(1579), [sym_comment] = ACTIONS(133), }, [592] = { [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(385), - [anon_sym_RBRACE] = ACTIONS(1597), + [sym__concat] = ACTIONS(383), + [anon_sym_RBRACE] = ACTIONS(1581), [sym_comment] = ACTIONS(133), }, [593] = { - [anon_sym_RBRACE] = ACTIONS(1597), + [anon_sym_RBRACE] = ACTIONS(1581), [sym_comment] = ACTIONS(133), }, [594] = { - [anon_sym_DQUOTE] = ACTIONS(1263), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(1571), - [anon_sym_DOLLAR] = ACTIONS(1263), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1263), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1263), - [anon_sym_BQUOTE] = ACTIONS(1263), + [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(1599), + [anon_sym_AT] = ACTIONS(1583), [sym_comment] = ACTIONS(133), }, [596] = { - [anon_sym_DQUOTE] = ACTIONS(1269), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(1575), - [anon_sym_DOLLAR] = ACTIONS(1269), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1269), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1269), - [anon_sym_BQUOTE] = ACTIONS(1269), + [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(1601), + [anon_sym_AT] = ACTIONS(1585), [sym_comment] = ACTIONS(133), }, [598] = { - [anon_sym_RBRACK] = ACTIONS(1603), + [anon_sym_RBRACK] = ACTIONS(1587), [sym_comment] = ACTIONS(133), }, [599] = { [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(385), - [anon_sym_RBRACE] = ACTIONS(1605), + [sym__concat] = ACTIONS(383), + [anon_sym_RBRACE] = ACTIONS(1589), [sym_comment] = ACTIONS(133), }, [600] = { - [anon_sym_RBRACE] = ACTIONS(1605), + [anon_sym_RBRACE] = ACTIONS(1589), [sym_comment] = ACTIONS(133), }, [601] = { - [anon_sym_RBRACK] = ACTIONS(1607), + [anon_sym_RBRACK] = ACTIONS(1591), [sym_comment] = ACTIONS(133), }, [602] = { [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(385), - [anon_sym_RBRACE] = ACTIONS(1609), + [sym__concat] = ACTIONS(383), + [anon_sym_RBRACE] = ACTIONS(1593), [sym_comment] = ACTIONS(133), }, [603] = { - [anon_sym_RBRACE] = ACTIONS(1609), + [anon_sym_RBRACE] = ACTIONS(1593), [sym_comment] = ACTIONS(133), }, [604] = { - [anon_sym_RBRACK] = ACTIONS(1611), + [anon_sym_RBRACK] = ACTIONS(1595), [sym_comment] = ACTIONS(133), }, [605] = { - [anon_sym_RBRACK] = ACTIONS(1613), + [anon_sym_RBRACK] = ACTIONS(1597), [sym_comment] = ACTIONS(133), }, [606] = { - [anon_sym_RBRACE] = ACTIONS(1615), + [anon_sym_RBRACE] = ACTIONS(1599), [sym_comment] = ACTIONS(133), }, [607] = { - [sym_file_descriptor] = ACTIONS(1617), - [sym__concat] = ACTIONS(1617), - [anon_sym_PIPE] = ACTIONS(1619), - [anon_sym_RPAREN] = ACTIONS(1619), - [anon_sym_SEMI_SEMI] = ACTIONS(1619), - [anon_sym_PIPE_AMP] = ACTIONS(1619), - [anon_sym_AMP_AMP] = ACTIONS(1619), - [anon_sym_PIPE_PIPE] = ACTIONS(1619), - [anon_sym_LT] = ACTIONS(1619), - [anon_sym_GT] = ACTIONS(1619), - [anon_sym_GT_GT] = ACTIONS(1619), - [anon_sym_AMP_GT] = ACTIONS(1619), - [anon_sym_AMP_GT_GT] = ACTIONS(1619), - [anon_sym_LT_AMP] = ACTIONS(1619), - [anon_sym_GT_AMP] = ACTIONS(1619), - [anon_sym_LT_LT] = ACTIONS(1619), - [anon_sym_LT_LT_DASH] = ACTIONS(1619), - [anon_sym_DQUOTE] = ACTIONS(1619), - [sym_raw_string] = ACTIONS(1619), - [anon_sym_DOLLAR] = ACTIONS(1619), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1619), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1619), - [anon_sym_BQUOTE] = ACTIONS(1619), - [anon_sym_LT_LPAREN] = ACTIONS(1619), - [anon_sym_GT_LPAREN] = ACTIONS(1619), - [sym_word] = ACTIONS(1619), + [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(1619), - [anon_sym_LF] = ACTIONS(1619), - [anon_sym_AMP] = ACTIONS(1619), + [anon_sym_SEMI] = ACTIONS(1603), + [anon_sym_LF] = ACTIONS(1603), + [anon_sym_AMP] = ACTIONS(1603), }, [608] = { - [anon_sym_RBRACE] = ACTIONS(1621), + [anon_sym_RBRACE] = ACTIONS(1605), [sym_comment] = ACTIONS(133), }, [609] = { - [sym_file_descriptor] = ACTIONS(1623), - [sym__concat] = ACTIONS(1623), - [anon_sym_PIPE] = ACTIONS(1625), - [anon_sym_RPAREN] = ACTIONS(1625), - [anon_sym_SEMI_SEMI] = ACTIONS(1625), - [anon_sym_PIPE_AMP] = ACTIONS(1625), - [anon_sym_AMP_AMP] = ACTIONS(1625), - [anon_sym_PIPE_PIPE] = ACTIONS(1625), - [anon_sym_LT] = ACTIONS(1625), - [anon_sym_GT] = ACTIONS(1625), - [anon_sym_GT_GT] = ACTIONS(1625), - [anon_sym_AMP_GT] = ACTIONS(1625), - [anon_sym_AMP_GT_GT] = ACTIONS(1625), - [anon_sym_LT_AMP] = ACTIONS(1625), - [anon_sym_GT_AMP] = ACTIONS(1625), - [anon_sym_LT_LT] = ACTIONS(1625), - [anon_sym_LT_LT_DASH] = ACTIONS(1625), - [anon_sym_DQUOTE] = ACTIONS(1625), - [sym_raw_string] = ACTIONS(1625), - [anon_sym_DOLLAR] = ACTIONS(1625), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1625), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1625), - [anon_sym_BQUOTE] = ACTIONS(1625), - [anon_sym_LT_LPAREN] = ACTIONS(1625), - [anon_sym_GT_LPAREN] = ACTIONS(1625), - [sym_word] = ACTIONS(1625), + [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(1625), - [anon_sym_LF] = ACTIONS(1625), - [anon_sym_AMP] = ACTIONS(1625), + [anon_sym_SEMI] = ACTIONS(1609), + [anon_sym_LF] = ACTIONS(1609), + [anon_sym_AMP] = ACTIONS(1609), }, [610] = { - [sym_file_descriptor] = ACTIONS(1051), - [sym_variable_name] = ACTIONS(1051), - [anon_sym_PIPE] = ACTIONS(1627), - [anon_sym_RPAREN] = ACTIONS(1051), - [anon_sym_PIPE_AMP] = ACTIONS(1051), - [anon_sym_AMP_AMP] = ACTIONS(1051), - [anon_sym_PIPE_PIPE] = ACTIONS(1627), - [anon_sym_LT] = ACTIONS(1627), - [anon_sym_GT] = ACTIONS(1627), - [anon_sym_GT_GT] = ACTIONS(1051), - [anon_sym_AMP_GT] = ACTIONS(1627), - [anon_sym_AMP_GT_GT] = ACTIONS(1051), - [anon_sym_LT_AMP] = ACTIONS(1051), - [anon_sym_GT_AMP] = ACTIONS(1051), - [anon_sym_DQUOTE] = ACTIONS(1051), - [sym_raw_string] = ACTIONS(1051), - [anon_sym_DOLLAR] = ACTIONS(1627), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1051), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1051), - [anon_sym_BQUOTE] = ACTIONS(1051), - [anon_sym_LT_LPAREN] = ACTIONS(1051), - [anon_sym_GT_LPAREN] = ACTIONS(1051), - [sym_word] = ACTIONS(1053), + [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(1629), - [sym_word] = ACTIONS(1061), + [anon_sym_RPAREN] = ACTIONS(1613), + [sym_word] = ACTIONS(1049), [sym_comment] = ACTIONS(133), }, [612] = { @@ -20842,28 +20835,28 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(544), [sym_command_substitution] = STATE(544), [sym_process_substitution] = STATE(544), - [anon_sym_SEMI_SEMI] = ACTIONS(1631), - [anon_sym_DQUOTE] = ACTIONS(1109), - [sym_raw_string] = ACTIONS(1111), - [anon_sym_DOLLAR] = ACTIONS(1113), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1115), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1117), - [anon_sym_BQUOTE] = ACTIONS(1119), - [anon_sym_LT_LPAREN] = ACTIONS(1121), - [anon_sym_GT_LPAREN] = ACTIONS(1121), - [sym_word] = ACTIONS(1111), + [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(1631), - [anon_sym_LF] = ACTIONS(1631), - [anon_sym_AMP] = ACTIONS(1631), + [anon_sym_SEMI] = ACTIONS(1615), + [anon_sym_LF] = ACTIONS(1615), + [anon_sym_AMP] = ACTIONS(1615), }, [613] = { - [anon_sym_PIPE] = ACTIONS(1633), - [anon_sym_RPAREN] = ACTIONS(1635), - [anon_sym_PIPE_AMP] = ACTIONS(1635), - [anon_sym_AMP_AMP] = ACTIONS(1635), - [anon_sym_PIPE_PIPE] = ACTIONS(1635), - [anon_sym_BQUOTE] = ACTIONS(1635), + [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] = { @@ -20893,7 +20886,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_variable_name] = ACTIONS(93), [anon_sym_for] = ACTIONS(97), [anon_sym_while] = ACTIONS(99), - [anon_sym_done] = ACTIONS(1637), + [anon_sym_done] = ACTIONS(1621), [anon_sym_if] = ACTIONS(101), [anon_sym_case] = ACTIONS(103), [anon_sym_function] = ACTIONS(105), @@ -20919,16 +20912,16 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [615] = { - [anon_sym_PIPE] = ACTIONS(1639), - [anon_sym_RPAREN] = ACTIONS(1641), - [anon_sym_PIPE_AMP] = ACTIONS(1641), - [anon_sym_AMP_AMP] = ACTIONS(1641), - [anon_sym_PIPE_PIPE] = ACTIONS(1641), - [anon_sym_BQUOTE] = ACTIONS(1641), + [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(1643), + [anon_sym_fi] = ACTIONS(1627), [sym_comment] = ACTIONS(133), }, [617] = { @@ -20962,9 +20955,9 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_for] = ACTIONS(97), [anon_sym_while] = ACTIONS(99), [anon_sym_if] = ACTIONS(101), - [anon_sym_fi] = ACTIONS(1645), - [anon_sym_elif] = ACTIONS(677), - [anon_sym_else] = ACTIONS(679), + [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), @@ -20991,9 +20984,9 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [618] = { [sym_elif_clause] = STATE(552), [sym_else_clause] = STATE(758), - [anon_sym_fi] = ACTIONS(1643), - [anon_sym_elif] = ACTIONS(1137), - [anon_sym_else] = ACTIONS(1139), + [anon_sym_fi] = ACTIONS(1627), + [anon_sym_elif] = ACTIONS(1125), + [anon_sym_else] = ACTIONS(1127), [sym_comment] = ACTIONS(133), }, [619] = { @@ -21005,187 +20998,187 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(554), [sym_process_substitution] = STATE(554), [aux_sym_case_statement_repeat1] = STATE(761), - [anon_sym_esac] = ACTIONS(1647), - [anon_sym_DQUOTE] = ACTIONS(315), - [sym_raw_string] = ACTIONS(1143), - [anon_sym_DOLLAR] = ACTIONS(319), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(321), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(323), - [anon_sym_BQUOTE] = ACTIONS(325), - [anon_sym_LT_LPAREN] = ACTIONS(327), - [anon_sym_GT_LPAREN] = ACTIONS(327), - [sym_word] = ACTIONS(1145), + [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(1649), + [anon_sym_SEMI_SEMI] = ACTIONS(1633), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1649), - [anon_sym_LF] = ACTIONS(1649), - [anon_sym_AMP] = ACTIONS(1649), + [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(1337), + [anon_sym_LBRACE] = ACTIONS(1325), [sym_comment] = ACTIONS(133), }, [622] = { - [anon_sym_PIPE] = ACTIONS(1651), - [anon_sym_RPAREN] = ACTIONS(1653), - [anon_sym_PIPE_AMP] = ACTIONS(1653), - [anon_sym_AMP_AMP] = ACTIONS(1653), - [anon_sym_PIPE_PIPE] = ACTIONS(1653), - [anon_sym_BQUOTE] = ACTIONS(1653), + [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(563), - [sym_variable_name] = ACTIONS(563), - [anon_sym_for] = ACTIONS(565), - [anon_sym_while] = ACTIONS(565), - [anon_sym_if] = ACTIONS(565), - [anon_sym_case] = ACTIONS(565), - [anon_sym_RPAREN] = ACTIONS(1655), - [anon_sym_function] = ACTIONS(565), - [anon_sym_LPAREN] = ACTIONS(563), - [anon_sym_LBRACK] = ACTIONS(565), - [anon_sym_LBRACK_LBRACK] = ACTIONS(565), - [anon_sym_LT] = ACTIONS(565), - [anon_sym_GT] = ACTIONS(565), - [anon_sym_GT_GT] = ACTIONS(563), - [anon_sym_AMP_GT] = ACTIONS(565), - [anon_sym_AMP_GT_GT] = ACTIONS(563), - [anon_sym_LT_AMP] = ACTIONS(563), - [anon_sym_GT_AMP] = ACTIONS(563), - [anon_sym_DQUOTE] = ACTIONS(563), - [sym_raw_string] = ACTIONS(563), - [anon_sym_DOLLAR] = ACTIONS(565), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(563), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(563), - [anon_sym_BQUOTE] = ACTIONS(563), - [anon_sym_LT_LPAREN] = ACTIONS(563), - [anon_sym_GT_LPAREN] = ACTIONS(563), - [sym_word] = ACTIONS(567), + [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(1257), - [sym__concat] = ACTIONS(1257), - [anon_sym_PIPE] = ACTIONS(1569), - [anon_sym_RPAREN] = ACTIONS(1257), - [anon_sym_PIPE_AMP] = ACTIONS(1257), - [anon_sym_AMP_AMP] = ACTIONS(1257), - [anon_sym_PIPE_PIPE] = ACTIONS(1569), - [anon_sym_LT] = ACTIONS(1569), - [anon_sym_GT] = ACTIONS(1569), - [anon_sym_GT_GT] = ACTIONS(1257), - [anon_sym_AMP_GT] = ACTIONS(1569), - [anon_sym_AMP_GT_GT] = ACTIONS(1257), - [anon_sym_LT_AMP] = ACTIONS(1257), - [anon_sym_GT_AMP] = ACTIONS(1257), - [anon_sym_LT_LT] = ACTIONS(1569), - [anon_sym_LT_LT_DASH] = ACTIONS(1257), - [anon_sym_DQUOTE] = ACTIONS(1257), - [sym_raw_string] = ACTIONS(1257), - [anon_sym_DOLLAR] = ACTIONS(1569), - [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(1259), + [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(1261), - [sym__concat] = ACTIONS(1261), - [anon_sym_PIPE] = ACTIONS(1571), - [anon_sym_RPAREN] = ACTIONS(1261), - [anon_sym_PIPE_AMP] = ACTIONS(1261), - [anon_sym_AMP_AMP] = ACTIONS(1261), - [anon_sym_PIPE_PIPE] = ACTIONS(1571), - [anon_sym_LT] = ACTIONS(1571), - [anon_sym_GT] = ACTIONS(1571), - [anon_sym_GT_GT] = ACTIONS(1261), - [anon_sym_AMP_GT] = ACTIONS(1571), - [anon_sym_AMP_GT_GT] = ACTIONS(1261), - [anon_sym_LT_AMP] = ACTIONS(1261), - [anon_sym_GT_AMP] = ACTIONS(1261), - [anon_sym_LT_LT] = ACTIONS(1571), - [anon_sym_LT_LT_DASH] = ACTIONS(1261), - [anon_sym_DQUOTE] = ACTIONS(1261), - [sym_raw_string] = ACTIONS(1261), - [anon_sym_DOLLAR] = ACTIONS(1571), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1261), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1261), - [anon_sym_BQUOTE] = ACTIONS(1261), - [anon_sym_LT_LPAREN] = ACTIONS(1261), - [anon_sym_GT_LPAREN] = ACTIONS(1261), - [sym_word] = ACTIONS(1263), + [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(1657), + [anon_sym_AT] = ACTIONS(1641), [sym_comment] = ACTIONS(133), }, [627] = { - [sym_file_descriptor] = ACTIONS(1267), - [sym__concat] = ACTIONS(1267), - [anon_sym_PIPE] = ACTIONS(1575), - [anon_sym_RPAREN] = ACTIONS(1267), - [anon_sym_PIPE_AMP] = ACTIONS(1267), - [anon_sym_AMP_AMP] = ACTIONS(1267), - [anon_sym_PIPE_PIPE] = ACTIONS(1575), - [anon_sym_LT] = ACTIONS(1575), - [anon_sym_GT] = ACTIONS(1575), - [anon_sym_GT_GT] = ACTIONS(1267), - [anon_sym_AMP_GT] = ACTIONS(1575), - [anon_sym_AMP_GT_GT] = ACTIONS(1267), - [anon_sym_LT_AMP] = ACTIONS(1267), - [anon_sym_GT_AMP] = ACTIONS(1267), - [anon_sym_LT_LT] = ACTIONS(1575), - [anon_sym_LT_LT_DASH] = ACTIONS(1267), - [anon_sym_DQUOTE] = ACTIONS(1267), - [sym_raw_string] = ACTIONS(1267), - [anon_sym_DOLLAR] = ACTIONS(1575), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1267), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1267), - [anon_sym_BQUOTE] = ACTIONS(1267), - [anon_sym_LT_LPAREN] = ACTIONS(1267), - [anon_sym_GT_LPAREN] = ACTIONS(1267), - [sym_word] = ACTIONS(1269), + [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(1659), + [anon_sym_AT] = ACTIONS(1643), [sym_comment] = ACTIONS(133), }, [629] = { - [anon_sym_RBRACK] = ACTIONS(1661), + [anon_sym_RBRACK] = ACTIONS(1645), [sym_comment] = ACTIONS(133), }, [630] = { [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(385), - [anon_sym_RBRACE] = ACTIONS(1663), + [sym__concat] = ACTIONS(383), + [anon_sym_RBRACE] = ACTIONS(1647), [sym_comment] = ACTIONS(133), }, [631] = { - [anon_sym_RBRACE] = ACTIONS(1663), + [anon_sym_RBRACE] = ACTIONS(1647), [sym_comment] = ACTIONS(133), }, [632] = { - [anon_sym_RBRACK] = ACTIONS(1665), + [anon_sym_RBRACK] = ACTIONS(1649), [sym_comment] = ACTIONS(133), }, [633] = { [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(385), - [anon_sym_RBRACE] = ACTIONS(1667), + [sym__concat] = ACTIONS(383), + [anon_sym_RBRACE] = ACTIONS(1651), [sym_comment] = ACTIONS(133), }, [634] = { - [anon_sym_RBRACE] = ACTIONS(1667), + [anon_sym_RBRACE] = ACTIONS(1651), [sym_comment] = ACTIONS(133), }, [635] = { @@ -21220,7 +21213,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(103), [anon_sym_function] = ACTIONS(105), [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(1669), + [anon_sym_RBRACE] = ACTIONS(1653), [anon_sym_LBRACK] = ACTIONS(109), [anon_sym_LBRACK_LBRACK] = ACTIONS(111), [anon_sym_LT] = ACTIONS(113), @@ -21242,80 +21235,80 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [636] = { - [anon_sym_PIPE] = ACTIONS(1671), - [anon_sym_RPAREN] = ACTIONS(1673), - [anon_sym_PIPE_AMP] = ACTIONS(1673), - [anon_sym_AMP_AMP] = ACTIONS(1673), - [anon_sym_PIPE_PIPE] = ACTIONS(1673), - [anon_sym_BQUOTE] = ACTIONS(1673), + [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), }, [637] = { [aux_sym_concatenation_repeat1] = STATE(642), - [sym_file_descriptor] = ACTIONS(613), - [sym__concat] = ACTIONS(1353), - [anon_sym_PIPE] = ACTIONS(615), - [anon_sym_RPAREN] = ACTIONS(613), - [anon_sym_PIPE_AMP] = ACTIONS(613), - [anon_sym_AMP_AMP] = ACTIONS(613), - [anon_sym_PIPE_PIPE] = ACTIONS(613), - [anon_sym_LT] = ACTIONS(615), - [anon_sym_GT] = ACTIONS(615), - [anon_sym_GT_GT] = ACTIONS(613), - [anon_sym_AMP_GT] = ACTIONS(615), - [anon_sym_AMP_GT_GT] = ACTIONS(613), - [anon_sym_LT_AMP] = ACTIONS(613), - [anon_sym_GT_AMP] = ACTIONS(613), - [anon_sym_LT_LT] = ACTIONS(615), - [anon_sym_LT_LT_DASH] = ACTIONS(613), - [anon_sym_BQUOTE] = ACTIONS(613), + [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), }, [638] = { - [sym_file_descriptor] = ACTIONS(613), - [anon_sym_PIPE] = ACTIONS(615), - [anon_sym_RPAREN] = ACTIONS(613), - [anon_sym_PIPE_AMP] = ACTIONS(613), - [anon_sym_AMP_AMP] = ACTIONS(613), - [anon_sym_PIPE_PIPE] = ACTIONS(613), - [anon_sym_LT] = ACTIONS(615), - [anon_sym_GT] = ACTIONS(615), - [anon_sym_GT_GT] = ACTIONS(613), - [anon_sym_AMP_GT] = ACTIONS(615), - [anon_sym_AMP_GT_GT] = ACTIONS(613), - [anon_sym_LT_AMP] = ACTIONS(613), - [anon_sym_GT_AMP] = ACTIONS(613), - [anon_sym_LT_LT] = ACTIONS(615), - [anon_sym_LT_LT_DASH] = ACTIONS(613), - [anon_sym_BQUOTE] = ACTIONS(613), + [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), }, [639] = { - [sym_file_descriptor] = ACTIONS(427), - [sym__concat] = ACTIONS(427), - [anon_sym_PIPE] = ACTIONS(725), - [anon_sym_RPAREN] = ACTIONS(427), - [anon_sym_PIPE_AMP] = ACTIONS(427), - [anon_sym_AMP_AMP] = ACTIONS(427), - [anon_sym_PIPE_PIPE] = ACTIONS(427), - [anon_sym_LT] = ACTIONS(725), - [anon_sym_GT] = ACTIONS(725), - [anon_sym_GT_GT] = ACTIONS(427), - [anon_sym_AMP_GT] = ACTIONS(725), - [anon_sym_AMP_GT_GT] = ACTIONS(427), - [anon_sym_LT_AMP] = ACTIONS(427), - [anon_sym_GT_AMP] = ACTIONS(427), - [anon_sym_LT_LT] = ACTIONS(725), - [anon_sym_LT_LT_DASH] = ACTIONS(427), - [anon_sym_BQUOTE] = ACTIONS(427), + [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), }, [640] = { [sym_simple_expansion] = STATE(222), [sym_expansion] = STATE(222), [sym_command_substitution] = STATE(222), - [anon_sym_DQUOTE] = ACTIONS(1675), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(447), + [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), @@ -21328,112 +21321,112 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(774), [sym_command_substitution] = STATE(774), [sym_process_substitution] = STATE(774), - [anon_sym_DQUOTE] = ACTIONS(931), - [sym_raw_string] = ACTIONS(1677), - [anon_sym_DOLLAR] = ACTIONS(935), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(937), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(939), - [anon_sym_BQUOTE] = ACTIONS(941), - [anon_sym_LT_LPAREN] = ACTIONS(943), - [anon_sym_GT_LPAREN] = ACTIONS(943), - [sym_word] = ACTIONS(1679), + [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), }, [642] = { - [sym_file_descriptor] = ACTIONS(453), - [sym__concat] = ACTIONS(1681), - [anon_sym_PIPE] = ACTIONS(735), - [anon_sym_RPAREN] = ACTIONS(453), - [anon_sym_PIPE_AMP] = ACTIONS(453), - [anon_sym_AMP_AMP] = ACTIONS(453), - [anon_sym_PIPE_PIPE] = ACTIONS(453), - [anon_sym_LT] = ACTIONS(735), - [anon_sym_GT] = ACTIONS(735), - [anon_sym_GT_GT] = ACTIONS(453), - [anon_sym_AMP_GT] = ACTIONS(735), - [anon_sym_AMP_GT_GT] = ACTIONS(453), - [anon_sym_LT_AMP] = ACTIONS(453), - [anon_sym_GT_AMP] = ACTIONS(453), - [anon_sym_LT_LT] = ACTIONS(735), - [anon_sym_LT_LT_DASH] = ACTIONS(453), - [anon_sym_BQUOTE] = ACTIONS(453), + [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), }, [643] = { - [sym_file_descriptor] = ACTIONS(459), - [sym__concat] = ACTIONS(459), - [anon_sym_PIPE] = ACTIONS(471), - [anon_sym_RPAREN] = ACTIONS(459), - [anon_sym_PIPE_AMP] = ACTIONS(459), - [anon_sym_AMP_AMP] = ACTIONS(459), - [anon_sym_PIPE_PIPE] = ACTIONS(459), - [anon_sym_LT] = ACTIONS(471), - [anon_sym_GT] = ACTIONS(471), - [anon_sym_GT_GT] = ACTIONS(459), - [anon_sym_AMP_GT] = ACTIONS(471), - [anon_sym_AMP_GT_GT] = ACTIONS(459), - [anon_sym_LT_AMP] = ACTIONS(459), - [anon_sym_GT_AMP] = ACTIONS(459), - [anon_sym_LT_LT] = ACTIONS(471), - [anon_sym_LT_LT_DASH] = ACTIONS(459), - [anon_sym_BQUOTE] = ACTIONS(459), + [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), }, [644] = { - [sym_file_descriptor] = ACTIONS(463), - [sym__concat] = ACTIONS(463), - [anon_sym_PIPE] = ACTIONS(737), - [anon_sym_RPAREN] = ACTIONS(463), - [anon_sym_PIPE_AMP] = ACTIONS(463), - [anon_sym_AMP_AMP] = ACTIONS(463), - [anon_sym_PIPE_PIPE] = ACTIONS(463), - [anon_sym_LT] = ACTIONS(737), - [anon_sym_GT] = ACTIONS(737), - [anon_sym_GT_GT] = ACTIONS(463), - [anon_sym_AMP_GT] = ACTIONS(737), - [anon_sym_AMP_GT_GT] = ACTIONS(463), - [anon_sym_LT_AMP] = ACTIONS(463), - [anon_sym_GT_AMP] = ACTIONS(463), - [anon_sym_LT_LT] = ACTIONS(737), - [anon_sym_LT_LT_DASH] = ACTIONS(463), - [anon_sym_BQUOTE] = ACTIONS(463), + [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), }, [645] = { - [sym_file_descriptor] = ACTIONS(467), - [sym__concat] = ACTIONS(467), - [anon_sym_PIPE] = ACTIONS(739), - [anon_sym_RPAREN] = ACTIONS(467), - [anon_sym_PIPE_AMP] = ACTIONS(467), - [anon_sym_AMP_AMP] = ACTIONS(467), - [anon_sym_PIPE_PIPE] = ACTIONS(467), - [anon_sym_LT] = ACTIONS(739), - [anon_sym_GT] = ACTIONS(739), - [anon_sym_GT_GT] = ACTIONS(467), - [anon_sym_AMP_GT] = ACTIONS(739), - [anon_sym_AMP_GT_GT] = ACTIONS(467), - [anon_sym_LT_AMP] = ACTIONS(467), - [anon_sym_GT_AMP] = ACTIONS(467), - [anon_sym_LT_LT] = ACTIONS(739), - [anon_sym_LT_LT_DASH] = ACTIONS(467), - [anon_sym_BQUOTE] = ACTIONS(467), + [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), }, [646] = { [sym_special_variable_name] = STATE(777), - [anon_sym_RBRACE] = ACTIONS(459), - [anon_sym_LBRACK] = ACTIONS(459), - [anon_sym_EQ] = ACTIONS(459), + [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(471), - [anon_sym_COLON_QMARK] = ACTIONS(459), - [anon_sym_COLON_DASH] = ACTIONS(459), - [anon_sym_PERCENT] = ACTIONS(459), - [anon_sym_SLASH] = ACTIONS(459), + [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(1683), + [sym_simple_variable_name] = ACTIONS(1667), [anon_sym_STAR] = ACTIONS(219), [anon_sym_QMARK] = ACTIONS(219), [anon_sym_DASH] = ACTIONS(219), @@ -21442,53 +21435,53 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__] = ACTIONS(225), }, [647] = { - [anon_sym_RBRACE] = ACTIONS(1685), - [anon_sym_LBRACK] = ACTIONS(1687), - [anon_sym_EQ] = ACTIONS(1689), - [anon_sym_COLON] = ACTIONS(1691), - [anon_sym_COLON_QMARK] = ACTIONS(1689), - [anon_sym_COLON_DASH] = ACTIONS(1689), - [anon_sym_PERCENT] = ACTIONS(1689), - [anon_sym_SLASH] = ACTIONS(1689), + [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), }, [648] = { - [anon_sym_RBRACE] = ACTIONS(1693), - [anon_sym_LBRACK] = ACTIONS(1695), - [anon_sym_EQ] = ACTIONS(1697), - [anon_sym_COLON] = ACTIONS(1699), - [anon_sym_COLON_QMARK] = ACTIONS(1697), - [anon_sym_COLON_DASH] = ACTIONS(1697), - [anon_sym_PERCENT] = ACTIONS(1697), - [anon_sym_SLASH] = ACTIONS(1697), + [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), }, [649] = { - [anon_sym_PIPE] = ACTIONS(519), - [anon_sym_RPAREN] = ACTIONS(1701), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(525), + [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), }, [650] = { [sym_file_descriptor] = ACTIONS(299), [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(519), - [anon_sym_RPAREN] = ACTIONS(1701), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(545), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), [anon_sym_BQUOTE] = ACTIONS(299), @@ -21498,64 +21491,64 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [651] = { - [anon_sym_PIPE] = ACTIONS(551), - [anon_sym_PIPE_AMP] = ACTIONS(553), - [anon_sym_AMP_AMP] = ACTIONS(555), - [anon_sym_PIPE_PIPE] = ACTIONS(555), - [anon_sym_BQUOTE] = ACTIONS(1701), + [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), }, [652] = { [sym_file_descriptor] = ACTIONS(299), [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(551), - [anon_sym_PIPE_AMP] = ACTIONS(553), - [anon_sym_AMP_AMP] = ACTIONS(555), - [anon_sym_PIPE_PIPE] = ACTIONS(557), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(1701), + [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), }, [653] = { - [anon_sym_PIPE] = ACTIONS(519), - [anon_sym_RPAREN] = ACTIONS(1703), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(525), + [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), }, [654] = { [sym_file_descriptor] = ACTIONS(299), [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(519), - [anon_sym_RPAREN] = ACTIONS(1703), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(545), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), [anon_sym_BQUOTE] = ACTIONS(299), @@ -21565,65 +21558,65 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [655] = { - [sym_file_descriptor] = ACTIONS(1421), - [anon_sym_PIPE] = ACTIONS(1705), - [anon_sym_RPAREN] = ACTIONS(1421), - [anon_sym_PIPE_AMP] = ACTIONS(1421), - [anon_sym_AMP_AMP] = ACTIONS(1421), - [anon_sym_PIPE_PIPE] = ACTIONS(1421), - [anon_sym_LT] = ACTIONS(1705), - [anon_sym_GT] = ACTIONS(1705), - [anon_sym_GT_GT] = ACTIONS(1421), - [anon_sym_AMP_GT] = ACTIONS(1705), - [anon_sym_AMP_GT_GT] = ACTIONS(1421), - [anon_sym_LT_AMP] = ACTIONS(1421), - [anon_sym_GT_AMP] = ACTIONS(1421), - [anon_sym_LT_LT] = ACTIONS(1705), - [anon_sym_LT_LT_DASH] = ACTIONS(1421), - [anon_sym_BQUOTE] = ACTIONS(1421), + [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), }, [656] = { [sym_simple_expansion] = STATE(679), [sym_expansion] = STATE(679), - [sym__heredoc_middle] = ACTIONS(1435), - [sym__heredoc_end] = ACTIONS(1707), - [anon_sym_DOLLAR] = ACTIONS(1003), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1005), + [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), }, [657] = { [sym_file_redirect] = STATE(467), [sym_heredoc_redirect] = STATE(467), - [sym_file_descriptor] = ACTIONS(527), - [anon_sym_PIPE] = ACTIONS(1709), - [anon_sym_RPAREN] = ACTIONS(1711), - [anon_sym_PIPE_AMP] = ACTIONS(1711), - [anon_sym_AMP_AMP] = ACTIONS(1711), - [anon_sym_PIPE_PIPE] = ACTIONS(1711), - [anon_sym_LT] = ACTIONS(533), - [anon_sym_GT] = ACTIONS(533), - [anon_sym_GT_GT] = ACTIONS(535), - [anon_sym_AMP_GT] = ACTIONS(533), - [anon_sym_AMP_GT_GT] = ACTIONS(535), - [anon_sym_LT_AMP] = ACTIONS(535), - [anon_sym_GT_AMP] = ACTIONS(535), - [anon_sym_LT_LT] = ACTIONS(537), - [anon_sym_LT_LT_DASH] = ACTIONS(539), - [anon_sym_BQUOTE] = ACTIONS(1711), + [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), }, [658] = { - [anon_sym_PIPE] = ACTIONS(1713), - [anon_sym_RPAREN] = ACTIONS(1713), - [anon_sym_SEMI_SEMI] = ACTIONS(1713), - [anon_sym_PIPE_AMP] = ACTIONS(1713), - [anon_sym_AMP_AMP] = ACTIONS(1713), - [anon_sym_PIPE_PIPE] = ACTIONS(1713), + [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(1713), - [anon_sym_LF] = ACTIONS(1713), - [anon_sym_AMP] = ACTIONS(1713), + [anon_sym_SEMI] = ACTIONS(1697), + [anon_sym_LF] = ACTIONS(1697), + [anon_sym_AMP] = ACTIONS(1697), }, [659] = { [sym__terminated_statement] = STATE(126), @@ -21656,7 +21649,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(103), [anon_sym_function] = ACTIONS(105), [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(1715), + [anon_sym_RBRACE] = ACTIONS(1699), [anon_sym_LBRACK] = ACTIONS(109), [anon_sym_LBRACK_LBRACK] = ACTIONS(111), [anon_sym_LT] = ACTIONS(113), @@ -21678,50 +21671,50 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [660] = { - [sym_file_descriptor] = ACTIONS(821), - [sym__concat] = ACTIONS(821), - [anon_sym_PIPE] = ACTIONS(823), - [anon_sym_RPAREN] = ACTIONS(823), - [anon_sym_SEMI_SEMI] = ACTIONS(823), - [anon_sym_PIPE_AMP] = ACTIONS(823), - [anon_sym_AMP_AMP] = ACTIONS(823), - [anon_sym_PIPE_PIPE] = ACTIONS(823), - [anon_sym_LT] = ACTIONS(823), - [anon_sym_GT] = ACTIONS(823), - [anon_sym_GT_GT] = ACTIONS(823), - [anon_sym_AMP_GT] = ACTIONS(823), - [anon_sym_AMP_GT_GT] = ACTIONS(823), - [anon_sym_LT_AMP] = ACTIONS(823), - [anon_sym_GT_AMP] = ACTIONS(823), - [anon_sym_LT_LT] = ACTIONS(823), - [anon_sym_LT_LT_DASH] = ACTIONS(823), + [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(823), - [anon_sym_LF] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), + [anon_sym_SEMI] = ACTIONS(817), + [anon_sym_LF] = ACTIONS(817), + [anon_sym_AMP] = ACTIONS(817), }, [661] = { - [sym_file_descriptor] = ACTIONS(829), - [sym__concat] = ACTIONS(829), - [anon_sym_PIPE] = ACTIONS(831), - [anon_sym_RPAREN] = ACTIONS(831), - [anon_sym_SEMI_SEMI] = ACTIONS(831), - [anon_sym_PIPE_AMP] = ACTIONS(831), - [anon_sym_AMP_AMP] = ACTIONS(831), - [anon_sym_PIPE_PIPE] = ACTIONS(831), - [anon_sym_LT] = ACTIONS(831), - [anon_sym_GT] = ACTIONS(831), - [anon_sym_GT_GT] = ACTIONS(831), - [anon_sym_AMP_GT] = ACTIONS(831), - [anon_sym_AMP_GT_GT] = ACTIONS(831), - [anon_sym_LT_AMP] = ACTIONS(831), - [anon_sym_GT_AMP] = ACTIONS(831), - [anon_sym_LT_LT] = ACTIONS(831), - [anon_sym_LT_LT_DASH] = ACTIONS(831), + [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(831), - [anon_sym_LF] = ACTIONS(831), - [anon_sym_AMP] = ACTIONS(831), + [anon_sym_SEMI] = ACTIONS(825), + [anon_sym_LF] = ACTIONS(825), + [anon_sym_AMP] = ACTIONS(825), }, [662] = { [sym_string] = STATE(788), @@ -21729,52 +21722,52 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(788), [sym_command_substitution] = STATE(788), [sym_process_substitution] = STATE(788), - [anon_sym_DQUOTE] = ACTIONS(573), - [sym_raw_string] = ACTIONS(1717), - [anon_sym_DOLLAR] = ACTIONS(577), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(579), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(581), - [anon_sym_BQUOTE] = ACTIONS(583), - [anon_sym_LT_LPAREN] = ACTIONS(585), - [anon_sym_GT_LPAREN] = ACTIONS(585), - [sym_word] = ACTIONS(1719), + [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), }, [663] = { - [anon_sym_RBRACE] = ACTIONS(1721), - [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_RBRACE] = ACTIONS(1705), + [anon_sym_LBRACK] = ACTIONS(1707), [sym_comment] = ACTIONS(133), }, [664] = { - [anon_sym_RBRACE] = ACTIONS(1725), - [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_RBRACE] = ACTIONS(1709), + [anon_sym_LBRACK] = ACTIONS(1711), [sym_comment] = ACTIONS(133), }, [665] = { - [sym_file_descriptor] = ACTIONS(845), - [sym__concat] = ACTIONS(845), - [anon_sym_PIPE] = ACTIONS(847), - [anon_sym_RPAREN] = ACTIONS(847), - [anon_sym_SEMI_SEMI] = ACTIONS(847), - [anon_sym_PIPE_AMP] = ACTIONS(847), - [anon_sym_AMP_AMP] = ACTIONS(847), - [anon_sym_PIPE_PIPE] = ACTIONS(847), - [anon_sym_LT] = ACTIONS(847), - [anon_sym_GT] = ACTIONS(847), - [anon_sym_GT_GT] = ACTIONS(847), - [anon_sym_AMP_GT] = ACTIONS(847), - [anon_sym_AMP_GT_GT] = ACTIONS(847), - [anon_sym_LT_AMP] = ACTIONS(847), - [anon_sym_GT_AMP] = ACTIONS(847), - [anon_sym_LT_LT] = ACTIONS(847), - [anon_sym_LT_LT_DASH] = ACTIONS(847), + [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(847), - [anon_sym_LF] = ACTIONS(847), - [anon_sym_AMP] = ACTIONS(847), + [anon_sym_SEMI] = ACTIONS(841), + [anon_sym_LF] = ACTIONS(841), + [anon_sym_AMP] = ACTIONS(841), }, [666] = { - [anon_sym_AT] = ACTIONS(1729), + [anon_sym_AT] = ACTIONS(1713), [sym_comment] = ACTIONS(133), }, [667] = { @@ -21785,41 +21778,41 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(794), [sym_process_substitution] = STATE(794), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1731), + [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(1733), + [sym_word] = ACTIONS(1717), [sym_comment] = ACTIONS(133), }, [668] = { - [sym_file_descriptor] = ACTIONS(855), - [sym__concat] = ACTIONS(855), - [anon_sym_PIPE] = ACTIONS(857), - [anon_sym_RPAREN] = ACTIONS(857), - [anon_sym_SEMI_SEMI] = ACTIONS(857), - [anon_sym_PIPE_AMP] = ACTIONS(857), - [anon_sym_AMP_AMP] = ACTIONS(857), - [anon_sym_PIPE_PIPE] = ACTIONS(857), - [anon_sym_LT] = ACTIONS(857), - [anon_sym_GT] = ACTIONS(857), - [anon_sym_GT_GT] = ACTIONS(857), - [anon_sym_AMP_GT] = ACTIONS(857), - [anon_sym_AMP_GT_GT] = ACTIONS(857), - [anon_sym_LT_AMP] = ACTIONS(857), - [anon_sym_GT_AMP] = ACTIONS(857), - [anon_sym_LT_LT] = ACTIONS(857), - [anon_sym_LT_LT_DASH] = ACTIONS(857), + [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(857), - [anon_sym_LF] = ACTIONS(857), - [anon_sym_AMP] = ACTIONS(857), + [anon_sym_SEMI] = ACTIONS(851), + [anon_sym_LF] = ACTIONS(851), + [anon_sym_AMP] = ACTIONS(851), }, [669] = { - [anon_sym_AT] = ACTIONS(1735), + [anon_sym_AT] = ACTIONS(1719), [sym_comment] = ACTIONS(133), }, [670] = { @@ -21830,98 +21823,98 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(797), [sym_process_substitution] = STATE(797), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1737), + [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(1739), + [sym_word] = ACTIONS(1723), [sym_comment] = ACTIONS(133), }, [671] = { - [sym_file_descriptor] = ACTIONS(923), - [sym__concat] = ACTIONS(923), - [anon_sym_PIPE] = ACTIONS(925), - [anon_sym_RPAREN] = ACTIONS(925), - [anon_sym_SEMI_SEMI] = ACTIONS(925), - [anon_sym_PIPE_AMP] = ACTIONS(925), - [anon_sym_AMP_AMP] = ACTIONS(925), - [anon_sym_PIPE_PIPE] = ACTIONS(925), - [anon_sym_LT] = ACTIONS(925), - [anon_sym_GT] = ACTIONS(925), - [anon_sym_GT_GT] = ACTIONS(925), - [anon_sym_AMP_GT] = ACTIONS(925), - [anon_sym_AMP_GT_GT] = ACTIONS(925), - [anon_sym_LT_AMP] = ACTIONS(925), - [anon_sym_GT_AMP] = ACTIONS(925), - [anon_sym_LT_LT] = ACTIONS(925), - [anon_sym_LT_LT_DASH] = ACTIONS(925), + [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(925), - [anon_sym_LF] = ACTIONS(925), - [anon_sym_AMP] = ACTIONS(925), + [anon_sym_SEMI] = ACTIONS(919), + [anon_sym_LF] = ACTIONS(919), + [anon_sym_AMP] = ACTIONS(919), }, [672] = { - [sym_file_descriptor] = ACTIONS(965), - [sym__concat] = ACTIONS(965), - [anon_sym_PIPE] = ACTIONS(967), - [anon_sym_RPAREN] = ACTIONS(967), - [anon_sym_SEMI_SEMI] = ACTIONS(967), - [anon_sym_PIPE_AMP] = ACTIONS(967), - [anon_sym_AMP_AMP] = ACTIONS(967), - [anon_sym_PIPE_PIPE] = ACTIONS(967), - [anon_sym_LT] = ACTIONS(967), - [anon_sym_GT] = ACTIONS(967), - [anon_sym_GT_GT] = ACTIONS(967), - [anon_sym_AMP_GT] = ACTIONS(967), - [anon_sym_AMP_GT_GT] = ACTIONS(967), - [anon_sym_LT_AMP] = ACTIONS(967), - [anon_sym_GT_AMP] = ACTIONS(967), - [anon_sym_LT_LT] = ACTIONS(967), - [anon_sym_LT_LT_DASH] = ACTIONS(967), + [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(967), - [anon_sym_LF] = ACTIONS(967), - [anon_sym_AMP] = ACTIONS(967), + [anon_sym_SEMI] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(957), + [anon_sym_AMP] = ACTIONS(957), }, [673] = { - [sym__heredoc_middle] = ACTIONS(459), - [sym__heredoc_end] = ACTIONS(459), - [anon_sym_DOLLAR] = ACTIONS(471), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(459), + [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), }, [674] = { - [sym__heredoc_middle] = ACTIONS(463), - [sym__heredoc_end] = ACTIONS(463), - [anon_sym_DOLLAR] = ACTIONS(737), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(463), + [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), }, [675] = { - [sym__heredoc_middle] = ACTIONS(467), - [sym__heredoc_end] = ACTIONS(467), - [anon_sym_DOLLAR] = ACTIONS(739), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(467), + [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), }, [676] = { [sym_special_variable_name] = STATE(800), - [anon_sym_RBRACE] = ACTIONS(459), - [anon_sym_LBRACK] = ACTIONS(459), - [anon_sym_EQ] = ACTIONS(459), + [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(471), - [anon_sym_COLON_QMARK] = ACTIONS(459), - [anon_sym_COLON_DASH] = ACTIONS(459), - [anon_sym_PERCENT] = ACTIONS(459), - [anon_sym_SLASH] = ACTIONS(459), + [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(1741), + [sym_simple_variable_name] = ACTIONS(1725), [anon_sym_STAR] = ACTIONS(219), [anon_sym_QMARK] = ACTIONS(219), [anon_sym_DASH] = ACTIONS(219), @@ -21930,275 +21923,275 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__] = ACTIONS(225), }, [677] = { - [anon_sym_RBRACE] = ACTIONS(1743), - [anon_sym_LBRACK] = ACTIONS(1745), - [anon_sym_EQ] = ACTIONS(1747), - [anon_sym_COLON] = ACTIONS(1749), - [anon_sym_COLON_QMARK] = ACTIONS(1747), - [anon_sym_COLON_DASH] = ACTIONS(1747), - [anon_sym_PERCENT] = ACTIONS(1747), - [anon_sym_SLASH] = ACTIONS(1747), + [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), }, [678] = { - [anon_sym_RBRACE] = ACTIONS(1751), - [anon_sym_LBRACK] = ACTIONS(1753), - [anon_sym_EQ] = ACTIONS(1755), - [anon_sym_COLON] = ACTIONS(1757), - [anon_sym_COLON_QMARK] = ACTIONS(1755), - [anon_sym_COLON_DASH] = ACTIONS(1755), - [anon_sym_PERCENT] = ACTIONS(1755), - [anon_sym_SLASH] = ACTIONS(1755), + [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), }, [679] = { - [sym__heredoc_middle] = ACTIONS(1759), - [sym__heredoc_end] = ACTIONS(1759), - [anon_sym_DOLLAR] = ACTIONS(1761), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1759), + [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), }, [680] = { - [sym_file_descriptor] = ACTIONS(1763), - [anon_sym_PIPE] = ACTIONS(1765), - [anon_sym_RPAREN] = ACTIONS(1765), - [anon_sym_SEMI_SEMI] = ACTIONS(1765), - [anon_sym_PIPE_AMP] = ACTIONS(1765), - [anon_sym_AMP_AMP] = ACTIONS(1765), - [anon_sym_PIPE_PIPE] = ACTIONS(1765), - [anon_sym_LT] = ACTIONS(1765), - [anon_sym_GT] = ACTIONS(1765), - [anon_sym_GT_GT] = ACTIONS(1765), - [anon_sym_AMP_GT] = ACTIONS(1765), - [anon_sym_AMP_GT_GT] = ACTIONS(1765), - [anon_sym_LT_AMP] = ACTIONS(1765), - [anon_sym_GT_AMP] = ACTIONS(1765), - [anon_sym_LT_LT] = ACTIONS(1765), - [anon_sym_LT_LT_DASH] = ACTIONS(1765), + [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(1765), - [anon_sym_LF] = ACTIONS(1765), - [anon_sym_AMP] = ACTIONS(1765), + [anon_sym_SEMI] = ACTIONS(1749), + [anon_sym_LF] = ACTIONS(1749), + [anon_sym_AMP] = ACTIONS(1749), }, [681] = { - [sym__concat] = ACTIONS(1257), - [anon_sym_PIPE] = ACTIONS(1257), - [anon_sym_RPAREN] = ACTIONS(1257), - [anon_sym_RBRACK] = ACTIONS(1257), + [sym__concat] = ACTIONS(1245), + [anon_sym_PIPE] = ACTIONS(1245), + [anon_sym_RPAREN] = ACTIONS(1245), + [anon_sym_RBRACK] = ACTIONS(1245), [sym_comment] = ACTIONS(133), }, [682] = { - [sym__concat] = ACTIONS(1261), - [anon_sym_PIPE] = ACTIONS(1261), - [anon_sym_RPAREN] = ACTIONS(1261), - [anon_sym_RBRACK] = ACTIONS(1261), + [sym__concat] = ACTIONS(1249), + [anon_sym_PIPE] = ACTIONS(1249), + [anon_sym_RPAREN] = ACTIONS(1249), + [anon_sym_RBRACK] = ACTIONS(1249), [sym_comment] = ACTIONS(133), }, [683] = { - [anon_sym_AT] = ACTIONS(1767), + [anon_sym_AT] = ACTIONS(1751), [sym_comment] = ACTIONS(133), }, [684] = { - [sym__concat] = ACTIONS(1267), - [anon_sym_PIPE] = ACTIONS(1267), - [anon_sym_RPAREN] = ACTIONS(1267), - [anon_sym_RBRACK] = ACTIONS(1267), + [sym__concat] = ACTIONS(1255), + [anon_sym_PIPE] = ACTIONS(1255), + [anon_sym_RPAREN] = ACTIONS(1255), + [anon_sym_RBRACK] = ACTIONS(1255), [sym_comment] = ACTIONS(133), }, [685] = { - [anon_sym_AT] = ACTIONS(1769), + [anon_sym_AT] = ACTIONS(1753), [sym_comment] = ACTIONS(133), }, [686] = { - [anon_sym_RBRACK] = ACTIONS(1771), + [anon_sym_RBRACK] = ACTIONS(1755), [sym_comment] = ACTIONS(133), }, [687] = { [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(385), - [anon_sym_RBRACE] = ACTIONS(1773), + [sym__concat] = ACTIONS(383), + [anon_sym_RBRACE] = ACTIONS(1757), [sym_comment] = ACTIONS(133), }, [688] = { - [anon_sym_RBRACE] = ACTIONS(1773), + [anon_sym_RBRACE] = ACTIONS(1757), [sym_comment] = ACTIONS(133), }, [689] = { - [anon_sym_RBRACK] = ACTIONS(1775), + [anon_sym_RBRACK] = ACTIONS(1759), [sym_comment] = ACTIONS(133), }, [690] = { [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(385), - [anon_sym_RBRACE] = ACTIONS(1777), + [sym__concat] = ACTIONS(383), + [anon_sym_RBRACE] = ACTIONS(1761), [sym_comment] = ACTIONS(133), }, [691] = { - [anon_sym_RBRACE] = ACTIONS(1777), + [anon_sym_RBRACE] = ACTIONS(1761), [sym_comment] = ACTIONS(133), }, [692] = { - [sym_file_descriptor] = ACTIONS(1257), - [sym__concat] = ACTIONS(1257), - [sym_variable_name] = ACTIONS(1257), - [anon_sym_PIPE] = ACTIONS(1259), - [anon_sym_RPAREN] = ACTIONS(1259), - [anon_sym_SEMI_SEMI] = ACTIONS(1259), - [anon_sym_PIPE_AMP] = ACTIONS(1259), - [anon_sym_AMP_AMP] = ACTIONS(1259), - [anon_sym_PIPE_PIPE] = ACTIONS(1259), - [anon_sym_LT] = ACTIONS(1259), - [anon_sym_GT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_AMP_GT] = ACTIONS(1259), - [anon_sym_AMP_GT_GT] = ACTIONS(1259), - [anon_sym_LT_AMP] = ACTIONS(1259), - [anon_sym_GT_AMP] = ACTIONS(1259), - [anon_sym_DQUOTE] = ACTIONS(1259), - [sym_raw_string] = ACTIONS(1259), - [anon_sym_DOLLAR] = ACTIONS(1259), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1259), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1259), - [anon_sym_BQUOTE] = ACTIONS(1259), - [anon_sym_LT_LPAREN] = ACTIONS(1259), - [anon_sym_GT_LPAREN] = ACTIONS(1259), - [sym_word] = ACTIONS(1259), + [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(1259), - [anon_sym_LF] = ACTIONS(1259), - [anon_sym_AMP] = ACTIONS(1259), + [anon_sym_SEMI] = ACTIONS(1247), + [anon_sym_LF] = ACTIONS(1247), + [anon_sym_AMP] = ACTIONS(1247), }, [693] = { - [sym_file_descriptor] = ACTIONS(1261), - [sym__concat] = ACTIONS(1261), - [sym_variable_name] = ACTIONS(1261), - [anon_sym_PIPE] = ACTIONS(1263), - [anon_sym_RPAREN] = ACTIONS(1263), - [anon_sym_SEMI_SEMI] = ACTIONS(1263), - [anon_sym_PIPE_AMP] = ACTIONS(1263), - [anon_sym_AMP_AMP] = ACTIONS(1263), - [anon_sym_PIPE_PIPE] = ACTIONS(1263), - [anon_sym_LT] = ACTIONS(1263), - [anon_sym_GT] = ACTIONS(1263), - [anon_sym_GT_GT] = ACTIONS(1263), - [anon_sym_AMP_GT] = ACTIONS(1263), - [anon_sym_AMP_GT_GT] = ACTIONS(1263), - [anon_sym_LT_AMP] = ACTIONS(1263), - [anon_sym_GT_AMP] = ACTIONS(1263), - [anon_sym_DQUOTE] = ACTIONS(1263), - [sym_raw_string] = ACTIONS(1263), - [anon_sym_DOLLAR] = ACTIONS(1263), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1263), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1263), - [anon_sym_BQUOTE] = ACTIONS(1263), - [anon_sym_LT_LPAREN] = ACTIONS(1263), - [anon_sym_GT_LPAREN] = ACTIONS(1263), - [sym_word] = ACTIONS(1263), + [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(1263), - [anon_sym_LF] = ACTIONS(1263), - [anon_sym_AMP] = ACTIONS(1263), + [anon_sym_SEMI] = ACTIONS(1251), + [anon_sym_LF] = ACTIONS(1251), + [anon_sym_AMP] = ACTIONS(1251), }, [694] = { - [anon_sym_AT] = ACTIONS(1779), + [anon_sym_AT] = ACTIONS(1763), [sym_comment] = ACTIONS(133), }, [695] = { - [sym_file_descriptor] = ACTIONS(1267), - [sym__concat] = ACTIONS(1267), - [sym_variable_name] = ACTIONS(1267), - [anon_sym_PIPE] = ACTIONS(1269), - [anon_sym_RPAREN] = ACTIONS(1269), - [anon_sym_SEMI_SEMI] = ACTIONS(1269), - [anon_sym_PIPE_AMP] = ACTIONS(1269), - [anon_sym_AMP_AMP] = ACTIONS(1269), - [anon_sym_PIPE_PIPE] = ACTIONS(1269), - [anon_sym_LT] = ACTIONS(1269), - [anon_sym_GT] = ACTIONS(1269), - [anon_sym_GT_GT] = ACTIONS(1269), - [anon_sym_AMP_GT] = ACTIONS(1269), - [anon_sym_AMP_GT_GT] = ACTIONS(1269), - [anon_sym_LT_AMP] = ACTIONS(1269), - [anon_sym_GT_AMP] = ACTIONS(1269), - [anon_sym_DQUOTE] = ACTIONS(1269), - [sym_raw_string] = ACTIONS(1269), - [anon_sym_DOLLAR] = ACTIONS(1269), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1269), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1269), - [anon_sym_BQUOTE] = ACTIONS(1269), - [anon_sym_LT_LPAREN] = ACTIONS(1269), - [anon_sym_GT_LPAREN] = ACTIONS(1269), - [sym_word] = ACTIONS(1269), + [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(1269), - [anon_sym_LF] = ACTIONS(1269), - [anon_sym_AMP] = ACTIONS(1269), + [anon_sym_SEMI] = ACTIONS(1257), + [anon_sym_LF] = ACTIONS(1257), + [anon_sym_AMP] = ACTIONS(1257), }, [696] = { - [anon_sym_AT] = ACTIONS(1781), + [anon_sym_AT] = ACTIONS(1765), [sym_comment] = ACTIONS(133), }, [697] = { - [anon_sym_RBRACK] = ACTIONS(1783), + [anon_sym_RBRACK] = ACTIONS(1767), [sym_comment] = ACTIONS(133), }, [698] = { [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(385), - [anon_sym_RBRACE] = ACTIONS(1785), + [sym__concat] = ACTIONS(383), + [anon_sym_RBRACE] = ACTIONS(1769), [sym_comment] = ACTIONS(133), }, [699] = { - [anon_sym_RBRACE] = ACTIONS(1785), + [anon_sym_RBRACE] = ACTIONS(1769), [sym_comment] = ACTIONS(133), }, [700] = { - [anon_sym_RBRACK] = ACTIONS(1787), + [anon_sym_RBRACK] = ACTIONS(1771), [sym_comment] = ACTIONS(133), }, [701] = { [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(385), - [anon_sym_RBRACE] = ACTIONS(1789), + [sym__concat] = ACTIONS(383), + [anon_sym_RBRACE] = ACTIONS(1773), [sym_comment] = ACTIONS(133), }, [702] = { - [anon_sym_RBRACE] = ACTIONS(1789), + [anon_sym_RBRACE] = ACTIONS(1773), [sym_comment] = ACTIONS(133), }, [703] = { - [sym__concat] = ACTIONS(821), - [anon_sym_SEMI_SEMI] = ACTIONS(823), - [anon_sym_DQUOTE] = ACTIONS(823), - [sym_raw_string] = ACTIONS(823), - [anon_sym_DOLLAR] = ACTIONS(823), - [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(823), + [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(823), - [anon_sym_LF] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), + [anon_sym_SEMI] = ACTIONS(817), + [anon_sym_LF] = ACTIONS(817), + [anon_sym_AMP] = ACTIONS(817), }, [704] = { - [sym__concat] = ACTIONS(829), - [anon_sym_SEMI_SEMI] = ACTIONS(831), - [anon_sym_DQUOTE] = ACTIONS(831), - [sym_raw_string] = ACTIONS(831), - [anon_sym_DOLLAR] = ACTIONS(831), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(831), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(831), - [anon_sym_BQUOTE] = ACTIONS(831), - [anon_sym_LT_LPAREN] = ACTIONS(831), - [anon_sym_GT_LPAREN] = ACTIONS(831), - [sym_word] = ACTIONS(831), + [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(831), - [anon_sym_LF] = ACTIONS(831), - [anon_sym_AMP] = ACTIONS(831), + [anon_sym_SEMI] = ACTIONS(825), + [anon_sym_LF] = ACTIONS(825), + [anon_sym_AMP] = ACTIONS(825), }, [705] = { [sym_string] = STATE(819), @@ -22206,46 +22199,46 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(819), [sym_command_substitution] = STATE(819), [sym_process_substitution] = STATE(819), - [anon_sym_DQUOTE] = ACTIONS(655), - [sym_raw_string] = ACTIONS(1791), - [anon_sym_DOLLAR] = ACTIONS(659), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(661), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(663), - [anon_sym_BQUOTE] = ACTIONS(665), - [anon_sym_LT_LPAREN] = ACTIONS(667), - [anon_sym_GT_LPAREN] = ACTIONS(667), - [sym_word] = ACTIONS(1793), + [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), }, [706] = { - [anon_sym_RBRACE] = ACTIONS(1795), - [anon_sym_LBRACK] = ACTIONS(1797), + [anon_sym_RBRACE] = ACTIONS(1779), + [anon_sym_LBRACK] = ACTIONS(1781), [sym_comment] = ACTIONS(133), }, [707] = { - [anon_sym_RBRACE] = ACTIONS(1799), - [anon_sym_LBRACK] = ACTIONS(1801), + [anon_sym_RBRACE] = ACTIONS(1783), + [anon_sym_LBRACK] = ACTIONS(1785), [sym_comment] = ACTIONS(133), }, [708] = { - [sym__concat] = ACTIONS(845), - [anon_sym_SEMI_SEMI] = ACTIONS(847), - [anon_sym_DQUOTE] = ACTIONS(847), - [sym_raw_string] = ACTIONS(847), - [anon_sym_DOLLAR] = ACTIONS(847), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(847), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(847), - [anon_sym_BQUOTE] = ACTIONS(847), - [anon_sym_LT_LPAREN] = ACTIONS(847), - [anon_sym_GT_LPAREN] = ACTIONS(847), - [sym_word] = ACTIONS(847), + [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(847), - [anon_sym_LF] = ACTIONS(847), - [anon_sym_AMP] = ACTIONS(847), + [anon_sym_SEMI] = ACTIONS(841), + [anon_sym_LF] = ACTIONS(841), + [anon_sym_AMP] = ACTIONS(841), }, [709] = { - [anon_sym_AT] = ACTIONS(1803), + [anon_sym_AT] = ACTIONS(1787), [sym_comment] = ACTIONS(133), }, [710] = { @@ -22256,35 +22249,35 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(825), [sym_process_substitution] = STATE(825), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1805), + [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(1807), + [sym_word] = ACTIONS(1791), [sym_comment] = ACTIONS(133), }, [711] = { - [sym__concat] = ACTIONS(855), - [anon_sym_SEMI_SEMI] = ACTIONS(857), - [anon_sym_DQUOTE] = ACTIONS(857), - [sym_raw_string] = ACTIONS(857), - [anon_sym_DOLLAR] = ACTIONS(857), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(857), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(857), - [anon_sym_BQUOTE] = ACTIONS(857), - [anon_sym_LT_LPAREN] = ACTIONS(857), - [anon_sym_GT_LPAREN] = ACTIONS(857), - [sym_word] = ACTIONS(857), + [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(857), - [anon_sym_LF] = ACTIONS(857), - [anon_sym_AMP] = ACTIONS(857), + [anon_sym_SEMI] = ACTIONS(851), + [anon_sym_LF] = ACTIONS(851), + [anon_sym_AMP] = ACTIONS(851), }, [712] = { - [anon_sym_AT] = ACTIONS(1809), + [anon_sym_AT] = ACTIONS(1793), [sym_comment] = ACTIONS(133), }, [713] = { @@ -22295,61 +22288,61 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(828), [sym_process_substitution] = STATE(828), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1811), + [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(1813), + [sym_word] = ACTIONS(1797), [sym_comment] = ACTIONS(133), }, [714] = { - [sym__concat] = ACTIONS(923), - [anon_sym_SEMI_SEMI] = ACTIONS(925), - [anon_sym_DQUOTE] = ACTIONS(925), - [sym_raw_string] = ACTIONS(925), - [anon_sym_DOLLAR] = ACTIONS(925), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(925), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(925), - [anon_sym_BQUOTE] = ACTIONS(925), - [anon_sym_LT_LPAREN] = ACTIONS(925), - [anon_sym_GT_LPAREN] = ACTIONS(925), - [sym_word] = ACTIONS(925), + [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(925), - [anon_sym_LF] = ACTIONS(925), - [anon_sym_AMP] = ACTIONS(925), + [anon_sym_SEMI] = ACTIONS(919), + [anon_sym_LF] = ACTIONS(919), + [anon_sym_AMP] = ACTIONS(919), }, [715] = { - [sym__concat] = ACTIONS(965), - [anon_sym_SEMI_SEMI] = ACTIONS(967), - [anon_sym_DQUOTE] = ACTIONS(967), - [sym_raw_string] = ACTIONS(967), - [anon_sym_DOLLAR] = ACTIONS(967), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(967), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(967), - [anon_sym_BQUOTE] = ACTIONS(967), - [anon_sym_LT_LPAREN] = ACTIONS(967), - [anon_sym_GT_LPAREN] = ACTIONS(967), - [sym_word] = ACTIONS(967), + [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(967), - [anon_sym_LF] = ACTIONS(967), - [anon_sym_AMP] = ACTIONS(967), + [anon_sym_SEMI] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(957), + [anon_sym_AMP] = ACTIONS(957), }, [716] = { - [anon_sym_PIPE] = ACTIONS(1815), - [anon_sym_RPAREN] = ACTIONS(1815), - [anon_sym_SEMI_SEMI] = ACTIONS(1815), - [anon_sym_PIPE_AMP] = ACTIONS(1815), - [anon_sym_AMP_AMP] = ACTIONS(1815), - [anon_sym_PIPE_PIPE] = ACTIONS(1815), + [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(1815), - [anon_sym_LF] = ACTIONS(1815), - [anon_sym_AMP] = ACTIONS(1815), + [anon_sym_SEMI] = ACTIONS(1799), + [anon_sym_LF] = ACTIONS(1799), + [anon_sym_AMP] = ACTIONS(1799), }, [717] = { [sym__terminated_statement] = STATE(22), @@ -22380,9 +22373,9 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_for] = ACTIONS(97), [anon_sym_while] = ACTIONS(99), [anon_sym_if] = ACTIONS(101), - [anon_sym_fi] = ACTIONS(1817), - [anon_sym_elif] = ACTIONS(1817), - [anon_sym_else] = ACTIONS(1817), + [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), @@ -22407,19 +22400,19 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [718] = { - [anon_sym_PIPE] = ACTIONS(1819), - [anon_sym_RPAREN] = ACTIONS(1819), - [anon_sym_SEMI_SEMI] = ACTIONS(1819), - [anon_sym_PIPE_AMP] = ACTIONS(1819), - [anon_sym_AMP_AMP] = ACTIONS(1819), - [anon_sym_PIPE_PIPE] = ACTIONS(1819), + [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(1819), - [anon_sym_LF] = ACTIONS(1819), - [anon_sym_AMP] = ACTIONS(1819), + [anon_sym_SEMI] = ACTIONS(1803), + [anon_sym_LF] = ACTIONS(1803), + [anon_sym_AMP] = ACTIONS(1803), }, [719] = { - [anon_sym_fi] = ACTIONS(1821), + [anon_sym_fi] = ACTIONS(1805), [sym_comment] = ACTIONS(133), }, [720] = { @@ -22429,15 +22422,15 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(832), [sym_command_substitution] = STATE(832), [sym_process_substitution] = STATE(832), - [anon_sym_DQUOTE] = ACTIONS(315), - [sym_raw_string] = ACTIONS(1823), - [anon_sym_DOLLAR] = ACTIONS(319), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(321), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(323), - [anon_sym_BQUOTE] = ACTIONS(325), - [anon_sym_LT_LPAREN] = ACTIONS(327), - [anon_sym_GT_LPAREN] = ACTIONS(327), - [sym_word] = ACTIONS(1825), + [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), }, [721] = { @@ -22470,7 +22463,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_while] = ACTIONS(99), [anon_sym_if] = ACTIONS(101), [anon_sym_case] = ACTIONS(103), - [anon_sym_SEMI_SEMI] = ACTIONS(1827), + [anon_sym_SEMI_SEMI] = ACTIONS(1811), [anon_sym_function] = ACTIONS(105), [anon_sym_LPAREN] = ACTIONS(107), [anon_sym_LBRACK] = ACTIONS(109), @@ -22494,33 +22487,33 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [722] = { - [anon_sym_PIPE] = ACTIONS(1829), - [anon_sym_RPAREN] = ACTIONS(1831), + [anon_sym_PIPE] = ACTIONS(1813), + [anon_sym_RPAREN] = ACTIONS(1815), [sym_comment] = ACTIONS(133), }, [723] = { - [anon_sym_PIPE] = ACTIONS(1833), - [anon_sym_RPAREN] = ACTIONS(1833), - [anon_sym_SEMI_SEMI] = ACTIONS(1833), - [anon_sym_PIPE_AMP] = ACTIONS(1833), - [anon_sym_AMP_AMP] = ACTIONS(1833), - [anon_sym_PIPE_PIPE] = ACTIONS(1833), + [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(1833), - [anon_sym_LF] = ACTIONS(1833), - [anon_sym_AMP] = ACTIONS(1833), + [anon_sym_SEMI] = ACTIONS(1817), + [anon_sym_LF] = ACTIONS(1817), + [anon_sym_AMP] = ACTIONS(1817), }, [724] = { - [anon_sym_esac] = ACTIONS(1835), - [anon_sym_DQUOTE] = ACTIONS(1837), - [sym_raw_string] = ACTIONS(1837), - [anon_sym_DOLLAR] = ACTIONS(1835), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1837), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1837), - [anon_sym_BQUOTE] = ACTIONS(1837), - [anon_sym_LT_LPAREN] = ACTIONS(1837), - [anon_sym_GT_LPAREN] = ACTIONS(1837), - [sym_word] = ACTIONS(1839), + [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), }, [725] = { @@ -22531,344 +22524,344 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(554), [sym_command_substitution] = STATE(554), [sym_process_substitution] = STATE(554), - [anon_sym_esac] = ACTIONS(1841), - [anon_sym_DQUOTE] = ACTIONS(315), - [sym_raw_string] = ACTIONS(1143), - [anon_sym_DOLLAR] = ACTIONS(319), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(321), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(323), - [anon_sym_BQUOTE] = ACTIONS(325), - [anon_sym_LT_LPAREN] = ACTIONS(327), - [anon_sym_GT_LPAREN] = ACTIONS(327), - [sym_word] = ACTIONS(1145), + [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), }, [726] = { - [anon_sym_RBRACK] = ACTIONS(1843), + [anon_sym_RBRACK] = ACTIONS(1827), [sym_comment] = ACTIONS(133), }, [727] = { - [anon_sym_RBRACK] = ACTIONS(1845), + [anon_sym_RBRACK] = ACTIONS(1829), [sym_comment] = ACTIONS(133), }, [728] = { - [anon_sym_RBRACE] = ACTIONS(1847), + [anon_sym_RBRACE] = ACTIONS(1831), [sym_comment] = ACTIONS(133), }, [729] = { - [sym__concat] = ACTIONS(1617), - [anon_sym_in] = ACTIONS(1619), - [anon_sym_SEMI_SEMI] = ACTIONS(1619), + [sym__concat] = ACTIONS(1601), + [anon_sym_in] = ACTIONS(1603), + [anon_sym_SEMI_SEMI] = ACTIONS(1603), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1619), - [anon_sym_LF] = ACTIONS(1619), - [anon_sym_AMP] = ACTIONS(1619), + [anon_sym_SEMI] = ACTIONS(1603), + [anon_sym_LF] = ACTIONS(1603), + [anon_sym_AMP] = ACTIONS(1603), }, [730] = { - [anon_sym_RBRACE] = ACTIONS(1849), + [anon_sym_RBRACE] = ACTIONS(1833), [sym_comment] = ACTIONS(133), }, [731] = { - [sym__concat] = ACTIONS(1623), - [anon_sym_in] = ACTIONS(1625), - [anon_sym_SEMI_SEMI] = ACTIONS(1625), + [sym__concat] = ACTIONS(1607), + [anon_sym_in] = ACTIONS(1609), + [anon_sym_SEMI_SEMI] = ACTIONS(1609), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1625), - [anon_sym_LF] = ACTIONS(1625), - [anon_sym_AMP] = ACTIONS(1625), + [anon_sym_SEMI] = ACTIONS(1609), + [anon_sym_LF] = ACTIONS(1609), + [anon_sym_AMP] = ACTIONS(1609), }, [732] = { - [anon_sym_RBRACK] = ACTIONS(1851), + [anon_sym_RBRACK] = ACTIONS(1835), [sym_comment] = ACTIONS(133), }, [733] = { - [anon_sym_RBRACK] = ACTIONS(1853), + [anon_sym_RBRACK] = ACTIONS(1837), [sym_comment] = ACTIONS(133), }, [734] = { - [anon_sym_RBRACE] = ACTIONS(1855), + [anon_sym_RBRACE] = ACTIONS(1839), [sym_comment] = ACTIONS(133), }, [735] = { - [sym__concat] = ACTIONS(1617), - [anon_sym_RBRACE] = ACTIONS(1617), - [anon_sym_RBRACK] = ACTIONS(1857), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1857), - [anon_sym_DQUOTE] = ACTIONS(1617), - [sym_raw_string] = ACTIONS(1617), - [anon_sym_DOLLAR] = ACTIONS(1857), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1617), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1617), - [anon_sym_BQUOTE] = ACTIONS(1617), - [anon_sym_LT_LPAREN] = ACTIONS(1617), - [anon_sym_GT_LPAREN] = ACTIONS(1617), - [sym_word] = ACTIONS(1619), + [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), }, [736] = { - [anon_sym_RBRACE] = ACTIONS(1859), + [anon_sym_RBRACE] = ACTIONS(1843), [sym_comment] = ACTIONS(133), }, [737] = { - [sym__concat] = ACTIONS(1623), - [anon_sym_RBRACE] = ACTIONS(1623), - [anon_sym_RBRACK] = ACTIONS(1861), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1861), - [anon_sym_DQUOTE] = ACTIONS(1623), - [sym_raw_string] = ACTIONS(1623), - [anon_sym_DOLLAR] = ACTIONS(1861), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1623), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1623), - [anon_sym_BQUOTE] = ACTIONS(1623), - [anon_sym_LT_LPAREN] = ACTIONS(1623), - [anon_sym_GT_LPAREN] = ACTIONS(1623), - [sym_word] = ACTIONS(1625), + [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), }, [738] = { - [anon_sym_RBRACK] = ACTIONS(1863), + [anon_sym_RBRACK] = ACTIONS(1847), [sym_comment] = ACTIONS(133), }, [739] = { - [anon_sym_RBRACK] = ACTIONS(1865), + [anon_sym_RBRACK] = ACTIONS(1849), [sym_comment] = ACTIONS(133), }, [740] = { - [anon_sym_RBRACE] = ACTIONS(1867), + [anon_sym_RBRACE] = ACTIONS(1851), [sym_comment] = ACTIONS(133), }, [741] = { - [sym_file_descriptor] = ACTIONS(1617), - [sym__concat] = ACTIONS(1617), - [sym_variable_name] = ACTIONS(1617), - [anon_sym_PIPE] = ACTIONS(1857), - [anon_sym_RPAREN] = ACTIONS(1617), - [anon_sym_PIPE_AMP] = ACTIONS(1617), - [anon_sym_AMP_AMP] = ACTIONS(1617), - [anon_sym_PIPE_PIPE] = ACTIONS(1857), - [anon_sym_LT] = ACTIONS(1857), - [anon_sym_GT] = ACTIONS(1857), - [anon_sym_GT_GT] = ACTIONS(1617), - [anon_sym_AMP_GT] = ACTIONS(1857), - [anon_sym_AMP_GT_GT] = ACTIONS(1617), - [anon_sym_LT_AMP] = ACTIONS(1617), - [anon_sym_GT_AMP] = ACTIONS(1617), - [anon_sym_DQUOTE] = ACTIONS(1617), - [sym_raw_string] = ACTIONS(1617), - [anon_sym_DOLLAR] = ACTIONS(1857), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1617), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1617), - [anon_sym_BQUOTE] = ACTIONS(1617), - [anon_sym_LT_LPAREN] = ACTIONS(1617), - [anon_sym_GT_LPAREN] = ACTIONS(1617), - [sym_word] = ACTIONS(1619), + [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), }, [742] = { - [anon_sym_RBRACE] = ACTIONS(1869), + [anon_sym_RBRACE] = ACTIONS(1853), [sym_comment] = ACTIONS(133), }, [743] = { - [sym_file_descriptor] = ACTIONS(1623), - [sym__concat] = ACTIONS(1623), - [sym_variable_name] = ACTIONS(1623), - [anon_sym_PIPE] = ACTIONS(1861), - [anon_sym_RPAREN] = ACTIONS(1623), - [anon_sym_PIPE_AMP] = ACTIONS(1623), - [anon_sym_AMP_AMP] = ACTIONS(1623), - [anon_sym_PIPE_PIPE] = ACTIONS(1861), - [anon_sym_LT] = ACTIONS(1861), - [anon_sym_GT] = ACTIONS(1861), - [anon_sym_GT_GT] = ACTIONS(1623), - [anon_sym_AMP_GT] = ACTIONS(1861), - [anon_sym_AMP_GT_GT] = ACTIONS(1623), - [anon_sym_LT_AMP] = ACTIONS(1623), - [anon_sym_GT_AMP] = ACTIONS(1623), - [anon_sym_DQUOTE] = ACTIONS(1623), - [sym_raw_string] = ACTIONS(1623), - [anon_sym_DOLLAR] = ACTIONS(1861), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1623), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1623), - [anon_sym_BQUOTE] = ACTIONS(1623), - [anon_sym_LT_LPAREN] = ACTIONS(1623), - [anon_sym_GT_LPAREN] = ACTIONS(1623), - [sym_word] = ACTIONS(1625), + [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), }, [744] = { - [anon_sym_RBRACK] = ACTIONS(1871), + [anon_sym_RBRACK] = ACTIONS(1855), [sym_comment] = ACTIONS(133), }, [745] = { - [anon_sym_RBRACK] = ACTIONS(1873), + [anon_sym_RBRACK] = ACTIONS(1857), [sym_comment] = ACTIONS(133), }, [746] = { - [anon_sym_RBRACE] = ACTIONS(1875), + [anon_sym_RBRACE] = ACTIONS(1859), [sym_comment] = ACTIONS(133), }, [747] = { - [anon_sym_DQUOTE] = ACTIONS(1619), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(1857), - [anon_sym_DOLLAR] = ACTIONS(1619), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1619), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1619), - [anon_sym_BQUOTE] = ACTIONS(1619), + [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), }, [748] = { - [anon_sym_RBRACE] = ACTIONS(1877), + [anon_sym_RBRACE] = ACTIONS(1861), [sym_comment] = ACTIONS(133), }, [749] = { - [anon_sym_DQUOTE] = ACTIONS(1625), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(1861), - [anon_sym_DOLLAR] = ACTIONS(1625), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1625), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1625), - [anon_sym_BQUOTE] = ACTIONS(1625), + [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), }, [750] = { - [anon_sym_RBRACE] = ACTIONS(1879), + [anon_sym_RBRACE] = ACTIONS(1863), [sym_comment] = ACTIONS(133), }, [751] = { - [anon_sym_RBRACE] = ACTIONS(1881), + [anon_sym_RBRACE] = ACTIONS(1865), [sym_comment] = ACTIONS(133), }, [752] = { - [sym_file_descriptor] = ACTIONS(1883), - [sym__concat] = ACTIONS(1883), - [anon_sym_PIPE] = ACTIONS(1885), - [anon_sym_RPAREN] = ACTIONS(1885), - [anon_sym_SEMI_SEMI] = ACTIONS(1885), - [anon_sym_PIPE_AMP] = ACTIONS(1885), - [anon_sym_AMP_AMP] = ACTIONS(1885), - [anon_sym_PIPE_PIPE] = ACTIONS(1885), - [anon_sym_LT] = ACTIONS(1885), - [anon_sym_GT] = ACTIONS(1885), - [anon_sym_GT_GT] = ACTIONS(1885), - [anon_sym_AMP_GT] = ACTIONS(1885), - [anon_sym_AMP_GT_GT] = ACTIONS(1885), - [anon_sym_LT_AMP] = ACTIONS(1885), - [anon_sym_GT_AMP] = ACTIONS(1885), - [anon_sym_LT_LT] = ACTIONS(1885), - [anon_sym_LT_LT_DASH] = ACTIONS(1885), - [anon_sym_DQUOTE] = ACTIONS(1885), - [sym_raw_string] = ACTIONS(1885), - [anon_sym_DOLLAR] = ACTIONS(1885), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1885), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1885), - [anon_sym_BQUOTE] = ACTIONS(1885), - [anon_sym_LT_LPAREN] = ACTIONS(1885), - [anon_sym_GT_LPAREN] = ACTIONS(1885), - [sym_word] = ACTIONS(1885), + [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(1885), - [anon_sym_LF] = ACTIONS(1885), - [anon_sym_AMP] = ACTIONS(1885), + [anon_sym_SEMI] = ACTIONS(1869), + [anon_sym_LF] = ACTIONS(1869), + [anon_sym_AMP] = ACTIONS(1869), }, [753] = { - [sym_file_descriptor] = ACTIONS(1887), - [sym__concat] = ACTIONS(1887), - [anon_sym_PIPE] = ACTIONS(1889), - [anon_sym_RPAREN] = ACTIONS(1889), - [anon_sym_SEMI_SEMI] = ACTIONS(1889), - [anon_sym_PIPE_AMP] = ACTIONS(1889), - [anon_sym_AMP_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1889), - [anon_sym_LT] = ACTIONS(1889), - [anon_sym_GT] = ACTIONS(1889), - [anon_sym_GT_GT] = ACTIONS(1889), - [anon_sym_AMP_GT] = ACTIONS(1889), - [anon_sym_AMP_GT_GT] = ACTIONS(1889), - [anon_sym_LT_AMP] = ACTIONS(1889), - [anon_sym_GT_AMP] = ACTIONS(1889), - [anon_sym_LT_LT] = ACTIONS(1889), - [anon_sym_LT_LT_DASH] = ACTIONS(1889), - [anon_sym_DQUOTE] = ACTIONS(1889), - [sym_raw_string] = ACTIONS(1889), - [anon_sym_DOLLAR] = ACTIONS(1889), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1889), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1889), - [anon_sym_BQUOTE] = ACTIONS(1889), - [anon_sym_LT_LPAREN] = ACTIONS(1889), - [anon_sym_GT_LPAREN] = ACTIONS(1889), - [sym_word] = ACTIONS(1889), + [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(1889), - [anon_sym_LF] = ACTIONS(1889), - [anon_sym_AMP] = ACTIONS(1889), + [anon_sym_SEMI] = ACTIONS(1873), + [anon_sym_LF] = ACTIONS(1873), + [anon_sym_AMP] = ACTIONS(1873), }, [754] = { - [sym_file_descriptor] = ACTIONS(1465), - [sym_variable_name] = ACTIONS(1465), - [anon_sym_PIPE] = ACTIONS(1891), - [anon_sym_RPAREN] = ACTIONS(1465), - [anon_sym_PIPE_AMP] = ACTIONS(1465), - [anon_sym_AMP_AMP] = ACTIONS(1465), - [anon_sym_PIPE_PIPE] = ACTIONS(1891), - [anon_sym_LT] = ACTIONS(1891), - [anon_sym_GT] = ACTIONS(1891), - [anon_sym_GT_GT] = ACTIONS(1465), - [anon_sym_AMP_GT] = ACTIONS(1891), - [anon_sym_AMP_GT_GT] = ACTIONS(1465), - [anon_sym_LT_AMP] = ACTIONS(1465), - [anon_sym_GT_AMP] = ACTIONS(1465), - [anon_sym_DQUOTE] = ACTIONS(1465), - [sym_raw_string] = ACTIONS(1465), - [anon_sym_DOLLAR] = ACTIONS(1891), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1465), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1465), - [anon_sym_BQUOTE] = ACTIONS(1465), - [anon_sym_LT_LPAREN] = ACTIONS(1465), - [anon_sym_GT_LPAREN] = ACTIONS(1465), - [sym_word] = ACTIONS(1467), + [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), }, [755] = { [sym_do_group] = STATE(857), - [anon_sym_do] = ACTIONS(875), + [anon_sym_do] = ACTIONS(869), [sym_comment] = ACTIONS(133), }, [756] = { - [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), + [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), }, [757] = { - [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), + [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), }, [758] = { - [anon_sym_fi] = ACTIONS(1901), + [anon_sym_fi] = ACTIONS(1885), [sym_comment] = ACTIONS(133), }, [759] = { [sym_elif_clause] = STATE(552), [sym_else_clause] = STATE(859), - [anon_sym_fi] = ACTIONS(1901), - [anon_sym_elif] = ACTIONS(1137), - [anon_sym_else] = ACTIONS(1139), + [anon_sym_fi] = ACTIONS(1885), + [anon_sym_elif] = ACTIONS(1125), + [anon_sym_else] = ACTIONS(1127), [sym_comment] = ACTIONS(133), }, [760] = { - [anon_sym_PIPE] = ACTIONS(1903), - [anon_sym_RPAREN] = ACTIONS(1905), - [anon_sym_PIPE_AMP] = ACTIONS(1905), - [anon_sym_AMP_AMP] = ACTIONS(1905), - [anon_sym_PIPE_PIPE] = ACTIONS(1905), - [anon_sym_BQUOTE] = ACTIONS(1905), + [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), }, [761] = { @@ -22879,16 +22872,16 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(554), [sym_command_substitution] = STATE(554), [sym_process_substitution] = STATE(554), - [anon_sym_esac] = ACTIONS(1907), - [anon_sym_DQUOTE] = ACTIONS(315), - [sym_raw_string] = ACTIONS(1143), - [anon_sym_DOLLAR] = ACTIONS(319), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(321), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(323), - [anon_sym_BQUOTE] = ACTIONS(325), - [anon_sym_LT_LPAREN] = ACTIONS(327), - [anon_sym_GT_LPAREN] = ACTIONS(327), - [sym_word] = ACTIONS(1145), + [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), }, [762] = { @@ -22900,19 +22893,109 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(554), [sym_process_substitution] = STATE(554), [aux_sym_case_statement_repeat1] = STATE(861), - [anon_sym_esac] = ACTIONS(1907), - [anon_sym_DQUOTE] = ACTIONS(315), - [sym_raw_string] = ACTIONS(1143), - [anon_sym_DOLLAR] = ACTIONS(319), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(321), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(323), - [anon_sym_BQUOTE] = ACTIONS(325), - [anon_sym_LT_LPAREN] = ACTIONS(327), - [anon_sym_GT_LPAREN] = ACTIONS(327), - [sym_word] = ACTIONS(1145), + [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), }, [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), + }, + [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), + }, + [765] = { + [anon_sym_RBRACK] = ACTIONS(1901), + [sym_comment] = ACTIONS(133), + }, + [766] = { + [anon_sym_RBRACK] = ACTIONS(1903), + [sym_comment] = ACTIONS(133), + }, + [767] = { + [anon_sym_RBRACE] = ACTIONS(1905), + [sym_comment] = ACTIONS(133), + }, + [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), + }, + [769] = { + [anon_sym_RBRACE] = ACTIONS(1907), + [sym_comment] = ACTIONS(133), + }, + [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), + }, + [771] = { [anon_sym_PIPE] = ACTIONS(1909), [anon_sym_RPAREN] = ACTIONS(1911), [anon_sym_PIPE_AMP] = ACTIONS(1911), @@ -22921,96 +23004,6 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BQUOTE] = ACTIONS(1911), [sym_comment] = ACTIONS(133), }, - [764] = { - [anon_sym_PIPE] = ACTIONS(1913), - [anon_sym_RPAREN] = ACTIONS(1915), - [anon_sym_PIPE_AMP] = ACTIONS(1915), - [anon_sym_AMP_AMP] = ACTIONS(1915), - [anon_sym_PIPE_PIPE] = ACTIONS(1915), - [anon_sym_BQUOTE] = ACTIONS(1915), - [sym_comment] = ACTIONS(133), - }, - [765] = { - [anon_sym_RBRACK] = ACTIONS(1917), - [sym_comment] = ACTIONS(133), - }, - [766] = { - [anon_sym_RBRACK] = ACTIONS(1919), - [sym_comment] = ACTIONS(133), - }, - [767] = { - [anon_sym_RBRACE] = ACTIONS(1921), - [sym_comment] = ACTIONS(133), - }, - [768] = { - [sym_file_descriptor] = ACTIONS(1617), - [sym__concat] = ACTIONS(1617), - [anon_sym_PIPE] = ACTIONS(1857), - [anon_sym_RPAREN] = ACTIONS(1617), - [anon_sym_PIPE_AMP] = ACTIONS(1617), - [anon_sym_AMP_AMP] = ACTIONS(1617), - [anon_sym_PIPE_PIPE] = ACTIONS(1857), - [anon_sym_LT] = ACTIONS(1857), - [anon_sym_GT] = ACTIONS(1857), - [anon_sym_GT_GT] = ACTIONS(1617), - [anon_sym_AMP_GT] = ACTIONS(1857), - [anon_sym_AMP_GT_GT] = ACTIONS(1617), - [anon_sym_LT_AMP] = ACTIONS(1617), - [anon_sym_GT_AMP] = ACTIONS(1617), - [anon_sym_LT_LT] = ACTIONS(1857), - [anon_sym_LT_LT_DASH] = ACTIONS(1617), - [anon_sym_DQUOTE] = ACTIONS(1617), - [sym_raw_string] = ACTIONS(1617), - [anon_sym_DOLLAR] = ACTIONS(1857), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1617), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1617), - [anon_sym_BQUOTE] = ACTIONS(1617), - [anon_sym_LT_LPAREN] = ACTIONS(1617), - [anon_sym_GT_LPAREN] = ACTIONS(1617), - [sym_word] = ACTIONS(1619), - [sym_comment] = ACTIONS(133), - }, - [769] = { - [anon_sym_RBRACE] = ACTIONS(1923), - [sym_comment] = ACTIONS(133), - }, - [770] = { - [sym_file_descriptor] = ACTIONS(1623), - [sym__concat] = ACTIONS(1623), - [anon_sym_PIPE] = ACTIONS(1861), - [anon_sym_RPAREN] = ACTIONS(1623), - [anon_sym_PIPE_AMP] = ACTIONS(1623), - [anon_sym_AMP_AMP] = ACTIONS(1623), - [anon_sym_PIPE_PIPE] = ACTIONS(1861), - [anon_sym_LT] = ACTIONS(1861), - [anon_sym_GT] = ACTIONS(1861), - [anon_sym_GT_GT] = ACTIONS(1623), - [anon_sym_AMP_GT] = ACTIONS(1861), - [anon_sym_AMP_GT_GT] = ACTIONS(1623), - [anon_sym_LT_AMP] = ACTIONS(1623), - [anon_sym_GT_AMP] = ACTIONS(1623), - [anon_sym_LT_LT] = ACTIONS(1861), - [anon_sym_LT_LT_DASH] = ACTIONS(1623), - [anon_sym_DQUOTE] = ACTIONS(1623), - [sym_raw_string] = ACTIONS(1623), - [anon_sym_DOLLAR] = ACTIONS(1861), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1623), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1623), - [anon_sym_BQUOTE] = ACTIONS(1623), - [anon_sym_LT_LPAREN] = ACTIONS(1623), - [anon_sym_GT_LPAREN] = ACTIONS(1623), - [sym_word] = ACTIONS(1625), - [sym_comment] = ACTIONS(133), - }, - [771] = { - [anon_sym_PIPE] = ACTIONS(1925), - [anon_sym_RPAREN] = ACTIONS(1927), - [anon_sym_PIPE_AMP] = ACTIONS(1927), - [anon_sym_AMP_AMP] = ACTIONS(1927), - [anon_sym_PIPE_PIPE] = ACTIONS(1927), - [anon_sym_BQUOTE] = ACTIONS(1927), - [sym_comment] = ACTIONS(133), - }, [772] = { [sym__terminated_statement] = STATE(126), [sym_for_statement] = STATE(23), @@ -23042,7 +23035,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(103), [anon_sym_function] = ACTIONS(105), [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(1929), + [anon_sym_RBRACE] = ACTIONS(1913), [anon_sym_LBRACK] = ACTIONS(109), [anon_sym_LBRACK_LBRACK] = ACTIONS(111), [anon_sym_LT] = ACTIONS(113), @@ -23064,43 +23057,43 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [773] = { - [sym_file_descriptor] = ACTIONS(821), - [sym__concat] = ACTIONS(821), - [anon_sym_PIPE] = ACTIONS(1177), - [anon_sym_RPAREN] = ACTIONS(821), - [anon_sym_PIPE_AMP] = ACTIONS(821), - [anon_sym_AMP_AMP] = ACTIONS(821), - [anon_sym_PIPE_PIPE] = ACTIONS(821), - [anon_sym_LT] = ACTIONS(1177), - [anon_sym_GT] = ACTIONS(1177), - [anon_sym_GT_GT] = ACTIONS(821), - [anon_sym_AMP_GT] = ACTIONS(1177), - [anon_sym_AMP_GT_GT] = ACTIONS(821), - [anon_sym_LT_AMP] = ACTIONS(821), - [anon_sym_GT_AMP] = ACTIONS(821), - [anon_sym_LT_LT] = ACTIONS(1177), - [anon_sym_LT_LT_DASH] = ACTIONS(821), - [anon_sym_BQUOTE] = ACTIONS(821), + [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), }, [774] = { - [sym_file_descriptor] = ACTIONS(829), - [sym__concat] = ACTIONS(829), - [anon_sym_PIPE] = ACTIONS(1179), - [anon_sym_RPAREN] = ACTIONS(829), - [anon_sym_PIPE_AMP] = ACTIONS(829), - [anon_sym_AMP_AMP] = ACTIONS(829), - [anon_sym_PIPE_PIPE] = ACTIONS(829), - [anon_sym_LT] = ACTIONS(1179), - [anon_sym_GT] = ACTIONS(1179), - [anon_sym_GT_GT] = ACTIONS(829), - [anon_sym_AMP_GT] = ACTIONS(1179), - [anon_sym_AMP_GT_GT] = ACTIONS(829), - [anon_sym_LT_AMP] = ACTIONS(829), - [anon_sym_GT_AMP] = ACTIONS(829), - [anon_sym_LT_LT] = ACTIONS(1179), - [anon_sym_LT_LT_DASH] = ACTIONS(829), - [anon_sym_BQUOTE] = ACTIONS(829), + [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), }, [775] = { @@ -23109,49 +23102,49 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(867), [sym_command_substitution] = STATE(867), [sym_process_substitution] = STATE(867), - [anon_sym_DQUOTE] = ACTIONS(931), - [sym_raw_string] = ACTIONS(1931), - [anon_sym_DOLLAR] = ACTIONS(935), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(937), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(939), - [anon_sym_BQUOTE] = ACTIONS(941), - [anon_sym_LT_LPAREN] = ACTIONS(943), - [anon_sym_GT_LPAREN] = ACTIONS(943), - [sym_word] = ACTIONS(1933), + [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), }, [776] = { - [anon_sym_RBRACE] = ACTIONS(1935), - [anon_sym_LBRACK] = ACTIONS(1937), + [anon_sym_RBRACE] = ACTIONS(1919), + [anon_sym_LBRACK] = ACTIONS(1921), [sym_comment] = ACTIONS(133), }, [777] = { - [anon_sym_RBRACE] = ACTIONS(1939), - [anon_sym_LBRACK] = ACTIONS(1941), + [anon_sym_RBRACE] = ACTIONS(1923), + [anon_sym_LBRACK] = ACTIONS(1925), [sym_comment] = ACTIONS(133), }, [778] = { - [sym_file_descriptor] = ACTIONS(845), - [sym__concat] = ACTIONS(845), - [anon_sym_PIPE] = ACTIONS(1193), - [anon_sym_RPAREN] = ACTIONS(845), - [anon_sym_PIPE_AMP] = ACTIONS(845), - [anon_sym_AMP_AMP] = ACTIONS(845), - [anon_sym_PIPE_PIPE] = ACTIONS(845), - [anon_sym_LT] = ACTIONS(1193), - [anon_sym_GT] = ACTIONS(1193), - [anon_sym_GT_GT] = ACTIONS(845), - [anon_sym_AMP_GT] = ACTIONS(1193), - [anon_sym_AMP_GT_GT] = ACTIONS(845), - [anon_sym_LT_AMP] = ACTIONS(845), - [anon_sym_GT_AMP] = ACTIONS(845), - [anon_sym_LT_LT] = ACTIONS(1193), - [anon_sym_LT_LT_DASH] = ACTIONS(845), - [anon_sym_BQUOTE] = ACTIONS(845), + [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), }, [779] = { - [anon_sym_AT] = ACTIONS(1943), + [anon_sym_AT] = ACTIONS(1927), [sym_comment] = ACTIONS(133), }, [780] = { @@ -23162,38 +23155,38 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(873), [sym_process_substitution] = STATE(873), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1945), + [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(1947), + [sym_word] = ACTIONS(1931), [sym_comment] = ACTIONS(133), }, [781] = { - [sym_file_descriptor] = ACTIONS(855), - [sym__concat] = ACTIONS(855), - [anon_sym_PIPE] = ACTIONS(1201), - [anon_sym_RPAREN] = ACTIONS(855), - [anon_sym_PIPE_AMP] = ACTIONS(855), - [anon_sym_AMP_AMP] = ACTIONS(855), - [anon_sym_PIPE_PIPE] = ACTIONS(855), - [anon_sym_LT] = ACTIONS(1201), - [anon_sym_GT] = ACTIONS(1201), - [anon_sym_GT_GT] = ACTIONS(855), - [anon_sym_AMP_GT] = ACTIONS(1201), - [anon_sym_AMP_GT_GT] = ACTIONS(855), - [anon_sym_LT_AMP] = ACTIONS(855), - [anon_sym_GT_AMP] = ACTIONS(855), - [anon_sym_LT_LT] = ACTIONS(1201), - [anon_sym_LT_LT_DASH] = ACTIONS(855), - [anon_sym_BQUOTE] = ACTIONS(855), + [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), }, [782] = { - [anon_sym_AT] = ACTIONS(1949), + [anon_sym_AT] = ACTIONS(1933), [sym_comment] = ACTIONS(133), }, [783] = { @@ -23204,211 +23197,211 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(876), [sym_process_substitution] = STATE(876), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1951), + [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(1953), + [sym_word] = ACTIONS(1937), [sym_comment] = ACTIONS(133), }, [784] = { - [sym_file_descriptor] = ACTIONS(923), - [sym__concat] = ACTIONS(923), - [anon_sym_PIPE] = ACTIONS(1209), - [anon_sym_RPAREN] = ACTIONS(923), - [anon_sym_PIPE_AMP] = ACTIONS(923), - [anon_sym_AMP_AMP] = ACTIONS(923), - [anon_sym_PIPE_PIPE] = ACTIONS(923), - [anon_sym_LT] = ACTIONS(1209), - [anon_sym_GT] = ACTIONS(1209), - [anon_sym_GT_GT] = ACTIONS(923), - [anon_sym_AMP_GT] = ACTIONS(1209), - [anon_sym_AMP_GT_GT] = ACTIONS(923), - [anon_sym_LT_AMP] = ACTIONS(923), - [anon_sym_GT_AMP] = ACTIONS(923), - [anon_sym_LT_LT] = ACTIONS(1209), - [anon_sym_LT_LT_DASH] = ACTIONS(923), - [anon_sym_BQUOTE] = ACTIONS(923), + [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), }, [785] = { - [sym_file_descriptor] = ACTIONS(965), - [sym__concat] = ACTIONS(965), - [anon_sym_PIPE] = ACTIONS(1211), - [anon_sym_RPAREN] = ACTIONS(965), - [anon_sym_PIPE_AMP] = ACTIONS(965), - [anon_sym_AMP_AMP] = ACTIONS(965), - [anon_sym_PIPE_PIPE] = ACTIONS(965), - [anon_sym_LT] = ACTIONS(1211), - [anon_sym_GT] = ACTIONS(1211), - [anon_sym_GT_GT] = ACTIONS(965), - [anon_sym_AMP_GT] = ACTIONS(1211), - [anon_sym_AMP_GT_GT] = ACTIONS(965), - [anon_sym_LT_AMP] = ACTIONS(965), - [anon_sym_GT_AMP] = ACTIONS(965), - [anon_sym_LT_LT] = ACTIONS(1211), - [anon_sym_LT_LT_DASH] = ACTIONS(965), - [anon_sym_BQUOTE] = ACTIONS(965), + [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), }, [786] = { - [sym_file_descriptor] = ACTIONS(1763), - [anon_sym_PIPE] = ACTIONS(1955), - [anon_sym_RPAREN] = ACTIONS(1763), - [anon_sym_PIPE_AMP] = ACTIONS(1763), - [anon_sym_AMP_AMP] = ACTIONS(1763), - [anon_sym_PIPE_PIPE] = ACTIONS(1763), - [anon_sym_LT] = ACTIONS(1955), - [anon_sym_GT] = ACTIONS(1955), - [anon_sym_GT_GT] = ACTIONS(1763), - [anon_sym_AMP_GT] = ACTIONS(1955), - [anon_sym_AMP_GT_GT] = ACTIONS(1763), - [anon_sym_LT_AMP] = ACTIONS(1763), - [anon_sym_GT_AMP] = ACTIONS(1763), - [anon_sym_LT_LT] = ACTIONS(1955), - [anon_sym_LT_LT_DASH] = ACTIONS(1763), - [anon_sym_BQUOTE] = ACTIONS(1763), + [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), }, [787] = { - [anon_sym_PIPE] = ACTIONS(1957), - [anon_sym_RPAREN] = ACTIONS(1957), - [anon_sym_SEMI_SEMI] = ACTIONS(1957), - [anon_sym_PIPE_AMP] = ACTIONS(1957), - [anon_sym_AMP_AMP] = ACTIONS(1957), - [anon_sym_PIPE_PIPE] = ACTIONS(1957), + [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(1957), - [anon_sym_LF] = ACTIONS(1957), - [anon_sym_AMP] = ACTIONS(1957), + [anon_sym_SEMI] = ACTIONS(1941), + [anon_sym_LF] = ACTIONS(1941), + [anon_sym_AMP] = ACTIONS(1941), }, [788] = { - [sym_file_descriptor] = ACTIONS(1257), - [sym__concat] = ACTIONS(1257), - [anon_sym_PIPE] = ACTIONS(1259), - [anon_sym_RPAREN] = ACTIONS(1259), - [anon_sym_SEMI_SEMI] = ACTIONS(1259), - [anon_sym_PIPE_AMP] = ACTIONS(1259), - [anon_sym_AMP_AMP] = ACTIONS(1259), - [anon_sym_PIPE_PIPE] = ACTIONS(1259), - [anon_sym_LT] = ACTIONS(1259), - [anon_sym_GT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_AMP_GT] = ACTIONS(1259), - [anon_sym_AMP_GT_GT] = ACTIONS(1259), - [anon_sym_LT_AMP] = ACTIONS(1259), - [anon_sym_GT_AMP] = ACTIONS(1259), - [anon_sym_LT_LT] = ACTIONS(1259), - [anon_sym_LT_LT_DASH] = ACTIONS(1259), + [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(1259), - [anon_sym_LF] = ACTIONS(1259), - [anon_sym_AMP] = ACTIONS(1259), + [anon_sym_SEMI] = ACTIONS(1247), + [anon_sym_LF] = ACTIONS(1247), + [anon_sym_AMP] = ACTIONS(1247), }, [789] = { - [sym_file_descriptor] = ACTIONS(1261), - [sym__concat] = ACTIONS(1261), - [anon_sym_PIPE] = ACTIONS(1263), - [anon_sym_RPAREN] = ACTIONS(1263), - [anon_sym_SEMI_SEMI] = ACTIONS(1263), - [anon_sym_PIPE_AMP] = ACTIONS(1263), - [anon_sym_AMP_AMP] = ACTIONS(1263), - [anon_sym_PIPE_PIPE] = ACTIONS(1263), - [anon_sym_LT] = ACTIONS(1263), - [anon_sym_GT] = ACTIONS(1263), - [anon_sym_GT_GT] = ACTIONS(1263), - [anon_sym_AMP_GT] = ACTIONS(1263), - [anon_sym_AMP_GT_GT] = ACTIONS(1263), - [anon_sym_LT_AMP] = ACTIONS(1263), - [anon_sym_GT_AMP] = ACTIONS(1263), - [anon_sym_LT_LT] = ACTIONS(1263), - [anon_sym_LT_LT_DASH] = ACTIONS(1263), + [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(1263), - [anon_sym_LF] = ACTIONS(1263), - [anon_sym_AMP] = ACTIONS(1263), + [anon_sym_SEMI] = ACTIONS(1251), + [anon_sym_LF] = ACTIONS(1251), + [anon_sym_AMP] = ACTIONS(1251), }, [790] = { - [anon_sym_AT] = ACTIONS(1959), + [anon_sym_AT] = ACTIONS(1943), [sym_comment] = ACTIONS(133), }, [791] = { - [sym_file_descriptor] = ACTIONS(1267), - [sym__concat] = ACTIONS(1267), - [anon_sym_PIPE] = ACTIONS(1269), - [anon_sym_RPAREN] = ACTIONS(1269), - [anon_sym_SEMI_SEMI] = ACTIONS(1269), - [anon_sym_PIPE_AMP] = ACTIONS(1269), - [anon_sym_AMP_AMP] = ACTIONS(1269), - [anon_sym_PIPE_PIPE] = ACTIONS(1269), - [anon_sym_LT] = ACTIONS(1269), - [anon_sym_GT] = ACTIONS(1269), - [anon_sym_GT_GT] = ACTIONS(1269), - [anon_sym_AMP_GT] = ACTIONS(1269), - [anon_sym_AMP_GT_GT] = ACTIONS(1269), - [anon_sym_LT_AMP] = ACTIONS(1269), - [anon_sym_GT_AMP] = ACTIONS(1269), - [anon_sym_LT_LT] = ACTIONS(1269), - [anon_sym_LT_LT_DASH] = ACTIONS(1269), + [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(1269), - [anon_sym_LF] = ACTIONS(1269), - [anon_sym_AMP] = ACTIONS(1269), + [anon_sym_SEMI] = ACTIONS(1257), + [anon_sym_LF] = ACTIONS(1257), + [anon_sym_AMP] = ACTIONS(1257), }, [792] = { - [anon_sym_AT] = ACTIONS(1961), + [anon_sym_AT] = ACTIONS(1945), [sym_comment] = ACTIONS(133), }, [793] = { - [anon_sym_RBRACK] = ACTIONS(1963), + [anon_sym_RBRACK] = ACTIONS(1947), [sym_comment] = ACTIONS(133), }, [794] = { [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(385), - [anon_sym_RBRACE] = ACTIONS(1965), + [sym__concat] = ACTIONS(383), + [anon_sym_RBRACE] = ACTIONS(1949), [sym_comment] = ACTIONS(133), }, [795] = { - [anon_sym_RBRACE] = ACTIONS(1965), + [anon_sym_RBRACE] = ACTIONS(1949), [sym_comment] = ACTIONS(133), }, [796] = { - [anon_sym_RBRACK] = ACTIONS(1967), + [anon_sym_RBRACK] = ACTIONS(1951), [sym_comment] = ACTIONS(133), }, [797] = { [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(385), - [anon_sym_RBRACE] = ACTIONS(1969), + [sym__concat] = ACTIONS(383), + [anon_sym_RBRACE] = ACTIONS(1953), [sym_comment] = ACTIONS(133), }, [798] = { - [anon_sym_RBRACE] = ACTIONS(1969), + [anon_sym_RBRACE] = ACTIONS(1953), [sym_comment] = ACTIONS(133), }, [799] = { - [anon_sym_RBRACE] = ACTIONS(1971), - [anon_sym_LBRACK] = ACTIONS(1973), + [anon_sym_RBRACE] = ACTIONS(1955), + [anon_sym_LBRACK] = ACTIONS(1957), [sym_comment] = ACTIONS(133), }, [800] = { - [anon_sym_RBRACE] = ACTIONS(1975), - [anon_sym_LBRACK] = ACTIONS(1977), + [anon_sym_RBRACE] = ACTIONS(1959), + [anon_sym_LBRACK] = ACTIONS(1961), [sym_comment] = ACTIONS(133), }, [801] = { - [sym__heredoc_middle] = ACTIONS(845), - [sym__heredoc_end] = ACTIONS(845), - [anon_sym_DOLLAR] = ACTIONS(1193), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(845), + [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), }, [802] = { - [anon_sym_AT] = ACTIONS(1979), + [anon_sym_AT] = ACTIONS(1963), [sym_comment] = ACTIONS(133), }, [803] = { @@ -23419,25 +23412,25 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(889), [sym_process_substitution] = STATE(889), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1981), + [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(1983), + [sym_word] = ACTIONS(1967), [sym_comment] = ACTIONS(133), }, [804] = { - [sym__heredoc_middle] = ACTIONS(855), - [sym__heredoc_end] = ACTIONS(855), - [anon_sym_DOLLAR] = ACTIONS(1201), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(855), + [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), }, [805] = { - [anon_sym_AT] = ACTIONS(1985), + [anon_sym_AT] = ACTIONS(1969), [sym_comment] = ACTIONS(133), }, [806] = { @@ -23448,209 +23441,209 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(892), [sym_process_substitution] = STATE(892), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(1987), + [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(1989), + [sym_word] = ACTIONS(1973), [sym_comment] = ACTIONS(133), }, [807] = { - [anon_sym_RBRACK] = ACTIONS(1991), + [anon_sym_RBRACK] = ACTIONS(1975), [sym_comment] = ACTIONS(133), }, [808] = { - [anon_sym_RBRACK] = ACTIONS(1993), + [anon_sym_RBRACK] = ACTIONS(1977), [sym_comment] = ACTIONS(133), }, [809] = { - [anon_sym_RBRACE] = ACTIONS(1995), + [anon_sym_RBRACE] = ACTIONS(1979), [sym_comment] = ACTIONS(133), }, [810] = { - [sym__concat] = ACTIONS(1617), - [anon_sym_PIPE] = ACTIONS(1617), - [anon_sym_RPAREN] = ACTIONS(1617), - [anon_sym_RBRACK] = ACTIONS(1617), + [sym__concat] = ACTIONS(1601), + [anon_sym_PIPE] = ACTIONS(1601), + [anon_sym_RPAREN] = ACTIONS(1601), + [anon_sym_RBRACK] = ACTIONS(1601), [sym_comment] = ACTIONS(133), }, [811] = { - [anon_sym_RBRACE] = ACTIONS(1997), + [anon_sym_RBRACE] = ACTIONS(1981), [sym_comment] = ACTIONS(133), }, [812] = { - [sym__concat] = ACTIONS(1623), - [anon_sym_PIPE] = ACTIONS(1623), - [anon_sym_RPAREN] = ACTIONS(1623), - [anon_sym_RBRACK] = ACTIONS(1623), + [sym__concat] = ACTIONS(1607), + [anon_sym_PIPE] = ACTIONS(1607), + [anon_sym_RPAREN] = ACTIONS(1607), + [anon_sym_RBRACK] = ACTIONS(1607), [sym_comment] = ACTIONS(133), }, [813] = { - [anon_sym_RBRACK] = ACTIONS(1999), + [anon_sym_RBRACK] = ACTIONS(1983), [sym_comment] = ACTIONS(133), }, [814] = { - [anon_sym_RBRACK] = ACTIONS(2001), + [anon_sym_RBRACK] = ACTIONS(1985), [sym_comment] = ACTIONS(133), }, [815] = { - [anon_sym_RBRACE] = ACTIONS(2003), + [anon_sym_RBRACE] = ACTIONS(1987), [sym_comment] = ACTIONS(133), }, [816] = { - [sym_file_descriptor] = ACTIONS(1617), - [sym__concat] = ACTIONS(1617), - [sym_variable_name] = ACTIONS(1617), - [anon_sym_PIPE] = ACTIONS(1619), - [anon_sym_RPAREN] = ACTIONS(1619), - [anon_sym_SEMI_SEMI] = ACTIONS(1619), - [anon_sym_PIPE_AMP] = ACTIONS(1619), - [anon_sym_AMP_AMP] = ACTIONS(1619), - [anon_sym_PIPE_PIPE] = ACTIONS(1619), - [anon_sym_LT] = ACTIONS(1619), - [anon_sym_GT] = ACTIONS(1619), - [anon_sym_GT_GT] = ACTIONS(1619), - [anon_sym_AMP_GT] = ACTIONS(1619), - [anon_sym_AMP_GT_GT] = ACTIONS(1619), - [anon_sym_LT_AMP] = ACTIONS(1619), - [anon_sym_GT_AMP] = ACTIONS(1619), - [anon_sym_DQUOTE] = ACTIONS(1619), - [sym_raw_string] = ACTIONS(1619), - [anon_sym_DOLLAR] = ACTIONS(1619), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1619), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1619), - [anon_sym_BQUOTE] = ACTIONS(1619), - [anon_sym_LT_LPAREN] = ACTIONS(1619), - [anon_sym_GT_LPAREN] = ACTIONS(1619), - [sym_word] = ACTIONS(1619), + [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(1619), - [anon_sym_LF] = ACTIONS(1619), - [anon_sym_AMP] = ACTIONS(1619), + [anon_sym_SEMI] = ACTIONS(1603), + [anon_sym_LF] = ACTIONS(1603), + [anon_sym_AMP] = ACTIONS(1603), }, [817] = { - [anon_sym_RBRACE] = ACTIONS(2005), + [anon_sym_RBRACE] = ACTIONS(1989), [sym_comment] = ACTIONS(133), }, [818] = { - [sym_file_descriptor] = ACTIONS(1623), - [sym__concat] = ACTIONS(1623), - [sym_variable_name] = ACTIONS(1623), - [anon_sym_PIPE] = ACTIONS(1625), - [anon_sym_RPAREN] = ACTIONS(1625), - [anon_sym_SEMI_SEMI] = ACTIONS(1625), - [anon_sym_PIPE_AMP] = ACTIONS(1625), - [anon_sym_AMP_AMP] = ACTIONS(1625), - [anon_sym_PIPE_PIPE] = ACTIONS(1625), - [anon_sym_LT] = ACTIONS(1625), - [anon_sym_GT] = ACTIONS(1625), - [anon_sym_GT_GT] = ACTIONS(1625), - [anon_sym_AMP_GT] = ACTIONS(1625), - [anon_sym_AMP_GT_GT] = ACTIONS(1625), - [anon_sym_LT_AMP] = ACTIONS(1625), - [anon_sym_GT_AMP] = ACTIONS(1625), - [anon_sym_DQUOTE] = ACTIONS(1625), - [sym_raw_string] = ACTIONS(1625), - [anon_sym_DOLLAR] = ACTIONS(1625), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1625), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1625), - [anon_sym_BQUOTE] = ACTIONS(1625), - [anon_sym_LT_LPAREN] = ACTIONS(1625), - [anon_sym_GT_LPAREN] = ACTIONS(1625), - [sym_word] = ACTIONS(1625), + [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(1625), - [anon_sym_LF] = ACTIONS(1625), - [anon_sym_AMP] = ACTIONS(1625), + [anon_sym_SEMI] = ACTIONS(1609), + [anon_sym_LF] = ACTIONS(1609), + [anon_sym_AMP] = ACTIONS(1609), }, [819] = { - [sym__concat] = ACTIONS(1257), - [anon_sym_SEMI_SEMI] = ACTIONS(1259), - [anon_sym_DQUOTE] = ACTIONS(1259), - [sym_raw_string] = ACTIONS(1259), - [anon_sym_DOLLAR] = ACTIONS(1259), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1259), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1259), - [anon_sym_BQUOTE] = ACTIONS(1259), - [anon_sym_LT_LPAREN] = ACTIONS(1259), - [anon_sym_GT_LPAREN] = ACTIONS(1259), - [sym_word] = ACTIONS(1259), + [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(1259), - [anon_sym_LF] = ACTIONS(1259), - [anon_sym_AMP] = ACTIONS(1259), + [anon_sym_SEMI] = ACTIONS(1247), + [anon_sym_LF] = ACTIONS(1247), + [anon_sym_AMP] = ACTIONS(1247), }, [820] = { - [sym__concat] = ACTIONS(1261), - [anon_sym_SEMI_SEMI] = ACTIONS(1263), - [anon_sym_DQUOTE] = ACTIONS(1263), - [sym_raw_string] = ACTIONS(1263), - [anon_sym_DOLLAR] = ACTIONS(1263), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1263), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1263), - [anon_sym_BQUOTE] = ACTIONS(1263), - [anon_sym_LT_LPAREN] = ACTIONS(1263), - [anon_sym_GT_LPAREN] = ACTIONS(1263), - [sym_word] = ACTIONS(1263), + [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(1263), - [anon_sym_LF] = ACTIONS(1263), - [anon_sym_AMP] = ACTIONS(1263), + [anon_sym_SEMI] = ACTIONS(1251), + [anon_sym_LF] = ACTIONS(1251), + [anon_sym_AMP] = ACTIONS(1251), }, [821] = { - [anon_sym_AT] = ACTIONS(2007), + [anon_sym_AT] = ACTIONS(1991), [sym_comment] = ACTIONS(133), }, [822] = { - [sym__concat] = ACTIONS(1267), - [anon_sym_SEMI_SEMI] = ACTIONS(1269), - [anon_sym_DQUOTE] = ACTIONS(1269), - [sym_raw_string] = ACTIONS(1269), - [anon_sym_DOLLAR] = ACTIONS(1269), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1269), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1269), - [anon_sym_BQUOTE] = ACTIONS(1269), - [anon_sym_LT_LPAREN] = ACTIONS(1269), - [anon_sym_GT_LPAREN] = ACTIONS(1269), - [sym_word] = ACTIONS(1269), + [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(1269), - [anon_sym_LF] = ACTIONS(1269), - [anon_sym_AMP] = ACTIONS(1269), + [anon_sym_SEMI] = ACTIONS(1257), + [anon_sym_LF] = ACTIONS(1257), + [anon_sym_AMP] = ACTIONS(1257), }, [823] = { - [anon_sym_AT] = ACTIONS(2009), + [anon_sym_AT] = ACTIONS(1993), [sym_comment] = ACTIONS(133), }, [824] = { - [anon_sym_RBRACK] = ACTIONS(2011), + [anon_sym_RBRACK] = ACTIONS(1995), [sym_comment] = ACTIONS(133), }, [825] = { [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(385), - [anon_sym_RBRACE] = ACTIONS(2013), + [sym__concat] = ACTIONS(383), + [anon_sym_RBRACE] = ACTIONS(1997), [sym_comment] = ACTIONS(133), }, [826] = { - [anon_sym_RBRACE] = ACTIONS(2013), + [anon_sym_RBRACE] = ACTIONS(1997), [sym_comment] = ACTIONS(133), }, [827] = { - [anon_sym_RBRACK] = ACTIONS(2015), + [anon_sym_RBRACK] = ACTIONS(1999), [sym_comment] = ACTIONS(133), }, [828] = { [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(385), - [anon_sym_RBRACE] = ACTIONS(2017), + [sym__concat] = ACTIONS(383), + [anon_sym_RBRACE] = ACTIONS(2001), [sym_comment] = ACTIONS(133), }, [829] = { - [anon_sym_RBRACE] = ACTIONS(2017), + [anon_sym_RBRACE] = ACTIONS(2001), [sym_comment] = ACTIONS(133), }, [830] = { @@ -23681,9 +23674,9 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_for] = ACTIONS(97), [anon_sym_while] = ACTIONS(99), [anon_sym_if] = ACTIONS(101), - [anon_sym_fi] = ACTIONS(2019), - [anon_sym_elif] = ACTIONS(2019), - [anon_sym_else] = ACTIONS(2019), + [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), @@ -23708,40 +23701,40 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [831] = { - [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_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(2021), - [anon_sym_LF] = ACTIONS(2021), - [anon_sym_AMP] = ACTIONS(2021), + [anon_sym_SEMI] = ACTIONS(2005), + [anon_sym_LF] = ACTIONS(2005), + [anon_sym_AMP] = ACTIONS(2005), }, [832] = { [aux_sym_concatenation_repeat1] = STATE(305), - [sym__concat] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(2023), - [anon_sym_RPAREN] = ACTIONS(2023), + [sym__concat] = ACTIONS(613), + [anon_sym_PIPE] = ACTIONS(2007), + [anon_sym_RPAREN] = ACTIONS(2007), [sym_comment] = ACTIONS(133), }, [833] = { - [anon_sym_PIPE] = ACTIONS(2023), - [anon_sym_RPAREN] = ACTIONS(2023), + [anon_sym_PIPE] = ACTIONS(2007), + [anon_sym_RPAREN] = ACTIONS(2007), [sym_comment] = ACTIONS(133), }, [834] = { - [anon_sym_esac] = ACTIONS(2025), - [anon_sym_DQUOTE] = ACTIONS(2027), - [sym_raw_string] = ACTIONS(2027), - [anon_sym_DOLLAR] = ACTIONS(2025), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2027), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2027), - [anon_sym_BQUOTE] = ACTIONS(2027), - [anon_sym_LT_LPAREN] = ACTIONS(2027), - [anon_sym_GT_LPAREN] = ACTIONS(2027), - [sym_word] = ACTIONS(2029), + [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), }, [835] = { @@ -23773,7 +23766,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_while] = ACTIONS(99), [anon_sym_if] = ACTIONS(101), [anon_sym_case] = ACTIONS(103), - [anon_sym_SEMI_SEMI] = ACTIONS(2031), + [anon_sym_SEMI_SEMI] = ACTIONS(2015), [anon_sym_function] = ACTIONS(105), [anon_sym_LPAREN] = ACTIONS(107), [anon_sym_LBRACK] = ACTIONS(109), @@ -23803,15 +23796,15 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(909), [sym_command_substitution] = STATE(909), [sym_process_substitution] = STATE(909), - [anon_sym_DQUOTE] = ACTIONS(315), - [sym_raw_string] = ACTIONS(2033), - [anon_sym_DOLLAR] = ACTIONS(319), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(321), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(323), - [anon_sym_BQUOTE] = ACTIONS(325), - [anon_sym_LT_LPAREN] = ACTIONS(327), - [anon_sym_GT_LPAREN] = ACTIONS(327), - [sym_word] = ACTIONS(2035), + [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), }, [837] = { @@ -23844,7 +23837,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_while] = ACTIONS(99), [anon_sym_if] = ACTIONS(101), [anon_sym_case] = ACTIONS(103), - [anon_sym_SEMI_SEMI] = ACTIONS(2031), + [anon_sym_SEMI_SEMI] = ACTIONS(2015), [anon_sym_function] = ACTIONS(105), [anon_sym_LPAREN] = ACTIONS(107), [anon_sym_LBRACK] = ACTIONS(109), @@ -23868,264 +23861,264 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [838] = { - [anon_sym_PIPE] = ACTIONS(2037), - [anon_sym_RPAREN] = ACTIONS(2037), - [anon_sym_SEMI_SEMI] = ACTIONS(2037), - [anon_sym_PIPE_AMP] = ACTIONS(2037), - [anon_sym_AMP_AMP] = ACTIONS(2037), - [anon_sym_PIPE_PIPE] = ACTIONS(2037), + [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(2037), - [anon_sym_LF] = ACTIONS(2037), - [anon_sym_AMP] = ACTIONS(2037), + [anon_sym_SEMI] = ACTIONS(2021), + [anon_sym_LF] = ACTIONS(2021), + [anon_sym_AMP] = ACTIONS(2021), }, [839] = { - [anon_sym_RBRACE] = ACTIONS(2039), + [anon_sym_RBRACE] = ACTIONS(2023), [sym_comment] = ACTIONS(133), }, [840] = { - [anon_sym_RBRACE] = ACTIONS(2041), + [anon_sym_RBRACE] = ACTIONS(2025), [sym_comment] = ACTIONS(133), }, [841] = { - [sym__concat] = ACTIONS(1883), - [anon_sym_in] = ACTIONS(1885), - [anon_sym_SEMI_SEMI] = ACTIONS(1885), + [sym__concat] = ACTIONS(1867), + [anon_sym_in] = ACTIONS(1869), + [anon_sym_SEMI_SEMI] = ACTIONS(1869), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1885), - [anon_sym_LF] = ACTIONS(1885), - [anon_sym_AMP] = ACTIONS(1885), + [anon_sym_SEMI] = ACTIONS(1869), + [anon_sym_LF] = ACTIONS(1869), + [anon_sym_AMP] = ACTIONS(1869), }, [842] = { - [sym__concat] = ACTIONS(1887), - [anon_sym_in] = ACTIONS(1889), - [anon_sym_SEMI_SEMI] = ACTIONS(1889), + [sym__concat] = ACTIONS(1871), + [anon_sym_in] = ACTIONS(1873), + [anon_sym_SEMI_SEMI] = ACTIONS(1873), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1889), - [anon_sym_LF] = ACTIONS(1889), - [anon_sym_AMP] = ACTIONS(1889), + [anon_sym_SEMI] = ACTIONS(1873), + [anon_sym_LF] = ACTIONS(1873), + [anon_sym_AMP] = ACTIONS(1873), }, [843] = { - [anon_sym_RBRACE] = ACTIONS(2043), + [anon_sym_RBRACE] = ACTIONS(2027), [sym_comment] = ACTIONS(133), }, [844] = { - [anon_sym_RBRACE] = ACTIONS(2045), + [anon_sym_RBRACE] = ACTIONS(2029), [sym_comment] = ACTIONS(133), }, [845] = { - [sym__concat] = ACTIONS(1883), - [anon_sym_RBRACE] = ACTIONS(1883), - [anon_sym_RBRACK] = ACTIONS(2047), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2047), - [anon_sym_DQUOTE] = ACTIONS(1883), - [sym_raw_string] = ACTIONS(1883), - [anon_sym_DOLLAR] = ACTIONS(2047), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1883), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1883), - [anon_sym_BQUOTE] = ACTIONS(1883), - [anon_sym_LT_LPAREN] = ACTIONS(1883), - [anon_sym_GT_LPAREN] = ACTIONS(1883), - [sym_word] = ACTIONS(1885), + [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), }, [846] = { - [sym__concat] = ACTIONS(1887), - [anon_sym_RBRACE] = ACTIONS(1887), - [anon_sym_RBRACK] = ACTIONS(2049), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2049), - [anon_sym_DQUOTE] = ACTIONS(1887), - [sym_raw_string] = ACTIONS(1887), - [anon_sym_DOLLAR] = ACTIONS(2049), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1887), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1887), - [anon_sym_BQUOTE] = ACTIONS(1887), - [anon_sym_LT_LPAREN] = ACTIONS(1887), - [anon_sym_GT_LPAREN] = ACTIONS(1887), - [sym_word] = ACTIONS(1889), + [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), }, [847] = { - [anon_sym_RBRACE] = ACTIONS(2051), + [anon_sym_RBRACE] = ACTIONS(2035), [sym_comment] = ACTIONS(133), }, [848] = { - [anon_sym_RBRACE] = ACTIONS(2053), + [anon_sym_RBRACE] = ACTIONS(2037), [sym_comment] = ACTIONS(133), }, [849] = { - [sym_file_descriptor] = ACTIONS(1883), - [sym__concat] = ACTIONS(1883), - [sym_variable_name] = ACTIONS(1883), - [anon_sym_PIPE] = ACTIONS(2047), - [anon_sym_RPAREN] = ACTIONS(1883), - [anon_sym_PIPE_AMP] = ACTIONS(1883), - [anon_sym_AMP_AMP] = ACTIONS(1883), - [anon_sym_PIPE_PIPE] = ACTIONS(2047), - [anon_sym_LT] = ACTIONS(2047), - [anon_sym_GT] = ACTIONS(2047), - [anon_sym_GT_GT] = ACTIONS(1883), - [anon_sym_AMP_GT] = ACTIONS(2047), - [anon_sym_AMP_GT_GT] = ACTIONS(1883), - [anon_sym_LT_AMP] = ACTIONS(1883), - [anon_sym_GT_AMP] = ACTIONS(1883), - [anon_sym_DQUOTE] = ACTIONS(1883), - [sym_raw_string] = ACTIONS(1883), - [anon_sym_DOLLAR] = ACTIONS(2047), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1883), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1883), - [anon_sym_BQUOTE] = ACTIONS(1883), - [anon_sym_LT_LPAREN] = ACTIONS(1883), - [anon_sym_GT_LPAREN] = ACTIONS(1883), - [sym_word] = ACTIONS(1885), + [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), }, [850] = { - [sym_file_descriptor] = ACTIONS(1887), - [sym__concat] = ACTIONS(1887), - [sym_variable_name] = ACTIONS(1887), - [anon_sym_PIPE] = ACTIONS(2049), - [anon_sym_RPAREN] = ACTIONS(1887), - [anon_sym_PIPE_AMP] = ACTIONS(1887), - [anon_sym_AMP_AMP] = ACTIONS(1887), - [anon_sym_PIPE_PIPE] = ACTIONS(2049), - [anon_sym_LT] = ACTIONS(2049), - [anon_sym_GT] = ACTIONS(2049), - [anon_sym_GT_GT] = ACTIONS(1887), - [anon_sym_AMP_GT] = ACTIONS(2049), - [anon_sym_AMP_GT_GT] = ACTIONS(1887), - [anon_sym_LT_AMP] = ACTIONS(1887), - [anon_sym_GT_AMP] = ACTIONS(1887), - [anon_sym_DQUOTE] = ACTIONS(1887), - [sym_raw_string] = ACTIONS(1887), - [anon_sym_DOLLAR] = ACTIONS(2049), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1887), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1887), - [anon_sym_BQUOTE] = ACTIONS(1887), - [anon_sym_LT_LPAREN] = ACTIONS(1887), - [anon_sym_GT_LPAREN] = ACTIONS(1887), - [sym_word] = ACTIONS(1889), + [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), }, [851] = { - [anon_sym_RBRACE] = ACTIONS(2055), + [anon_sym_RBRACE] = ACTIONS(2039), [sym_comment] = ACTIONS(133), }, [852] = { - [anon_sym_RBRACE] = ACTIONS(2057), + [anon_sym_RBRACE] = ACTIONS(2041), [sym_comment] = ACTIONS(133), }, [853] = { - [anon_sym_DQUOTE] = ACTIONS(1885), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(2047), - [anon_sym_DOLLAR] = ACTIONS(1885), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1885), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1885), - [anon_sym_BQUOTE] = ACTIONS(1885), + [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), }, [854] = { - [anon_sym_DQUOTE] = ACTIONS(1889), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(2049), - [anon_sym_DOLLAR] = ACTIONS(1889), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1889), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1889), - [anon_sym_BQUOTE] = ACTIONS(1889), + [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), }, [855] = { - [sym_file_descriptor] = ACTIONS(2059), - [sym__concat] = ACTIONS(2059), - [anon_sym_PIPE] = ACTIONS(2061), - [anon_sym_RPAREN] = ACTIONS(2061), - [anon_sym_SEMI_SEMI] = ACTIONS(2061), - [anon_sym_PIPE_AMP] = ACTIONS(2061), - [anon_sym_AMP_AMP] = ACTIONS(2061), - [anon_sym_PIPE_PIPE] = ACTIONS(2061), - [anon_sym_LT] = ACTIONS(2061), - [anon_sym_GT] = ACTIONS(2061), - [anon_sym_GT_GT] = ACTIONS(2061), - [anon_sym_AMP_GT] = ACTIONS(2061), - [anon_sym_AMP_GT_GT] = ACTIONS(2061), - [anon_sym_LT_AMP] = ACTIONS(2061), - [anon_sym_GT_AMP] = ACTIONS(2061), - [anon_sym_LT_LT] = ACTIONS(2061), - [anon_sym_LT_LT_DASH] = ACTIONS(2061), - [anon_sym_DQUOTE] = ACTIONS(2061), - [sym_raw_string] = ACTIONS(2061), - [anon_sym_DOLLAR] = ACTIONS(2061), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2061), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2061), - [anon_sym_BQUOTE] = ACTIONS(2061), - [anon_sym_LT_LPAREN] = ACTIONS(2061), - [anon_sym_GT_LPAREN] = ACTIONS(2061), - [sym_word] = ACTIONS(2061), + [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(2061), - [anon_sym_LF] = ACTIONS(2061), - [anon_sym_AMP] = ACTIONS(2061), + [anon_sym_SEMI] = ACTIONS(2045), + [anon_sym_LF] = ACTIONS(2045), + [anon_sym_AMP] = ACTIONS(2045), }, [856] = { - [sym_file_descriptor] = ACTIONS(2063), - [sym__concat] = ACTIONS(2063), - [anon_sym_PIPE] = ACTIONS(2065), - [anon_sym_RPAREN] = ACTIONS(2065), - [anon_sym_SEMI_SEMI] = ACTIONS(2065), - [anon_sym_PIPE_AMP] = ACTIONS(2065), - [anon_sym_AMP_AMP] = ACTIONS(2065), - [anon_sym_PIPE_PIPE] = ACTIONS(2065), - [anon_sym_LT] = ACTIONS(2065), - [anon_sym_GT] = ACTIONS(2065), - [anon_sym_GT_GT] = ACTIONS(2065), - [anon_sym_AMP_GT] = ACTIONS(2065), - [anon_sym_AMP_GT_GT] = ACTIONS(2065), - [anon_sym_LT_AMP] = ACTIONS(2065), - [anon_sym_GT_AMP] = ACTIONS(2065), - [anon_sym_LT_LT] = ACTIONS(2065), - [anon_sym_LT_LT_DASH] = ACTIONS(2065), - [anon_sym_DQUOTE] = ACTIONS(2065), - [sym_raw_string] = ACTIONS(2065), - [anon_sym_DOLLAR] = ACTIONS(2065), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2065), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2065), - [anon_sym_BQUOTE] = ACTIONS(2065), - [anon_sym_LT_LPAREN] = ACTIONS(2065), - [anon_sym_GT_LPAREN] = ACTIONS(2065), - [sym_word] = ACTIONS(2065), + [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(2065), - [anon_sym_LF] = ACTIONS(2065), - [anon_sym_AMP] = ACTIONS(2065), + [anon_sym_SEMI] = ACTIONS(2049), + [anon_sym_LF] = ACTIONS(2049), + [anon_sym_AMP] = ACTIONS(2049), }, [857] = { - [anon_sym_PIPE] = ACTIONS(2067), - [anon_sym_RPAREN] = ACTIONS(2069), - [anon_sym_PIPE_AMP] = ACTIONS(2069), - [anon_sym_AMP_AMP] = ACTIONS(2069), - [anon_sym_PIPE_PIPE] = ACTIONS(2069), - [anon_sym_BQUOTE] = ACTIONS(2069), + [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), }, [858] = { - [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), + [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), }, [859] = { - [anon_sym_fi] = ACTIONS(2075), + [anon_sym_fi] = ACTIONS(2059), [sym_comment] = ACTIONS(133), }, [860] = { - [anon_sym_PIPE] = ACTIONS(2077), - [anon_sym_RPAREN] = ACTIONS(2079), - [anon_sym_PIPE_AMP] = ACTIONS(2079), - [anon_sym_AMP_AMP] = ACTIONS(2079), - [anon_sym_PIPE_PIPE] = ACTIONS(2079), - [anon_sym_BQUOTE] = ACTIONS(2079), + [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), }, [861] = { @@ -24136,464 +24129,464 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(554), [sym_command_substitution] = STATE(554), [sym_process_substitution] = STATE(554), - [anon_sym_esac] = ACTIONS(2081), - [anon_sym_DQUOTE] = ACTIONS(315), - [sym_raw_string] = ACTIONS(1143), - [anon_sym_DOLLAR] = ACTIONS(319), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(321), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(323), - [anon_sym_BQUOTE] = ACTIONS(325), - [anon_sym_LT_LPAREN] = ACTIONS(327), - [anon_sym_GT_LPAREN] = ACTIONS(327), - [sym_word] = ACTIONS(1145), + [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), }, [862] = { - [anon_sym_RBRACE] = ACTIONS(2083), + [anon_sym_RBRACE] = ACTIONS(2067), [sym_comment] = ACTIONS(133), }, [863] = { - [anon_sym_RBRACE] = ACTIONS(2085), + [anon_sym_RBRACE] = ACTIONS(2069), [sym_comment] = ACTIONS(133), }, [864] = { - [sym_file_descriptor] = ACTIONS(1883), - [sym__concat] = ACTIONS(1883), - [anon_sym_PIPE] = ACTIONS(2047), - [anon_sym_RPAREN] = ACTIONS(1883), - [anon_sym_PIPE_AMP] = ACTIONS(1883), - [anon_sym_AMP_AMP] = ACTIONS(1883), - [anon_sym_PIPE_PIPE] = ACTIONS(2047), - [anon_sym_LT] = ACTIONS(2047), - [anon_sym_GT] = ACTIONS(2047), - [anon_sym_GT_GT] = ACTIONS(1883), - [anon_sym_AMP_GT] = ACTIONS(2047), - [anon_sym_AMP_GT_GT] = ACTIONS(1883), - [anon_sym_LT_AMP] = ACTIONS(1883), - [anon_sym_GT_AMP] = ACTIONS(1883), - [anon_sym_LT_LT] = ACTIONS(2047), - [anon_sym_LT_LT_DASH] = ACTIONS(1883), - [anon_sym_DQUOTE] = ACTIONS(1883), - [sym_raw_string] = ACTIONS(1883), - [anon_sym_DOLLAR] = ACTIONS(2047), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1883), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1883), - [anon_sym_BQUOTE] = ACTIONS(1883), - [anon_sym_LT_LPAREN] = ACTIONS(1883), - [anon_sym_GT_LPAREN] = ACTIONS(1883), - [sym_word] = ACTIONS(1885), + [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), }, [865] = { - [sym_file_descriptor] = ACTIONS(1887), - [sym__concat] = ACTIONS(1887), - [anon_sym_PIPE] = ACTIONS(2049), - [anon_sym_RPAREN] = ACTIONS(1887), - [anon_sym_PIPE_AMP] = ACTIONS(1887), - [anon_sym_AMP_AMP] = ACTIONS(1887), - [anon_sym_PIPE_PIPE] = ACTIONS(2049), - [anon_sym_LT] = ACTIONS(2049), - [anon_sym_GT] = ACTIONS(2049), - [anon_sym_GT_GT] = ACTIONS(1887), - [anon_sym_AMP_GT] = ACTIONS(2049), - [anon_sym_AMP_GT_GT] = ACTIONS(1887), - [anon_sym_LT_AMP] = ACTIONS(1887), - [anon_sym_GT_AMP] = ACTIONS(1887), - [anon_sym_LT_LT] = ACTIONS(2049), - [anon_sym_LT_LT_DASH] = ACTIONS(1887), - [anon_sym_DQUOTE] = ACTIONS(1887), - [sym_raw_string] = ACTIONS(1887), - [anon_sym_DOLLAR] = ACTIONS(2049), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1887), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1887), - [anon_sym_BQUOTE] = ACTIONS(1887), - [anon_sym_LT_LPAREN] = ACTIONS(1887), - [anon_sym_GT_LPAREN] = ACTIONS(1887), - [sym_word] = ACTIONS(1889), + [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), }, [866] = { - [anon_sym_PIPE] = ACTIONS(2087), - [anon_sym_RPAREN] = ACTIONS(2089), - [anon_sym_PIPE_AMP] = ACTIONS(2089), - [anon_sym_AMP_AMP] = ACTIONS(2089), - [anon_sym_PIPE_PIPE] = ACTIONS(2089), - [anon_sym_BQUOTE] = ACTIONS(2089), + [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), }, [867] = { - [sym_file_descriptor] = ACTIONS(1257), - [sym__concat] = ACTIONS(1257), - [anon_sym_PIPE] = ACTIONS(1569), - [anon_sym_RPAREN] = ACTIONS(1257), - [anon_sym_PIPE_AMP] = ACTIONS(1257), - [anon_sym_AMP_AMP] = ACTIONS(1257), - [anon_sym_PIPE_PIPE] = ACTIONS(1257), - [anon_sym_LT] = ACTIONS(1569), - [anon_sym_GT] = ACTIONS(1569), - [anon_sym_GT_GT] = ACTIONS(1257), - [anon_sym_AMP_GT] = ACTIONS(1569), - [anon_sym_AMP_GT_GT] = ACTIONS(1257), - [anon_sym_LT_AMP] = ACTIONS(1257), - [anon_sym_GT_AMP] = ACTIONS(1257), - [anon_sym_LT_LT] = ACTIONS(1569), - [anon_sym_LT_LT_DASH] = ACTIONS(1257), - [anon_sym_BQUOTE] = ACTIONS(1257), + [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), }, [868] = { - [sym_file_descriptor] = ACTIONS(1261), - [sym__concat] = ACTIONS(1261), - [anon_sym_PIPE] = ACTIONS(1571), - [anon_sym_RPAREN] = ACTIONS(1261), - [anon_sym_PIPE_AMP] = ACTIONS(1261), - [anon_sym_AMP_AMP] = ACTIONS(1261), - [anon_sym_PIPE_PIPE] = ACTIONS(1261), - [anon_sym_LT] = ACTIONS(1571), - [anon_sym_GT] = ACTIONS(1571), - [anon_sym_GT_GT] = ACTIONS(1261), - [anon_sym_AMP_GT] = ACTIONS(1571), - [anon_sym_AMP_GT_GT] = ACTIONS(1261), - [anon_sym_LT_AMP] = ACTIONS(1261), - [anon_sym_GT_AMP] = ACTIONS(1261), - [anon_sym_LT_LT] = ACTIONS(1571), - [anon_sym_LT_LT_DASH] = ACTIONS(1261), - [anon_sym_BQUOTE] = ACTIONS(1261), + [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), }, [869] = { - [anon_sym_AT] = ACTIONS(2091), + [anon_sym_AT] = ACTIONS(2075), [sym_comment] = ACTIONS(133), }, [870] = { - [sym_file_descriptor] = ACTIONS(1267), - [sym__concat] = ACTIONS(1267), - [anon_sym_PIPE] = ACTIONS(1575), - [anon_sym_RPAREN] = ACTIONS(1267), - [anon_sym_PIPE_AMP] = ACTIONS(1267), - [anon_sym_AMP_AMP] = ACTIONS(1267), - [anon_sym_PIPE_PIPE] = ACTIONS(1267), - [anon_sym_LT] = ACTIONS(1575), - [anon_sym_GT] = ACTIONS(1575), - [anon_sym_GT_GT] = ACTIONS(1267), - [anon_sym_AMP_GT] = ACTIONS(1575), - [anon_sym_AMP_GT_GT] = ACTIONS(1267), - [anon_sym_LT_AMP] = ACTIONS(1267), - [anon_sym_GT_AMP] = ACTIONS(1267), - [anon_sym_LT_LT] = ACTIONS(1575), - [anon_sym_LT_LT_DASH] = ACTIONS(1267), - [anon_sym_BQUOTE] = ACTIONS(1267), + [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), }, [871] = { - [anon_sym_AT] = ACTIONS(2093), + [anon_sym_AT] = ACTIONS(2077), [sym_comment] = ACTIONS(133), }, [872] = { - [anon_sym_RBRACK] = ACTIONS(2095), + [anon_sym_RBRACK] = ACTIONS(2079), [sym_comment] = ACTIONS(133), }, [873] = { [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(385), - [anon_sym_RBRACE] = ACTIONS(2097), + [sym__concat] = ACTIONS(383), + [anon_sym_RBRACE] = ACTIONS(2081), [sym_comment] = ACTIONS(133), }, [874] = { - [anon_sym_RBRACE] = ACTIONS(2097), + [anon_sym_RBRACE] = ACTIONS(2081), [sym_comment] = ACTIONS(133), }, [875] = { - [anon_sym_RBRACK] = ACTIONS(2099), + [anon_sym_RBRACK] = ACTIONS(2083), [sym_comment] = ACTIONS(133), }, [876] = { [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(385), - [anon_sym_RBRACE] = ACTIONS(2101), + [sym__concat] = ACTIONS(383), + [anon_sym_RBRACE] = ACTIONS(2085), [sym_comment] = ACTIONS(133), }, [877] = { - [anon_sym_RBRACE] = ACTIONS(2101), + [anon_sym_RBRACE] = ACTIONS(2085), [sym_comment] = ACTIONS(133), }, [878] = { - [anon_sym_RBRACK] = ACTIONS(2103), + [anon_sym_RBRACK] = ACTIONS(2087), [sym_comment] = ACTIONS(133), }, [879] = { - [anon_sym_RBRACK] = ACTIONS(2105), + [anon_sym_RBRACK] = ACTIONS(2089), [sym_comment] = ACTIONS(133), }, [880] = { - [anon_sym_RBRACE] = ACTIONS(2107), + [anon_sym_RBRACE] = ACTIONS(2091), [sym_comment] = ACTIONS(133), }, [881] = { - [sym_file_descriptor] = ACTIONS(1617), - [sym__concat] = ACTIONS(1617), - [anon_sym_PIPE] = ACTIONS(1619), - [anon_sym_RPAREN] = ACTIONS(1619), - [anon_sym_SEMI_SEMI] = ACTIONS(1619), - [anon_sym_PIPE_AMP] = ACTIONS(1619), - [anon_sym_AMP_AMP] = ACTIONS(1619), - [anon_sym_PIPE_PIPE] = ACTIONS(1619), - [anon_sym_LT] = ACTIONS(1619), - [anon_sym_GT] = ACTIONS(1619), - [anon_sym_GT_GT] = ACTIONS(1619), - [anon_sym_AMP_GT] = ACTIONS(1619), - [anon_sym_AMP_GT_GT] = ACTIONS(1619), - [anon_sym_LT_AMP] = ACTIONS(1619), - [anon_sym_GT_AMP] = ACTIONS(1619), - [anon_sym_LT_LT] = ACTIONS(1619), - [anon_sym_LT_LT_DASH] = ACTIONS(1619), + [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(1619), - [anon_sym_LF] = ACTIONS(1619), - [anon_sym_AMP] = ACTIONS(1619), + [anon_sym_SEMI] = ACTIONS(1603), + [anon_sym_LF] = ACTIONS(1603), + [anon_sym_AMP] = ACTIONS(1603), }, [882] = { - [anon_sym_RBRACE] = ACTIONS(2109), + [anon_sym_RBRACE] = ACTIONS(2093), [sym_comment] = ACTIONS(133), }, [883] = { - [sym_file_descriptor] = ACTIONS(1623), - [sym__concat] = ACTIONS(1623), - [anon_sym_PIPE] = ACTIONS(1625), - [anon_sym_RPAREN] = ACTIONS(1625), - [anon_sym_SEMI_SEMI] = ACTIONS(1625), - [anon_sym_PIPE_AMP] = ACTIONS(1625), - [anon_sym_AMP_AMP] = ACTIONS(1625), - [anon_sym_PIPE_PIPE] = ACTIONS(1625), - [anon_sym_LT] = ACTIONS(1625), - [anon_sym_GT] = ACTIONS(1625), - [anon_sym_GT_GT] = ACTIONS(1625), - [anon_sym_AMP_GT] = ACTIONS(1625), - [anon_sym_AMP_GT_GT] = ACTIONS(1625), - [anon_sym_LT_AMP] = ACTIONS(1625), - [anon_sym_GT_AMP] = ACTIONS(1625), - [anon_sym_LT_LT] = ACTIONS(1625), - [anon_sym_LT_LT_DASH] = ACTIONS(1625), + [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(1625), - [anon_sym_LF] = ACTIONS(1625), - [anon_sym_AMP] = ACTIONS(1625), + [anon_sym_SEMI] = ACTIONS(1609), + [anon_sym_LF] = ACTIONS(1609), + [anon_sym_AMP] = ACTIONS(1609), }, [884] = { - [sym__heredoc_middle] = ACTIONS(1261), - [sym__heredoc_end] = ACTIONS(1261), - [anon_sym_DOLLAR] = ACTIONS(1571), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1261), + [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), }, [885] = { - [anon_sym_AT] = ACTIONS(2111), + [anon_sym_AT] = ACTIONS(2095), [sym_comment] = ACTIONS(133), }, [886] = { - [sym__heredoc_middle] = ACTIONS(1267), - [sym__heredoc_end] = ACTIONS(1267), - [anon_sym_DOLLAR] = ACTIONS(1575), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1267), + [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), }, [887] = { - [anon_sym_AT] = ACTIONS(2113), + [anon_sym_AT] = ACTIONS(2097), [sym_comment] = ACTIONS(133), }, [888] = { - [anon_sym_RBRACK] = ACTIONS(2115), + [anon_sym_RBRACK] = ACTIONS(2099), [sym_comment] = ACTIONS(133), }, [889] = { [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(385), - [anon_sym_RBRACE] = ACTIONS(2117), + [sym__concat] = ACTIONS(383), + [anon_sym_RBRACE] = ACTIONS(2101), [sym_comment] = ACTIONS(133), }, [890] = { - [anon_sym_RBRACE] = ACTIONS(2117), + [anon_sym_RBRACE] = ACTIONS(2101), [sym_comment] = ACTIONS(133), }, [891] = { - [anon_sym_RBRACK] = ACTIONS(2119), + [anon_sym_RBRACK] = ACTIONS(2103), [sym_comment] = ACTIONS(133), }, [892] = { [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(385), - [anon_sym_RBRACE] = ACTIONS(2121), + [sym__concat] = ACTIONS(383), + [anon_sym_RBRACE] = ACTIONS(2105), [sym_comment] = ACTIONS(133), }, [893] = { - [anon_sym_RBRACE] = ACTIONS(2121), + [anon_sym_RBRACE] = ACTIONS(2105), [sym_comment] = ACTIONS(133), }, [894] = { - [anon_sym_RBRACE] = ACTIONS(2123), + [anon_sym_RBRACE] = ACTIONS(2107), [sym_comment] = ACTIONS(133), }, [895] = { - [anon_sym_RBRACE] = ACTIONS(2125), + [anon_sym_RBRACE] = ACTIONS(2109), [sym_comment] = ACTIONS(133), }, [896] = { - [sym__concat] = ACTIONS(1883), - [anon_sym_PIPE] = ACTIONS(1883), - [anon_sym_RPAREN] = ACTIONS(1883), - [anon_sym_RBRACK] = ACTIONS(1883), + [sym__concat] = ACTIONS(1867), + [anon_sym_PIPE] = ACTIONS(1867), + [anon_sym_RPAREN] = ACTIONS(1867), + [anon_sym_RBRACK] = ACTIONS(1867), [sym_comment] = ACTIONS(133), }, [897] = { - [sym__concat] = ACTIONS(1887), - [anon_sym_PIPE] = ACTIONS(1887), - [anon_sym_RPAREN] = ACTIONS(1887), - [anon_sym_RBRACK] = ACTIONS(1887), + [sym__concat] = ACTIONS(1871), + [anon_sym_PIPE] = ACTIONS(1871), + [anon_sym_RPAREN] = ACTIONS(1871), + [anon_sym_RBRACK] = ACTIONS(1871), [sym_comment] = ACTIONS(133), }, [898] = { - [anon_sym_RBRACE] = ACTIONS(2127), + [anon_sym_RBRACE] = ACTIONS(2111), [sym_comment] = ACTIONS(133), }, [899] = { - [anon_sym_RBRACE] = ACTIONS(2129), + [anon_sym_RBRACE] = ACTIONS(2113), [sym_comment] = ACTIONS(133), }, [900] = { - [sym_file_descriptor] = ACTIONS(1883), - [sym__concat] = ACTIONS(1883), - [sym_variable_name] = ACTIONS(1883), - [anon_sym_PIPE] = ACTIONS(1885), - [anon_sym_RPAREN] = ACTIONS(1885), - [anon_sym_SEMI_SEMI] = ACTIONS(1885), - [anon_sym_PIPE_AMP] = ACTIONS(1885), - [anon_sym_AMP_AMP] = ACTIONS(1885), - [anon_sym_PIPE_PIPE] = ACTIONS(1885), - [anon_sym_LT] = ACTIONS(1885), - [anon_sym_GT] = ACTIONS(1885), - [anon_sym_GT_GT] = ACTIONS(1885), - [anon_sym_AMP_GT] = ACTIONS(1885), - [anon_sym_AMP_GT_GT] = ACTIONS(1885), - [anon_sym_LT_AMP] = ACTIONS(1885), - [anon_sym_GT_AMP] = ACTIONS(1885), - [anon_sym_DQUOTE] = ACTIONS(1885), - [sym_raw_string] = ACTIONS(1885), - [anon_sym_DOLLAR] = ACTIONS(1885), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1885), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1885), - [anon_sym_BQUOTE] = ACTIONS(1885), - [anon_sym_LT_LPAREN] = ACTIONS(1885), - [anon_sym_GT_LPAREN] = ACTIONS(1885), - [sym_word] = ACTIONS(1885), + [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(1885), - [anon_sym_LF] = ACTIONS(1885), - [anon_sym_AMP] = ACTIONS(1885), + [anon_sym_SEMI] = ACTIONS(1869), + [anon_sym_LF] = ACTIONS(1869), + [anon_sym_AMP] = ACTIONS(1869), }, [901] = { - [sym_file_descriptor] = ACTIONS(1887), - [sym__concat] = ACTIONS(1887), - [sym_variable_name] = ACTIONS(1887), - [anon_sym_PIPE] = ACTIONS(1889), - [anon_sym_RPAREN] = ACTIONS(1889), - [anon_sym_SEMI_SEMI] = ACTIONS(1889), - [anon_sym_PIPE_AMP] = ACTIONS(1889), - [anon_sym_AMP_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1889), - [anon_sym_LT] = ACTIONS(1889), - [anon_sym_GT] = ACTIONS(1889), - [anon_sym_GT_GT] = ACTIONS(1889), - [anon_sym_AMP_GT] = ACTIONS(1889), - [anon_sym_AMP_GT_GT] = ACTIONS(1889), - [anon_sym_LT_AMP] = ACTIONS(1889), - [anon_sym_GT_AMP] = ACTIONS(1889), - [anon_sym_DQUOTE] = ACTIONS(1889), - [sym_raw_string] = ACTIONS(1889), - [anon_sym_DOLLAR] = ACTIONS(1889), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1889), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1889), - [anon_sym_BQUOTE] = ACTIONS(1889), - [anon_sym_LT_LPAREN] = ACTIONS(1889), - [anon_sym_GT_LPAREN] = ACTIONS(1889), - [sym_word] = ACTIONS(1889), + [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(1889), - [anon_sym_LF] = ACTIONS(1889), - [anon_sym_AMP] = ACTIONS(1889), + [anon_sym_SEMI] = ACTIONS(1873), + [anon_sym_LF] = ACTIONS(1873), + [anon_sym_AMP] = ACTIONS(1873), }, [902] = { - [anon_sym_RBRACK] = ACTIONS(2131), + [anon_sym_RBRACK] = ACTIONS(2115), [sym_comment] = ACTIONS(133), }, [903] = { - [anon_sym_RBRACK] = ACTIONS(2133), + [anon_sym_RBRACK] = ACTIONS(2117), [sym_comment] = ACTIONS(133), }, [904] = { - [anon_sym_RBRACE] = ACTIONS(2135), + [anon_sym_RBRACE] = ACTIONS(2119), [sym_comment] = ACTIONS(133), }, [905] = { - [sym__concat] = ACTIONS(1617), - [anon_sym_SEMI_SEMI] = ACTIONS(1619), - [anon_sym_DQUOTE] = ACTIONS(1619), - [sym_raw_string] = ACTIONS(1619), - [anon_sym_DOLLAR] = ACTIONS(1619), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1619), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1619), - [anon_sym_BQUOTE] = ACTIONS(1619), - [anon_sym_LT_LPAREN] = ACTIONS(1619), - [anon_sym_GT_LPAREN] = ACTIONS(1619), - [sym_word] = ACTIONS(1619), + [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(1619), - [anon_sym_LF] = ACTIONS(1619), - [anon_sym_AMP] = ACTIONS(1619), + [anon_sym_SEMI] = ACTIONS(1603), + [anon_sym_LF] = ACTIONS(1603), + [anon_sym_AMP] = ACTIONS(1603), }, [906] = { - [anon_sym_RBRACE] = ACTIONS(2137), + [anon_sym_RBRACE] = ACTIONS(2121), [sym_comment] = ACTIONS(133), }, [907] = { - [sym__concat] = ACTIONS(1623), - [anon_sym_SEMI_SEMI] = ACTIONS(1625), - [anon_sym_DQUOTE] = ACTIONS(1625), - [sym_raw_string] = ACTIONS(1625), - [anon_sym_DOLLAR] = ACTIONS(1625), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1625), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1625), - [anon_sym_BQUOTE] = ACTIONS(1625), - [anon_sym_LT_LPAREN] = ACTIONS(1625), - [anon_sym_GT_LPAREN] = ACTIONS(1625), - [sym_word] = ACTIONS(1625), + [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(1625), - [anon_sym_LF] = ACTIONS(1625), - [anon_sym_AMP] = ACTIONS(1625), + [anon_sym_SEMI] = ACTIONS(1609), + [anon_sym_LF] = ACTIONS(1609), + [anon_sym_AMP] = ACTIONS(1609), }, [908] = { - [anon_sym_esac] = ACTIONS(2139), - [anon_sym_DQUOTE] = ACTIONS(2141), - [sym_raw_string] = ACTIONS(2141), - [anon_sym_DOLLAR] = ACTIONS(2139), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2141), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2141), - [anon_sym_BQUOTE] = ACTIONS(2141), - [anon_sym_LT_LPAREN] = ACTIONS(2141), - [anon_sym_GT_LPAREN] = ACTIONS(2141), - [sym_word] = ACTIONS(2143), + [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), }, [909] = { [aux_sym_concatenation_repeat1] = STATE(305), - [sym__concat] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(2145), - [anon_sym_RPAREN] = ACTIONS(2145), + [sym__concat] = ACTIONS(613), + [anon_sym_PIPE] = ACTIONS(2129), + [anon_sym_RPAREN] = ACTIONS(2129), [sym_comment] = ACTIONS(133), }, [910] = { - [anon_sym_PIPE] = ACTIONS(2145), - [anon_sym_RPAREN] = ACTIONS(2145), + [anon_sym_PIPE] = ACTIONS(2129), + [anon_sym_RPAREN] = ACTIONS(2129), [sym_comment] = ACTIONS(133), }, [911] = { @@ -24625,7 +24618,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_while] = ACTIONS(99), [anon_sym_if] = ACTIONS(101), [anon_sym_case] = ACTIONS(103), - [anon_sym_SEMI_SEMI] = ACTIONS(2147), + [anon_sym_SEMI_SEMI] = ACTIONS(2131), [anon_sym_function] = ACTIONS(105), [anon_sym_LPAREN] = ACTIONS(107), [anon_sym_LBRACK] = ACTIONS(109), @@ -24649,678 +24642,678 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [912] = { - [sym__concat] = ACTIONS(2059), - [anon_sym_in] = ACTIONS(2061), - [anon_sym_SEMI_SEMI] = ACTIONS(2061), + [sym__concat] = ACTIONS(2043), + [anon_sym_in] = ACTIONS(2045), + [anon_sym_SEMI_SEMI] = ACTIONS(2045), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2061), - [anon_sym_LF] = ACTIONS(2061), - [anon_sym_AMP] = ACTIONS(2061), + [anon_sym_SEMI] = ACTIONS(2045), + [anon_sym_LF] = ACTIONS(2045), + [anon_sym_AMP] = ACTIONS(2045), }, [913] = { - [sym__concat] = ACTIONS(2063), - [anon_sym_in] = ACTIONS(2065), - [anon_sym_SEMI_SEMI] = ACTIONS(2065), + [sym__concat] = ACTIONS(2047), + [anon_sym_in] = ACTIONS(2049), + [anon_sym_SEMI_SEMI] = ACTIONS(2049), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2065), - [anon_sym_LF] = ACTIONS(2065), - [anon_sym_AMP] = ACTIONS(2065), + [anon_sym_SEMI] = ACTIONS(2049), + [anon_sym_LF] = ACTIONS(2049), + [anon_sym_AMP] = ACTIONS(2049), }, [914] = { - [sym__concat] = ACTIONS(2059), - [anon_sym_RBRACE] = ACTIONS(2059), - [anon_sym_RBRACK] = ACTIONS(2149), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2149), - [anon_sym_DQUOTE] = ACTIONS(2059), - [sym_raw_string] = ACTIONS(2059), - [anon_sym_DOLLAR] = ACTIONS(2149), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2059), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2059), - [anon_sym_BQUOTE] = ACTIONS(2059), - [anon_sym_LT_LPAREN] = ACTIONS(2059), - [anon_sym_GT_LPAREN] = ACTIONS(2059), - [sym_word] = ACTIONS(2061), + [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), }, [915] = { - [sym__concat] = ACTIONS(2063), - [anon_sym_RBRACE] = ACTIONS(2063), - [anon_sym_RBRACK] = ACTIONS(2151), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2151), - [anon_sym_DQUOTE] = ACTIONS(2063), - [sym_raw_string] = ACTIONS(2063), - [anon_sym_DOLLAR] = ACTIONS(2151), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2063), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2063), - [anon_sym_BQUOTE] = ACTIONS(2063), - [anon_sym_LT_LPAREN] = ACTIONS(2063), - [anon_sym_GT_LPAREN] = ACTIONS(2063), - [sym_word] = ACTIONS(2065), + [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), }, [916] = { - [sym_file_descriptor] = ACTIONS(2059), - [sym__concat] = ACTIONS(2059), - [sym_variable_name] = ACTIONS(2059), - [anon_sym_PIPE] = ACTIONS(2149), - [anon_sym_RPAREN] = ACTIONS(2059), - [anon_sym_PIPE_AMP] = ACTIONS(2059), - [anon_sym_AMP_AMP] = ACTIONS(2059), - [anon_sym_PIPE_PIPE] = ACTIONS(2149), - [anon_sym_LT] = ACTIONS(2149), - [anon_sym_GT] = ACTIONS(2149), - [anon_sym_GT_GT] = ACTIONS(2059), - [anon_sym_AMP_GT] = ACTIONS(2149), - [anon_sym_AMP_GT_GT] = ACTIONS(2059), - [anon_sym_LT_AMP] = ACTIONS(2059), - [anon_sym_GT_AMP] = ACTIONS(2059), - [anon_sym_DQUOTE] = ACTIONS(2059), - [sym_raw_string] = ACTIONS(2059), - [anon_sym_DOLLAR] = ACTIONS(2149), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2059), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2059), - [anon_sym_BQUOTE] = ACTIONS(2059), - [anon_sym_LT_LPAREN] = ACTIONS(2059), - [anon_sym_GT_LPAREN] = ACTIONS(2059), - [sym_word] = ACTIONS(2061), + [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), }, [917] = { - [sym_file_descriptor] = ACTIONS(2063), - [sym__concat] = ACTIONS(2063), - [sym_variable_name] = ACTIONS(2063), - [anon_sym_PIPE] = ACTIONS(2151), - [anon_sym_RPAREN] = ACTIONS(2063), - [anon_sym_PIPE_AMP] = ACTIONS(2063), - [anon_sym_AMP_AMP] = ACTIONS(2063), - [anon_sym_PIPE_PIPE] = ACTIONS(2151), - [anon_sym_LT] = ACTIONS(2151), - [anon_sym_GT] = ACTIONS(2151), - [anon_sym_GT_GT] = ACTIONS(2063), - [anon_sym_AMP_GT] = ACTIONS(2151), - [anon_sym_AMP_GT_GT] = ACTIONS(2063), - [anon_sym_LT_AMP] = ACTIONS(2063), - [anon_sym_GT_AMP] = ACTIONS(2063), - [anon_sym_DQUOTE] = ACTIONS(2063), - [sym_raw_string] = ACTIONS(2063), - [anon_sym_DOLLAR] = ACTIONS(2151), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2063), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2063), - [anon_sym_BQUOTE] = ACTIONS(2063), - [anon_sym_LT_LPAREN] = ACTIONS(2063), - [anon_sym_GT_LPAREN] = ACTIONS(2063), - [sym_word] = ACTIONS(2065), + [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), }, [918] = { - [anon_sym_DQUOTE] = ACTIONS(2061), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(2149), - [anon_sym_DOLLAR] = ACTIONS(2061), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2061), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2061), - [anon_sym_BQUOTE] = ACTIONS(2061), + [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), }, [919] = { - [anon_sym_DQUOTE] = ACTIONS(2065), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(2151), - [anon_sym_DOLLAR] = ACTIONS(2065), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2065), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2065), - [anon_sym_BQUOTE] = ACTIONS(2065), + [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), }, [920] = { - [anon_sym_PIPE] = ACTIONS(2153), - [anon_sym_RPAREN] = ACTIONS(2155), - [anon_sym_PIPE_AMP] = ACTIONS(2155), - [anon_sym_AMP_AMP] = ACTIONS(2155), - [anon_sym_PIPE_PIPE] = ACTIONS(2155), - [anon_sym_BQUOTE] = ACTIONS(2155), + [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), }, [921] = { - [anon_sym_PIPE] = ACTIONS(2157), - [anon_sym_RPAREN] = ACTIONS(2159), - [anon_sym_PIPE_AMP] = ACTIONS(2159), - [anon_sym_AMP_AMP] = ACTIONS(2159), - [anon_sym_PIPE_PIPE] = ACTIONS(2159), - [anon_sym_BQUOTE] = ACTIONS(2159), + [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), }, [922] = { - [sym_file_descriptor] = ACTIONS(2059), - [sym__concat] = ACTIONS(2059), - [anon_sym_PIPE] = ACTIONS(2149), - [anon_sym_RPAREN] = ACTIONS(2059), - [anon_sym_PIPE_AMP] = ACTIONS(2059), - [anon_sym_AMP_AMP] = ACTIONS(2059), - [anon_sym_PIPE_PIPE] = ACTIONS(2149), - [anon_sym_LT] = ACTIONS(2149), - [anon_sym_GT] = ACTIONS(2149), - [anon_sym_GT_GT] = ACTIONS(2059), - [anon_sym_AMP_GT] = ACTIONS(2149), - [anon_sym_AMP_GT_GT] = ACTIONS(2059), - [anon_sym_LT_AMP] = ACTIONS(2059), - [anon_sym_GT_AMP] = ACTIONS(2059), - [anon_sym_LT_LT] = ACTIONS(2149), - [anon_sym_LT_LT_DASH] = ACTIONS(2059), - [anon_sym_DQUOTE] = ACTIONS(2059), - [sym_raw_string] = ACTIONS(2059), - [anon_sym_DOLLAR] = ACTIONS(2149), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2059), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2059), - [anon_sym_BQUOTE] = ACTIONS(2059), - [anon_sym_LT_LPAREN] = ACTIONS(2059), - [anon_sym_GT_LPAREN] = ACTIONS(2059), - [sym_word] = ACTIONS(2061), + [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), }, [923] = { - [sym_file_descriptor] = ACTIONS(2063), - [sym__concat] = ACTIONS(2063), - [anon_sym_PIPE] = ACTIONS(2151), - [anon_sym_RPAREN] = ACTIONS(2063), - [anon_sym_PIPE_AMP] = ACTIONS(2063), - [anon_sym_AMP_AMP] = ACTIONS(2063), - [anon_sym_PIPE_PIPE] = ACTIONS(2151), - [anon_sym_LT] = ACTIONS(2151), - [anon_sym_GT] = ACTIONS(2151), - [anon_sym_GT_GT] = ACTIONS(2063), - [anon_sym_AMP_GT] = ACTIONS(2151), - [anon_sym_AMP_GT_GT] = ACTIONS(2063), - [anon_sym_LT_AMP] = ACTIONS(2063), - [anon_sym_GT_AMP] = ACTIONS(2063), - [anon_sym_LT_LT] = ACTIONS(2151), - [anon_sym_LT_LT_DASH] = ACTIONS(2063), - [anon_sym_DQUOTE] = ACTIONS(2063), - [sym_raw_string] = ACTIONS(2063), - [anon_sym_DOLLAR] = ACTIONS(2151), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2063), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2063), - [anon_sym_BQUOTE] = ACTIONS(2063), - [anon_sym_LT_LPAREN] = ACTIONS(2063), - [anon_sym_GT_LPAREN] = ACTIONS(2063), - [sym_word] = ACTIONS(2065), + [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), }, [924] = { - [anon_sym_RBRACK] = ACTIONS(2161), + [anon_sym_RBRACK] = ACTIONS(2145), [sym_comment] = ACTIONS(133), }, [925] = { - [anon_sym_RBRACK] = ACTIONS(2163), + [anon_sym_RBRACK] = ACTIONS(2147), [sym_comment] = ACTIONS(133), }, [926] = { - [anon_sym_RBRACE] = ACTIONS(2165), + [anon_sym_RBRACE] = ACTIONS(2149), [sym_comment] = ACTIONS(133), }, [927] = { - [sym_file_descriptor] = ACTIONS(1617), - [sym__concat] = ACTIONS(1617), - [anon_sym_PIPE] = ACTIONS(1857), - [anon_sym_RPAREN] = ACTIONS(1617), - [anon_sym_PIPE_AMP] = ACTIONS(1617), - [anon_sym_AMP_AMP] = ACTIONS(1617), - [anon_sym_PIPE_PIPE] = ACTIONS(1617), - [anon_sym_LT] = ACTIONS(1857), - [anon_sym_GT] = ACTIONS(1857), - [anon_sym_GT_GT] = ACTIONS(1617), - [anon_sym_AMP_GT] = ACTIONS(1857), - [anon_sym_AMP_GT_GT] = ACTIONS(1617), - [anon_sym_LT_AMP] = ACTIONS(1617), - [anon_sym_GT_AMP] = ACTIONS(1617), - [anon_sym_LT_LT] = ACTIONS(1857), - [anon_sym_LT_LT_DASH] = ACTIONS(1617), - [anon_sym_BQUOTE] = ACTIONS(1617), + [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), }, [928] = { - [anon_sym_RBRACE] = ACTIONS(2167), + [anon_sym_RBRACE] = ACTIONS(2151), [sym_comment] = ACTIONS(133), }, [929] = { - [sym_file_descriptor] = ACTIONS(1623), - [sym__concat] = ACTIONS(1623), - [anon_sym_PIPE] = ACTIONS(1861), - [anon_sym_RPAREN] = ACTIONS(1623), - [anon_sym_PIPE_AMP] = ACTIONS(1623), - [anon_sym_AMP_AMP] = ACTIONS(1623), - [anon_sym_PIPE_PIPE] = ACTIONS(1623), - [anon_sym_LT] = ACTIONS(1861), - [anon_sym_GT] = ACTIONS(1861), - [anon_sym_GT_GT] = ACTIONS(1623), - [anon_sym_AMP_GT] = ACTIONS(1861), - [anon_sym_AMP_GT_GT] = ACTIONS(1623), - [anon_sym_LT_AMP] = ACTIONS(1623), - [anon_sym_GT_AMP] = ACTIONS(1623), - [anon_sym_LT_LT] = ACTIONS(1861), - [anon_sym_LT_LT_DASH] = ACTIONS(1623), - [anon_sym_BQUOTE] = ACTIONS(1623), + [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), }, [930] = { - [anon_sym_RBRACE] = ACTIONS(2169), + [anon_sym_RBRACE] = ACTIONS(2153), [sym_comment] = ACTIONS(133), }, [931] = { - [anon_sym_RBRACE] = ACTIONS(2171), + [anon_sym_RBRACE] = ACTIONS(2155), [sym_comment] = ACTIONS(133), }, [932] = { - [sym_file_descriptor] = ACTIONS(1883), - [sym__concat] = ACTIONS(1883), - [anon_sym_PIPE] = ACTIONS(1885), - [anon_sym_RPAREN] = ACTIONS(1885), - [anon_sym_SEMI_SEMI] = ACTIONS(1885), - [anon_sym_PIPE_AMP] = ACTIONS(1885), - [anon_sym_AMP_AMP] = ACTIONS(1885), - [anon_sym_PIPE_PIPE] = ACTIONS(1885), - [anon_sym_LT] = ACTIONS(1885), - [anon_sym_GT] = ACTIONS(1885), - [anon_sym_GT_GT] = ACTIONS(1885), - [anon_sym_AMP_GT] = ACTIONS(1885), - [anon_sym_AMP_GT_GT] = ACTIONS(1885), - [anon_sym_LT_AMP] = ACTIONS(1885), - [anon_sym_GT_AMP] = ACTIONS(1885), - [anon_sym_LT_LT] = ACTIONS(1885), - [anon_sym_LT_LT_DASH] = ACTIONS(1885), + [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(1885), - [anon_sym_LF] = ACTIONS(1885), - [anon_sym_AMP] = ACTIONS(1885), + [anon_sym_SEMI] = ACTIONS(1869), + [anon_sym_LF] = ACTIONS(1869), + [anon_sym_AMP] = ACTIONS(1869), }, [933] = { - [sym_file_descriptor] = ACTIONS(1887), - [sym__concat] = ACTIONS(1887), - [anon_sym_PIPE] = ACTIONS(1889), - [anon_sym_RPAREN] = ACTIONS(1889), - [anon_sym_SEMI_SEMI] = ACTIONS(1889), - [anon_sym_PIPE_AMP] = ACTIONS(1889), - [anon_sym_AMP_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1889), - [anon_sym_LT] = ACTIONS(1889), - [anon_sym_GT] = ACTIONS(1889), - [anon_sym_GT_GT] = ACTIONS(1889), - [anon_sym_AMP_GT] = ACTIONS(1889), - [anon_sym_AMP_GT_GT] = ACTIONS(1889), - [anon_sym_LT_AMP] = ACTIONS(1889), - [anon_sym_GT_AMP] = ACTIONS(1889), - [anon_sym_LT_LT] = ACTIONS(1889), - [anon_sym_LT_LT_DASH] = ACTIONS(1889), + [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(1889), - [anon_sym_LF] = ACTIONS(1889), - [anon_sym_AMP] = ACTIONS(1889), + [anon_sym_SEMI] = ACTIONS(1873), + [anon_sym_LF] = ACTIONS(1873), + [anon_sym_AMP] = ACTIONS(1873), }, [934] = { - [anon_sym_RBRACK] = ACTIONS(2173), + [anon_sym_RBRACK] = ACTIONS(2157), [sym_comment] = ACTIONS(133), }, [935] = { - [anon_sym_RBRACK] = ACTIONS(2175), + [anon_sym_RBRACK] = ACTIONS(2159), [sym_comment] = ACTIONS(133), }, [936] = { - [anon_sym_RBRACE] = ACTIONS(2177), + [anon_sym_RBRACE] = ACTIONS(2161), [sym_comment] = ACTIONS(133), }, [937] = { - [sym__heredoc_middle] = ACTIONS(1617), - [sym__heredoc_end] = ACTIONS(1617), - [anon_sym_DOLLAR] = ACTIONS(1857), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1617), + [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), }, [938] = { - [anon_sym_RBRACE] = ACTIONS(2179), + [anon_sym_RBRACE] = ACTIONS(2163), [sym_comment] = ACTIONS(133), }, [939] = { - [sym__heredoc_middle] = ACTIONS(1623), - [sym__heredoc_end] = ACTIONS(1623), - [anon_sym_DOLLAR] = ACTIONS(1861), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1623), + [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), }, [940] = { - [sym__concat] = ACTIONS(2059), - [anon_sym_PIPE] = ACTIONS(2059), - [anon_sym_RPAREN] = ACTIONS(2059), - [anon_sym_RBRACK] = ACTIONS(2059), + [sym__concat] = ACTIONS(2043), + [anon_sym_PIPE] = ACTIONS(2043), + [anon_sym_RPAREN] = ACTIONS(2043), + [anon_sym_RBRACK] = ACTIONS(2043), [sym_comment] = ACTIONS(133), }, [941] = { - [sym__concat] = ACTIONS(2063), - [anon_sym_PIPE] = ACTIONS(2063), - [anon_sym_RPAREN] = ACTIONS(2063), - [anon_sym_RBRACK] = ACTIONS(2063), + [sym__concat] = ACTIONS(2047), + [anon_sym_PIPE] = ACTIONS(2047), + [anon_sym_RPAREN] = ACTIONS(2047), + [anon_sym_RBRACK] = ACTIONS(2047), [sym_comment] = ACTIONS(133), }, [942] = { - [sym_file_descriptor] = ACTIONS(2059), - [sym__concat] = ACTIONS(2059), - [sym_variable_name] = ACTIONS(2059), - [anon_sym_PIPE] = ACTIONS(2061), - [anon_sym_RPAREN] = ACTIONS(2061), - [anon_sym_SEMI_SEMI] = ACTIONS(2061), - [anon_sym_PIPE_AMP] = ACTIONS(2061), - [anon_sym_AMP_AMP] = ACTIONS(2061), - [anon_sym_PIPE_PIPE] = ACTIONS(2061), - [anon_sym_LT] = ACTIONS(2061), - [anon_sym_GT] = ACTIONS(2061), - [anon_sym_GT_GT] = ACTIONS(2061), - [anon_sym_AMP_GT] = ACTIONS(2061), - [anon_sym_AMP_GT_GT] = ACTIONS(2061), - [anon_sym_LT_AMP] = ACTIONS(2061), - [anon_sym_GT_AMP] = ACTIONS(2061), - [anon_sym_DQUOTE] = ACTIONS(2061), - [sym_raw_string] = ACTIONS(2061), - [anon_sym_DOLLAR] = ACTIONS(2061), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2061), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2061), - [anon_sym_BQUOTE] = ACTIONS(2061), - [anon_sym_LT_LPAREN] = ACTIONS(2061), - [anon_sym_GT_LPAREN] = ACTIONS(2061), - [sym_word] = ACTIONS(2061), + [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(2061), - [anon_sym_LF] = ACTIONS(2061), - [anon_sym_AMP] = ACTIONS(2061), + [anon_sym_SEMI] = ACTIONS(2045), + [anon_sym_LF] = ACTIONS(2045), + [anon_sym_AMP] = ACTIONS(2045), }, [943] = { - [sym_file_descriptor] = ACTIONS(2063), - [sym__concat] = ACTIONS(2063), - [sym_variable_name] = ACTIONS(2063), - [anon_sym_PIPE] = ACTIONS(2065), - [anon_sym_RPAREN] = ACTIONS(2065), - [anon_sym_SEMI_SEMI] = ACTIONS(2065), - [anon_sym_PIPE_AMP] = ACTIONS(2065), - [anon_sym_AMP_AMP] = ACTIONS(2065), - [anon_sym_PIPE_PIPE] = ACTIONS(2065), - [anon_sym_LT] = ACTIONS(2065), - [anon_sym_GT] = ACTIONS(2065), - [anon_sym_GT_GT] = ACTIONS(2065), - [anon_sym_AMP_GT] = ACTIONS(2065), - [anon_sym_AMP_GT_GT] = ACTIONS(2065), - [anon_sym_LT_AMP] = ACTIONS(2065), - [anon_sym_GT_AMP] = ACTIONS(2065), - [anon_sym_DQUOTE] = ACTIONS(2065), - [sym_raw_string] = ACTIONS(2065), - [anon_sym_DOLLAR] = ACTIONS(2065), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2065), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2065), - [anon_sym_BQUOTE] = ACTIONS(2065), - [anon_sym_LT_LPAREN] = ACTIONS(2065), - [anon_sym_GT_LPAREN] = ACTIONS(2065), - [sym_word] = ACTIONS(2065), + [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(2065), - [anon_sym_LF] = ACTIONS(2065), - [anon_sym_AMP] = ACTIONS(2065), + [anon_sym_SEMI] = ACTIONS(2049), + [anon_sym_LF] = ACTIONS(2049), + [anon_sym_AMP] = ACTIONS(2049), }, [944] = { - [anon_sym_RBRACE] = ACTIONS(2181), + [anon_sym_RBRACE] = ACTIONS(2165), [sym_comment] = ACTIONS(133), }, [945] = { - [anon_sym_RBRACE] = ACTIONS(2183), + [anon_sym_RBRACE] = ACTIONS(2167), [sym_comment] = ACTIONS(133), }, [946] = { - [sym__concat] = ACTIONS(1883), - [anon_sym_SEMI_SEMI] = ACTIONS(1885), - [anon_sym_DQUOTE] = ACTIONS(1885), - [sym_raw_string] = ACTIONS(1885), - [anon_sym_DOLLAR] = ACTIONS(1885), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1885), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1885), - [anon_sym_BQUOTE] = ACTIONS(1885), - [anon_sym_LT_LPAREN] = ACTIONS(1885), - [anon_sym_GT_LPAREN] = ACTIONS(1885), - [sym_word] = ACTIONS(1885), + [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(1885), - [anon_sym_LF] = ACTIONS(1885), - [anon_sym_AMP] = ACTIONS(1885), + [anon_sym_SEMI] = ACTIONS(1869), + [anon_sym_LF] = ACTIONS(1869), + [anon_sym_AMP] = ACTIONS(1869), }, [947] = { - [sym__concat] = ACTIONS(1887), - [anon_sym_SEMI_SEMI] = ACTIONS(1889), - [anon_sym_DQUOTE] = ACTIONS(1889), - [sym_raw_string] = ACTIONS(1889), - [anon_sym_DOLLAR] = ACTIONS(1889), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1889), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1889), - [anon_sym_BQUOTE] = ACTIONS(1889), - [anon_sym_LT_LPAREN] = ACTIONS(1889), - [anon_sym_GT_LPAREN] = ACTIONS(1889), - [sym_word] = ACTIONS(1889), + [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(1889), - [anon_sym_LF] = ACTIONS(1889), - [anon_sym_AMP] = ACTIONS(1889), + [anon_sym_SEMI] = ACTIONS(1873), + [anon_sym_LF] = ACTIONS(1873), + [anon_sym_AMP] = ACTIONS(1873), }, [948] = { - [anon_sym_esac] = ACTIONS(2185), - [anon_sym_DQUOTE] = ACTIONS(2187), - [sym_raw_string] = ACTIONS(2187), - [anon_sym_DOLLAR] = ACTIONS(2185), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2187), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2187), - [anon_sym_BQUOTE] = ACTIONS(2187), - [anon_sym_LT_LPAREN] = ACTIONS(2187), - [anon_sym_GT_LPAREN] = ACTIONS(2187), - [sym_word] = ACTIONS(2189), + [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), }, [949] = { - [anon_sym_RBRACE] = ACTIONS(2191), + [anon_sym_RBRACE] = ACTIONS(2175), [sym_comment] = ACTIONS(133), }, [950] = { - [anon_sym_RBRACE] = ACTIONS(2193), + [anon_sym_RBRACE] = ACTIONS(2177), [sym_comment] = ACTIONS(133), }, [951] = { - [sym_file_descriptor] = ACTIONS(1883), - [sym__concat] = ACTIONS(1883), - [anon_sym_PIPE] = ACTIONS(2047), - [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_LT] = ACTIONS(2047), - [anon_sym_GT] = ACTIONS(2047), - [anon_sym_GT_GT] = ACTIONS(1883), - [anon_sym_AMP_GT] = ACTIONS(2047), - [anon_sym_AMP_GT_GT] = ACTIONS(1883), - [anon_sym_LT_AMP] = ACTIONS(1883), - [anon_sym_GT_AMP] = ACTIONS(1883), - [anon_sym_LT_LT] = ACTIONS(2047), - [anon_sym_LT_LT_DASH] = ACTIONS(1883), - [anon_sym_BQUOTE] = ACTIONS(1883), + [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), }, [952] = { - [sym_file_descriptor] = ACTIONS(1887), - [sym__concat] = ACTIONS(1887), - [anon_sym_PIPE] = ACTIONS(2049), - [anon_sym_RPAREN] = ACTIONS(1887), - [anon_sym_PIPE_AMP] = ACTIONS(1887), - [anon_sym_AMP_AMP] = ACTIONS(1887), - [anon_sym_PIPE_PIPE] = ACTIONS(1887), - [anon_sym_LT] = ACTIONS(2049), - [anon_sym_GT] = ACTIONS(2049), - [anon_sym_GT_GT] = ACTIONS(1887), - [anon_sym_AMP_GT] = ACTIONS(2049), - [anon_sym_AMP_GT_GT] = ACTIONS(1887), - [anon_sym_LT_AMP] = ACTIONS(1887), - [anon_sym_GT_AMP] = ACTIONS(1887), - [anon_sym_LT_LT] = ACTIONS(2049), - [anon_sym_LT_LT_DASH] = ACTIONS(1887), - [anon_sym_BQUOTE] = ACTIONS(1887), + [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), }, [953] = { - [sym_file_descriptor] = ACTIONS(2059), - [sym__concat] = ACTIONS(2059), - [anon_sym_PIPE] = ACTIONS(2061), - [anon_sym_RPAREN] = ACTIONS(2061), - [anon_sym_SEMI_SEMI] = ACTIONS(2061), - [anon_sym_PIPE_AMP] = ACTIONS(2061), - [anon_sym_AMP_AMP] = ACTIONS(2061), - [anon_sym_PIPE_PIPE] = ACTIONS(2061), - [anon_sym_LT] = ACTIONS(2061), - [anon_sym_GT] = ACTIONS(2061), - [anon_sym_GT_GT] = ACTIONS(2061), - [anon_sym_AMP_GT] = ACTIONS(2061), - [anon_sym_AMP_GT_GT] = ACTIONS(2061), - [anon_sym_LT_AMP] = ACTIONS(2061), - [anon_sym_GT_AMP] = ACTIONS(2061), - [anon_sym_LT_LT] = ACTIONS(2061), - [anon_sym_LT_LT_DASH] = ACTIONS(2061), + [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(2061), - [anon_sym_LF] = ACTIONS(2061), - [anon_sym_AMP] = ACTIONS(2061), + [anon_sym_SEMI] = ACTIONS(2045), + [anon_sym_LF] = ACTIONS(2045), + [anon_sym_AMP] = ACTIONS(2045), }, [954] = { - [sym_file_descriptor] = ACTIONS(2063), - [sym__concat] = ACTIONS(2063), - [anon_sym_PIPE] = ACTIONS(2065), - [anon_sym_RPAREN] = ACTIONS(2065), - [anon_sym_SEMI_SEMI] = ACTIONS(2065), - [anon_sym_PIPE_AMP] = ACTIONS(2065), - [anon_sym_AMP_AMP] = ACTIONS(2065), - [anon_sym_PIPE_PIPE] = ACTIONS(2065), - [anon_sym_LT] = ACTIONS(2065), - [anon_sym_GT] = ACTIONS(2065), - [anon_sym_GT_GT] = ACTIONS(2065), - [anon_sym_AMP_GT] = ACTIONS(2065), - [anon_sym_AMP_GT_GT] = ACTIONS(2065), - [anon_sym_LT_AMP] = ACTIONS(2065), - [anon_sym_GT_AMP] = ACTIONS(2065), - [anon_sym_LT_LT] = ACTIONS(2065), - [anon_sym_LT_LT_DASH] = ACTIONS(2065), + [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(2065), - [anon_sym_LF] = ACTIONS(2065), - [anon_sym_AMP] = ACTIONS(2065), + [anon_sym_SEMI] = ACTIONS(2049), + [anon_sym_LF] = ACTIONS(2049), + [anon_sym_AMP] = ACTIONS(2049), }, [955] = { - [anon_sym_RBRACE] = ACTIONS(2195), + [anon_sym_RBRACE] = ACTIONS(2179), [sym_comment] = ACTIONS(133), }, [956] = { - [anon_sym_RBRACE] = ACTIONS(2197), + [anon_sym_RBRACE] = ACTIONS(2181), [sym_comment] = ACTIONS(133), }, [957] = { - [sym__heredoc_middle] = ACTIONS(1883), - [sym__heredoc_end] = ACTIONS(1883), - [anon_sym_DOLLAR] = ACTIONS(2047), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1883), + [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), }, [958] = { - [sym__heredoc_middle] = ACTIONS(1887), - [sym__heredoc_end] = ACTIONS(1887), - [anon_sym_DOLLAR] = ACTIONS(2049), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1887), + [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), }, [959] = { - [sym__concat] = ACTIONS(2059), - [anon_sym_SEMI_SEMI] = ACTIONS(2061), - [anon_sym_DQUOTE] = ACTIONS(2061), - [sym_raw_string] = ACTIONS(2061), - [anon_sym_DOLLAR] = ACTIONS(2061), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2061), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2061), - [anon_sym_BQUOTE] = ACTIONS(2061), - [anon_sym_LT_LPAREN] = ACTIONS(2061), - [anon_sym_GT_LPAREN] = ACTIONS(2061), - [sym_word] = ACTIONS(2061), + [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(2061), - [anon_sym_LF] = ACTIONS(2061), - [anon_sym_AMP] = ACTIONS(2061), + [anon_sym_SEMI] = ACTIONS(2045), + [anon_sym_LF] = ACTIONS(2045), + [anon_sym_AMP] = ACTIONS(2045), }, [960] = { - [sym__concat] = ACTIONS(2063), - [anon_sym_SEMI_SEMI] = ACTIONS(2065), - [anon_sym_DQUOTE] = ACTIONS(2065), - [sym_raw_string] = ACTIONS(2065), - [anon_sym_DOLLAR] = ACTIONS(2065), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2065), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2065), - [anon_sym_BQUOTE] = ACTIONS(2065), - [anon_sym_LT_LPAREN] = ACTIONS(2065), - [anon_sym_GT_LPAREN] = ACTIONS(2065), - [sym_word] = ACTIONS(2065), + [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(2065), - [anon_sym_LF] = ACTIONS(2065), - [anon_sym_AMP] = ACTIONS(2065), + [anon_sym_SEMI] = ACTIONS(2049), + [anon_sym_LF] = ACTIONS(2049), + [anon_sym_AMP] = ACTIONS(2049), }, [961] = { - [sym_file_descriptor] = ACTIONS(2059), - [sym__concat] = ACTIONS(2059), - [anon_sym_PIPE] = ACTIONS(2149), - [anon_sym_RPAREN] = ACTIONS(2059), - [anon_sym_PIPE_AMP] = ACTIONS(2059), - [anon_sym_AMP_AMP] = ACTIONS(2059), - [anon_sym_PIPE_PIPE] = ACTIONS(2059), - [anon_sym_LT] = ACTIONS(2149), - [anon_sym_GT] = ACTIONS(2149), - [anon_sym_GT_GT] = ACTIONS(2059), - [anon_sym_AMP_GT] = ACTIONS(2149), - [anon_sym_AMP_GT_GT] = ACTIONS(2059), - [anon_sym_LT_AMP] = ACTIONS(2059), - [anon_sym_GT_AMP] = ACTIONS(2059), - [anon_sym_LT_LT] = ACTIONS(2149), - [anon_sym_LT_LT_DASH] = ACTIONS(2059), - [anon_sym_BQUOTE] = ACTIONS(2059), + [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), }, [962] = { - [sym_file_descriptor] = ACTIONS(2063), - [sym__concat] = ACTIONS(2063), - [anon_sym_PIPE] = ACTIONS(2151), - [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_LT] = ACTIONS(2151), - [anon_sym_GT] = ACTIONS(2151), - [anon_sym_GT_GT] = ACTIONS(2063), - [anon_sym_AMP_GT] = ACTIONS(2151), - [anon_sym_AMP_GT_GT] = ACTIONS(2063), - [anon_sym_LT_AMP] = ACTIONS(2063), - [anon_sym_GT_AMP] = ACTIONS(2063), - [anon_sym_LT_LT] = ACTIONS(2151), - [anon_sym_LT_LT_DASH] = ACTIONS(2063), - [anon_sym_BQUOTE] = ACTIONS(2063), + [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), }, [963] = { - [sym__heredoc_middle] = ACTIONS(2059), - [sym__heredoc_end] = ACTIONS(2059), - [anon_sym_DOLLAR] = ACTIONS(2149), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2059), + [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), }, [964] = { - [sym__heredoc_middle] = ACTIONS(2063), - [sym__heredoc_end] = ACTIONS(2063), - [anon_sym_DOLLAR] = ACTIONS(2151), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2063), + [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), }, [965] = { - [sym_word] = ACTIONS(2199), + [sym_word] = ACTIONS(2183), [sym_comment] = ACTIONS(133), }, [966] = { @@ -25331,20 +25324,20 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(338), [sym_process_substitution] = STATE(338), [aux_sym_for_statement_repeat1] = STATE(1029), - [anon_sym_SEMI_SEMI] = ACTIONS(2201), - [anon_sym_DQUOTE] = ACTIONS(1109), - [sym_raw_string] = ACTIONS(2203), - [anon_sym_DOLLAR] = ACTIONS(1113), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1115), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1117), - [anon_sym_BQUOTE] = ACTIONS(1119), - [anon_sym_LT_LPAREN] = ACTIONS(1121), - [anon_sym_GT_LPAREN] = ACTIONS(1121), - [sym_word] = ACTIONS(2203), + [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(2201), - [anon_sym_LF] = ACTIONS(2201), - [anon_sym_AMP] = ACTIONS(2201), + [anon_sym_SEMI] = ACTIONS(2185), + [anon_sym_LF] = ACTIONS(2185), + [anon_sym_AMP] = ACTIONS(2185), }, [967] = { [sym__terminated_statement] = STATE(1030), @@ -25425,7 +25418,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_variable_name] = ACTIONS(93), [anon_sym_for] = ACTIONS(97), [anon_sym_while] = ACTIONS(99), - [anon_sym_done] = ACTIONS(2205), + [anon_sym_done] = ACTIONS(2189), [anon_sym_if] = ACTIONS(101), [anon_sym_case] = ACTIONS(103), [anon_sym_function] = ACTIONS(105), @@ -25451,17 +25444,17 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [969] = { - [anon_sym_PIPE] = ACTIONS(2207), - [anon_sym_RPAREN] = ACTIONS(2207), - [anon_sym_SEMI_SEMI] = ACTIONS(2207), - [anon_sym_PIPE_AMP] = ACTIONS(2207), - [anon_sym_AMP_AMP] = ACTIONS(2207), - [anon_sym_PIPE_PIPE] = ACTIONS(2207), - [anon_sym_BQUOTE] = ACTIONS(2207), + [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(2207), - [anon_sym_LF] = ACTIONS(2207), - [anon_sym_AMP] = ACTIONS(2207), + [anon_sym_SEMI] = ACTIONS(2191), + [anon_sym_LF] = ACTIONS(2191), + [anon_sym_AMP] = ACTIONS(2191), }, [970] = { [sym__terminated_statement] = STATE(1033), @@ -25546,9 +25539,9 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_for] = ACTIONS(97), [anon_sym_while] = ACTIONS(99), [anon_sym_if] = ACTIONS(101), - [anon_sym_fi] = ACTIONS(2210), - [anon_sym_elif] = ACTIONS(2213), - [anon_sym_else] = ACTIONS(2216), + [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), @@ -25573,17 +25566,17 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [972] = { - [anon_sym_PIPE] = ACTIONS(2219), - [anon_sym_RPAREN] = ACTIONS(2219), - [anon_sym_SEMI_SEMI] = ACTIONS(2219), - [anon_sym_PIPE_AMP] = ACTIONS(2219), - [anon_sym_AMP_AMP] = ACTIONS(2219), - [anon_sym_PIPE_PIPE] = ACTIONS(2219), - [anon_sym_BQUOTE] = ACTIONS(2219), + [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(2219), - [anon_sym_LF] = ACTIONS(2219), - [anon_sym_AMP] = ACTIONS(2219), + [anon_sym_SEMI] = ACTIONS(2203), + [anon_sym_LF] = ACTIONS(2203), + [anon_sym_AMP] = ACTIONS(2203), }, [973] = { [sym_concatenation] = STATE(1039), @@ -25593,28 +25586,28 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(1038), [sym_process_substitution] = STATE(1038), [anon_sym_DQUOTE] = ACTIONS(145), - [sym_raw_string] = ACTIONS(2224), + [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(2226), + [sym_word] = ACTIONS(2210), [sym_comment] = ACTIONS(133), }, [974] = { - [anon_sym_PIPE] = ACTIONS(2228), - [anon_sym_RPAREN] = ACTIONS(2228), - [anon_sym_SEMI_SEMI] = ACTIONS(2228), - [anon_sym_PIPE_AMP] = ACTIONS(2228), - [anon_sym_AMP_AMP] = ACTIONS(2228), - [anon_sym_PIPE_PIPE] = ACTIONS(2228), - [anon_sym_BQUOTE] = ACTIONS(2228), + [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(2228), - [anon_sym_LF] = ACTIONS(2228), - [anon_sym_AMP] = ACTIONS(2228), + [anon_sym_SEMI] = ACTIONS(2212), + [anon_sym_LF] = ACTIONS(2212), + [anon_sym_AMP] = ACTIONS(2212), }, [975] = { [sym_for_statement] = STATE(1045), @@ -25640,14 +25633,14 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_command_repeat1] = STATE(1022), [sym_file_descriptor] = ACTIONS(91), [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(2232), - [anon_sym_while] = ACTIONS(2234), - [anon_sym_if] = ACTIONS(2236), - [anon_sym_case] = ACTIONS(2238), - [anon_sym_function] = ACTIONS(2240), - [anon_sym_LPAREN] = ACTIONS(2242), - [anon_sym_LBRACK] = ACTIONS(2244), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2246), + [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), @@ -25656,14 +25649,14 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_AMP] = ACTIONS(115), [anon_sym_GT_AMP] = ACTIONS(115), [anon_sym_DQUOTE] = ACTIONS(117), - [sym_raw_string] = ACTIONS(2248), + [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(2250), + [sym_word] = ACTIONS(2234), [sym_comment] = ACTIONS(133), }, [976] = { @@ -25691,54 +25684,54 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_process_substitution] = STATE(14), [aux_sym_program_repeat1] = STATE(1050), [aux_sym_command_repeat1] = STATE(30), - [sym_file_descriptor] = ACTIONS(2252), - [sym__concat] = ACTIONS(2258), - [sym_variable_name] = ACTIONS(2261), + [sym_file_descriptor] = ACTIONS(2236), + [sym__concat] = ACTIONS(2242), + [sym_variable_name] = ACTIONS(2245), [anon_sym_for] = ACTIONS(97), - [anon_sym_in] = ACTIONS(2267), + [anon_sym_in] = ACTIONS(2251), [anon_sym_while] = ACTIONS(99), [anon_sym_if] = ACTIONS(101), [anon_sym_case] = ACTIONS(103), - [anon_sym_PIPE] = ACTIONS(2270), - [anon_sym_RPAREN] = ACTIONS(2270), - [anon_sym_SEMI_SEMI] = ACTIONS(2278), + [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(2287), - [anon_sym_LBRACE] = ACTIONS(2289), - [anon_sym_RBRACE] = ACTIONS(2267), - [anon_sym_PIPE_AMP] = ACTIONS(2270), - [anon_sym_AMP_AMP] = ACTIONS(2270), - [anon_sym_PIPE_PIPE] = ACTIONS(2270), + [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(2267), + [anon_sym_RBRACK] = ACTIONS(2251), [anon_sym_LBRACK_LBRACK] = ACTIONS(111), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2267), - [anon_sym_LT] = ACTIONS(2291), - [anon_sym_GT] = ACTIONS(2291), - [anon_sym_GT_GT] = ACTIONS(2291), - [anon_sym_AMP_GT] = ACTIONS(2291), - [anon_sym_AMP_GT_GT] = ACTIONS(2291), - [anon_sym_LT_AMP] = ACTIONS(2291), - [anon_sym_GT_AMP] = ACTIONS(2291), - [anon_sym_LT_LT] = ACTIONS(2267), - [anon_sym_LT_LT_DASH] = ACTIONS(2267), - [anon_sym_DQUOTE] = ACTIONS(2297), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(925), - [sym_raw_string] = ACTIONS(2303), - [anon_sym_DOLLAR] = ACTIONS(2309), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2315), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2321), - [anon_sym_BQUOTE] = ACTIONS(2327), - [anon_sym_LT_LPAREN] = ACTIONS(2336), - [anon_sym_GT_LPAREN] = ACTIONS(2336), - [sym_word] = ACTIONS(2342), + [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(2270), - [anon_sym_LF] = ACTIONS(2270), - [anon_sym_AMP] = ACTIONS(2270), + [anon_sym_SEMI] = ACTIONS(2254), + [anon_sym_LF] = ACTIONS(2254), + [anon_sym_AMP] = ACTIONS(2254), }, [977] = { - [sym_word] = ACTIONS(2348), + [sym_word] = ACTIONS(2332), [sym_comment] = ACTIONS(133), }, [978] = { @@ -25772,7 +25765,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_while] = ACTIONS(99), [anon_sym_if] = ACTIONS(101), [anon_sym_case] = ACTIONS(103), - [anon_sym_RPAREN] = ACTIONS(2350), + [anon_sym_RPAREN] = ACTIONS(2334), [anon_sym_function] = ACTIONS(105), [anon_sym_LPAREN] = ACTIONS(107), [anon_sym_LBRACK] = ACTIONS(109), @@ -25792,7 +25785,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BQUOTE] = ACTIONS(127), [anon_sym_LT_LPAREN] = ACTIONS(129), [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(2352), + [sym_word] = ACTIONS(2336), [sym_comment] = ACTIONS(133), }, [979] = { @@ -25827,7 +25820,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(103), [anon_sym_function] = ACTIONS(105), [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(2354), + [anon_sym_RBRACE] = ACTIONS(2338), [anon_sym_LBRACK] = ACTIONS(109), [anon_sym_LBRACK_LBRACK] = ACTIONS(111), [anon_sym_LT] = ACTIONS(113), @@ -25849,44 +25842,44 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [980] = { - [sym__heredoc_middle] = ACTIONS(2356), - [sym__heredoc_end] = ACTIONS(2356), - [sym_file_descriptor] = ACTIONS(2356), - [sym__concat] = ACTIONS(2356), - [sym_variable_name] = ACTIONS(2356), - [anon_sym_in] = ACTIONS(2367), - [anon_sym_PIPE] = ACTIONS(2378), - [anon_sym_RPAREN] = ACTIONS(2378), - [anon_sym_SEMI_SEMI] = ACTIONS(2378), - [anon_sym_RBRACE] = ACTIONS(2367), - [anon_sym_PIPE_AMP] = ACTIONS(2378), - [anon_sym_AMP_AMP] = ACTIONS(2378), - [anon_sym_PIPE_PIPE] = ACTIONS(2378), - [anon_sym_RBRACK] = ACTIONS(2367), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2367), - [anon_sym_LT] = ACTIONS(2367), - [anon_sym_GT] = ACTIONS(2367), - [anon_sym_GT_GT] = ACTIONS(2367), - [anon_sym_AMP_GT] = ACTIONS(2367), - [anon_sym_AMP_GT_GT] = ACTIONS(2367), - [anon_sym_LT_AMP] = ACTIONS(2367), - [anon_sym_GT_AMP] = ACTIONS(2367), - [anon_sym_LT_LT] = ACTIONS(2367), - [anon_sym_LT_LT_DASH] = ACTIONS(2367), - [anon_sym_DQUOTE] = ACTIONS(2367), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(2367), - [sym_raw_string] = ACTIONS(2367), - [anon_sym_DOLLAR] = ACTIONS(2367), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2367), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2367), - [anon_sym_BQUOTE] = ACTIONS(2378), - [anon_sym_LT_LPAREN] = ACTIONS(2367), - [anon_sym_GT_LPAREN] = ACTIONS(2367), - [sym_word] = ACTIONS(2367), + [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(2378), - [anon_sym_LF] = ACTIONS(2378), - [anon_sym_AMP] = ACTIONS(2378), + [anon_sym_SEMI] = ACTIONS(2362), + [anon_sym_LF] = ACTIONS(2362), + [anon_sym_AMP] = ACTIONS(2362), }, [981] = { [sym_concatenation] = STATE(1061), @@ -25897,44 +25890,44 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_process_substitution] = STATE(1059), [aux_sym_for_statement_repeat1] = STATE(1062), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(2391), + [sym_raw_string] = ACTIONS(2375), [anon_sym_DOLLAR] = ACTIONS(167), [anon_sym_DOLLAR_LBRACE] = ACTIONS(169), - [anon_sym_AT] = ACTIONS(2393), + [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(2395), + [sym_word] = ACTIONS(2379), [sym_comment] = ACTIONS(133), }, [982] = { - [anon_sym_PIPE] = ACTIONS(763), - [anon_sym_RPAREN] = ACTIONS(763), - [anon_sym_SEMI_SEMI] = ACTIONS(763), - [anon_sym_RBRACE] = ACTIONS(2397), - [anon_sym_PIPE_AMP] = ACTIONS(763), - [anon_sym_AMP_AMP] = ACTIONS(763), - [anon_sym_PIPE_PIPE] = ACTIONS(763), - [anon_sym_EQ] = ACTIONS(2399), - [anon_sym_BQUOTE] = ACTIONS(763), + [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(763), - [anon_sym_LF] = ACTIONS(763), - [anon_sym_AMP] = ACTIONS(763), + [anon_sym_SEMI] = ACTIONS(757), + [anon_sym_LF] = ACTIONS(757), + [anon_sym_AMP] = ACTIONS(757), }, [983] = { - [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_BQUOTE] = ACTIONS(763), + [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(763), - [anon_sym_LF] = ACTIONS(763), - [anon_sym_AMP] = ACTIONS(763), + [anon_sym_SEMI] = ACTIONS(757), + [anon_sym_LF] = ACTIONS(757), + [anon_sym_AMP] = ACTIONS(757), }, [984] = { [sym_concatenation] = STATE(1071), @@ -25944,8 +25937,26 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(1065), [sym_command_substitution] = STATE(1065), [sym_process_substitution] = STATE(1065), - [sym__empty_value] = ACTIONS(331), - [anon_sym_LPAREN] = ACTIONS(333), + [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), + }, + [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), @@ -25957,265 +25968,247 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_word] = ACTIONS(2415), [sym_comment] = ACTIONS(133), }, - [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(2417), - [sym_raw_string] = ACTIONS(2419), - [anon_sym_DOLLAR] = ACTIONS(2421), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2423), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2425), - [anon_sym_BQUOTE] = ACTIONS(2427), - [anon_sym_LT_LPAREN] = ACTIONS(2429), - [anon_sym_GT_LPAREN] = ACTIONS(2429), - [sym_word] = ACTIONS(2431), - [sym_comment] = ACTIONS(133), - }, [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(2433), - [sym__concat] = ACTIONS(2433), - [sym_variable_name] = ACTIONS(2433), - [anon_sym_in] = ACTIONS(2436), - [anon_sym_PIPE] = ACTIONS(2436), - [anon_sym_RPAREN] = ACTIONS(2436), - [anon_sym_SEMI_SEMI] = ACTIONS(2436), - [anon_sym_RBRACE] = ACTIONS(2436), - [anon_sym_PIPE_AMP] = ACTIONS(2436), - [anon_sym_AMP_AMP] = ACTIONS(2436), - [anon_sym_PIPE_PIPE] = ACTIONS(2436), - [anon_sym_RBRACK] = ACTIONS(2436), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2436), - [anon_sym_LT] = ACTIONS(2436), - [anon_sym_GT] = ACTIONS(2436), - [anon_sym_GT_GT] = ACTIONS(2436), - [anon_sym_AMP_GT] = ACTIONS(2436), - [anon_sym_AMP_GT_GT] = ACTIONS(2436), - [anon_sym_LT_AMP] = ACTIONS(2436), - [anon_sym_GT_AMP] = ACTIONS(2436), - [anon_sym_LT_LT] = ACTIONS(2436), - [anon_sym_LT_LT_DASH] = ACTIONS(2436), - [anon_sym_DQUOTE] = ACTIONS(2439), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(2443), - [sym_raw_string] = ACTIONS(2436), - [anon_sym_DOLLAR] = ACTIONS(2445), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2449), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2453), - [anon_sym_BQUOTE] = ACTIONS(2457), - [anon_sym_LT_LPAREN] = ACTIONS(2436), - [anon_sym_GT_LPAREN] = ACTIONS(2436), - [sym_word] = ACTIONS(2436), + [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(2436), - [anon_sym_LF] = ACTIONS(2436), - [anon_sym_AMP] = ACTIONS(2436), + [anon_sym_SEMI] = ACTIONS(2420), + [anon_sym_LF] = ACTIONS(2420), + [anon_sym_AMP] = ACTIONS(2420), }, [987] = { [aux_sym_case_item_repeat1] = STATE(722), [aux_sym_concatenation_repeat1] = STATE(1025), - [sym_file_descriptor] = ACTIONS(2461), - [sym__concat] = ACTIONS(2470), - [sym_variable_name] = ACTIONS(2474), - [anon_sym_in] = ACTIONS(2480), - [anon_sym_PIPE] = ACTIONS(2484), - [anon_sym_RPAREN] = ACTIONS(2496), - [anon_sym_SEMI_SEMI] = ACTIONS(2508), - [anon_sym_RBRACE] = ACTIONS(2518), - [anon_sym_PIPE_AMP] = ACTIONS(2522), - [anon_sym_AMP_AMP] = ACTIONS(2522), - [anon_sym_PIPE_PIPE] = ACTIONS(2522), - [anon_sym_RBRACK] = ACTIONS(2531), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2537), - [anon_sym_LT] = ACTIONS(2522), - [anon_sym_GT] = ACTIONS(2522), - [anon_sym_GT_GT] = ACTIONS(2522), - [anon_sym_AMP_GT] = ACTIONS(2522), - [anon_sym_AMP_GT_GT] = ACTIONS(2522), - [anon_sym_LT_AMP] = ACTIONS(2522), - [anon_sym_GT_AMP] = ACTIONS(2522), - [anon_sym_LT_LT] = ACTIONS(2542), - [anon_sym_LT_LT_DASH] = ACTIONS(2542), - [anon_sym_DQUOTE] = ACTIONS(2522), - [sym_raw_string] = ACTIONS(2522), - [anon_sym_DOLLAR] = ACTIONS(2522), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2522), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2522), - [anon_sym_BQUOTE] = ACTIONS(2522), - [anon_sym_LT_LPAREN] = ACTIONS(2522), - [anon_sym_GT_LPAREN] = ACTIONS(2522), - [sym_word] = ACTIONS(2522), + [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(2508), - [anon_sym_LF] = ACTIONS(2508), - [anon_sym_AMP] = ACTIONS(2508), + [anon_sym_SEMI] = ACTIONS(2492), + [anon_sym_LF] = ACTIONS(2492), + [anon_sym_AMP] = ACTIONS(2492), }, [988] = { [sym_special_variable_name] = STATE(1087), - [sym__heredoc_middle] = ACTIONS(459), - [sym__heredoc_end] = ACTIONS(459), - [sym_file_descriptor] = ACTIONS(459), - [sym__concat] = ACTIONS(459), - [sym_variable_name] = ACTIONS(459), - [anon_sym_in] = ACTIONS(461), - [anon_sym_PIPE] = ACTIONS(461), - [anon_sym_RPAREN] = ACTIONS(461), - [anon_sym_SEMI_SEMI] = ACTIONS(461), - [anon_sym_RBRACE] = ACTIONS(461), - [anon_sym_PIPE_AMP] = ACTIONS(461), - [anon_sym_AMP_AMP] = ACTIONS(461), - [anon_sym_PIPE_PIPE] = ACTIONS(461), - [anon_sym_LBRACK] = ACTIONS(471), - [anon_sym_RBRACK] = ACTIONS(461), - [anon_sym_RBRACK_RBRACK] = ACTIONS(461), - [anon_sym_EQ] = ACTIONS(461), - [anon_sym_LT] = ACTIONS(461), - [anon_sym_GT] = ACTIONS(461), - [anon_sym_GT_GT] = ACTIONS(461), - [anon_sym_AMP_GT] = ACTIONS(461), - [anon_sym_AMP_GT_GT] = ACTIONS(461), - [anon_sym_LT_AMP] = ACTIONS(461), - [anon_sym_GT_AMP] = ACTIONS(461), - [anon_sym_LT_LT] = ACTIONS(461), - [anon_sym_LT_LT_DASH] = ACTIONS(461), - [anon_sym_DQUOTE] = ACTIONS(461), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(461), - [sym_raw_string] = ACTIONS(461), - [anon_sym_DOLLAR] = ACTIONS(2550), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(461), - [anon_sym_POUND] = ACTIONS(2553), - [anon_sym_AT] = ACTIONS(2553), - [anon_sym_COLON] = ACTIONS(471), - [anon_sym_COLON_QMARK] = ACTIONS(471), - [anon_sym_COLON_DASH] = ACTIONS(471), - [anon_sym_PERCENT] = ACTIONS(471), - [anon_sym_SLASH] = ACTIONS(471), - [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(461), + [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(2555), - [anon_sym_STAR] = ACTIONS(2553), - [anon_sym_QMARK] = ACTIONS(2553), - [anon_sym_DASH] = ACTIONS(2553), - [anon_sym_BANG] = ACTIONS(2553), - [anon_sym_0] = ACTIONS(2553), - [anon_sym__] = ACTIONS(2553), - [anon_sym_SEMI] = ACTIONS(461), - [anon_sym_LF] = ACTIONS(461), - [anon_sym_AMP] = ACTIONS(461), + [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), }, [989] = { [sym_special_variable_name] = STATE(1089), - [sym__heredoc_middle] = ACTIONS(459), - [sym__heredoc_end] = ACTIONS(459), - [sym_file_descriptor] = ACTIONS(459), - [sym__concat] = ACTIONS(459), - [sym_variable_name] = ACTIONS(459), - [anon_sym_in] = ACTIONS(461), - [anon_sym_PIPE] = ACTIONS(461), - [anon_sym_RPAREN] = ACTIONS(461), - [anon_sym_SEMI_SEMI] = ACTIONS(461), - [anon_sym_RBRACE] = ACTIONS(461), - [anon_sym_PIPE_AMP] = ACTIONS(461), - [anon_sym_AMP_AMP] = ACTIONS(461), - [anon_sym_PIPE_PIPE] = ACTIONS(461), - [anon_sym_LBRACK] = ACTIONS(471), - [anon_sym_RBRACK] = ACTIONS(461), - [anon_sym_RBRACK_RBRACK] = ACTIONS(461), - [anon_sym_EQ] = ACTIONS(461), - [anon_sym_LT] = ACTIONS(461), - [anon_sym_GT] = ACTIONS(461), - [anon_sym_GT_GT] = ACTIONS(461), - [anon_sym_AMP_GT] = ACTIONS(461), - [anon_sym_AMP_GT_GT] = ACTIONS(461), - [anon_sym_LT_AMP] = ACTIONS(461), - [anon_sym_GT_AMP] = ACTIONS(461), - [anon_sym_LT_LT] = ACTIONS(461), - [anon_sym_LT_LT_DASH] = ACTIONS(461), - [anon_sym_DQUOTE] = ACTIONS(461), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(461), - [sym_raw_string] = ACTIONS(461), - [anon_sym_DOLLAR] = ACTIONS(2557), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(461), + [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(471), - [anon_sym_COLON_QMARK] = ACTIONS(471), - [anon_sym_COLON_DASH] = ACTIONS(471), - [anon_sym_PERCENT] = ACTIONS(471), - [anon_sym_SLASH] = ACTIONS(471), - [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(461), + [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(2560), + [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(461), - [anon_sym_LF] = ACTIONS(461), - [anon_sym_AMP] = ACTIONS(461), + [anon_sym_SEMI] = ACTIONS(459), + [anon_sym_LF] = ACTIONS(459), + [anon_sym_AMP] = ACTIONS(459), }, [990] = { - [sym__heredoc_middle] = ACTIONS(459), - [sym__heredoc_end] = ACTIONS(459), - [sym_file_descriptor] = ACTIONS(459), - [sym__concat] = ACTIONS(459), - [sym_variable_name] = ACTIONS(459), - [anon_sym_in] = ACTIONS(461), - [anon_sym_PIPE] = ACTIONS(461), - [anon_sym_RPAREN] = ACTIONS(461), - [anon_sym_SEMI_SEMI] = ACTIONS(461), - [anon_sym_RBRACE] = ACTIONS(461), - [anon_sym_PIPE_AMP] = ACTIONS(461), - [anon_sym_AMP_AMP] = ACTIONS(461), - [anon_sym_PIPE_PIPE] = ACTIONS(461), - [anon_sym_LBRACK] = ACTIONS(471), - [anon_sym_RBRACK] = ACTIONS(2562), - [anon_sym_RBRACK_RBRACK] = ACTIONS(461), - [anon_sym_EQ] = ACTIONS(461), - [anon_sym_LT] = ACTIONS(461), - [anon_sym_GT] = ACTIONS(461), - [anon_sym_GT_GT] = ACTIONS(461), - [anon_sym_AMP_GT] = ACTIONS(461), - [anon_sym_AMP_GT_GT] = ACTIONS(461), - [anon_sym_LT_AMP] = ACTIONS(461), - [anon_sym_GT_AMP] = ACTIONS(461), - [anon_sym_LT_LT] = ACTIONS(461), - [anon_sym_LT_LT_DASH] = ACTIONS(461), - [anon_sym_DQUOTE] = ACTIONS(461), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(461), - [sym_raw_string] = ACTIONS(461), - [anon_sym_DOLLAR] = ACTIONS(461), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(461), - [anon_sym_COLON] = ACTIONS(471), - [anon_sym_COLON_QMARK] = ACTIONS(471), - [anon_sym_COLON_DASH] = ACTIONS(471), - [anon_sym_PERCENT] = ACTIONS(471), - [anon_sym_SLASH] = ACTIONS(471), - [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(461), + [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(461), - [anon_sym_LF] = ACTIONS(461), - [anon_sym_AMP] = ACTIONS(461), + [anon_sym_SEMI] = ACTIONS(459), + [anon_sym_LF] = ACTIONS(459), + [anon_sym_AMP] = ACTIONS(459), }, [991] = { [sym_concatenation] = STATE(1092), @@ -26225,14 +26218,14 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(1091), [sym_process_substitution] = STATE(1091), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(2565), + [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(2567), + [sym_word] = ACTIONS(2551), [sym_comment] = ACTIONS(133), }, [992] = { @@ -26257,50 +26250,50 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(95), [sym_process_substitution] = STATE(95), [aux_sym_command_repeat1] = STATE(111), - [sym_file_descriptor] = ACTIONS(2569), - [sym__concat] = ACTIONS(923), - [sym_variable_name] = ACTIONS(2572), + [sym_file_descriptor] = ACTIONS(2553), + [sym__concat] = ACTIONS(917), + [sym_variable_name] = ACTIONS(2556), [anon_sym_for] = ACTIONS(229), - [anon_sym_in] = ACTIONS(925), + [anon_sym_in] = ACTIONS(919), [anon_sym_while] = ACTIONS(231), [anon_sym_if] = ACTIONS(233), [anon_sym_case] = ACTIONS(235), - [anon_sym_PIPE] = ACTIONS(925), - [anon_sym_RPAREN] = ACTIONS(925), - [anon_sym_SEMI_SEMI] = ACTIONS(925), + [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(2575), - [anon_sym_RBRACE] = ACTIONS(925), - [anon_sym_PIPE_AMP] = ACTIONS(925), - [anon_sym_AMP_AMP] = ACTIONS(925), - [anon_sym_PIPE_PIPE] = ACTIONS(925), + [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(925), + [anon_sym_RBRACK] = ACTIONS(919), [anon_sym_LBRACK_LBRACK] = ACTIONS(243), - [anon_sym_RBRACK_RBRACK] = ACTIONS(925), - [anon_sym_LT] = ACTIONS(2577), - [anon_sym_GT] = ACTIONS(2577), - [anon_sym_GT_GT] = ACTIONS(2577), - [anon_sym_AMP_GT] = ACTIONS(2577), - [anon_sym_AMP_GT_GT] = ACTIONS(2577), - [anon_sym_LT_AMP] = ACTIONS(2577), - [anon_sym_GT_AMP] = ACTIONS(2577), - [anon_sym_LT_LT] = ACTIONS(925), - [anon_sym_LT_LT_DASH] = ACTIONS(925), - [anon_sym_DQUOTE] = ACTIONS(2580), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(925), - [sym_raw_string] = ACTIONS(2583), - [anon_sym_DOLLAR] = ACTIONS(2586), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2589), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2592), - [anon_sym_BQUOTE] = ACTIONS(2595), - [anon_sym_LT_LPAREN] = ACTIONS(2598), - [anon_sym_GT_LPAREN] = ACTIONS(2598), - [sym_word] = ACTIONS(2601), + [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(925), - [anon_sym_LF] = ACTIONS(925), - [anon_sym_AMP] = ACTIONS(925), + [anon_sym_SEMI] = ACTIONS(919), + [anon_sym_LF] = ACTIONS(919), + [anon_sym_AMP] = ACTIONS(919), }, [993] = { [sym_for_statement] = STATE(1095), @@ -26353,51 +26346,51 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [994] = { - [sym__heredoc_middle] = ACTIONS(459), - [sym__heredoc_end] = ACTIONS(459), - [sym_file_descriptor] = ACTIONS(459), - [sym__concat] = ACTIONS(459), - [sym_variable_name] = ACTIONS(459), - [anon_sym_in] = ACTIONS(461), - [anon_sym_PIPE] = ACTIONS(461), - [anon_sym_RPAREN] = ACTIONS(461), - [anon_sym_SEMI_SEMI] = ACTIONS(461), - [anon_sym_RBRACE] = ACTIONS(461), - [anon_sym_PIPE_AMP] = ACTIONS(461), - [anon_sym_AMP_AMP] = ACTIONS(461), - [anon_sym_PIPE_PIPE] = ACTIONS(461), - [anon_sym_LBRACK] = ACTIONS(471), - [anon_sym_RBRACK] = ACTIONS(461), - [anon_sym_RBRACK_RBRACK] = ACTIONS(461), - [anon_sym_EQ] = ACTIONS(461), - [anon_sym_LT] = ACTIONS(461), - [anon_sym_GT] = ACTIONS(461), - [anon_sym_GT_GT] = ACTIONS(461), - [anon_sym_AMP_GT] = ACTIONS(461), - [anon_sym_AMP_GT_GT] = ACTIONS(461), - [anon_sym_LT_AMP] = ACTIONS(461), - [anon_sym_GT_AMP] = ACTIONS(461), - [anon_sym_LT_LT] = ACTIONS(461), - [anon_sym_LT_LT_DASH] = ACTIONS(461), - [anon_sym_DQUOTE] = ACTIONS(461), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(461), - [sym_raw_string] = ACTIONS(461), - [anon_sym_DOLLAR] = ACTIONS(461), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(461), - [anon_sym_COLON] = ACTIONS(471), - [anon_sym_COLON_QMARK] = ACTIONS(471), - [anon_sym_COLON_DASH] = ACTIONS(471), - [anon_sym_PERCENT] = ACTIONS(471), - [anon_sym_SLASH] = ACTIONS(471), - [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(461), + [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(461), - [anon_sym_LF] = ACTIONS(461), - [anon_sym_AMP] = ACTIONS(461), + [anon_sym_SEMI] = ACTIONS(459), + [anon_sym_LF] = ACTIONS(459), + [anon_sym_AMP] = ACTIONS(459), }, [995] = { [sym_do_group] = STATE(1100), @@ -26409,117 +26402,117 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(554), [sym_process_substitution] = STATE(554), [aux_sym_case_statement_repeat1] = STATE(1021), - [sym_file_descriptor] = ACTIONS(563), - [sym_variable_name] = ACTIONS(563), - [ts_builtin_sym_end] = ACTIONS(563), - [anon_sym_for] = ACTIONS(565), - [anon_sym_in] = ACTIONS(2604), - [anon_sym_while] = ACTIONS(565), - [anon_sym_do] = ACTIONS(2606), - [anon_sym_done] = ACTIONS(565), - [anon_sym_if] = ACTIONS(565), - [anon_sym_then] = ACTIONS(565), - [anon_sym_fi] = ACTIONS(565), - [anon_sym_elif] = ACTIONS(565), - [anon_sym_else] = ACTIONS(565), - [anon_sym_case] = ACTIONS(565), - [anon_sym_esac] = ACTIONS(2609), - [anon_sym_RPAREN] = ACTIONS(2611), - [anon_sym_SEMI_SEMI] = ACTIONS(563), - [anon_sym_function] = ACTIONS(565), - [anon_sym_LPAREN] = ACTIONS(563), - [anon_sym_RBRACE] = ACTIONS(563), - [anon_sym_LBRACK] = ACTIONS(565), - [anon_sym_LBRACK_LBRACK] = ACTIONS(565), - [anon_sym_LT] = ACTIONS(565), - [anon_sym_GT] = ACTIONS(565), - [anon_sym_GT_GT] = ACTIONS(563), - [anon_sym_AMP_GT] = ACTIONS(565), - [anon_sym_AMP_GT_GT] = ACTIONS(563), - [anon_sym_LT_AMP] = ACTIONS(563), - [anon_sym_GT_AMP] = ACTIONS(563), - [anon_sym_DQUOTE] = ACTIONS(2613), - [sym_raw_string] = ACTIONS(2616), - [anon_sym_DOLLAR] = ACTIONS(2619), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2622), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2625), - [anon_sym_BQUOTE] = ACTIONS(2628), - [anon_sym_LT_LPAREN] = ACTIONS(2631), - [anon_sym_GT_LPAREN] = ACTIONS(2631), - [sym_word] = ACTIONS(2634), + [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), }, [996] = { - [sym_file_descriptor] = ACTIONS(995), - [anon_sym_PIPE] = ACTIONS(997), - [anon_sym_RPAREN] = ACTIONS(997), - [anon_sym_SEMI_SEMI] = ACTIONS(997), - [anon_sym_PIPE_AMP] = ACTIONS(997), - [anon_sym_AMP_AMP] = ACTIONS(997), - [anon_sym_PIPE_PIPE] = ACTIONS(997), - [anon_sym_LT] = ACTIONS(997), - [anon_sym_GT] = ACTIONS(997), - [anon_sym_GT_GT] = ACTIONS(997), - [anon_sym_AMP_GT] = ACTIONS(997), - [anon_sym_AMP_GT_GT] = ACTIONS(997), - [anon_sym_LT_AMP] = ACTIONS(997), - [anon_sym_GT_AMP] = ACTIONS(997), - [anon_sym_LT_LT] = ACTIONS(997), - [anon_sym_LT_LT_DASH] = ACTIONS(997), - [anon_sym_BQUOTE] = ACTIONS(997), + [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(997), - [anon_sym_LF] = ACTIONS(997), - [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(987), + [anon_sym_LF] = ACTIONS(987), + [anon_sym_AMP] = ACTIONS(987), }, [997] = { [sym_simple_expansion] = STATE(493), [sym_expansion] = STATE(493), [aux_sym_heredoc_repeat1] = STATE(1024), - [sym__heredoc_middle] = ACTIONS(999), - [sym__heredoc_end] = ACTIONS(2637), - [anon_sym_DOLLAR] = ACTIONS(1003), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1005), + [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), }, [998] = { - [sym__heredoc_middle] = ACTIONS(2639), - [sym__heredoc_end] = ACTIONS(2639), - [anon_sym_DOLLAR] = ACTIONS(2642), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2639), + [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), }, [999] = { - [sym_file_descriptor] = ACTIONS(2645), - [anon_sym_PIPE] = ACTIONS(2648), - [anon_sym_RPAREN] = ACTIONS(2648), - [anon_sym_SEMI_SEMI] = ACTIONS(2648), - [anon_sym_PIPE_AMP] = ACTIONS(2648), - [anon_sym_AMP_AMP] = ACTIONS(2648), - [anon_sym_PIPE_PIPE] = ACTIONS(2648), - [anon_sym_LT] = ACTIONS(2648), - [anon_sym_GT] = ACTIONS(2648), - [anon_sym_GT_GT] = ACTIONS(2648), - [anon_sym_AMP_GT] = ACTIONS(2648), - [anon_sym_AMP_GT_GT] = ACTIONS(2648), - [anon_sym_LT_AMP] = ACTIONS(2648), - [anon_sym_GT_AMP] = ACTIONS(2648), - [anon_sym_LT_LT] = ACTIONS(2648), - [anon_sym_LT_LT_DASH] = ACTIONS(2648), - [anon_sym_BQUOTE] = ACTIONS(2648), + [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(2648), - [anon_sym_LF] = ACTIONS(2648), - [anon_sym_AMP] = ACTIONS(2648), + [anon_sym_SEMI] = ACTIONS(2632), + [anon_sym_LF] = ACTIONS(2632), + [anon_sym_AMP] = ACTIONS(2632), }, [1000] = { - [anon_sym_LT] = ACTIONS(2651), - [anon_sym_GT] = ACTIONS(2651), - [anon_sym_GT_GT] = ACTIONS(2653), - [anon_sym_AMP_GT] = ACTIONS(2651), - [anon_sym_AMP_GT_GT] = ACTIONS(2653), - [anon_sym_LT_AMP] = ACTIONS(2653), - [anon_sym_GT_AMP] = ACTIONS(2653), + [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), }, [1001] = { @@ -26528,117 +26521,117 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(1104), [sym_command_substitution] = STATE(1104), [sym_process_substitution] = STATE(1104), - [anon_sym_DQUOTE] = ACTIONS(2655), - [sym_raw_string] = ACTIONS(2657), - [anon_sym_DOLLAR] = ACTIONS(2659), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2661), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2663), - [anon_sym_BQUOTE] = ACTIONS(2665), - [anon_sym_LT_LPAREN] = ACTIONS(2667), - [anon_sym_GT_LPAREN] = ACTIONS(2667), - [sym_word] = ACTIONS(2669), + [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), }, [1002] = { [sym_do_group] = STATE(1109), - [sym_file_descriptor] = ACTIONS(2671), - [sym_variable_name] = ACTIONS(2671), - [ts_builtin_sym_end] = ACTIONS(2671), - [anon_sym_for] = ACTIONS(2674), - [anon_sym_while] = ACTIONS(2674), - [anon_sym_do] = ACTIONS(2677), - [anon_sym_done] = ACTIONS(2674), - [anon_sym_if] = ACTIONS(2674), - [anon_sym_then] = ACTIONS(2679), - [anon_sym_fi] = ACTIONS(2674), - [anon_sym_elif] = ACTIONS(2674), - [anon_sym_else] = ACTIONS(2674), - [anon_sym_case] = ACTIONS(2674), - [anon_sym_SEMI_SEMI] = ACTIONS(2671), - [anon_sym_function] = ACTIONS(2674), - [anon_sym_LPAREN] = ACTIONS(2671), - [anon_sym_RBRACE] = ACTIONS(2671), - [anon_sym_LBRACK] = ACTIONS(2674), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2674), - [anon_sym_LT] = ACTIONS(2674), - [anon_sym_GT] = ACTIONS(2674), - [anon_sym_GT_GT] = ACTIONS(2671), - [anon_sym_AMP_GT] = ACTIONS(2674), - [anon_sym_AMP_GT_GT] = ACTIONS(2671), - [anon_sym_LT_AMP] = ACTIONS(2671), - [anon_sym_GT_AMP] = ACTIONS(2671), - [anon_sym_DQUOTE] = ACTIONS(2671), - [sym_raw_string] = ACTIONS(2671), - [anon_sym_DOLLAR] = ACTIONS(2674), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2671), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2671), - [anon_sym_BQUOTE] = ACTIONS(2671), - [anon_sym_LT_LPAREN] = ACTIONS(2671), - [anon_sym_GT_LPAREN] = ACTIONS(2671), - [sym_word] = ACTIONS(2681), + [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), }, [1003] = { - [anon_sym_PIPE] = ACTIONS(2684), - [anon_sym_RPAREN] = ACTIONS(2688), - [anon_sym_SEMI_SEMI] = ACTIONS(2692), - [anon_sym_PIPE_AMP] = ACTIONS(2684), - [anon_sym_AMP_AMP] = ACTIONS(2696), - [anon_sym_PIPE_PIPE] = ACTIONS(2696), - [anon_sym_BQUOTE] = ACTIONS(2700), + [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(2692), - [anon_sym_LF] = ACTIONS(2692), - [anon_sym_AMP] = ACTIONS(2692), + [anon_sym_SEMI] = ACTIONS(2676), + [anon_sym_LF] = ACTIONS(2676), + [anon_sym_AMP] = ACTIONS(2676), }, [1004] = { - [anon_sym_PIPE] = ACTIONS(2704), - [anon_sym_RPAREN] = ACTIONS(2704), - [anon_sym_SEMI_SEMI] = ACTIONS(2704), - [anon_sym_PIPE_AMP] = ACTIONS(2704), - [anon_sym_AMP_AMP] = ACTIONS(2704), - [anon_sym_PIPE_PIPE] = ACTIONS(2704), - [anon_sym_BQUOTE] = ACTIONS(2704), + [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(2704), - [anon_sym_LF] = ACTIONS(2704), - [anon_sym_AMP] = ACTIONS(2704), + [anon_sym_SEMI] = ACTIONS(2688), + [anon_sym_LF] = ACTIONS(2688), + [anon_sym_AMP] = ACTIONS(2688), }, [1005] = { - [anon_sym_fi] = ACTIONS(2707), - [anon_sym_elif] = ACTIONS(2707), - [anon_sym_else] = ACTIONS(2707), + [anon_sym_fi] = ACTIONS(2691), + [anon_sym_elif] = ACTIONS(2691), + [anon_sym_else] = ACTIONS(2691), [sym_comment] = ACTIONS(133), }, [1006] = { - [anon_sym_fi] = ACTIONS(2710), + [anon_sym_fi] = ACTIONS(2694), [sym_comment] = ACTIONS(133), }, [1007] = { - [anon_sym_esac] = ACTIONS(2712), - [anon_sym_DQUOTE] = ACTIONS(2715), - [sym_raw_string] = ACTIONS(2715), - [anon_sym_DOLLAR] = ACTIONS(2712), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2715), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2715), - [anon_sym_BQUOTE] = ACTIONS(2715), - [anon_sym_LT_LPAREN] = ACTIONS(2715), - [anon_sym_GT_LPAREN] = ACTIONS(2715), - [sym_word] = ACTIONS(2718), + [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), }, [1008] = { - [anon_sym_PIPE] = ACTIONS(2721), - [anon_sym_RPAREN] = ACTIONS(2721), - [anon_sym_SEMI_SEMI] = ACTIONS(2721), - [anon_sym_PIPE_AMP] = ACTIONS(2721), - [anon_sym_AMP_AMP] = ACTIONS(2721), - [anon_sym_PIPE_PIPE] = ACTIONS(2721), - [anon_sym_BQUOTE] = ACTIONS(2721), + [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(2721), - [anon_sym_LF] = ACTIONS(2721), - [anon_sym_AMP] = ACTIONS(2721), + [anon_sym_SEMI] = ACTIONS(2705), + [anon_sym_LF] = ACTIONS(2705), + [anon_sym_AMP] = ACTIONS(2705), }, [1009] = { [sym_file_redirect] = STATE(1119), @@ -26651,309 +26644,309 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_process_substitution] = STATE(121), [aux_sym_for_statement_repeat1] = STATE(1120), [aux_sym_command_repeat2] = STATE(1121), - [sym_file_descriptor] = ACTIONS(2724), - [anon_sym_PIPE] = ACTIONS(2726), - [anon_sym_RPAREN] = ACTIONS(2726), - [anon_sym_SEMI_SEMI] = ACTIONS(2726), - [anon_sym_PIPE_AMP] = ACTIONS(2726), - [anon_sym_AMP_AMP] = ACTIONS(2726), - [anon_sym_PIPE_PIPE] = ACTIONS(2726), - [anon_sym_LT] = ACTIONS(2729), - [anon_sym_GT] = ACTIONS(2729), - [anon_sym_GT_GT] = ACTIONS(2729), - [anon_sym_AMP_GT] = ACTIONS(2729), - [anon_sym_AMP_GT_GT] = ACTIONS(2729), - [anon_sym_LT_AMP] = ACTIONS(2729), - [anon_sym_GT_AMP] = ACTIONS(2729), - [anon_sym_LT_LT] = ACTIONS(2731), - [anon_sym_LT_LT_DASH] = ACTIONS(2731), + [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(2733), + [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(2726), - [anon_sym_LF] = ACTIONS(2726), - [anon_sym_AMP] = ACTIONS(2726), + [anon_sym_SEMI] = ACTIONS(2710), + [anon_sym_LF] = ACTIONS(2710), + [anon_sym_AMP] = ACTIONS(2710), }, [1010] = { - [sym_file_descriptor] = ACTIONS(2737), - [sym_variable_name] = ACTIONS(2737), - [anon_sym_PIPE] = ACTIONS(2684), - [anon_sym_RPAREN] = ACTIONS(2688), - [anon_sym_SEMI_SEMI] = ACTIONS(2692), - [anon_sym_PIPE_AMP] = ACTIONS(2684), - [anon_sym_AMP_AMP] = ACTIONS(2696), - [anon_sym_PIPE_PIPE] = ACTIONS(2696), - [anon_sym_LT] = ACTIONS(2740), - [anon_sym_GT] = ACTIONS(2740), - [anon_sym_GT_GT] = ACTIONS(2740), - [anon_sym_AMP_GT] = ACTIONS(2740), - [anon_sym_AMP_GT_GT] = ACTIONS(2740), - [anon_sym_LT_AMP] = ACTIONS(2740), - [anon_sym_GT_AMP] = ACTIONS(2740), - [anon_sym_DQUOTE] = ACTIONS(2740), - [sym_raw_string] = ACTIONS(2740), - [anon_sym_DOLLAR] = ACTIONS(2740), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2740), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2740), - [anon_sym_BQUOTE] = ACTIONS(2743), - [anon_sym_LT_LPAREN] = ACTIONS(2740), - [anon_sym_GT_LPAREN] = ACTIONS(2740), - [sym_word] = ACTIONS(2740), + [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(2692), - [anon_sym_LF] = ACTIONS(2692), - [anon_sym_AMP] = ACTIONS(2692), + [anon_sym_SEMI] = ACTIONS(2676), + [anon_sym_LF] = ACTIONS(2676), + [anon_sym_AMP] = ACTIONS(2676), }, [1011] = { - [sym_file_descriptor] = ACTIONS(2749), - [sym_variable_name] = ACTIONS(2754), - [anon_sym_PIPE] = ACTIONS(2757), - [anon_sym_RPAREN] = ACTIONS(2757), - [anon_sym_SEMI_SEMI] = ACTIONS(2757), - [anon_sym_PIPE_AMP] = ACTIONS(2757), - [anon_sym_AMP_AMP] = ACTIONS(2757), - [anon_sym_PIPE_PIPE] = ACTIONS(2757), - [anon_sym_LT] = ACTIONS(2760), - [anon_sym_GT] = ACTIONS(2760), - [anon_sym_GT_GT] = ACTIONS(2760), - [anon_sym_AMP_GT] = ACTIONS(2760), - [anon_sym_AMP_GT_GT] = ACTIONS(2760), - [anon_sym_LT_AMP] = ACTIONS(2760), - [anon_sym_GT_AMP] = ACTIONS(2760), - [anon_sym_LT_LT] = ACTIONS(2757), - [anon_sym_LT_LT_DASH] = ACTIONS(2757), - [anon_sym_DQUOTE] = ACTIONS(2765), - [sym_raw_string] = ACTIONS(2765), - [anon_sym_DOLLAR] = ACTIONS(2765), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2765), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2765), - [anon_sym_BQUOTE] = ACTIONS(2760), - [anon_sym_LT_LPAREN] = ACTIONS(2765), - [anon_sym_GT_LPAREN] = ACTIONS(2765), - [sym_word] = ACTIONS(2765), + [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(2757), - [anon_sym_LF] = ACTIONS(2757), - [anon_sym_AMP] = ACTIONS(2757), + [anon_sym_SEMI] = ACTIONS(2738), + [anon_sym_LF] = ACTIONS(2738), + [anon_sym_AMP] = ACTIONS(2738), }, [1012] = { - [sym_file_descriptor] = ACTIONS(2768), - [anon_sym_PIPE] = ACTIONS(2757), - [anon_sym_RPAREN] = ACTIONS(2757), - [anon_sym_SEMI_SEMI] = ACTIONS(2757), - [anon_sym_PIPE_AMP] = ACTIONS(2757), - [anon_sym_AMP_AMP] = ACTIONS(2757), - [anon_sym_PIPE_PIPE] = ACTIONS(2757), - [anon_sym_LT] = ACTIONS(2757), - [anon_sym_GT] = ACTIONS(2757), - [anon_sym_GT_GT] = ACTIONS(2757), - [anon_sym_AMP_GT] = ACTIONS(2757), - [anon_sym_AMP_GT_GT] = ACTIONS(2757), - [anon_sym_LT_AMP] = ACTIONS(2757), - [anon_sym_GT_AMP] = ACTIONS(2757), - [anon_sym_LT_LT] = ACTIONS(2757), - [anon_sym_LT_LT_DASH] = ACTIONS(2757), - [anon_sym_BQUOTE] = ACTIONS(2757), + [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(2757), - [anon_sym_LF] = ACTIONS(2757), - [anon_sym_AMP] = ACTIONS(2757), + [anon_sym_SEMI] = ACTIONS(2738), + [anon_sym_LF] = ACTIONS(2738), + [anon_sym_AMP] = ACTIONS(2738), }, [1013] = { - [sym_file_descriptor] = ACTIONS(1007), - [anon_sym_PIPE] = ACTIONS(1009), - [anon_sym_RPAREN] = ACTIONS(1009), - [anon_sym_SEMI_SEMI] = ACTIONS(1009), - [anon_sym_PIPE_AMP] = ACTIONS(1009), - [anon_sym_AMP_AMP] = ACTIONS(1009), - [anon_sym_PIPE_PIPE] = ACTIONS(1009), - [anon_sym_LT] = ACTIONS(1009), - [anon_sym_GT] = ACTIONS(1009), - [anon_sym_GT_GT] = ACTIONS(1009), - [anon_sym_AMP_GT] = ACTIONS(1009), - [anon_sym_AMP_GT_GT] = ACTIONS(1009), - [anon_sym_LT_AMP] = ACTIONS(1009), - [anon_sym_GT_AMP] = ACTIONS(1009), - [anon_sym_LT_LT] = ACTIONS(1009), - [anon_sym_LT_LT_DASH] = ACTIONS(1009), - [anon_sym_BQUOTE] = ACTIONS(1009), + [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(1009), - [anon_sym_LF] = ACTIONS(1009), - [anon_sym_AMP] = ACTIONS(1009), + [anon_sym_SEMI] = ACTIONS(999), + [anon_sym_LF] = ACTIONS(999), + [anon_sym_AMP] = ACTIONS(999), }, [1014] = { [aux_sym_case_item_repeat1] = STATE(722), - [sym_file_descriptor] = ACTIONS(2771), - [sym_variable_name] = ACTIONS(2778), - [anon_sym_in] = ACTIONS(2782), - [anon_sym_PIPE] = ACTIONS(2784), - [anon_sym_RPAREN] = ACTIONS(2794), - [anon_sym_SEMI_SEMI] = ACTIONS(2804), - [anon_sym_RBRACE] = ACTIONS(2812), - [anon_sym_PIPE_AMP] = ACTIONS(2814), - [anon_sym_AMP_AMP] = ACTIONS(2814), - [anon_sym_PIPE_PIPE] = ACTIONS(2814), - [anon_sym_RBRACK] = ACTIONS(2821), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2825), - [anon_sym_LT] = ACTIONS(2814), - [anon_sym_GT] = ACTIONS(2814), - [anon_sym_GT_GT] = ACTIONS(2814), - [anon_sym_AMP_GT] = ACTIONS(2814), - [anon_sym_AMP_GT_GT] = ACTIONS(2814), - [anon_sym_LT_AMP] = ACTIONS(2814), - [anon_sym_GT_AMP] = ACTIONS(2814), - [anon_sym_LT_LT] = ACTIONS(2828), - [anon_sym_LT_LT_DASH] = ACTIONS(2828), - [anon_sym_DQUOTE] = ACTIONS(2814), - [sym_raw_string] = ACTIONS(2814), - [anon_sym_DOLLAR] = ACTIONS(2814), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2814), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2814), - [anon_sym_BQUOTE] = ACTIONS(2814), - [anon_sym_LT_LPAREN] = ACTIONS(2814), - [anon_sym_GT_LPAREN] = ACTIONS(2814), - [sym_word] = ACTIONS(2814), + [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(2804), - [anon_sym_LF] = ACTIONS(2804), - [anon_sym_AMP] = ACTIONS(2804), + [anon_sym_SEMI] = ACTIONS(2782), + [anon_sym_LF] = ACTIONS(2782), + [anon_sym_AMP] = ACTIONS(2782), }, [1015] = { [aux_sym_case_item_repeat1] = STATE(722), [aux_sym_concatenation_repeat1] = STATE(1025), - [sym__heredoc_middle] = ACTIONS(2639), - [sym__heredoc_end] = ACTIONS(2639), - [sym_file_descriptor] = ACTIONS(2461), - [sym__concat] = ACTIONS(2470), - [sym_variable_name] = ACTIONS(2474), - [anon_sym_in] = ACTIONS(2480), - [anon_sym_PIPE] = ACTIONS(2484), - [anon_sym_RPAREN] = ACTIONS(2496), - [anon_sym_SEMI_SEMI] = ACTIONS(2508), - [anon_sym_RBRACE] = ACTIONS(2518), - [anon_sym_PIPE_AMP] = ACTIONS(2522), - [anon_sym_AMP_AMP] = ACTIONS(2522), - [anon_sym_PIPE_PIPE] = ACTIONS(2522), - [anon_sym_RBRACK] = ACTIONS(2531), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2537), - [anon_sym_LT] = ACTIONS(2522), - [anon_sym_GT] = ACTIONS(2522), - [anon_sym_GT_GT] = ACTIONS(2522), - [anon_sym_AMP_GT] = ACTIONS(2522), - [anon_sym_AMP_GT_GT] = ACTIONS(2522), - [anon_sym_LT_AMP] = ACTIONS(2522), - [anon_sym_GT_AMP] = ACTIONS(2522), - [anon_sym_LT_LT] = ACTIONS(2542), - [anon_sym_LT_LT_DASH] = ACTIONS(2542), - [anon_sym_DQUOTE] = ACTIONS(2834), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(2845), - [sym_raw_string] = ACTIONS(2522), - [anon_sym_DOLLAR] = ACTIONS(2848), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2848), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2834), - [anon_sym_BQUOTE] = ACTIONS(2834), - [anon_sym_LT_LPAREN] = ACTIONS(2522), - [anon_sym_GT_LPAREN] = ACTIONS(2522), - [sym_word] = ACTIONS(2522), + [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(2508), - [anon_sym_LF] = ACTIONS(2508), - [anon_sym_AMP] = ACTIONS(2508), + [anon_sym_SEMI] = ACTIONS(2492), + [anon_sym_LF] = ACTIONS(2492), + [anon_sym_AMP] = ACTIONS(2492), }, [1016] = { [aux_sym_case_item_repeat1] = STATE(722), [aux_sym_concatenation_repeat1] = STATE(1025), - [sym_file_descriptor] = ACTIONS(2461), - [sym__concat] = ACTIONS(2470), - [sym_variable_name] = ACTIONS(2474), - [anon_sym_in] = ACTIONS(2480), - [anon_sym_PIPE] = ACTIONS(2484), - [anon_sym_RPAREN] = ACTIONS(2496), - [anon_sym_SEMI_SEMI] = ACTIONS(2508), - [anon_sym_RBRACE] = ACTIONS(2518), - [anon_sym_PIPE_AMP] = ACTIONS(2522), - [anon_sym_AMP_AMP] = ACTIONS(2522), - [anon_sym_PIPE_PIPE] = ACTIONS(2522), - [anon_sym_RBRACK] = ACTIONS(2531), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2537), - [anon_sym_LT] = ACTIONS(2522), - [anon_sym_GT] = ACTIONS(2522), - [anon_sym_GT_GT] = ACTIONS(2522), - [anon_sym_AMP_GT] = ACTIONS(2522), - [anon_sym_AMP_GT_GT] = ACTIONS(2522), - [anon_sym_LT_AMP] = ACTIONS(2522), - [anon_sym_GT_AMP] = ACTIONS(2522), - [anon_sym_LT_LT] = ACTIONS(2542), - [anon_sym_LT_LT_DASH] = ACTIONS(2542), - [anon_sym_DQUOTE] = ACTIONS(2834), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(2845), - [sym_raw_string] = ACTIONS(2522), - [anon_sym_DOLLAR] = ACTIONS(2834), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2834), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2834), - [anon_sym_BQUOTE] = ACTIONS(2834), - [anon_sym_LT_LPAREN] = ACTIONS(2522), - [anon_sym_GT_LPAREN] = ACTIONS(2522), - [sym_word] = ACTIONS(2522), + [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(2508), - [anon_sym_LF] = ACTIONS(2508), - [anon_sym_AMP] = ACTIONS(2508), + [anon_sym_SEMI] = ACTIONS(2492), + [anon_sym_LF] = ACTIONS(2492), + [anon_sym_AMP] = ACTIONS(2492), }, [1017] = { - [sym__heredoc_middle] = ACTIONS(467), - [sym__heredoc_end] = ACTIONS(467), - [sym_file_descriptor] = ACTIONS(467), - [sym__concat] = ACTIONS(467), - [sym_variable_name] = ACTIONS(467), - [anon_sym_in] = ACTIONS(469), - [anon_sym_PIPE] = ACTIONS(469), - [anon_sym_RPAREN] = ACTIONS(469), - [anon_sym_SEMI_SEMI] = ACTIONS(469), - [anon_sym_RBRACE] = ACTIONS(2861), - [anon_sym_PIPE_AMP] = ACTIONS(469), - [anon_sym_AMP_AMP] = ACTIONS(469), - [anon_sym_PIPE_PIPE] = ACTIONS(469), - [anon_sym_LBRACK] = ACTIONS(2864), - [anon_sym_RBRACK] = ACTIONS(469), - [anon_sym_RBRACK_RBRACK] = ACTIONS(469), - [anon_sym_EQ] = ACTIONS(2866), - [anon_sym_LT] = ACTIONS(469), - [anon_sym_GT] = ACTIONS(469), - [anon_sym_GT_GT] = ACTIONS(469), - [anon_sym_AMP_GT] = ACTIONS(469), - [anon_sym_AMP_GT_GT] = ACTIONS(469), - [anon_sym_LT_AMP] = ACTIONS(469), - [anon_sym_GT_AMP] = ACTIONS(469), - [anon_sym_LT_LT] = ACTIONS(469), - [anon_sym_LT_LT_DASH] = ACTIONS(469), - [anon_sym_DQUOTE] = ACTIONS(469), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(469), - [sym_raw_string] = ACTIONS(469), - [anon_sym_DOLLAR] = ACTIONS(469), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(469), - [anon_sym_COLON] = ACTIONS(2868), - [anon_sym_COLON_QMARK] = ACTIONS(2868), - [anon_sym_COLON_DASH] = ACTIONS(2868), - [anon_sym_PERCENT] = ACTIONS(2868), - [anon_sym_SLASH] = ACTIONS(2868), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(469), - [anon_sym_BQUOTE] = ACTIONS(469), - [anon_sym_LT_LPAREN] = ACTIONS(469), - [anon_sym_GT_LPAREN] = ACTIONS(469), - [sym_word] = ACTIONS(469), + [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(469), - [anon_sym_LF] = ACTIONS(469), - [anon_sym_AMP] = ACTIONS(469), + [anon_sym_SEMI] = ACTIONS(467), + [anon_sym_LF] = ACTIONS(467), + [anon_sym_AMP] = ACTIONS(467), }, [1018] = { [sym__terminated_statement] = STATE(126), @@ -26983,19 +26976,19 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_command_repeat1] = STATE(30), [sym_file_descriptor] = ACTIONS(91), [sym_variable_name] = ACTIONS(93), - [ts_builtin_sym_end] = ACTIONS(307), + [ts_builtin_sym_end] = ACTIONS(305), [anon_sym_for] = ACTIONS(97), [anon_sym_while] = ACTIONS(99), - [anon_sym_done] = ACTIONS(2870), + [anon_sym_done] = ACTIONS(2848), [anon_sym_if] = ACTIONS(101), - [anon_sym_fi] = ACTIONS(2872), - [anon_sym_elif] = ACTIONS(2876), - [anon_sym_else] = ACTIONS(2879), + [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(2882), + [anon_sym_SEMI_SEMI] = ACTIONS(2860), [anon_sym_function] = ACTIONS(105), [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(2884), + [anon_sym_RBRACE] = ACTIONS(2862), [anon_sym_LBRACK] = ACTIONS(109), [anon_sym_LBRACK_LBRACK] = ACTIONS(111), [anon_sym_LT] = ACTIONS(113), @@ -27026,44 +27019,44 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(1135), [sym_process_substitution] = STATE(1135), [aux_sym_command_repeat2] = STATE(1142), - [sym_file_descriptor] = ACTIONS(2724), - [anon_sym_PIPE] = ACTIONS(2886), - [anon_sym_RPAREN] = ACTIONS(2886), - [anon_sym_SEMI_SEMI] = ACTIONS(2889), - [anon_sym_PIPE_AMP] = ACTIONS(2886), - [anon_sym_AMP_AMP] = ACTIONS(2886), - [anon_sym_PIPE_PIPE] = ACTIONS(2886), - [anon_sym_RBRACK] = ACTIONS(2893), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2893), - [anon_sym_LT] = ACTIONS(2729), - [anon_sym_GT] = ACTIONS(2729), - [anon_sym_GT_GT] = ACTIONS(2729), - [anon_sym_AMP_GT] = ACTIONS(2729), - [anon_sym_AMP_GT_GT] = ACTIONS(2729), - [anon_sym_LT_AMP] = ACTIONS(2729), - [anon_sym_GT_AMP] = ACTIONS(2729), - [anon_sym_LT_LT] = ACTIONS(2731), - [anon_sym_LT_LT_DASH] = ACTIONS(2731), - [anon_sym_DQUOTE] = ACTIONS(2895), - [sym_raw_string] = ACTIONS(2897), - [anon_sym_DOLLAR] = ACTIONS(2899), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2901), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2903), - [anon_sym_BQUOTE] = ACTIONS(2905), - [anon_sym_LT_LPAREN] = ACTIONS(2909), - [anon_sym_GT_LPAREN] = ACTIONS(2909), - [sym_word] = ACTIONS(2897), + [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(2889), - [anon_sym_LF] = ACTIONS(2889), - [anon_sym_AMP] = ACTIONS(2889), + [anon_sym_SEMI] = ACTIONS(2867), + [anon_sym_LF] = ACTIONS(2867), + [anon_sym_AMP] = ACTIONS(2867), }, [1020] = { [sym_elif_clause] = STATE(552), [sym_else_clause] = STATE(1144), - [anon_sym_fi] = ACTIONS(2911), - [anon_sym_elif] = ACTIONS(1137), - [anon_sym_else] = ACTIONS(1139), + [anon_sym_fi] = ACTIONS(2889), + [anon_sym_elif] = ACTIONS(1125), + [anon_sym_else] = ACTIONS(1127), [sym_comment] = ACTIONS(133), }, [1021] = { @@ -27074,16 +27067,16 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(554), [sym_command_substitution] = STATE(554), [sym_process_substitution] = STATE(554), - [anon_sym_esac] = ACTIONS(2913), - [anon_sym_DQUOTE] = ACTIONS(315), - [sym_raw_string] = ACTIONS(1143), - [anon_sym_DOLLAR] = ACTIONS(319), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(321), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(323), - [anon_sym_BQUOTE] = ACTIONS(325), - [anon_sym_LT_LPAREN] = ACTIONS(327), - [anon_sym_GT_LPAREN] = ACTIONS(327), - [sym_word] = ACTIONS(1145), + [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), }, [1022] = { @@ -27114,86 +27107,86 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BQUOTE] = ACTIONS(127), [anon_sym_LT_LPAREN] = ACTIONS(129), [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(309), + [sym_word] = ACTIONS(307), [sym_comment] = ACTIONS(133), }, [1023] = { [sym_file_redirect] = STATE(1147), [sym_heredoc_redirect] = STATE(1147), - [sym_file_descriptor] = ACTIONS(2724), - [anon_sym_PIPE] = ACTIONS(2915), - [anon_sym_RPAREN] = ACTIONS(2915), - [anon_sym_SEMI_SEMI] = ACTIONS(2915), - [anon_sym_PIPE_AMP] = ACTIONS(2915), - [anon_sym_AMP_AMP] = ACTIONS(2915), - [anon_sym_PIPE_PIPE] = ACTIONS(2915), - [anon_sym_LT] = ACTIONS(2729), - [anon_sym_GT] = ACTIONS(2729), - [anon_sym_GT_GT] = ACTIONS(2729), - [anon_sym_AMP_GT] = ACTIONS(2729), - [anon_sym_AMP_GT_GT] = ACTIONS(2729), - [anon_sym_LT_AMP] = ACTIONS(2729), - [anon_sym_GT_AMP] = ACTIONS(2729), - [anon_sym_LT_LT] = ACTIONS(2731), - [anon_sym_LT_LT_DASH] = ACTIONS(2731), - [anon_sym_BQUOTE] = ACTIONS(2915), + [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(2915), - [anon_sym_LF] = ACTIONS(2915), - [anon_sym_AMP] = ACTIONS(2915), + [anon_sym_SEMI] = ACTIONS(2893), + [anon_sym_LF] = ACTIONS(2893), + [anon_sym_AMP] = ACTIONS(2893), }, [1024] = { [sym_simple_expansion] = STATE(679), [sym_expansion] = STATE(679), - [sym__heredoc_middle] = ACTIONS(1435), - [sym__heredoc_end] = ACTIONS(2919), - [anon_sym_DOLLAR] = ACTIONS(1003), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1005), + [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), }, [1025] = { - [sym_file_descriptor] = ACTIONS(453), - [sym__concat] = ACTIONS(2921), - [sym_variable_name] = ACTIONS(453), - [anon_sym_in] = ACTIONS(457), - [anon_sym_PIPE] = ACTIONS(457), - [anon_sym_RPAREN] = ACTIONS(457), - [anon_sym_SEMI_SEMI] = ACTIONS(457), - [anon_sym_RBRACE] = ACTIONS(457), - [anon_sym_PIPE_AMP] = ACTIONS(457), - [anon_sym_AMP_AMP] = ACTIONS(457), - [anon_sym_PIPE_PIPE] = ACTIONS(457), - [anon_sym_RBRACK] = ACTIONS(457), - [anon_sym_RBRACK_RBRACK] = ACTIONS(457), - [anon_sym_LT] = ACTIONS(457), - [anon_sym_GT] = ACTIONS(457), - [anon_sym_GT_GT] = ACTIONS(457), - [anon_sym_AMP_GT] = ACTIONS(457), - [anon_sym_AMP_GT_GT] = ACTIONS(457), - [anon_sym_LT_AMP] = ACTIONS(457), - [anon_sym_GT_AMP] = ACTIONS(457), - [anon_sym_LT_LT] = ACTIONS(457), - [anon_sym_LT_LT_DASH] = ACTIONS(457), - [anon_sym_DQUOTE] = ACTIONS(457), - [sym_raw_string] = ACTIONS(457), - [anon_sym_DOLLAR] = ACTIONS(457), - [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(457), + [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(457), - [anon_sym_LF] = ACTIONS(457), - [anon_sym_AMP] = ACTIONS(457), + [anon_sym_SEMI] = ACTIONS(455), + [anon_sym_LF] = ACTIONS(455), + [anon_sym_AMP] = ACTIONS(455), }, [1026] = { [sym_simple_expansion] = STATE(222), [sym_expansion] = STATE(222), [sym_command_substitution] = STATE(222), - [anon_sym_DQUOTE] = ACTIONS(2923), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(447), + [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), @@ -27201,7 +27194,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(85), }, [1027] = { - [anon_sym_in] = ACTIONS(2925), + [anon_sym_in] = ACTIONS(2903), [sym_comment] = ACTIONS(133), }, [1028] = { @@ -27213,16 +27206,16 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(554), [sym_process_substitution] = STATE(554), [aux_sym_case_statement_repeat1] = STATE(1021), - [anon_sym_esac] = ACTIONS(2609), - [anon_sym_DQUOTE] = ACTIONS(315), - [sym_raw_string] = ACTIONS(1143), - [anon_sym_DOLLAR] = ACTIONS(319), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(321), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(323), - [anon_sym_BQUOTE] = ACTIONS(325), - [anon_sym_LT_LPAREN] = ACTIONS(327), - [anon_sym_GT_LPAREN] = ACTIONS(327), - [sym_word] = ACTIONS(1145), + [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), }, [1029] = { @@ -27232,38 +27225,38 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(544), [sym_command_substitution] = STATE(544), [sym_process_substitution] = STATE(544), - [anon_sym_SEMI_SEMI] = ACTIONS(2927), - [anon_sym_DQUOTE] = ACTIONS(1109), - [sym_raw_string] = ACTIONS(1111), - [anon_sym_DOLLAR] = ACTIONS(1113), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1115), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1117), - [anon_sym_BQUOTE] = ACTIONS(1119), - [anon_sym_LT_LPAREN] = ACTIONS(1121), - [anon_sym_GT_LPAREN] = ACTIONS(1121), - [sym_word] = ACTIONS(1111), + [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(2927), - [anon_sym_LF] = ACTIONS(2927), - [anon_sym_AMP] = ACTIONS(2927), + [anon_sym_SEMI] = ACTIONS(2905), + [anon_sym_LF] = ACTIONS(2905), + [anon_sym_AMP] = ACTIONS(2905), }, [1030] = { [sym_do_group] = STATE(1109), - [anon_sym_do] = ACTIONS(2929), + [anon_sym_do] = ACTIONS(2907), [sym_comment] = ACTIONS(133), }, [1031] = { - [anon_sym_PIPE] = ACTIONS(1123), - [anon_sym_RPAREN] = ACTIONS(1123), - [anon_sym_SEMI_SEMI] = ACTIONS(1123), - [anon_sym_PIPE_AMP] = ACTIONS(1123), - [anon_sym_AMP_AMP] = ACTIONS(1123), - [anon_sym_PIPE_PIPE] = ACTIONS(1123), - [anon_sym_BQUOTE] = ACTIONS(1123), + [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(1123), - [anon_sym_LF] = ACTIONS(1123), - [anon_sym_AMP] = ACTIONS(1123), + [anon_sym_SEMI] = ACTIONS(1111), + [anon_sym_LF] = ACTIONS(1111), + [anon_sym_AMP] = ACTIONS(1111), }, [1032] = { [sym__terminated_statement] = STATE(126), @@ -27292,7 +27285,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_variable_name] = ACTIONS(93), [anon_sym_for] = ACTIONS(97), [anon_sym_while] = ACTIONS(99), - [anon_sym_done] = ACTIONS(2870), + [anon_sym_done] = ACTIONS(2848), [anon_sym_if] = ACTIONS(101), [anon_sym_case] = ACTIONS(103), [anon_sym_function] = ACTIONS(105), @@ -27318,24 +27311,24 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [1033] = { - [anon_sym_then] = ACTIONS(2931), + [anon_sym_then] = ACTIONS(2909), [sym_comment] = ACTIONS(133), }, [1034] = { - [anon_sym_PIPE] = ACTIONS(1127), - [anon_sym_RPAREN] = ACTIONS(1127), - [anon_sym_SEMI_SEMI] = ACTIONS(1127), - [anon_sym_PIPE_AMP] = ACTIONS(1127), - [anon_sym_AMP_AMP] = ACTIONS(1127), - [anon_sym_PIPE_PIPE] = ACTIONS(1127), - [anon_sym_BQUOTE] = ACTIONS(1127), + [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(1127), - [anon_sym_LF] = ACTIONS(1127), - [anon_sym_AMP] = ACTIONS(1127), + [anon_sym_SEMI] = ACTIONS(1115), + [anon_sym_LF] = ACTIONS(1115), + [anon_sym_AMP] = ACTIONS(1115), }, [1035] = { - [anon_sym_fi] = ACTIONS(2933), + [anon_sym_fi] = ACTIONS(2911), [sym_comment] = ACTIONS(133), }, [1036] = { @@ -27369,9 +27362,9 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_for] = ACTIONS(97), [anon_sym_while] = ACTIONS(99), [anon_sym_if] = ACTIONS(101), - [anon_sym_fi] = ACTIONS(2935), - [anon_sym_elif] = ACTIONS(2876), - [anon_sym_else] = ACTIONS(2879), + [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), @@ -27398,28 +27391,28 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [1037] = { [sym_elif_clause] = STATE(552), [sym_else_clause] = STATE(1130), - [anon_sym_fi] = ACTIONS(2933), - [anon_sym_elif] = ACTIONS(1137), - [anon_sym_else] = ACTIONS(1139), + [anon_sym_fi] = ACTIONS(2911), + [anon_sym_elif] = ACTIONS(1125), + [anon_sym_else] = ACTIONS(1127), [sym_comment] = ACTIONS(133), }, [1038] = { [aux_sym_concatenation_repeat1] = STATE(158), - [sym__concat] = ACTIONS(361), - [anon_sym_in] = ACTIONS(2782), - [anon_sym_SEMI_SEMI] = ACTIONS(2938), + [sym__concat] = ACTIONS(359), + [anon_sym_in] = ACTIONS(2760), + [anon_sym_SEMI_SEMI] = ACTIONS(2916), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2938), - [anon_sym_LF] = ACTIONS(2938), - [anon_sym_AMP] = ACTIONS(2938), + [anon_sym_SEMI] = ACTIONS(2916), + [anon_sym_LF] = ACTIONS(2916), + [anon_sym_AMP] = ACTIONS(2916), }, [1039] = { - [anon_sym_in] = ACTIONS(2782), - [anon_sym_SEMI_SEMI] = ACTIONS(2938), + [anon_sym_in] = ACTIONS(2760), + [anon_sym_SEMI_SEMI] = ACTIONS(2916), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2938), - [anon_sym_LF] = ACTIONS(2938), - [anon_sym_AMP] = ACTIONS(2938), + [anon_sym_SEMI] = ACTIONS(2916), + [anon_sym_LF] = ACTIONS(2916), + [anon_sym_AMP] = ACTIONS(2916), }, [1040] = { [sym__terminated_statement] = STATE(22), @@ -27515,8 +27508,8 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_concatenation_repeat1] = STATE(77), [sym_file_descriptor] = ACTIONS(207), [sym__concat] = ACTIONS(209), - [anon_sym_PIPE] = ACTIONS(2940), - [anon_sym_RPAREN] = ACTIONS(2940), + [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), @@ -27548,10 +27541,10 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_concatenation_repeat1] = STATE(77), [sym_file_descriptor] = ACTIONS(207), [sym__concat] = ACTIONS(209), - [anon_sym_PIPE] = ACTIONS(2940), - [anon_sym_RPAREN] = ACTIONS(2940), + [anon_sym_PIPE] = ACTIONS(2918), + [anon_sym_RPAREN] = ACTIONS(2918), [anon_sym_SEMI_SEMI] = ACTIONS(211), - [anon_sym_LPAREN] = ACTIONS(2944), + [anon_sym_LPAREN] = ACTIONS(2922), [anon_sym_PIPE_AMP] = ACTIONS(211), [anon_sym_AMP_AMP] = ACTIONS(211), [anon_sym_PIPE_PIPE] = ACTIONS(211), @@ -27579,17 +27572,17 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(211), }, [1045] = { - [anon_sym_PIPE] = ACTIONS(2946), - [anon_sym_RPAREN] = ACTIONS(971), - [anon_sym_SEMI_SEMI] = ACTIONS(971), - [anon_sym_PIPE_AMP] = ACTIONS(2946), - [anon_sym_AMP_AMP] = ACTIONS(2949), - [anon_sym_PIPE_PIPE] = ACTIONS(2949), - [anon_sym_BQUOTE] = ACTIONS(971), + [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(971), - [anon_sym_LF] = ACTIONS(971), - [anon_sym_AMP] = ACTIONS(971), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(961), + [anon_sym_AMP] = ACTIONS(961), }, [1046] = { [sym_file_redirect] = STATE(1119), @@ -27602,28 +27595,28 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_process_substitution] = STATE(121), [aux_sym_for_statement_repeat1] = STATE(1155), [aux_sym_command_repeat2] = STATE(1156), - [sym_file_descriptor] = ACTIONS(2724), + [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(2729), - [anon_sym_GT] = ACTIONS(2729), - [anon_sym_GT_GT] = ACTIONS(2729), - [anon_sym_AMP_GT] = ACTIONS(2729), - [anon_sym_AMP_GT_GT] = ACTIONS(2729), - [anon_sym_LT_AMP] = ACTIONS(2729), - [anon_sym_GT_AMP] = ACTIONS(2729), - [anon_sym_LT_LT] = ACTIONS(2731), - [anon_sym_LT_LT_DASH] = ACTIONS(2731), + [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(2952), + [anon_sym_BQUOTE] = ACTIONS(2930), [anon_sym_LT_LPAREN] = ACTIONS(297), [anon_sym_GT_LPAREN] = ACTIONS(297), [sym_word] = ACTIONS(287), @@ -27635,12 +27628,12 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [1047] = { [sym_file_descriptor] = ACTIONS(299), [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(2946), - [anon_sym_RPAREN] = ACTIONS(971), - [anon_sym_SEMI_SEMI] = ACTIONS(971), - [anon_sym_PIPE_AMP] = ACTIONS(2946), - [anon_sym_AMP_AMP] = ACTIONS(2949), - [anon_sym_PIPE_PIPE] = ACTIONS(2949), + [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), @@ -27653,19 +27646,19 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(301), [anon_sym_DOLLAR_LBRACE] = ACTIONS(301), [anon_sym_DOLLAR_LPAREN] = ACTIONS(301), - [anon_sym_BQUOTE] = ACTIONS(2955), + [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(971), - [anon_sym_LF] = ACTIONS(971), - [anon_sym_AMP] = ACTIONS(971), + [anon_sym_SEMI] = ACTIONS(961), + [anon_sym_LF] = ACTIONS(961), + [anon_sym_AMP] = ACTIONS(961), }, [1048] = { [sym_file_descriptor] = ACTIONS(207), - [anon_sym_PIPE] = ACTIONS(2940), - [anon_sym_RPAREN] = ACTIONS(2940), + [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), @@ -27694,16 +27687,16 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(211), }, [1049] = { - [anon_sym_esac] = ACTIONS(2958), - [anon_sym_DQUOTE] = ACTIONS(2961), - [sym_raw_string] = ACTIONS(2961), - [anon_sym_DOLLAR] = ACTIONS(2958), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2961), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2961), - [anon_sym_BQUOTE] = ACTIONS(2961), - [anon_sym_LT_LPAREN] = ACTIONS(2961), - [anon_sym_GT_LPAREN] = ACTIONS(2961), - [sym_word] = ACTIONS(2964), + [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), }, [1050] = { @@ -27735,7 +27728,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_while] = ACTIONS(99), [anon_sym_if] = ACTIONS(101), [anon_sym_case] = ACTIONS(103), - [anon_sym_SEMI_SEMI] = ACTIONS(2882), + [anon_sym_SEMI_SEMI] = ACTIONS(2860), [anon_sym_function] = ACTIONS(105), [anon_sym_LPAREN] = ACTIONS(107), [anon_sym_LBRACK] = ACTIONS(109), @@ -27759,47 +27752,47 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [1051] = { - [anon_sym_LPAREN] = ACTIONS(2967), + [anon_sym_LPAREN] = ACTIONS(2945), [sym_comment] = ACTIONS(133), }, [1052] = { [sym_compound_statement] = STATE(1008), - [sym_file_descriptor] = ACTIONS(1051), - [sym_variable_name] = ACTIONS(1051), - [anon_sym_PIPE] = ACTIONS(1053), - [anon_sym_RPAREN] = ACTIONS(1053), - [anon_sym_SEMI_SEMI] = ACTIONS(1053), - [anon_sym_LBRACE] = ACTIONS(2289), - [anon_sym_PIPE_AMP] = ACTIONS(1053), - [anon_sym_AMP_AMP] = ACTIONS(1053), - [anon_sym_PIPE_PIPE] = ACTIONS(1053), - [anon_sym_LT] = ACTIONS(1053), - [anon_sym_GT] = ACTIONS(1053), - [anon_sym_GT_GT] = ACTIONS(1053), - [anon_sym_AMP_GT] = ACTIONS(1053), - [anon_sym_AMP_GT_GT] = ACTIONS(1053), - [anon_sym_LT_AMP] = ACTIONS(1053), - [anon_sym_GT_AMP] = ACTIONS(1053), - [anon_sym_DQUOTE] = ACTIONS(1053), - [sym_raw_string] = ACTIONS(1053), - [anon_sym_DOLLAR] = ACTIONS(1053), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1053), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1053), - [anon_sym_BQUOTE] = ACTIONS(1053), - [anon_sym_LT_LPAREN] = ACTIONS(1053), - [anon_sym_GT_LPAREN] = ACTIONS(1053), - [sym_word] = ACTIONS(1053), + [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(1053), - [anon_sym_LF] = ACTIONS(1053), - [anon_sym_AMP] = ACTIONS(1053), + [anon_sym_SEMI] = ACTIONS(1041), + [anon_sym_LF] = ACTIONS(1041), + [anon_sym_AMP] = ACTIONS(1041), }, [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(2969), + [anon_sym_RPAREN] = ACTIONS(2947), [anon_sym_SEMI_SEMI] = ACTIONS(211), [anon_sym_LPAREN] = ACTIONS(261), [anon_sym_PIPE_AMP] = ACTIONS(211), @@ -27822,7 +27815,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BQUOTE] = ACTIONS(211), [anon_sym_LT_LPAREN] = ACTIONS(211), [anon_sym_GT_LPAREN] = ACTIONS(211), - [sym_word] = ACTIONS(2969), + [sym_word] = ACTIONS(2947), [sym_comment] = ACTIONS(85), [anon_sym_SEMI] = ACTIONS(211), [anon_sym_LF] = ACTIONS(211), @@ -27830,22 +27823,22 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { }, [1054] = { [anon_sym_PIPE] = ACTIONS(271), - [anon_sym_RPAREN] = ACTIONS(2972), - [anon_sym_SEMI_SEMI] = ACTIONS(2974), + [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(2974), - [anon_sym_LF] = ACTIONS(2974), - [anon_sym_AMP] = ACTIONS(2974), + [anon_sym_SEMI] = ACTIONS(2952), + [anon_sym_LF] = ACTIONS(2952), + [anon_sym_AMP] = ACTIONS(2952), }, [1055] = { [sym_file_descriptor] = ACTIONS(299), [sym_variable_name] = ACTIONS(299), [anon_sym_PIPE] = ACTIONS(271), - [anon_sym_RPAREN] = ACTIONS(2972), - [anon_sym_SEMI_SEMI] = ACTIONS(2974), + [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), @@ -27866,9 +27859,9 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_LPAREN] = ACTIONS(301), [sym_word] = ACTIONS(301), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2974), - [anon_sym_LF] = ACTIONS(2974), - [anon_sym_AMP] = ACTIONS(2974), + [anon_sym_SEMI] = ACTIONS(2952), + [anon_sym_LF] = ACTIONS(2952), + [anon_sym_AMP] = ACTIONS(2952), }, [1056] = { [sym__terminated_statement] = STATE(126), @@ -27922,17 +27915,17 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [1057] = { - [anon_sym_PIPE] = ACTIONS(1713), - [anon_sym_RPAREN] = ACTIONS(1713), - [anon_sym_SEMI_SEMI] = ACTIONS(1713), - [anon_sym_PIPE_AMP] = ACTIONS(1713), - [anon_sym_AMP_AMP] = ACTIONS(1713), - [anon_sym_PIPE_PIPE] = ACTIONS(1713), - [anon_sym_BQUOTE] = ACTIONS(1713), + [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(1713), - [anon_sym_LF] = ACTIONS(1713), - [anon_sym_AMP] = ACTIONS(1713), + [anon_sym_SEMI] = ACTIONS(1697), + [anon_sym_LF] = ACTIONS(1697), + [anon_sym_AMP] = ACTIONS(1697), }, [1058] = { [sym__terminated_statement] = STATE(126), @@ -27965,7 +27958,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(103), [anon_sym_function] = ACTIONS(105), [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(2884), + [anon_sym_RBRACE] = ACTIONS(2862), [anon_sym_LBRACK] = ACTIONS(109), [anon_sym_LBRACK_LBRACK] = ACTIONS(111), [anon_sym_LT] = ACTIONS(113), @@ -27988,34 +27981,34 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { }, [1059] = { [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(385), - [anon_sym_RBRACK] = ACTIONS(2976), - [anon_sym_DQUOTE] = ACTIONS(389), - [sym_raw_string] = ACTIONS(389), - [anon_sym_DOLLAR] = ACTIONS(387), - [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(391), + [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), }, [1060] = { - [anon_sym_RBRACK] = ACTIONS(2979), + [anon_sym_RBRACK] = ACTIONS(2957), [sym_comment] = ACTIONS(133), }, [1061] = { - [anon_sym_RBRACK] = ACTIONS(2976), - [anon_sym_DQUOTE] = ACTIONS(389), - [sym_raw_string] = ACTIONS(389), - [anon_sym_DOLLAR] = ACTIONS(387), - [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(391), + [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), }, [1062] = { @@ -28025,64 +28018,64 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(193), [sym_command_substitution] = STATE(193), [sym_process_substitution] = STATE(193), - [anon_sym_RBRACK] = ACTIONS(2981), + [anon_sym_RBRACK] = ACTIONS(2959), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(405), + [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(407), + [sym_word] = ACTIONS(405), [sym_comment] = ACTIONS(133), }, [1063] = { - [sym__heredoc_middle] = ACTIONS(2983), - [sym__heredoc_end] = ACTIONS(2983), - [sym_file_descriptor] = ACTIONS(2983), - [sym__concat] = ACTIONS(2983), - [sym_variable_name] = ACTIONS(2983), - [anon_sym_in] = ACTIONS(2988), - [anon_sym_PIPE] = ACTIONS(2988), - [anon_sym_RPAREN] = ACTIONS(2988), - [anon_sym_SEMI_SEMI] = ACTIONS(2988), - [anon_sym_RBRACE] = ACTIONS(2988), - [anon_sym_PIPE_AMP] = ACTIONS(2988), - [anon_sym_AMP_AMP] = ACTIONS(2988), - [anon_sym_PIPE_PIPE] = ACTIONS(2988), - [anon_sym_RBRACK] = ACTIONS(2988), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2988), - [anon_sym_LT] = ACTIONS(2988), - [anon_sym_GT] = ACTIONS(2988), - [anon_sym_GT_GT] = ACTIONS(2988), - [anon_sym_AMP_GT] = ACTIONS(2988), - [anon_sym_AMP_GT_GT] = ACTIONS(2988), - [anon_sym_LT_AMP] = ACTIONS(2988), - [anon_sym_GT_AMP] = ACTIONS(2988), - [anon_sym_LT_LT] = ACTIONS(2988), - [anon_sym_LT_LT_DASH] = ACTIONS(2988), - [anon_sym_DQUOTE] = ACTIONS(2988), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(2988), - [sym_raw_string] = ACTIONS(2988), - [anon_sym_DOLLAR] = ACTIONS(2988), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2988), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2988), - [anon_sym_BQUOTE] = ACTIONS(2988), - [anon_sym_LT_LPAREN] = ACTIONS(2988), - [anon_sym_GT_LPAREN] = ACTIONS(2988), - [sym_word] = ACTIONS(2988), + [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(2988), - [anon_sym_LF] = ACTIONS(2988), - [anon_sym_AMP] = ACTIONS(2988), + [anon_sym_SEMI] = ACTIONS(2966), + [anon_sym_LF] = ACTIONS(2966), + [anon_sym_AMP] = ACTIONS(2966), }, [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(2993), + [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), @@ -28092,58 +28085,58 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { }, [1065] = { [aux_sym_concatenation_repeat1] = STATE(1163), - [sym_file_descriptor] = ACTIONS(633), - [sym__concat] = ACTIONS(2995), - [sym_variable_name] = ACTIONS(633), - [anon_sym_PIPE] = ACTIONS(635), - [anon_sym_RPAREN] = ACTIONS(635), - [anon_sym_SEMI_SEMI] = ACTIONS(635), - [anon_sym_RBRACE] = ACTIONS(2812), - [anon_sym_PIPE_AMP] = ACTIONS(635), - [anon_sym_AMP_AMP] = ACTIONS(635), - [anon_sym_PIPE_PIPE] = ACTIONS(635), - [anon_sym_LT] = ACTIONS(635), - [anon_sym_GT] = ACTIONS(635), - [anon_sym_GT_GT] = ACTIONS(635), - [anon_sym_AMP_GT] = ACTIONS(635), - [anon_sym_AMP_GT_GT] = ACTIONS(635), - [anon_sym_LT_AMP] = ACTIONS(635), - [anon_sym_GT_AMP] = ACTIONS(635), - [anon_sym_DQUOTE] = ACTIONS(635), - [sym_raw_string] = ACTIONS(635), - [anon_sym_DOLLAR] = ACTIONS(635), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(635), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(635), - [anon_sym_BQUOTE] = ACTIONS(635), - [anon_sym_LT_LPAREN] = ACTIONS(635), - [anon_sym_GT_LPAREN] = ACTIONS(635), - [sym_word] = ACTIONS(635), + [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(635), - [anon_sym_LF] = ACTIONS(635), - [anon_sym_AMP] = ACTIONS(635), + [anon_sym_SEMI] = ACTIONS(629), + [anon_sym_LF] = ACTIONS(629), + [anon_sym_AMP] = ACTIONS(629), }, [1066] = { [sym_special_variable_name] = STATE(1166), - [anon_sym_DOLLAR] = ACTIONS(2997), - [anon_sym_POUND] = ACTIONS(2999), - [anon_sym_AT] = ACTIONS(2997), + [anon_sym_DOLLAR] = ACTIONS(2975), + [anon_sym_POUND] = ACTIONS(2977), + [anon_sym_AT] = ACTIONS(2975), [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(3001), - [anon_sym_STAR] = ACTIONS(2997), - [anon_sym_QMARK] = ACTIONS(2997), - [anon_sym_DASH] = ACTIONS(2997), - [anon_sym_BANG] = ACTIONS(2997), - [anon_sym_0] = ACTIONS(2999), - [anon_sym__] = ACTIONS(2999), + [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), }, [1067] = { [sym_special_variable_name] = STATE(1169), [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(3003), + [anon_sym_POUND] = ACTIONS(2981), [anon_sym_AT] = ACTIONS(219), [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(3005), + [sym_simple_variable_name] = ACTIONS(2983), [anon_sym_STAR] = ACTIONS(219), [anon_sym_QMARK] = ACTIONS(219), [anon_sym_DASH] = ACTIONS(219), @@ -28302,42 +28295,42 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [1071] = { - [sym_file_descriptor] = ACTIONS(633), - [sym_variable_name] = ACTIONS(633), - [anon_sym_PIPE] = ACTIONS(635), - [anon_sym_RPAREN] = ACTIONS(635), - [anon_sym_SEMI_SEMI] = ACTIONS(635), - [anon_sym_RBRACE] = ACTIONS(2812), - [anon_sym_PIPE_AMP] = ACTIONS(635), - [anon_sym_AMP_AMP] = ACTIONS(635), - [anon_sym_PIPE_PIPE] = ACTIONS(635), - [anon_sym_LT] = ACTIONS(635), - [anon_sym_GT] = ACTIONS(635), - [anon_sym_GT_GT] = ACTIONS(635), - [anon_sym_AMP_GT] = ACTIONS(635), - [anon_sym_AMP_GT_GT] = ACTIONS(635), - [anon_sym_LT_AMP] = ACTIONS(635), - [anon_sym_GT_AMP] = ACTIONS(635), - [anon_sym_DQUOTE] = ACTIONS(635), - [sym_raw_string] = ACTIONS(635), - [anon_sym_DOLLAR] = ACTIONS(635), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(635), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(635), - [anon_sym_BQUOTE] = ACTIONS(635), - [anon_sym_LT_LPAREN] = ACTIONS(635), - [anon_sym_GT_LPAREN] = ACTIONS(635), - [sym_word] = ACTIONS(635), + [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(635), - [anon_sym_LF] = ACTIONS(635), - [anon_sym_AMP] = ACTIONS(635), + [anon_sym_SEMI] = ACTIONS(629), + [anon_sym_LF] = ACTIONS(629), + [anon_sym_AMP] = ACTIONS(629), }, [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(3007), + [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), @@ -28347,59 +28340,59 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { }, [1073] = { [aux_sym_concatenation_repeat1] = STATE(1179), - [sym_file_descriptor] = ACTIONS(3009), - [sym__concat] = ACTIONS(3012), - [sym_variable_name] = ACTIONS(3009), - [anon_sym_PIPE] = ACTIONS(3014), - [anon_sym_RPAREN] = ACTIONS(3014), - [anon_sym_SEMI_SEMI] = ACTIONS(3014), - [anon_sym_PIPE_AMP] = ACTIONS(3014), - [anon_sym_AMP_AMP] = ACTIONS(3014), - [anon_sym_PIPE_PIPE] = ACTIONS(3014), - [anon_sym_LT] = ACTIONS(3014), - [anon_sym_GT] = ACTIONS(3014), - [anon_sym_GT_GT] = ACTIONS(3014), - [anon_sym_AMP_GT] = ACTIONS(3014), - [anon_sym_AMP_GT_GT] = ACTIONS(3014), - [anon_sym_LT_AMP] = ACTIONS(3014), - [anon_sym_GT_AMP] = ACTIONS(3014), - [anon_sym_LT_LT] = ACTIONS(3014), - [anon_sym_LT_LT_DASH] = ACTIONS(3014), - [anon_sym_DQUOTE] = ACTIONS(3014), - [sym_raw_string] = ACTIONS(3014), - [anon_sym_DOLLAR] = ACTIONS(3014), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(3014), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(3014), - [anon_sym_BQUOTE] = ACTIONS(3014), - [anon_sym_LT_LPAREN] = ACTIONS(3014), - [anon_sym_GT_LPAREN] = ACTIONS(3014), - [sym_word] = ACTIONS(3014), + [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(3014), - [anon_sym_LF] = ACTIONS(3014), - [anon_sym_AMP] = ACTIONS(3014), + [anon_sym_SEMI] = ACTIONS(2992), + [anon_sym_LF] = ACTIONS(2992), + [anon_sym_AMP] = ACTIONS(2992), }, [1074] = { [sym_special_variable_name] = STATE(1182), - [anon_sym_DOLLAR] = ACTIONS(3017), - [anon_sym_POUND] = ACTIONS(3019), - [anon_sym_AT] = ACTIONS(3017), + [anon_sym_DOLLAR] = ACTIONS(2995), + [anon_sym_POUND] = ACTIONS(2997), + [anon_sym_AT] = ACTIONS(2995), [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(3021), - [anon_sym_STAR] = ACTIONS(3017), - [anon_sym_QMARK] = ACTIONS(3017), - [anon_sym_DASH] = ACTIONS(3017), - [anon_sym_BANG] = ACTIONS(3017), - [anon_sym_0] = ACTIONS(3019), - [anon_sym__] = ACTIONS(3019), + [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), }, [1075] = { [sym_special_variable_name] = STATE(1185), [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(3023), + [anon_sym_POUND] = ACTIONS(3001), [anon_sym_AT] = ACTIONS(219), [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(3025), + [sym_simple_variable_name] = ACTIONS(3003), [anon_sym_STAR] = ACTIONS(219), [anon_sym_QMARK] = ACTIONS(219), [anon_sym_DASH] = ACTIONS(219), @@ -28558,73 +28551,73 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [1079] = { - [sym_file_descriptor] = ACTIONS(3009), - [sym_variable_name] = ACTIONS(3009), - [anon_sym_PIPE] = ACTIONS(3014), - [anon_sym_RPAREN] = ACTIONS(3014), - [anon_sym_SEMI_SEMI] = ACTIONS(3014), - [anon_sym_PIPE_AMP] = ACTIONS(3014), - [anon_sym_AMP_AMP] = ACTIONS(3014), - [anon_sym_PIPE_PIPE] = ACTIONS(3014), - [anon_sym_LT] = ACTIONS(3014), - [anon_sym_GT] = ACTIONS(3014), - [anon_sym_GT_GT] = ACTIONS(3014), - [anon_sym_AMP_GT] = ACTIONS(3014), - [anon_sym_AMP_GT_GT] = ACTIONS(3014), - [anon_sym_LT_AMP] = ACTIONS(3014), - [anon_sym_GT_AMP] = ACTIONS(3014), - [anon_sym_LT_LT] = ACTIONS(3014), - [anon_sym_LT_LT_DASH] = ACTIONS(3014), - [anon_sym_DQUOTE] = ACTIONS(3014), - [sym_raw_string] = ACTIONS(3014), - [anon_sym_DOLLAR] = ACTIONS(3014), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(3014), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(3014), - [anon_sym_BQUOTE] = ACTIONS(3014), - [anon_sym_LT_LPAREN] = ACTIONS(3014), - [anon_sym_GT_LPAREN] = ACTIONS(3014), - [sym_word] = ACTIONS(3014), + [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(3014), - [anon_sym_LF] = ACTIONS(3014), - [anon_sym_AMP] = ACTIONS(3014), + [anon_sym_SEMI] = ACTIONS(2992), + [anon_sym_LF] = ACTIONS(2992), + [anon_sym_AMP] = ACTIONS(2992), }, [1080] = { - [sym_file_descriptor] = ACTIONS(427), - [sym__concat] = ACTIONS(427), - [sym_variable_name] = ACTIONS(427), - [anon_sym_in] = ACTIONS(429), - [anon_sym_PIPE] = ACTIONS(429), - [anon_sym_RPAREN] = ACTIONS(429), - [anon_sym_SEMI_SEMI] = ACTIONS(429), - [anon_sym_RBRACE] = ACTIONS(429), - [anon_sym_PIPE_AMP] = ACTIONS(429), - [anon_sym_AMP_AMP] = ACTIONS(429), - [anon_sym_PIPE_PIPE] = ACTIONS(429), - [anon_sym_RBRACK] = ACTIONS(429), - [anon_sym_RBRACK_RBRACK] = ACTIONS(429), - [anon_sym_LT] = ACTIONS(429), - [anon_sym_GT] = ACTIONS(429), - [anon_sym_GT_GT] = ACTIONS(429), - [anon_sym_AMP_GT] = ACTIONS(429), - [anon_sym_AMP_GT_GT] = ACTIONS(429), - [anon_sym_LT_AMP] = ACTIONS(429), - [anon_sym_GT_AMP] = ACTIONS(429), - [anon_sym_LT_LT] = ACTIONS(429), - [anon_sym_LT_LT_DASH] = ACTIONS(429), - [anon_sym_DQUOTE] = ACTIONS(429), - [sym_raw_string] = ACTIONS(429), - [anon_sym_DOLLAR] = ACTIONS(429), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(429), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(429), - [anon_sym_BQUOTE] = ACTIONS(429), - [anon_sym_LT_LPAREN] = ACTIONS(429), - [anon_sym_GT_LPAREN] = ACTIONS(429), - [sym_word] = ACTIONS(429), + [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(429), - [anon_sym_LF] = ACTIONS(429), - [anon_sym_AMP] = ACTIONS(429), + [anon_sym_SEMI] = ACTIONS(427), + [anon_sym_LF] = ACTIONS(427), + [anon_sym_AMP] = ACTIONS(427), }, [1081] = { [sym_string] = STATE(1192), @@ -28632,271 +28625,271 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(1192), [sym_command_substitution] = STATE(1192), [sym_process_substitution] = STATE(1192), - [anon_sym_DQUOTE] = ACTIONS(2655), - [sym_raw_string] = ACTIONS(3027), - [anon_sym_DOLLAR] = ACTIONS(2659), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2661), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2663), - [anon_sym_BQUOTE] = ACTIONS(2665), - [anon_sym_LT_LPAREN] = ACTIONS(2667), - [anon_sym_GT_LPAREN] = ACTIONS(2667), - [sym_word] = ACTIONS(3029), + [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), }, [1082] = { - [anon_sym_SEMI_SEMI] = ACTIONS(3031), + [anon_sym_SEMI_SEMI] = ACTIONS(3009), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(3031), - [anon_sym_LF] = ACTIONS(3031), - [anon_sym_AMP] = ACTIONS(3031), + [anon_sym_SEMI] = ACTIONS(3009), + [anon_sym_LF] = ACTIONS(3009), + [anon_sym_AMP] = ACTIONS(3009), }, [1083] = { - [anon_sym_in] = ACTIONS(3033), + [anon_sym_in] = ACTIONS(3011), [sym_comment] = ACTIONS(133), }, [1084] = { - [sym__heredoc_middle] = ACTIONS(3035), - [sym__heredoc_end] = ACTIONS(3035), - [sym_file_descriptor] = ACTIONS(3035), - [sym__concat] = ACTIONS(3035), - [sym_variable_name] = ACTIONS(3035), - [anon_sym_in] = ACTIONS(3038), - [anon_sym_PIPE] = ACTIONS(3038), - [anon_sym_RPAREN] = ACTIONS(3038), - [anon_sym_SEMI_SEMI] = ACTIONS(3038), - [anon_sym_RBRACE] = ACTIONS(3038), - [anon_sym_PIPE_AMP] = ACTIONS(3038), - [anon_sym_AMP_AMP] = ACTIONS(3038), - [anon_sym_PIPE_PIPE] = ACTIONS(3038), - [anon_sym_RBRACK] = ACTIONS(3038), - [anon_sym_RBRACK_RBRACK] = ACTIONS(3038), - [anon_sym_LT] = ACTIONS(3038), - [anon_sym_GT] = ACTIONS(3038), - [anon_sym_GT_GT] = ACTIONS(3038), - [anon_sym_AMP_GT] = ACTIONS(3038), - [anon_sym_AMP_GT_GT] = ACTIONS(3038), - [anon_sym_LT_AMP] = ACTIONS(3038), - [anon_sym_GT_AMP] = ACTIONS(3038), - [anon_sym_LT_LT] = ACTIONS(3038), - [anon_sym_LT_LT_DASH] = ACTIONS(3038), - [anon_sym_DQUOTE] = ACTIONS(3038), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(3038), - [sym_raw_string] = ACTIONS(3038), - [anon_sym_DOLLAR] = ACTIONS(3038), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(3038), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(3038), - [anon_sym_BQUOTE] = ACTIONS(3038), - [anon_sym_LT_LPAREN] = ACTIONS(3038), - [anon_sym_GT_LPAREN] = ACTIONS(3038), - [sym_word] = ACTIONS(3038), + [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(3038), - [anon_sym_LF] = ACTIONS(3038), - [anon_sym_AMP] = ACTIONS(3038), + [anon_sym_SEMI] = ACTIONS(3016), + [anon_sym_LF] = ACTIONS(3016), + [anon_sym_AMP] = ACTIONS(3016), }, [1085] = { - [sym__heredoc_middle] = ACTIONS(459), - [sym__heredoc_end] = ACTIONS(459), - [sym_file_descriptor] = ACTIONS(459), - [sym__concat] = ACTIONS(459), - [sym_variable_name] = ACTIONS(459), - [anon_sym_in] = ACTIONS(461), - [anon_sym_PIPE] = ACTIONS(461), - [anon_sym_RPAREN] = ACTIONS(461), - [anon_sym_SEMI_SEMI] = ACTIONS(461), - [anon_sym_RBRACE] = ACTIONS(461), - [anon_sym_PIPE_AMP] = ACTIONS(461), - [anon_sym_AMP_AMP] = ACTIONS(461), - [anon_sym_PIPE_PIPE] = ACTIONS(461), - [anon_sym_RBRACK] = ACTIONS(461), - [anon_sym_RBRACK_RBRACK] = ACTIONS(461), - [anon_sym_LT] = ACTIONS(461), - [anon_sym_GT] = ACTIONS(461), - [anon_sym_GT_GT] = ACTIONS(461), - [anon_sym_AMP_GT] = ACTIONS(461), - [anon_sym_AMP_GT_GT] = ACTIONS(461), - [anon_sym_LT_AMP] = ACTIONS(461), - [anon_sym_GT_AMP] = ACTIONS(461), - [anon_sym_LT_LT] = ACTIONS(461), - [anon_sym_LT_LT_DASH] = ACTIONS(461), - [anon_sym_DQUOTE] = ACTIONS(461), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(461), - [sym_raw_string] = ACTIONS(461), - [anon_sym_DOLLAR] = ACTIONS(461), - [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(461), + [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(461), - [anon_sym_LF] = ACTIONS(461), - [anon_sym_AMP] = ACTIONS(461), + [anon_sym_SEMI] = ACTIONS(459), + [anon_sym_LF] = ACTIONS(459), + [anon_sym_AMP] = ACTIONS(459), }, [1086] = { - [sym__heredoc_middle] = ACTIONS(463), - [sym__heredoc_end] = ACTIONS(463), - [sym_file_descriptor] = ACTIONS(463), - [sym__concat] = ACTIONS(463), - [sym_variable_name] = ACTIONS(463), - [anon_sym_in] = ACTIONS(465), - [anon_sym_PIPE] = ACTIONS(465), - [anon_sym_RPAREN] = ACTIONS(465), - [anon_sym_SEMI_SEMI] = ACTIONS(465), - [anon_sym_RBRACE] = ACTIONS(465), - [anon_sym_PIPE_AMP] = ACTIONS(465), - [anon_sym_AMP_AMP] = ACTIONS(465), - [anon_sym_PIPE_PIPE] = ACTIONS(465), - [anon_sym_RBRACK] = ACTIONS(465), - [anon_sym_RBRACK_RBRACK] = ACTIONS(465), - [anon_sym_LT] = ACTIONS(465), - [anon_sym_GT] = ACTIONS(465), - [anon_sym_GT_GT] = ACTIONS(465), - [anon_sym_AMP_GT] = ACTIONS(465), - [anon_sym_AMP_GT_GT] = ACTIONS(465), - [anon_sym_LT_AMP] = ACTIONS(465), - [anon_sym_GT_AMP] = ACTIONS(465), - [anon_sym_LT_LT] = ACTIONS(465), - [anon_sym_LT_LT_DASH] = ACTIONS(465), - [anon_sym_DQUOTE] = ACTIONS(465), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(465), - [sym_raw_string] = ACTIONS(465), - [anon_sym_DOLLAR] = ACTIONS(465), - [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(465), + [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(465), - [anon_sym_LF] = ACTIONS(465), - [anon_sym_AMP] = ACTIONS(465), + [anon_sym_SEMI] = ACTIONS(463), + [anon_sym_LF] = ACTIONS(463), + [anon_sym_AMP] = ACTIONS(463), }, [1087] = { - [sym__heredoc_middle] = ACTIONS(467), - [sym__heredoc_end] = ACTIONS(467), - [sym_file_descriptor] = ACTIONS(467), - [sym__concat] = ACTIONS(467), - [sym_variable_name] = ACTIONS(467), - [anon_sym_in] = ACTIONS(469), - [anon_sym_PIPE] = ACTIONS(469), - [anon_sym_RPAREN] = ACTIONS(469), - [anon_sym_SEMI_SEMI] = ACTIONS(469), - [anon_sym_RBRACE] = ACTIONS(469), - [anon_sym_PIPE_AMP] = ACTIONS(469), - [anon_sym_AMP_AMP] = ACTIONS(469), - [anon_sym_PIPE_PIPE] = ACTIONS(469), - [anon_sym_RBRACK] = ACTIONS(469), - [anon_sym_RBRACK_RBRACK] = ACTIONS(469), - [anon_sym_LT] = ACTIONS(469), - [anon_sym_GT] = ACTIONS(469), - [anon_sym_GT_GT] = ACTIONS(469), - [anon_sym_AMP_GT] = ACTIONS(469), - [anon_sym_AMP_GT_GT] = ACTIONS(469), - [anon_sym_LT_AMP] = ACTIONS(469), - [anon_sym_GT_AMP] = ACTIONS(469), - [anon_sym_LT_LT] = ACTIONS(469), - [anon_sym_LT_LT_DASH] = ACTIONS(469), - [anon_sym_DQUOTE] = ACTIONS(469), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(469), - [sym_raw_string] = ACTIONS(469), - [anon_sym_DOLLAR] = ACTIONS(469), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(469), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(469), - [anon_sym_BQUOTE] = ACTIONS(469), - [anon_sym_LT_LPAREN] = ACTIONS(469), - [anon_sym_GT_LPAREN] = ACTIONS(469), - [sym_word] = ACTIONS(469), + [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(469), - [anon_sym_LF] = ACTIONS(469), - [anon_sym_AMP] = ACTIONS(469), + [anon_sym_SEMI] = ACTIONS(467), + [anon_sym_LF] = ACTIONS(467), + [anon_sym_AMP] = ACTIONS(467), }, [1088] = { - [anon_sym_RBRACE] = ACTIONS(3041), - [anon_sym_LBRACK] = ACTIONS(3043), + [anon_sym_RBRACE] = ACTIONS(3019), + [anon_sym_LBRACK] = ACTIONS(3021), [sym_comment] = ACTIONS(133), }, [1089] = { - [anon_sym_RBRACE] = ACTIONS(3045), - [anon_sym_LBRACK] = ACTIONS(3047), + [anon_sym_RBRACE] = ACTIONS(3023), + [anon_sym_LBRACK] = ACTIONS(3025), [sym_comment] = ACTIONS(133), }, [1090] = { - [anon_sym_RBRACE] = ACTIONS(3049), + [anon_sym_RBRACE] = ACTIONS(3027), [sym_comment] = ACTIONS(133), }, [1091] = { [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(385), - [anon_sym_RBRACE] = ACTIONS(3051), + [sym__concat] = ACTIONS(383), + [anon_sym_RBRACE] = ACTIONS(3029), [sym_comment] = ACTIONS(133), }, [1092] = { - [anon_sym_RBRACE] = ACTIONS(3051), + [anon_sym_RBRACE] = ACTIONS(3029), [sym_comment] = ACTIONS(133), }, [1093] = { - [anon_sym_PIPE] = ACTIONS(551), - [anon_sym_PIPE_AMP] = ACTIONS(553), - [anon_sym_AMP_AMP] = ACTIONS(555), - [anon_sym_PIPE_PIPE] = ACTIONS(555), - [anon_sym_BQUOTE] = ACTIONS(3053), + [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), }, [1094] = { [sym_file_descriptor] = ACTIONS(299), [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(551), - [anon_sym_PIPE_AMP] = ACTIONS(553), - [anon_sym_AMP_AMP] = ACTIONS(555), - [anon_sym_PIPE_PIPE] = ACTIONS(557), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(3055), + [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), }, [1095] = { - [anon_sym_PIPE] = ACTIONS(519), - [anon_sym_RPAREN] = ACTIONS(3058), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(525), + [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), }, [1096] = { [sym_file_descriptor] = ACTIONS(299), [sym_variable_name] = ACTIONS(299), - [anon_sym_PIPE] = ACTIONS(519), - [anon_sym_RPAREN] = ACTIONS(3058), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(545), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), [anon_sym_BQUOTE] = ACTIONS(299), @@ -28906,73 +28899,73 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [1097] = { - [anon_sym_SEMI_SEMI] = ACTIONS(3060), + [anon_sym_SEMI_SEMI] = ACTIONS(3038), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(3060), - [anon_sym_LF] = ACTIONS(3060), - [anon_sym_AMP] = ACTIONS(3060), + [anon_sym_SEMI] = ACTIONS(3038), + [anon_sym_LF] = ACTIONS(3038), + [anon_sym_AMP] = ACTIONS(3038), }, [1098] = { - [anon_sym_PIPE] = ACTIONS(3062), - [anon_sym_RPAREN] = ACTIONS(3062), - [anon_sym_SEMI_SEMI] = ACTIONS(3062), - [anon_sym_PIPE_AMP] = ACTIONS(3062), - [anon_sym_AMP_AMP] = ACTIONS(3062), - [anon_sym_PIPE_PIPE] = ACTIONS(3062), - [anon_sym_BQUOTE] = ACTIONS(3062), + [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(3062), - [anon_sym_LF] = ACTIONS(3062), - [anon_sym_AMP] = ACTIONS(3062), + [anon_sym_SEMI] = ACTIONS(3040), + [anon_sym_LF] = ACTIONS(3040), + [anon_sym_AMP] = ACTIONS(3040), }, [1099] = { - [anon_sym_PIPE] = ACTIONS(3065), - [anon_sym_RPAREN] = ACTIONS(3065), - [anon_sym_SEMI_SEMI] = ACTIONS(3065), - [anon_sym_PIPE_AMP] = ACTIONS(3065), - [anon_sym_AMP_AMP] = ACTIONS(3065), - [anon_sym_PIPE_PIPE] = ACTIONS(3065), - [anon_sym_BQUOTE] = ACTIONS(3065), + [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(3065), - [anon_sym_LF] = ACTIONS(3065), - [anon_sym_AMP] = ACTIONS(3065), + [anon_sym_SEMI] = ACTIONS(3043), + [anon_sym_LF] = ACTIONS(3043), + [anon_sym_AMP] = ACTIONS(3043), }, [1100] = { - [anon_sym_PIPE] = ACTIONS(1815), - [anon_sym_RPAREN] = ACTIONS(1815), - [anon_sym_SEMI_SEMI] = ACTIONS(1815), - [anon_sym_PIPE_AMP] = ACTIONS(1815), - [anon_sym_AMP_AMP] = ACTIONS(1815), - [anon_sym_PIPE_PIPE] = ACTIONS(1815), - [anon_sym_BQUOTE] = ACTIONS(1815), + [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(1815), - [anon_sym_LF] = ACTIONS(1815), - [anon_sym_AMP] = ACTIONS(1815), + [anon_sym_SEMI] = ACTIONS(1799), + [anon_sym_LF] = ACTIONS(1799), + [anon_sym_AMP] = ACTIONS(1799), }, [1101] = { - [sym_file_descriptor] = ACTIONS(1421), - [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(1423), - [anon_sym_GT] = ACTIONS(1423), - [anon_sym_GT_GT] = ACTIONS(1423), - [anon_sym_AMP_GT] = ACTIONS(1423), - [anon_sym_AMP_GT_GT] = ACTIONS(1423), - [anon_sym_LT_AMP] = ACTIONS(1423), - [anon_sym_GT_AMP] = ACTIONS(1423), - [anon_sym_LT_LT] = ACTIONS(1423), - [anon_sym_LT_LT_DASH] = ACTIONS(1423), - [anon_sym_BQUOTE] = ACTIONS(1423), + [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(1423), - [anon_sym_LF] = ACTIONS(1423), - [anon_sym_AMP] = ACTIONS(1423), + [anon_sym_SEMI] = ACTIONS(1407), + [anon_sym_LF] = ACTIONS(1407), + [anon_sym_AMP] = ACTIONS(1407), }, [1102] = { [sym_concatenation] = STATE(1201), @@ -28981,15 +28974,15 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(1200), [sym_command_substitution] = STATE(1200), [sym_process_substitution] = STATE(1200), - [anon_sym_DQUOTE] = ACTIONS(2417), - [sym_raw_string] = ACTIONS(3068), - [anon_sym_DOLLAR] = ACTIONS(2421), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2423), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2425), - [anon_sym_BQUOTE] = ACTIONS(2427), - [anon_sym_LT_LPAREN] = ACTIONS(2429), - [anon_sym_GT_LPAREN] = ACTIONS(2429), - [sym_word] = ACTIONS(3070), + [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), }, [1103] = { @@ -28997,7 +28990,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(70), [sym_command_substitution] = STATE(70), [aux_sym_string_repeat1] = STATE(1026), - [anon_sym_DQUOTE] = ACTIONS(3072), + [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), @@ -29006,63 +28999,63 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(85), }, [1104] = { - [sym_file_descriptor] = ACTIONS(3074), - [sym__concat] = ACTIONS(3074), - [sym_variable_name] = ACTIONS(3074), - [anon_sym_in] = ACTIONS(3077), - [anon_sym_PIPE] = ACTIONS(3077), - [anon_sym_RPAREN] = ACTIONS(3077), - [anon_sym_SEMI_SEMI] = ACTIONS(3077), - [anon_sym_RBRACE] = ACTIONS(3077), - [anon_sym_PIPE_AMP] = ACTIONS(3077), - [anon_sym_AMP_AMP] = ACTIONS(3077), - [anon_sym_PIPE_PIPE] = ACTIONS(3077), - [anon_sym_RBRACK] = ACTIONS(3077), - [anon_sym_RBRACK_RBRACK] = ACTIONS(3077), - [anon_sym_LT] = ACTIONS(3077), - [anon_sym_GT] = ACTIONS(3077), - [anon_sym_GT_GT] = ACTIONS(3077), - [anon_sym_AMP_GT] = ACTIONS(3077), - [anon_sym_AMP_GT_GT] = ACTIONS(3077), - [anon_sym_LT_AMP] = ACTIONS(3077), - [anon_sym_GT_AMP] = ACTIONS(3077), - [anon_sym_LT_LT] = ACTIONS(3077), - [anon_sym_LT_LT_DASH] = ACTIONS(3077), - [anon_sym_DQUOTE] = ACTIONS(3077), - [sym_raw_string] = ACTIONS(3077), - [anon_sym_DOLLAR] = ACTIONS(3077), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(3077), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(3077), - [anon_sym_BQUOTE] = ACTIONS(3077), - [anon_sym_LT_LPAREN] = ACTIONS(3077), - [anon_sym_GT_LPAREN] = ACTIONS(3077), - [sym_word] = ACTIONS(3077), + [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(3077), - [anon_sym_LF] = ACTIONS(3077), - [anon_sym_AMP] = ACTIONS(3077), + [anon_sym_SEMI] = ACTIONS(3055), + [anon_sym_LF] = ACTIONS(3055), + [anon_sym_AMP] = ACTIONS(3055), }, [1105] = { [sym_special_variable_name] = STATE(1204), - [anon_sym_DOLLAR] = ACTIONS(3080), - [anon_sym_POUND] = ACTIONS(3082), - [anon_sym_AT] = ACTIONS(3080), + [anon_sym_DOLLAR] = ACTIONS(3058), + [anon_sym_POUND] = ACTIONS(3060), + [anon_sym_AT] = ACTIONS(3058), [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(3084), - [anon_sym_STAR] = ACTIONS(3080), - [anon_sym_QMARK] = ACTIONS(3080), - [anon_sym_DASH] = ACTIONS(3080), - [anon_sym_BANG] = ACTIONS(3080), - [anon_sym_0] = ACTIONS(3082), - [anon_sym__] = ACTIONS(3082), + [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), }, [1106] = { [sym_special_variable_name] = STATE(1207), [anon_sym_DOLLAR] = ACTIONS(219), - [anon_sym_POUND] = ACTIONS(3086), + [anon_sym_POUND] = ACTIONS(3064), [anon_sym_AT] = ACTIONS(219), [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(3088), + [sym_simple_variable_name] = ACTIONS(3066), [anon_sym_STAR] = ACTIONS(219), [anon_sym_QMARK] = ACTIONS(219), [anon_sym_DASH] = ACTIONS(219), @@ -29171,17 +29164,17 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [1109] = { - [anon_sym_PIPE] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(673), - [anon_sym_SEMI_SEMI] = ACTIONS(673), - [anon_sym_PIPE_AMP] = ACTIONS(673), - [anon_sym_AMP_AMP] = ACTIONS(673), - [anon_sym_PIPE_PIPE] = ACTIONS(673), - [anon_sym_BQUOTE] = ACTIONS(673), + [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(673), - [anon_sym_LF] = ACTIONS(673), - [anon_sym_AMP] = ACTIONS(673), + [anon_sym_SEMI] = ACTIONS(667), + [anon_sym_LF] = ACTIONS(667), + [anon_sym_AMP] = ACTIONS(667), }, [1110] = { [sym_for_statement] = STATE(1045), @@ -29207,14 +29200,14 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_command_repeat1] = STATE(1022), [sym_file_descriptor] = ACTIONS(91), [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(2232), - [anon_sym_while] = ACTIONS(2234), - [anon_sym_if] = ACTIONS(2236), - [anon_sym_case] = ACTIONS(2238), - [anon_sym_function] = ACTIONS(2240), - [anon_sym_LPAREN] = ACTIONS(2242), - [anon_sym_LBRACK] = ACTIONS(2244), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2246), + [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), @@ -29230,84 +29223,84 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BQUOTE] = ACTIONS(127), [anon_sym_LT_LPAREN] = ACTIONS(129), [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(3090), + [sym_word] = ACTIONS(3068), [sym_comment] = ACTIONS(133), }, [1111] = { - [sym_file_descriptor] = ACTIONS(2258), - [sym__concat] = ACTIONS(2258), - [sym_variable_name] = ACTIONS(2258), - [anon_sym_in] = ACTIONS(2267), - [anon_sym_PIPE] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3092), - [anon_sym_SEMI_SEMI] = ACTIONS(3092), - [anon_sym_RBRACE] = ACTIONS(2267), - [anon_sym_PIPE_AMP] = ACTIONS(3092), - [anon_sym_AMP_AMP] = ACTIONS(3092), - [anon_sym_PIPE_PIPE] = ACTIONS(3092), - [anon_sym_RBRACK] = ACTIONS(2267), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2267), - [anon_sym_LT] = ACTIONS(2267), - [anon_sym_GT] = ACTIONS(2267), - [anon_sym_GT_GT] = ACTIONS(2267), - [anon_sym_AMP_GT] = ACTIONS(2267), - [anon_sym_AMP_GT_GT] = ACTIONS(2267), - [anon_sym_LT_AMP] = ACTIONS(2267), - [anon_sym_GT_AMP] = ACTIONS(2267), - [anon_sym_LT_LT] = ACTIONS(2267), - [anon_sym_LT_LT_DASH] = ACTIONS(2267), - [anon_sym_DQUOTE] = ACTIONS(2267), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(925), - [sym_raw_string] = ACTIONS(2267), - [anon_sym_DOLLAR] = ACTIONS(2267), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2267), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2267), - [anon_sym_BQUOTE] = ACTIONS(3092), - [anon_sym_LT_LPAREN] = ACTIONS(2267), - [anon_sym_GT_LPAREN] = ACTIONS(2267), - [sym_word] = ACTIONS(2267), + [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(3092), - [anon_sym_LF] = ACTIONS(3092), - [anon_sym_AMP] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3070), + [anon_sym_LF] = ACTIONS(3070), + [anon_sym_AMP] = ACTIONS(3070), }, [1112] = { - [sym_file_descriptor] = ACTIONS(563), - [sym_variable_name] = ACTIONS(563), - [ts_builtin_sym_end] = ACTIONS(563), - [anon_sym_for] = ACTIONS(565), - [anon_sym_while] = ACTIONS(565), - [anon_sym_do] = ACTIONS(565), - [anon_sym_done] = ACTIONS(565), - [anon_sym_if] = ACTIONS(565), - [anon_sym_then] = ACTIONS(565), - [anon_sym_fi] = ACTIONS(565), - [anon_sym_elif] = ACTIONS(565), - [anon_sym_else] = ACTIONS(565), - [anon_sym_case] = ACTIONS(565), - [anon_sym_RPAREN] = ACTIONS(2611), - [anon_sym_SEMI_SEMI] = ACTIONS(563), - [anon_sym_function] = ACTIONS(565), - [anon_sym_LPAREN] = ACTIONS(563), - [anon_sym_RBRACE] = ACTIONS(563), - [anon_sym_LBRACK] = ACTIONS(565), - [anon_sym_LBRACK_LBRACK] = ACTIONS(565), - [anon_sym_LT] = ACTIONS(565), - [anon_sym_GT] = ACTIONS(565), - [anon_sym_GT_GT] = ACTIONS(563), - [anon_sym_AMP_GT] = ACTIONS(565), - [anon_sym_AMP_GT_GT] = ACTIONS(563), - [anon_sym_LT_AMP] = ACTIONS(563), - [anon_sym_GT_AMP] = ACTIONS(563), - [anon_sym_DQUOTE] = ACTIONS(563), - [sym_raw_string] = ACTIONS(563), - [anon_sym_DOLLAR] = ACTIONS(565), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(563), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(563), - [anon_sym_BQUOTE] = ACTIONS(563), - [anon_sym_LT_LPAREN] = ACTIONS(563), - [anon_sym_GT_LPAREN] = ACTIONS(563), - [sym_word] = ACTIONS(567), + [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] = { @@ -29334,14 +29327,14 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_command_repeat1] = STATE(1022), [sym_file_descriptor] = ACTIONS(91), [sym_variable_name] = ACTIONS(93), - [anon_sym_for] = ACTIONS(2232), - [anon_sym_while] = ACTIONS(2234), - [anon_sym_if] = ACTIONS(2236), - [anon_sym_case] = ACTIONS(2238), - [anon_sym_function] = ACTIONS(2240), - [anon_sym_LPAREN] = ACTIONS(2242), - [anon_sym_LBRACK] = ACTIONS(2244), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2246), + [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), @@ -29357,68 +29350,68 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BQUOTE] = ACTIONS(127), [anon_sym_LT_LPAREN] = ACTIONS(129), [anon_sym_GT_LPAREN] = ACTIONS(129), - [sym_word] = ACTIONS(3090), + [sym_word] = ACTIONS(3068), [sym_comment] = ACTIONS(133), }, [1114] = { - [sym_file_descriptor] = ACTIONS(923), - [sym__concat] = ACTIONS(923), - [sym_variable_name] = ACTIONS(923), - [anon_sym_in] = ACTIONS(925), - [anon_sym_PIPE] = ACTIONS(925), - [anon_sym_RPAREN] = ACTIONS(925), - [anon_sym_SEMI_SEMI] = ACTIONS(925), - [anon_sym_RBRACE] = ACTIONS(925), - [anon_sym_PIPE_AMP] = ACTIONS(925), - [anon_sym_AMP_AMP] = ACTIONS(925), - [anon_sym_PIPE_PIPE] = ACTIONS(925), - [anon_sym_RBRACK] = ACTIONS(925), - [anon_sym_RBRACK_RBRACK] = ACTIONS(925), - [anon_sym_LT] = ACTIONS(925), - [anon_sym_GT] = ACTIONS(925), - [anon_sym_GT_GT] = ACTIONS(925), - [anon_sym_AMP_GT] = ACTIONS(925), - [anon_sym_AMP_GT_GT] = ACTIONS(925), - [anon_sym_LT_AMP] = ACTIONS(925), - [anon_sym_GT_AMP] = ACTIONS(925), - [anon_sym_LT_LT] = ACTIONS(925), - [anon_sym_LT_LT_DASH] = ACTIONS(925), - [anon_sym_DQUOTE] = ACTIONS(925), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(925), - [sym_raw_string] = ACTIONS(925), - [anon_sym_DOLLAR] = ACTIONS(925), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(925), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(925), - [anon_sym_BQUOTE] = ACTIONS(925), - [anon_sym_LT_LPAREN] = ACTIONS(925), - [anon_sym_GT_LPAREN] = ACTIONS(925), - [sym_word] = ACTIONS(925), + [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(925), - [anon_sym_LF] = ACTIONS(925), - [anon_sym_AMP] = ACTIONS(925), + [anon_sym_SEMI] = ACTIONS(919), + [anon_sym_LF] = ACTIONS(919), + [anon_sym_AMP] = ACTIONS(919), }, [1115] = { - [anon_sym_PIPE] = ACTIONS(3097), - [anon_sym_RPAREN] = ACTIONS(3097), - [anon_sym_SEMI_SEMI] = ACTIONS(3097), - [anon_sym_PIPE_AMP] = ACTIONS(3097), - [anon_sym_AMP_AMP] = ACTIONS(3097), - [anon_sym_PIPE_PIPE] = ACTIONS(3097), - [anon_sym_BQUOTE] = ACTIONS(3097), + [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(3097), - [anon_sym_LF] = ACTIONS(3097), - [anon_sym_AMP] = ACTIONS(3097), + [anon_sym_SEMI] = ACTIONS(3075), + [anon_sym_LF] = ACTIONS(3075), + [anon_sym_AMP] = ACTIONS(3075), }, [1116] = { - [anon_sym_LT] = ACTIONS(3101), - [anon_sym_GT] = ACTIONS(3101), - [anon_sym_GT_GT] = ACTIONS(3103), - [anon_sym_AMP_GT] = ACTIONS(3101), - [anon_sym_AMP_GT_GT] = ACTIONS(3103), - [anon_sym_LT_AMP] = ACTIONS(3103), - [anon_sym_GT_AMP] = ACTIONS(3103), + [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] = { @@ -29428,45 +29421,45 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(1217), [sym_command_substitution] = STATE(1217), [sym_process_substitution] = STATE(1217), - [anon_sym_DQUOTE] = ACTIONS(3105), - [sym_raw_string] = ACTIONS(3107), - [anon_sym_DOLLAR] = ACTIONS(3109), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(3111), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(3113), - [anon_sym_BQUOTE] = ACTIONS(3115), - [anon_sym_LT_LPAREN] = ACTIONS(3117), - [anon_sym_GT_LPAREN] = ACTIONS(3117), - [sym_word] = ACTIONS(3119), + [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(3121), - [sym__heredoc_beginning] = ACTIONS(3123), + [sym__simple_heredoc] = ACTIONS(3099), + [sym__heredoc_beginning] = ACTIONS(3101), [sym_comment] = ACTIONS(133), }, [1119] = { - [sym_file_descriptor] = ACTIONS(593), - [anon_sym_PIPE] = ACTIONS(595), - [anon_sym_RPAREN] = ACTIONS(595), - [anon_sym_SEMI_SEMI] = ACTIONS(595), - [anon_sym_PIPE_AMP] = ACTIONS(595), - [anon_sym_AMP_AMP] = ACTIONS(595), - [anon_sym_PIPE_PIPE] = ACTIONS(595), - [anon_sym_LT] = ACTIONS(595), - [anon_sym_GT] = ACTIONS(595), - [anon_sym_GT_GT] = ACTIONS(595), - [anon_sym_AMP_GT] = ACTIONS(595), - [anon_sym_AMP_GT_GT] = ACTIONS(595), - [anon_sym_LT_AMP] = ACTIONS(595), - [anon_sym_GT_AMP] = ACTIONS(595), - [anon_sym_LT_LT] = ACTIONS(595), - [anon_sym_LT_LT_DASH] = ACTIONS(595), - [anon_sym_BQUOTE] = ACTIONS(595), + [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(595), - [anon_sym_LF] = ACTIONS(595), - [anon_sym_AMP] = ACTIONS(595), + [anon_sym_SEMI] = ACTIONS(591), + [anon_sym_LF] = ACTIONS(591), + [anon_sym_AMP] = ACTIONS(591), }, [1120] = { [sym_file_redirect] = STATE(1119), @@ -29478,103 +29471,103 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(296), [sym_process_substitution] = STATE(296), [aux_sym_command_repeat2] = STATE(1142), - [sym_file_descriptor] = ACTIONS(2724), - [anon_sym_PIPE] = ACTIONS(2886), - [anon_sym_RPAREN] = ACTIONS(2886), - [anon_sym_SEMI_SEMI] = ACTIONS(2886), - [anon_sym_PIPE_AMP] = ACTIONS(2886), - [anon_sym_AMP_AMP] = ACTIONS(2886), - [anon_sym_PIPE_PIPE] = ACTIONS(2886), - [anon_sym_LT] = ACTIONS(2729), - [anon_sym_GT] = ACTIONS(2729), - [anon_sym_GT_GT] = ACTIONS(2729), - [anon_sym_AMP_GT] = ACTIONS(2729), - [anon_sym_AMP_GT_GT] = ACTIONS(2729), - [anon_sym_LT_AMP] = ACTIONS(2729), - [anon_sym_GT_AMP] = ACTIONS(2729), - [anon_sym_LT_LT] = ACTIONS(2731), - [anon_sym_LT_LT_DASH] = ACTIONS(2731), + [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(599), + [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(3125), + [anon_sym_BQUOTE] = ACTIONS(3103), [anon_sym_LT_LPAREN] = ACTIONS(297), [anon_sym_GT_LPAREN] = ACTIONS(297), - [sym_word] = ACTIONS(599), + [sym_word] = ACTIONS(595), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2886), - [anon_sym_LF] = ACTIONS(2886), - [anon_sym_AMP] = ACTIONS(2886), + [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(2724), - [anon_sym_PIPE] = ACTIONS(3129), - [anon_sym_RPAREN] = ACTIONS(3129), - [anon_sym_SEMI_SEMI] = ACTIONS(3129), - [anon_sym_PIPE_AMP] = ACTIONS(3129), - [anon_sym_AMP_AMP] = ACTIONS(3129), - [anon_sym_PIPE_PIPE] = ACTIONS(3129), - [anon_sym_LT] = ACTIONS(2729), - [anon_sym_GT] = ACTIONS(2729), - [anon_sym_GT_GT] = ACTIONS(2729), - [anon_sym_AMP_GT] = ACTIONS(2729), - [anon_sym_AMP_GT_GT] = ACTIONS(2729), - [anon_sym_LT_AMP] = ACTIONS(2729), - [anon_sym_GT_AMP] = ACTIONS(2729), - [anon_sym_LT_LT] = ACTIONS(2731), - [anon_sym_LT_LT_DASH] = ACTIONS(2731), - [anon_sym_BQUOTE] = ACTIONS(3129), + [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(3129), - [anon_sym_LF] = ACTIONS(3129), - [anon_sym_AMP] = ACTIONS(3129), + [anon_sym_SEMI] = ACTIONS(2864), + [anon_sym_LF] = ACTIONS(2864), + [anon_sym_AMP] = ACTIONS(2864), }, [1122] = { - [sym__heredoc_middle] = ACTIONS(3132), - [sym__heredoc_end] = ACTIONS(3132), - [sym_file_descriptor] = ACTIONS(3132), - [sym__concat] = ACTIONS(3132), - [sym_variable_name] = ACTIONS(3132), - [anon_sym_in] = ACTIONS(3135), - [anon_sym_PIPE] = ACTIONS(3135), - [anon_sym_RPAREN] = ACTIONS(3135), - [anon_sym_SEMI_SEMI] = ACTIONS(3135), - [anon_sym_RBRACE] = ACTIONS(3135), - [anon_sym_PIPE_AMP] = ACTIONS(3135), - [anon_sym_AMP_AMP] = ACTIONS(3135), - [anon_sym_PIPE_PIPE] = ACTIONS(3135), - [anon_sym_RBRACK] = ACTIONS(3135), - [anon_sym_RBRACK_RBRACK] = ACTIONS(3135), - [anon_sym_LT] = ACTIONS(3135), - [anon_sym_GT] = ACTIONS(3135), - [anon_sym_GT_GT] = ACTIONS(3135), - [anon_sym_AMP_GT] = ACTIONS(3135), - [anon_sym_AMP_GT_GT] = ACTIONS(3135), - [anon_sym_LT_AMP] = ACTIONS(3135), - [anon_sym_GT_AMP] = ACTIONS(3135), - [anon_sym_LT_LT] = ACTIONS(3135), - [anon_sym_LT_LT_DASH] = ACTIONS(3135), - [anon_sym_DQUOTE] = ACTIONS(3135), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(3135), - [sym_raw_string] = ACTIONS(3135), - [anon_sym_DOLLAR] = ACTIONS(3135), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(3135), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(3135), - [anon_sym_BQUOTE] = ACTIONS(3135), - [anon_sym_LT_LPAREN] = ACTIONS(3135), - [anon_sym_GT_LPAREN] = ACTIONS(3135), - [sym_word] = ACTIONS(3135), + [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(3135), - [anon_sym_LF] = ACTIONS(3135), - [anon_sym_AMP] = ACTIONS(3135), + [anon_sym_SEMI] = ACTIONS(3110), + [anon_sym_LF] = ACTIONS(3110), + [anon_sym_AMP] = ACTIONS(3110), }, [1123] = { - [anon_sym_AT] = ACTIONS(3138), + [anon_sym_AT] = ACTIONS(3113), [sym_comment] = ACTIONS(133), }, [1124] = { @@ -29585,90 +29578,90 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(1225), [sym_process_substitution] = STATE(1225), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(3140), + [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(3142), + [sym_word] = ACTIONS(3117), [sym_comment] = ACTIONS(133), }, [1125] = { - [anon_sym_PIPE] = ACTIONS(1527), - [anon_sym_RPAREN] = ACTIONS(1527), - [anon_sym_SEMI_SEMI] = ACTIONS(1527), - [anon_sym_PIPE_AMP] = ACTIONS(1527), - [anon_sym_AMP_AMP] = ACTIONS(1527), - [anon_sym_PIPE_PIPE] = ACTIONS(1527), - [anon_sym_BQUOTE] = ACTIONS(1527), + [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(1527), - [anon_sym_LF] = ACTIONS(1527), - [anon_sym_AMP] = ACTIONS(1527), + [anon_sym_SEMI] = ACTIONS(1511), + [anon_sym_LF] = ACTIONS(1511), + [anon_sym_AMP] = ACTIONS(1511), }, [1126] = { - [anon_sym_PIPE] = ACTIONS(1533), - [anon_sym_RPAREN] = ACTIONS(1533), - [anon_sym_SEMI_SEMI] = ACTIONS(1533), - [anon_sym_PIPE_AMP] = ACTIONS(1533), - [anon_sym_AMP_AMP] = ACTIONS(1533), - [anon_sym_PIPE_PIPE] = ACTIONS(1533), - [anon_sym_BQUOTE] = ACTIONS(1533), + [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(1533), - [anon_sym_LF] = ACTIONS(1533), - [anon_sym_AMP] = ACTIONS(1533), + [anon_sym_SEMI] = ACTIONS(1517), + [anon_sym_LF] = ACTIONS(1517), + [anon_sym_AMP] = ACTIONS(1517), }, [1127] = { - [anon_sym_esac] = ACTIONS(3144), - [anon_sym_DQUOTE] = ACTIONS(3147), - [sym_raw_string] = ACTIONS(3147), - [anon_sym_DOLLAR] = ACTIONS(3144), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(3147), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(3147), - [anon_sym_BQUOTE] = ACTIONS(3147), - [anon_sym_LT_LPAREN] = ACTIONS(3147), - [anon_sym_GT_LPAREN] = ACTIONS(3147), - [sym_word] = ACTIONS(3150), + [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(1957), - [anon_sym_RPAREN] = ACTIONS(1957), - [anon_sym_SEMI_SEMI] = ACTIONS(1957), - [anon_sym_PIPE_AMP] = ACTIONS(1957), - [anon_sym_AMP_AMP] = ACTIONS(1957), - [anon_sym_PIPE_PIPE] = ACTIONS(1957), - [anon_sym_BQUOTE] = ACTIONS(1957), + [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(1957), - [anon_sym_LF] = ACTIONS(1957), - [anon_sym_AMP] = ACTIONS(1957), + [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(3153), - [anon_sym_SEMI_SEMI] = ACTIONS(3155), + [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(3155), - [anon_sym_LF] = ACTIONS(3155), - [anon_sym_AMP] = ACTIONS(3155), + [anon_sym_SEMI] = ACTIONS(3130), + [anon_sym_LF] = ACTIONS(3130), + [anon_sym_AMP] = ACTIONS(3130), }, [1130] = { - [anon_sym_fi] = ACTIONS(3157), + [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(3153), - [anon_sym_SEMI_SEMI] = ACTIONS(3155), + [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), @@ -29689,21 +29682,21 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_LPAREN] = ACTIONS(301), [sym_word] = ACTIONS(301), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(3155), - [anon_sym_LF] = ACTIONS(3155), - [anon_sym_AMP] = ACTIONS(3155), + [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(3157), - [anon_sym_elif] = ACTIONS(1137), - [anon_sym_else] = ACTIONS(1139), + [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(2929), + [anon_sym_do] = ACTIONS(2907), [sym_comment] = ACTIONS(133), }, [1134] = { @@ -29711,7 +29704,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(70), [sym_command_substitution] = STATE(70), [aux_sym_string_repeat1] = STATE(1232), - [anon_sym_DQUOTE] = ACTIONS(3159), + [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), @@ -29721,60 +29714,60 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { }, [1135] = { [aux_sym_concatenation_repeat1] = STATE(1234), - [sym_file_descriptor] = ACTIONS(767), - [sym__concat] = ACTIONS(3161), - [anon_sym_PIPE] = ACTIONS(769), - [anon_sym_RPAREN] = ACTIONS(769), - [anon_sym_SEMI_SEMI] = ACTIONS(769), - [anon_sym_PIPE_AMP] = ACTIONS(769), - [anon_sym_AMP_AMP] = ACTIONS(769), - [anon_sym_PIPE_PIPE] = ACTIONS(769), - [anon_sym_RBRACK] = ACTIONS(769), - [anon_sym_RBRACK_RBRACK] = ACTIONS(769), - [anon_sym_LT] = ACTIONS(769), - [anon_sym_GT] = ACTIONS(769), - [anon_sym_GT_GT] = ACTIONS(769), - [anon_sym_AMP_GT] = ACTIONS(769), - [anon_sym_AMP_GT_GT] = ACTIONS(769), - [anon_sym_LT_AMP] = ACTIONS(769), - [anon_sym_GT_AMP] = ACTIONS(769), - [anon_sym_LT_LT] = ACTIONS(769), - [anon_sym_LT_LT_DASH] = ACTIONS(769), - [anon_sym_DQUOTE] = ACTIONS(769), - [sym_raw_string] = ACTIONS(769), - [anon_sym_DOLLAR] = ACTIONS(769), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(769), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(769), - [anon_sym_BQUOTE] = ACTIONS(769), - [anon_sym_LT_LPAREN] = ACTIONS(769), - [anon_sym_GT_LPAREN] = ACTIONS(769), - [sym_word] = ACTIONS(769), + [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(769), - [anon_sym_LF] = ACTIONS(769), - [anon_sym_AMP] = ACTIONS(769), + [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(3163), - [anon_sym_POUND] = ACTIONS(3165), - [anon_sym_AT] = ACTIONS(3163), + [anon_sym_DOLLAR] = ACTIONS(3138), + [anon_sym_POUND] = ACTIONS(3140), + [anon_sym_AT] = ACTIONS(3138), [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(3167), - [anon_sym_STAR] = ACTIONS(3163), - [anon_sym_QMARK] = ACTIONS(3163), - [anon_sym_DASH] = ACTIONS(3163), - [anon_sym_BANG] = ACTIONS(3163), - [anon_sym_0] = ACTIONS(3165), - [anon_sym__] = ACTIONS(3165), + [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(3169), + [anon_sym_POUND] = ACTIONS(3144), [anon_sym_AT] = ACTIONS(219), [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(3171), + [sym_simple_variable_name] = ACTIONS(3146), [anon_sym_STAR] = ACTIONS(219), [anon_sym_QMARK] = ACTIONS(219), [anon_sym_DASH] = ACTIONS(219), @@ -29933,92 +29926,92 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [1141] = { - [sym_file_descriptor] = ACTIONS(767), - [anon_sym_PIPE] = ACTIONS(769), - [anon_sym_RPAREN] = ACTIONS(769), - [anon_sym_SEMI_SEMI] = ACTIONS(769), - [anon_sym_PIPE_AMP] = ACTIONS(769), - [anon_sym_AMP_AMP] = ACTIONS(769), - [anon_sym_PIPE_PIPE] = ACTIONS(769), - [anon_sym_RBRACK] = ACTIONS(769), - [anon_sym_RBRACK_RBRACK] = ACTIONS(769), - [anon_sym_LT] = ACTIONS(769), - [anon_sym_GT] = ACTIONS(769), - [anon_sym_GT_GT] = ACTIONS(769), - [anon_sym_AMP_GT] = ACTIONS(769), - [anon_sym_AMP_GT_GT] = ACTIONS(769), - [anon_sym_LT_AMP] = ACTIONS(769), - [anon_sym_GT_AMP] = ACTIONS(769), - [anon_sym_LT_LT] = ACTIONS(769), - [anon_sym_LT_LT_DASH] = ACTIONS(769), - [anon_sym_DQUOTE] = ACTIONS(769), - [sym_raw_string] = ACTIONS(769), - [anon_sym_DOLLAR] = ACTIONS(769), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(769), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(769), - [anon_sym_BQUOTE] = ACTIONS(769), - [anon_sym_LT_LPAREN] = ACTIONS(769), - [anon_sym_GT_LPAREN] = ACTIONS(769), - [sym_word] = ACTIONS(769), + [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(769), - [anon_sym_LF] = ACTIONS(769), - [anon_sym_AMP] = ACTIONS(769), + [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(2724), - [anon_sym_PIPE] = ACTIONS(3173), - [anon_sym_RPAREN] = ACTIONS(3173), - [anon_sym_SEMI_SEMI] = ACTIONS(3173), - [anon_sym_PIPE_AMP] = ACTIONS(3173), - [anon_sym_AMP_AMP] = ACTIONS(3173), - [anon_sym_PIPE_PIPE] = ACTIONS(3173), - [anon_sym_LT] = ACTIONS(2729), - [anon_sym_GT] = ACTIONS(2729), - [anon_sym_GT_GT] = ACTIONS(2729), - [anon_sym_AMP_GT] = ACTIONS(2729), - [anon_sym_AMP_GT_GT] = ACTIONS(2729), - [anon_sym_LT_AMP] = ACTIONS(2729), - [anon_sym_GT_AMP] = ACTIONS(2729), - [anon_sym_LT_LT] = ACTIONS(2731), - [anon_sym_LT_LT_DASH] = ACTIONS(2731), - [anon_sym_BQUOTE] = ACTIONS(3173), + [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(3173), - [anon_sym_LF] = ACTIONS(3173), - [anon_sym_AMP] = ACTIONS(3173), + [anon_sym_SEMI] = ACTIONS(3148), + [anon_sym_LF] = ACTIONS(3148), + [anon_sym_AMP] = ACTIONS(3148), }, [1143] = { - [anon_sym_PIPE] = ACTIONS(3176), - [anon_sym_RPAREN] = ACTIONS(3176), - [anon_sym_SEMI_SEMI] = ACTIONS(3176), - [anon_sym_PIPE_AMP] = ACTIONS(3176), - [anon_sym_AMP_AMP] = ACTIONS(3176), - [anon_sym_PIPE_PIPE] = ACTIONS(3176), - [anon_sym_BQUOTE] = ACTIONS(3176), + [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(3176), - [anon_sym_LF] = ACTIONS(3176), - [anon_sym_AMP] = ACTIONS(3176), + [anon_sym_SEMI] = ACTIONS(3151), + [anon_sym_LF] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), }, [1144] = { - [anon_sym_fi] = ACTIONS(3179), + [anon_sym_fi] = ACTIONS(3154), [sym_comment] = ACTIONS(133), }, [1145] = { - [anon_sym_PIPE] = ACTIONS(3181), - [anon_sym_RPAREN] = ACTIONS(3181), - [anon_sym_SEMI_SEMI] = ACTIONS(3181), - [anon_sym_PIPE_AMP] = ACTIONS(3181), - [anon_sym_AMP_AMP] = ACTIONS(3181), - [anon_sym_PIPE_PIPE] = ACTIONS(3181), - [anon_sym_BQUOTE] = ACTIONS(3181), + [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(3181), - [anon_sym_LF] = ACTIONS(3181), - [anon_sym_AMP] = ACTIONS(3181), + [anon_sym_SEMI] = ACTIONS(3156), + [anon_sym_LF] = ACTIONS(3156), + [anon_sym_AMP] = ACTIONS(3156), }, [1146] = { [sym_file_redirect] = STATE(1119), @@ -30031,81 +30024,81 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_process_substitution] = STATE(121), [aux_sym_for_statement_repeat1] = STATE(1248), [aux_sym_command_repeat2] = STATE(1249), - [sym_file_descriptor] = ACTIONS(2724), - [anon_sym_PIPE] = ACTIONS(597), - [anon_sym_RPAREN] = ACTIONS(597), - [anon_sym_SEMI_SEMI] = ACTIONS(597), - [anon_sym_PIPE_AMP] = ACTIONS(597), - [anon_sym_AMP_AMP] = ACTIONS(597), - [anon_sym_PIPE_PIPE] = ACTIONS(597), - [anon_sym_LT] = ACTIONS(2729), - [anon_sym_GT] = ACTIONS(2729), - [anon_sym_GT_GT] = ACTIONS(2729), - [anon_sym_AMP_GT] = ACTIONS(2729), - [anon_sym_AMP_GT_GT] = ACTIONS(2729), - [anon_sym_LT_AMP] = ACTIONS(2729), - [anon_sym_GT_AMP] = ACTIONS(2729), - [anon_sym_LT_LT] = ACTIONS(2731), - [anon_sym_LT_LT_DASH] = ACTIONS(2731), + [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(3184), + [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(597), - [anon_sym_LF] = ACTIONS(597), - [anon_sym_AMP] = ACTIONS(597), + [anon_sym_SEMI] = ACTIONS(593), + [anon_sym_LF] = ACTIONS(593), + [anon_sym_AMP] = ACTIONS(593), }, [1147] = { - [sym_file_descriptor] = ACTIONS(1013), - [anon_sym_PIPE] = ACTIONS(1015), - [anon_sym_RPAREN] = ACTIONS(1015), - [anon_sym_SEMI_SEMI] = ACTIONS(1015), - [anon_sym_PIPE_AMP] = ACTIONS(1015), - [anon_sym_AMP_AMP] = ACTIONS(1015), - [anon_sym_PIPE_PIPE] = ACTIONS(1015), - [anon_sym_LT] = ACTIONS(1015), - [anon_sym_GT] = ACTIONS(1015), - [anon_sym_GT_GT] = ACTIONS(1015), - [anon_sym_AMP_GT] = ACTIONS(1015), - [anon_sym_AMP_GT_GT] = ACTIONS(1015), - [anon_sym_LT_AMP] = ACTIONS(1015), - [anon_sym_GT_AMP] = ACTIONS(1015), - [anon_sym_LT_LT] = ACTIONS(1015), - [anon_sym_LT_LT_DASH] = ACTIONS(1015), - [anon_sym_BQUOTE] = ACTIONS(1015), + [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(1015), - [anon_sym_LF] = ACTIONS(1015), - [anon_sym_AMP] = ACTIONS(1015), + [anon_sym_SEMI] = ACTIONS(1005), + [anon_sym_LF] = ACTIONS(1005), + [anon_sym_AMP] = ACTIONS(1005), }, [1148] = { - [sym_file_descriptor] = ACTIONS(1763), - [anon_sym_PIPE] = ACTIONS(1765), - [anon_sym_RPAREN] = ACTIONS(1765), - [anon_sym_SEMI_SEMI] = ACTIONS(1765), - [anon_sym_PIPE_AMP] = ACTIONS(1765), - [anon_sym_AMP_AMP] = ACTIONS(1765), - [anon_sym_PIPE_PIPE] = ACTIONS(1765), - [anon_sym_LT] = ACTIONS(1765), - [anon_sym_GT] = ACTIONS(1765), - [anon_sym_GT_GT] = ACTIONS(1765), - [anon_sym_AMP_GT] = ACTIONS(1765), - [anon_sym_AMP_GT_GT] = ACTIONS(1765), - [anon_sym_LT_AMP] = ACTIONS(1765), - [anon_sym_GT_AMP] = ACTIONS(1765), - [anon_sym_LT_LT] = ACTIONS(1765), - [anon_sym_LT_LT_DASH] = ACTIONS(1765), - [anon_sym_BQUOTE] = ACTIONS(1765), + [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(1765), - [anon_sym_LF] = ACTIONS(1765), - [anon_sym_AMP] = ACTIONS(1765), + [anon_sym_SEMI] = ACTIONS(1749), + [anon_sym_LF] = ACTIONS(1749), + [anon_sym_AMP] = ACTIONS(1749), }, [1149] = { [sym_string] = STATE(1250), @@ -30113,53 +30106,53 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(1250), [sym_command_substitution] = STATE(1250), [sym_process_substitution] = STATE(1250), - [anon_sym_DQUOTE] = ACTIONS(2655), - [sym_raw_string] = ACTIONS(3187), - [anon_sym_DOLLAR] = ACTIONS(2659), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2661), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2663), - [anon_sym_BQUOTE] = ACTIONS(2665), - [anon_sym_LT_LPAREN] = ACTIONS(2667), - [anon_sym_GT_LPAREN] = ACTIONS(2667), - [sym_word] = ACTIONS(3189), + [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(821), - [sym__concat] = ACTIONS(821), - [sym_variable_name] = ACTIONS(821), - [anon_sym_in] = ACTIONS(823), - [anon_sym_PIPE] = ACTIONS(823), - [anon_sym_RPAREN] = ACTIONS(823), - [anon_sym_SEMI_SEMI] = ACTIONS(823), - [anon_sym_RBRACE] = ACTIONS(823), - [anon_sym_PIPE_AMP] = ACTIONS(823), - [anon_sym_AMP_AMP] = ACTIONS(823), - [anon_sym_PIPE_PIPE] = ACTIONS(823), - [anon_sym_RBRACK] = ACTIONS(823), - [anon_sym_RBRACK_RBRACK] = ACTIONS(823), - [anon_sym_LT] = ACTIONS(823), - [anon_sym_GT] = ACTIONS(823), - [anon_sym_GT_GT] = ACTIONS(823), - [anon_sym_AMP_GT] = ACTIONS(823), - [anon_sym_AMP_GT_GT] = ACTIONS(823), - [anon_sym_LT_AMP] = ACTIONS(823), - [anon_sym_GT_AMP] = ACTIONS(823), - [anon_sym_LT_LT] = ACTIONS(823), - [anon_sym_LT_LT_DASH] = ACTIONS(823), - [anon_sym_DQUOTE] = ACTIONS(823), - [sym_raw_string] = ACTIONS(823), - [anon_sym_DOLLAR] = ACTIONS(823), - [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(823), + [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(823), - [anon_sym_LF] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), + [anon_sym_SEMI] = ACTIONS(817), + [anon_sym_LF] = ACTIONS(817), + [anon_sym_AMP] = ACTIONS(817), }, [1151] = { [sym_concatenation] = STATE(344), @@ -30169,15 +30162,15 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(338), [sym_process_substitution] = STATE(338), [aux_sym_for_statement_repeat1] = STATE(1029), - [anon_sym_DQUOTE] = ACTIONS(655), - [sym_raw_string] = ACTIONS(657), - [anon_sym_DOLLAR] = ACTIONS(659), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(661), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(663), - [anon_sym_BQUOTE] = ACTIONS(665), - [anon_sym_LT_LPAREN] = ACTIONS(667), - [anon_sym_GT_LPAREN] = ACTIONS(667), - [sym_word] = ACTIONS(669), + [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] = { @@ -30212,9 +30205,9 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_for] = ACTIONS(97), [anon_sym_while] = ACTIONS(99), [anon_sym_if] = ACTIONS(101), - [anon_sym_fi] = ACTIONS(3191), - [anon_sym_elif] = ACTIONS(677), - [anon_sym_else] = ACTIONS(679), + [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), @@ -30245,20 +30238,20 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(193), [sym_command_substitution] = STATE(193), [sym_process_substitution] = STATE(193), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2981), + [anon_sym_RBRACK_RBRACK] = ACTIONS(2959), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(405), + [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(407), + [sym_word] = ACTIONS(405), [sym_comment] = ACTIONS(133), }, [1154] = { - [anon_sym_RPAREN] = ACTIONS(3193), + [anon_sym_RPAREN] = ACTIONS(3168), [sym_comment] = ACTIONS(133), }, [1155] = { @@ -30271,146 +30264,146 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(296), [sym_process_substitution] = STATE(296), [aux_sym_command_repeat2] = STATE(1249), - [sym_file_descriptor] = ACTIONS(2724), - [anon_sym_PIPE] = ACTIONS(597), - [anon_sym_RPAREN] = ACTIONS(597), - [anon_sym_SEMI_SEMI] = ACTIONS(597), - [anon_sym_PIPE_AMP] = ACTIONS(597), - [anon_sym_AMP_AMP] = ACTIONS(597), - [anon_sym_PIPE_PIPE] = ACTIONS(597), - [anon_sym_LT] = ACTIONS(2729), - [anon_sym_GT] = ACTIONS(2729), - [anon_sym_GT_GT] = ACTIONS(2729), - [anon_sym_AMP_GT] = ACTIONS(2729), - [anon_sym_AMP_GT_GT] = ACTIONS(2729), - [anon_sym_LT_AMP] = ACTIONS(2729), - [anon_sym_GT_AMP] = ACTIONS(2729), - [anon_sym_LT_LT] = ACTIONS(2731), - [anon_sym_LT_LT_DASH] = ACTIONS(2731), + [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(599), + [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(3184), + [anon_sym_BQUOTE] = ACTIONS(3159), [anon_sym_LT_LPAREN] = ACTIONS(297), [anon_sym_GT_LPAREN] = ACTIONS(297), - [sym_word] = ACTIONS(599), + [sym_word] = ACTIONS(595), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(597), - [anon_sym_LF] = ACTIONS(597), - [anon_sym_AMP] = ACTIONS(597), + [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(2724), - [anon_sym_PIPE] = ACTIONS(601), - [anon_sym_RPAREN] = ACTIONS(601), - [anon_sym_SEMI_SEMI] = ACTIONS(601), - [anon_sym_PIPE_AMP] = ACTIONS(601), - [anon_sym_AMP_AMP] = ACTIONS(601), - [anon_sym_PIPE_PIPE] = ACTIONS(601), - [anon_sym_LT] = ACTIONS(2729), - [anon_sym_GT] = ACTIONS(2729), - [anon_sym_GT_GT] = ACTIONS(2729), - [anon_sym_AMP_GT] = ACTIONS(2729), - [anon_sym_AMP_GT_GT] = ACTIONS(2729), - [anon_sym_LT_AMP] = ACTIONS(2729), - [anon_sym_GT_AMP] = ACTIONS(2729), - [anon_sym_LT_LT] = ACTIONS(2731), - [anon_sym_LT_LT_DASH] = ACTIONS(2731), - [anon_sym_BQUOTE] = ACTIONS(601), + [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(601), - [anon_sym_LF] = ACTIONS(601), - [anon_sym_AMP] = ACTIONS(601), + [anon_sym_SEMI] = ACTIONS(593), + [anon_sym_LF] = ACTIONS(593), + [anon_sym_AMP] = ACTIONS(593), }, [1157] = { - [anon_sym_RPAREN] = ACTIONS(3195), + [anon_sym_RPAREN] = ACTIONS(3170), [sym_comment] = ACTIONS(133), }, [1158] = { - [anon_sym_PIPE] = ACTIONS(717), - [anon_sym_RPAREN] = ACTIONS(717), - [anon_sym_SEMI_SEMI] = ACTIONS(717), - [anon_sym_PIPE_AMP] = ACTIONS(717), - [anon_sym_AMP_AMP] = ACTIONS(717), - [anon_sym_PIPE_PIPE] = ACTIONS(717), - [anon_sym_BQUOTE] = ACTIONS(717), + [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(717), - [anon_sym_LF] = ACTIONS(717), - [anon_sym_AMP] = ACTIONS(717), + [anon_sym_SEMI] = ACTIONS(711), + [anon_sym_LF] = ACTIONS(711), + [anon_sym_AMP] = ACTIONS(711), }, [1159] = { - [sym_file_descriptor] = ACTIONS(563), - [sym_variable_name] = ACTIONS(563), - [anon_sym_for] = ACTIONS(565), - [anon_sym_while] = ACTIONS(565), - [anon_sym_if] = ACTIONS(565), - [anon_sym_case] = ACTIONS(565), - [anon_sym_RPAREN] = ACTIONS(3197), - [anon_sym_function] = ACTIONS(565), - [anon_sym_LPAREN] = ACTIONS(563), - [anon_sym_LBRACK] = ACTIONS(565), - [anon_sym_LBRACK_LBRACK] = ACTIONS(565), - [anon_sym_LT] = ACTIONS(565), - [anon_sym_GT] = ACTIONS(565), - [anon_sym_GT_GT] = ACTIONS(563), - [anon_sym_AMP_GT] = ACTIONS(565), - [anon_sym_AMP_GT_GT] = ACTIONS(563), - [anon_sym_LT_AMP] = ACTIONS(563), - [anon_sym_GT_AMP] = ACTIONS(563), - [anon_sym_DQUOTE] = ACTIONS(563), - [sym_raw_string] = ACTIONS(563), - [anon_sym_DOLLAR] = ACTIONS(565), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(563), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(563), - [anon_sym_BQUOTE] = ACTIONS(563), - [anon_sym_LT_LPAREN] = ACTIONS(563), - [anon_sym_GT_LPAREN] = ACTIONS(563), - [sym_word] = ACTIONS(567), + [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(427), - [sym__concat] = ACTIONS(427), - [sym_variable_name] = ACTIONS(427), - [anon_sym_PIPE] = ACTIONS(429), - [anon_sym_RPAREN] = ACTIONS(429), - [anon_sym_SEMI_SEMI] = ACTIONS(429), - [anon_sym_RBRACE] = ACTIONS(429), - [anon_sym_PIPE_AMP] = ACTIONS(429), - [anon_sym_AMP_AMP] = ACTIONS(429), - [anon_sym_PIPE_PIPE] = ACTIONS(429), - [anon_sym_LT] = ACTIONS(429), - [anon_sym_GT] = ACTIONS(429), - [anon_sym_GT_GT] = ACTIONS(429), - [anon_sym_AMP_GT] = ACTIONS(429), - [anon_sym_AMP_GT_GT] = ACTIONS(429), - [anon_sym_LT_AMP] = ACTIONS(429), - [anon_sym_GT_AMP] = ACTIONS(429), - [anon_sym_DQUOTE] = ACTIONS(429), - [sym_raw_string] = ACTIONS(429), - [anon_sym_DOLLAR] = ACTIONS(429), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(429), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(429), - [anon_sym_BQUOTE] = ACTIONS(429), - [anon_sym_LT_LPAREN] = ACTIONS(429), - [anon_sym_GT_LPAREN] = ACTIONS(429), - [sym_word] = ACTIONS(429), + [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(429), - [anon_sym_LF] = ACTIONS(429), - [anon_sym_AMP] = ACTIONS(429), + [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(3199), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(447), + [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), @@ -30423,160 +30416,160 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(1255), [sym_command_substitution] = STATE(1255), [sym_process_substitution] = STATE(1255), - [anon_sym_DQUOTE] = ACTIONS(2401), - [sym_raw_string] = ACTIONS(3201), - [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(3203), + [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(453), - [sym__concat] = ACTIONS(3205), - [sym_variable_name] = ACTIONS(453), - [anon_sym_PIPE] = ACTIONS(457), - [anon_sym_RPAREN] = ACTIONS(457), - [anon_sym_SEMI_SEMI] = ACTIONS(457), - [anon_sym_RBRACE] = ACTIONS(457), - [anon_sym_PIPE_AMP] = ACTIONS(457), - [anon_sym_AMP_AMP] = ACTIONS(457), - [anon_sym_PIPE_PIPE] = ACTIONS(457), - [anon_sym_LT] = ACTIONS(457), - [anon_sym_GT] = ACTIONS(457), - [anon_sym_GT_GT] = ACTIONS(457), - [anon_sym_AMP_GT] = ACTIONS(457), - [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(457), - [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(457), + [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(457), - [anon_sym_LF] = ACTIONS(457), - [anon_sym_AMP] = ACTIONS(457), + [anon_sym_SEMI] = ACTIONS(455), + [anon_sym_LF] = ACTIONS(455), + [anon_sym_AMP] = ACTIONS(455), }, [1164] = { - [sym_file_descriptor] = ACTIONS(459), - [sym__concat] = ACTIONS(459), - [sym_variable_name] = ACTIONS(459), - [anon_sym_PIPE] = ACTIONS(461), - [anon_sym_RPAREN] = ACTIONS(461), - [anon_sym_SEMI_SEMI] = ACTIONS(461), - [anon_sym_RBRACE] = ACTIONS(461), - [anon_sym_PIPE_AMP] = ACTIONS(461), - [anon_sym_AMP_AMP] = ACTIONS(461), - [anon_sym_PIPE_PIPE] = ACTIONS(461), - [anon_sym_LT] = ACTIONS(461), - [anon_sym_GT] = ACTIONS(461), - [anon_sym_GT_GT] = ACTIONS(461), - [anon_sym_AMP_GT] = ACTIONS(461), - [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(461), - [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(461), + [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(461), - [anon_sym_LF] = ACTIONS(461), - [anon_sym_AMP] = ACTIONS(461), + [anon_sym_SEMI] = ACTIONS(459), + [anon_sym_LF] = ACTIONS(459), + [anon_sym_AMP] = ACTIONS(459), }, [1165] = { - [sym_file_descriptor] = ACTIONS(463), - [sym__concat] = ACTIONS(463), - [sym_variable_name] = ACTIONS(463), - [anon_sym_PIPE] = ACTIONS(465), - [anon_sym_RPAREN] = ACTIONS(465), - [anon_sym_SEMI_SEMI] = ACTIONS(465), - [anon_sym_RBRACE] = ACTIONS(465), - [anon_sym_PIPE_AMP] = ACTIONS(465), - [anon_sym_AMP_AMP] = ACTIONS(465), - [anon_sym_PIPE_PIPE] = ACTIONS(465), - [anon_sym_LT] = ACTIONS(465), - [anon_sym_GT] = ACTIONS(465), - [anon_sym_GT_GT] = ACTIONS(465), - [anon_sym_AMP_GT] = ACTIONS(465), - [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(465), - [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(465), + [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(465), - [anon_sym_LF] = ACTIONS(465), - [anon_sym_AMP] = ACTIONS(465), + [anon_sym_SEMI] = ACTIONS(463), + [anon_sym_LF] = ACTIONS(463), + [anon_sym_AMP] = ACTIONS(463), }, [1166] = { - [sym_file_descriptor] = ACTIONS(467), - [sym__concat] = ACTIONS(467), - [sym_variable_name] = ACTIONS(467), - [anon_sym_PIPE] = ACTIONS(469), - [anon_sym_RPAREN] = ACTIONS(469), - [anon_sym_SEMI_SEMI] = ACTIONS(469), - [anon_sym_RBRACE] = ACTIONS(469), - [anon_sym_PIPE_AMP] = ACTIONS(469), - [anon_sym_AMP_AMP] = ACTIONS(469), - [anon_sym_PIPE_PIPE] = ACTIONS(469), - [anon_sym_LT] = ACTIONS(469), - [anon_sym_GT] = ACTIONS(469), - [anon_sym_GT_GT] = ACTIONS(469), - [anon_sym_AMP_GT] = ACTIONS(469), - [anon_sym_AMP_GT_GT] = ACTIONS(469), - [anon_sym_LT_AMP] = ACTIONS(469), - [anon_sym_GT_AMP] = ACTIONS(469), - [anon_sym_DQUOTE] = ACTIONS(469), - [sym_raw_string] = ACTIONS(469), - [anon_sym_DOLLAR] = ACTIONS(469), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(469), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(469), - [anon_sym_BQUOTE] = ACTIONS(469), - [anon_sym_LT_LPAREN] = ACTIONS(469), - [anon_sym_GT_LPAREN] = ACTIONS(469), - [sym_word] = ACTIONS(469), + [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(469), - [anon_sym_LF] = ACTIONS(469), - [anon_sym_AMP] = ACTIONS(469), + [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(459), - [anon_sym_LBRACK] = ACTIONS(459), - [anon_sym_EQ] = ACTIONS(459), + [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(471), - [anon_sym_COLON_QMARK] = ACTIONS(459), - [anon_sym_COLON_DASH] = ACTIONS(459), - [anon_sym_PERCENT] = ACTIONS(459), - [anon_sym_SLASH] = ACTIONS(459), + [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(3207), + [sym_simple_variable_name] = ACTIONS(3182), [anon_sym_STAR] = ACTIONS(219), [anon_sym_QMARK] = ACTIONS(219), [anon_sym_DASH] = ACTIONS(219), @@ -30585,53 +30578,53 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__] = ACTIONS(225), }, [1168] = { - [anon_sym_RBRACE] = ACTIONS(3209), - [anon_sym_LBRACK] = ACTIONS(3211), - [anon_sym_EQ] = ACTIONS(3213), - [anon_sym_COLON] = ACTIONS(3215), - [anon_sym_COLON_QMARK] = ACTIONS(3213), - [anon_sym_COLON_DASH] = ACTIONS(3213), - [anon_sym_PERCENT] = ACTIONS(3213), - [anon_sym_SLASH] = ACTIONS(3213), + [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(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), + [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(519), - [anon_sym_RPAREN] = ACTIONS(3225), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(525), + [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(519), - [anon_sym_RPAREN] = ACTIONS(3225), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(545), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), [anon_sym_BQUOTE] = ACTIONS(299), @@ -30641,64 +30634,64 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [1172] = { - [anon_sym_PIPE] = ACTIONS(551), - [anon_sym_PIPE_AMP] = ACTIONS(553), - [anon_sym_AMP_AMP] = ACTIONS(555), - [anon_sym_PIPE_PIPE] = ACTIONS(555), - [anon_sym_BQUOTE] = ACTIONS(3225), + [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(551), - [anon_sym_PIPE_AMP] = ACTIONS(553), - [anon_sym_AMP_AMP] = ACTIONS(555), - [anon_sym_PIPE_PIPE] = ACTIONS(557), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(3227), + [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(519), - [anon_sym_RPAREN] = ACTIONS(3230), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(525), + [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(519), - [anon_sym_RPAREN] = ACTIONS(3230), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(545), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), [anon_sym_BQUOTE] = ACTIONS(299), @@ -30708,44 +30701,44 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [1176] = { - [sym_file_descriptor] = ACTIONS(427), - [sym__concat] = ACTIONS(427), - [sym_variable_name] = ACTIONS(427), - [anon_sym_PIPE] = ACTIONS(429), - [anon_sym_RPAREN] = ACTIONS(429), - [anon_sym_SEMI_SEMI] = ACTIONS(429), - [anon_sym_PIPE_AMP] = ACTIONS(429), - [anon_sym_AMP_AMP] = ACTIONS(429), - [anon_sym_PIPE_PIPE] = ACTIONS(429), - [anon_sym_LT] = ACTIONS(429), - [anon_sym_GT] = ACTIONS(429), - [anon_sym_GT_GT] = ACTIONS(429), - [anon_sym_AMP_GT] = ACTIONS(429), - [anon_sym_AMP_GT_GT] = ACTIONS(429), - [anon_sym_LT_AMP] = ACTIONS(429), - [anon_sym_GT_AMP] = ACTIONS(429), - [anon_sym_LT_LT] = ACTIONS(429), - [anon_sym_LT_LT_DASH] = ACTIONS(429), - [anon_sym_DQUOTE] = ACTIONS(429), - [sym_raw_string] = ACTIONS(429), - [anon_sym_DOLLAR] = ACTIONS(429), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(429), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(429), - [anon_sym_BQUOTE] = ACTIONS(429), - [anon_sym_LT_LPAREN] = ACTIONS(429), - [anon_sym_GT_LPAREN] = ACTIONS(429), - [sym_word] = ACTIONS(429), + [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(429), - [anon_sym_LF] = ACTIONS(429), - [anon_sym_AMP] = ACTIONS(429), + [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(3232), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(447), + [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), @@ -30758,164 +30751,164 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(1268), [sym_command_substitution] = STATE(1268), [sym_process_substitution] = STATE(1268), - [anon_sym_DQUOTE] = ACTIONS(2417), - [sym_raw_string] = ACTIONS(3234), - [anon_sym_DOLLAR] = ACTIONS(2421), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2423), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2425), - [anon_sym_BQUOTE] = ACTIONS(2427), - [anon_sym_LT_LPAREN] = ACTIONS(2429), - [anon_sym_GT_LPAREN] = ACTIONS(2429), - [sym_word] = ACTIONS(3236), + [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(453), - [sym__concat] = ACTIONS(3238), - [sym_variable_name] = ACTIONS(453), - [anon_sym_PIPE] = ACTIONS(457), - [anon_sym_RPAREN] = ACTIONS(457), - [anon_sym_SEMI_SEMI] = ACTIONS(457), - [anon_sym_PIPE_AMP] = ACTIONS(457), - [anon_sym_AMP_AMP] = ACTIONS(457), - [anon_sym_PIPE_PIPE] = ACTIONS(457), - [anon_sym_LT] = ACTIONS(457), - [anon_sym_GT] = ACTIONS(457), - [anon_sym_GT_GT] = ACTIONS(457), - [anon_sym_AMP_GT] = ACTIONS(457), - [anon_sym_AMP_GT_GT] = ACTIONS(457), - [anon_sym_LT_AMP] = ACTIONS(457), - [anon_sym_GT_AMP] = ACTIONS(457), - [anon_sym_LT_LT] = ACTIONS(457), - [anon_sym_LT_LT_DASH] = ACTIONS(457), - [anon_sym_DQUOTE] = ACTIONS(457), - [sym_raw_string] = ACTIONS(457), - [anon_sym_DOLLAR] = ACTIONS(457), - [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(457), + [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(457), - [anon_sym_LF] = ACTIONS(457), - [anon_sym_AMP] = ACTIONS(457), + [anon_sym_SEMI] = ACTIONS(455), + [anon_sym_LF] = ACTIONS(455), + [anon_sym_AMP] = ACTIONS(455), }, [1180] = { - [sym_file_descriptor] = ACTIONS(459), - [sym__concat] = ACTIONS(459), - [sym_variable_name] = ACTIONS(459), - [anon_sym_PIPE] = ACTIONS(461), - [anon_sym_RPAREN] = ACTIONS(461), - [anon_sym_SEMI_SEMI] = ACTIONS(461), - [anon_sym_PIPE_AMP] = ACTIONS(461), - [anon_sym_AMP_AMP] = ACTIONS(461), - [anon_sym_PIPE_PIPE] = ACTIONS(461), - [anon_sym_LT] = ACTIONS(461), - [anon_sym_GT] = ACTIONS(461), - [anon_sym_GT_GT] = ACTIONS(461), - [anon_sym_AMP_GT] = ACTIONS(461), - [anon_sym_AMP_GT_GT] = ACTIONS(461), - [anon_sym_LT_AMP] = ACTIONS(461), - [anon_sym_GT_AMP] = ACTIONS(461), - [anon_sym_LT_LT] = ACTIONS(461), - [anon_sym_LT_LT_DASH] = ACTIONS(461), - [anon_sym_DQUOTE] = ACTIONS(461), - [sym_raw_string] = ACTIONS(461), - [anon_sym_DOLLAR] = ACTIONS(461), - [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(461), + [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(461), - [anon_sym_LF] = ACTIONS(461), - [anon_sym_AMP] = ACTIONS(461), + [anon_sym_SEMI] = ACTIONS(459), + [anon_sym_LF] = ACTIONS(459), + [anon_sym_AMP] = ACTIONS(459), }, [1181] = { - [sym_file_descriptor] = ACTIONS(463), - [sym__concat] = ACTIONS(463), - [sym_variable_name] = ACTIONS(463), - [anon_sym_PIPE] = ACTIONS(465), - [anon_sym_RPAREN] = ACTIONS(465), - [anon_sym_SEMI_SEMI] = ACTIONS(465), - [anon_sym_PIPE_AMP] = ACTIONS(465), - [anon_sym_AMP_AMP] = ACTIONS(465), - [anon_sym_PIPE_PIPE] = ACTIONS(465), - [anon_sym_LT] = ACTIONS(465), - [anon_sym_GT] = ACTIONS(465), - [anon_sym_GT_GT] = ACTIONS(465), - [anon_sym_AMP_GT] = ACTIONS(465), - [anon_sym_AMP_GT_GT] = ACTIONS(465), - [anon_sym_LT_AMP] = ACTIONS(465), - [anon_sym_GT_AMP] = ACTIONS(465), - [anon_sym_LT_LT] = ACTIONS(465), - [anon_sym_LT_LT_DASH] = ACTIONS(465), - [anon_sym_DQUOTE] = ACTIONS(465), - [sym_raw_string] = ACTIONS(465), - [anon_sym_DOLLAR] = ACTIONS(465), - [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(465), + [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(465), - [anon_sym_LF] = ACTIONS(465), - [anon_sym_AMP] = ACTIONS(465), + [anon_sym_SEMI] = ACTIONS(463), + [anon_sym_LF] = ACTIONS(463), + [anon_sym_AMP] = ACTIONS(463), }, [1182] = { - [sym_file_descriptor] = ACTIONS(467), - [sym__concat] = ACTIONS(467), - [sym_variable_name] = ACTIONS(467), - [anon_sym_PIPE] = ACTIONS(469), - [anon_sym_RPAREN] = ACTIONS(469), - [anon_sym_SEMI_SEMI] = ACTIONS(469), - [anon_sym_PIPE_AMP] = ACTIONS(469), - [anon_sym_AMP_AMP] = ACTIONS(469), - [anon_sym_PIPE_PIPE] = ACTIONS(469), - [anon_sym_LT] = ACTIONS(469), - [anon_sym_GT] = ACTIONS(469), - [anon_sym_GT_GT] = ACTIONS(469), - [anon_sym_AMP_GT] = ACTIONS(469), - [anon_sym_AMP_GT_GT] = ACTIONS(469), - [anon_sym_LT_AMP] = ACTIONS(469), - [anon_sym_GT_AMP] = ACTIONS(469), - [anon_sym_LT_LT] = ACTIONS(469), - [anon_sym_LT_LT_DASH] = ACTIONS(469), - [anon_sym_DQUOTE] = ACTIONS(469), - [sym_raw_string] = ACTIONS(469), - [anon_sym_DOLLAR] = ACTIONS(469), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(469), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(469), - [anon_sym_BQUOTE] = ACTIONS(469), - [anon_sym_LT_LPAREN] = ACTIONS(469), - [anon_sym_GT_LPAREN] = ACTIONS(469), - [sym_word] = ACTIONS(469), + [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(469), - [anon_sym_LF] = ACTIONS(469), - [anon_sym_AMP] = ACTIONS(469), + [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(459), - [anon_sym_LBRACK] = ACTIONS(459), - [anon_sym_EQ] = ACTIONS(459), + [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(471), - [anon_sym_COLON_QMARK] = ACTIONS(459), - [anon_sym_COLON_DASH] = ACTIONS(459), - [anon_sym_PERCENT] = ACTIONS(459), - [anon_sym_SLASH] = ACTIONS(459), + [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(3240), + [sym_simple_variable_name] = ACTIONS(3215), [anon_sym_STAR] = ACTIONS(219), [anon_sym_QMARK] = ACTIONS(219), [anon_sym_DASH] = ACTIONS(219), @@ -30924,53 +30917,53 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__] = ACTIONS(225), }, [1184] = { - [anon_sym_RBRACE] = ACTIONS(3242), - [anon_sym_LBRACK] = ACTIONS(3244), - [anon_sym_EQ] = ACTIONS(3246), - [anon_sym_COLON] = ACTIONS(3248), - [anon_sym_COLON_QMARK] = ACTIONS(3246), - [anon_sym_COLON_DASH] = ACTIONS(3246), - [anon_sym_PERCENT] = ACTIONS(3246), - [anon_sym_SLASH] = ACTIONS(3246), + [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(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), + [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(519), - [anon_sym_RPAREN] = ACTIONS(3258), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(525), + [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(519), - [anon_sym_RPAREN] = ACTIONS(3258), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(545), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), [anon_sym_BQUOTE] = ACTIONS(299), @@ -30980,64 +30973,64 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [1188] = { - [anon_sym_PIPE] = ACTIONS(551), - [anon_sym_PIPE_AMP] = ACTIONS(553), - [anon_sym_AMP_AMP] = ACTIONS(555), - [anon_sym_PIPE_PIPE] = ACTIONS(555), - [anon_sym_BQUOTE] = ACTIONS(3258), + [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(551), - [anon_sym_PIPE_AMP] = ACTIONS(553), - [anon_sym_AMP_AMP] = ACTIONS(555), - [anon_sym_PIPE_PIPE] = ACTIONS(557), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(3260), + [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(519), - [anon_sym_RPAREN] = ACTIONS(3263), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(525), + [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(519), - [anon_sym_RPAREN] = ACTIONS(3263), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(545), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), [anon_sym_BQUOTE] = ACTIONS(299), @@ -31047,41 +31040,41 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [1192] = { - [sym_file_descriptor] = ACTIONS(829), - [sym__concat] = ACTIONS(829), - [sym_variable_name] = ACTIONS(829), - [anon_sym_in] = ACTIONS(831), - [anon_sym_PIPE] = ACTIONS(831), - [anon_sym_RPAREN] = ACTIONS(831), - [anon_sym_SEMI_SEMI] = ACTIONS(831), - [anon_sym_RBRACE] = ACTIONS(831), - [anon_sym_PIPE_AMP] = ACTIONS(831), - [anon_sym_AMP_AMP] = ACTIONS(831), - [anon_sym_PIPE_PIPE] = ACTIONS(831), - [anon_sym_RBRACK] = ACTIONS(831), - [anon_sym_RBRACK_RBRACK] = ACTIONS(831), - [anon_sym_LT] = ACTIONS(831), - [anon_sym_GT] = ACTIONS(831), - [anon_sym_GT_GT] = ACTIONS(831), - [anon_sym_AMP_GT] = ACTIONS(831), - [anon_sym_AMP_GT_GT] = ACTIONS(831), - [anon_sym_LT_AMP] = ACTIONS(831), - [anon_sym_GT_AMP] = ACTIONS(831), - [anon_sym_LT_LT] = ACTIONS(831), - [anon_sym_LT_LT_DASH] = ACTIONS(831), - [anon_sym_DQUOTE] = ACTIONS(831), - [sym_raw_string] = ACTIONS(831), - [anon_sym_DOLLAR] = ACTIONS(831), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(831), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(831), - [anon_sym_BQUOTE] = ACTIONS(831), - [anon_sym_LT_LPAREN] = ACTIONS(831), - [anon_sym_GT_LPAREN] = ACTIONS(831), - [sym_word] = ACTIONS(831), + [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(831), - [anon_sym_LF] = ACTIONS(831), - [anon_sym_AMP] = ACTIONS(831), + [anon_sym_SEMI] = ACTIONS(825), + [anon_sym_LF] = ACTIONS(825), + [anon_sym_AMP] = ACTIONS(825), }, [1193] = { [sym_case_item] = STATE(555), @@ -31092,142 +31085,142 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(554), [sym_process_substitution] = STATE(554), [aux_sym_case_statement_repeat1] = STATE(1281), - [anon_sym_esac] = ACTIONS(3265), - [anon_sym_DQUOTE] = ACTIONS(315), - [sym_raw_string] = ACTIONS(1143), - [anon_sym_DOLLAR] = ACTIONS(319), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(321), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(323), - [anon_sym_BQUOTE] = ACTIONS(325), - [anon_sym_LT_LPAREN] = ACTIONS(327), - [anon_sym_GT_LPAREN] = ACTIONS(327), - [sym_word] = ACTIONS(1145), + [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(1261), - [sym__heredoc_end] = ACTIONS(1261), - [sym_file_descriptor] = ACTIONS(1261), - [sym__concat] = ACTIONS(1261), - [sym_variable_name] = ACTIONS(1261), - [anon_sym_in] = ACTIONS(1263), - [anon_sym_PIPE] = ACTIONS(1263), - [anon_sym_RPAREN] = ACTIONS(1263), - [anon_sym_SEMI_SEMI] = ACTIONS(1263), - [anon_sym_RBRACE] = ACTIONS(1263), - [anon_sym_PIPE_AMP] = ACTIONS(1263), - [anon_sym_AMP_AMP] = ACTIONS(1263), - [anon_sym_PIPE_PIPE] = ACTIONS(1263), - [anon_sym_RBRACK] = ACTIONS(1263), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1263), - [anon_sym_LT] = ACTIONS(1263), - [anon_sym_GT] = ACTIONS(1263), - [anon_sym_GT_GT] = ACTIONS(1263), - [anon_sym_AMP_GT] = ACTIONS(1263), - [anon_sym_AMP_GT_GT] = ACTIONS(1263), - [anon_sym_LT_AMP] = ACTIONS(1263), - [anon_sym_GT_AMP] = ACTIONS(1263), - [anon_sym_LT_LT] = ACTIONS(1263), - [anon_sym_LT_LT_DASH] = ACTIONS(1263), - [anon_sym_DQUOTE] = ACTIONS(1263), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(1263), - [sym_raw_string] = ACTIONS(1263), - [anon_sym_DOLLAR] = ACTIONS(1263), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1263), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1263), - [anon_sym_BQUOTE] = ACTIONS(1263), - [anon_sym_LT_LPAREN] = ACTIONS(1263), - [anon_sym_GT_LPAREN] = ACTIONS(1263), - [sym_word] = ACTIONS(1263), + [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(1263), - [anon_sym_LF] = ACTIONS(1263), - [anon_sym_AMP] = ACTIONS(1263), + [anon_sym_SEMI] = ACTIONS(1251), + [anon_sym_LF] = ACTIONS(1251), + [anon_sym_AMP] = ACTIONS(1251), }, [1195] = { - [anon_sym_AT] = ACTIONS(3267), + [anon_sym_AT] = ACTIONS(3242), [sym_comment] = ACTIONS(133), }, [1196] = { - [sym__heredoc_middle] = ACTIONS(1267), - [sym__heredoc_end] = ACTIONS(1267), - [sym_file_descriptor] = ACTIONS(1267), - [sym__concat] = ACTIONS(1267), - [sym_variable_name] = ACTIONS(1267), - [anon_sym_in] = ACTIONS(1269), - [anon_sym_PIPE] = ACTIONS(1269), - [anon_sym_RPAREN] = ACTIONS(1269), - [anon_sym_SEMI_SEMI] = ACTIONS(1269), - [anon_sym_RBRACE] = ACTIONS(1269), - [anon_sym_PIPE_AMP] = ACTIONS(1269), - [anon_sym_AMP_AMP] = ACTIONS(1269), - [anon_sym_PIPE_PIPE] = ACTIONS(1269), - [anon_sym_RBRACK] = ACTIONS(1269), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1269), - [anon_sym_LT] = ACTIONS(1269), - [anon_sym_GT] = ACTIONS(1269), - [anon_sym_GT_GT] = ACTIONS(1269), - [anon_sym_AMP_GT] = ACTIONS(1269), - [anon_sym_AMP_GT_GT] = ACTIONS(1269), - [anon_sym_LT_AMP] = ACTIONS(1269), - [anon_sym_GT_AMP] = ACTIONS(1269), - [anon_sym_LT_LT] = ACTIONS(1269), - [anon_sym_LT_LT_DASH] = ACTIONS(1269), - [anon_sym_DQUOTE] = ACTIONS(1269), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(1269), - [sym_raw_string] = ACTIONS(1269), - [anon_sym_DOLLAR] = ACTIONS(1269), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1269), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1269), - [anon_sym_BQUOTE] = ACTIONS(1269), - [anon_sym_LT_LPAREN] = ACTIONS(1269), - [anon_sym_GT_LPAREN] = ACTIONS(1269), - [sym_word] = ACTIONS(1269), + [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(1269), - [anon_sym_LF] = ACTIONS(1269), - [anon_sym_AMP] = ACTIONS(1269), + [anon_sym_SEMI] = ACTIONS(1257), + [anon_sym_LF] = ACTIONS(1257), + [anon_sym_AMP] = ACTIONS(1257), }, [1197] = { - [anon_sym_AT] = ACTIONS(3269), + [anon_sym_AT] = ACTIONS(3244), [sym_comment] = ACTIONS(133), }, [1198] = { - [sym_file_descriptor] = ACTIONS(965), - [sym__concat] = ACTIONS(965), - [sym_variable_name] = ACTIONS(965), - [anon_sym_in] = ACTIONS(967), - [anon_sym_PIPE] = ACTIONS(967), - [anon_sym_RPAREN] = ACTIONS(967), - [anon_sym_SEMI_SEMI] = ACTIONS(967), - [anon_sym_RBRACE] = ACTIONS(967), - [anon_sym_PIPE_AMP] = ACTIONS(967), - [anon_sym_AMP_AMP] = ACTIONS(967), - [anon_sym_PIPE_PIPE] = ACTIONS(967), - [anon_sym_RBRACK] = ACTIONS(967), - [anon_sym_RBRACK_RBRACK] = ACTIONS(967), - [anon_sym_LT] = ACTIONS(967), - [anon_sym_GT] = ACTIONS(967), - [anon_sym_GT_GT] = ACTIONS(967), - [anon_sym_AMP_GT] = ACTIONS(967), - [anon_sym_AMP_GT_GT] = ACTIONS(967), - [anon_sym_LT_AMP] = ACTIONS(967), - [anon_sym_GT_AMP] = ACTIONS(967), - [anon_sym_LT_LT] = ACTIONS(967), - [anon_sym_LT_LT_DASH] = ACTIONS(967), - [anon_sym_DQUOTE] = ACTIONS(967), - [sym_raw_string] = ACTIONS(967), - [anon_sym_DOLLAR] = ACTIONS(967), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(967), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(967), - [anon_sym_BQUOTE] = ACTIONS(967), - [anon_sym_LT_LPAREN] = ACTIONS(967), - [anon_sym_GT_LPAREN] = ACTIONS(967), - [sym_word] = ACTIONS(967), + [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(967), - [anon_sym_LF] = ACTIONS(967), - [anon_sym_AMP] = ACTIONS(967), + [anon_sym_SEMI] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(957), + [anon_sym_AMP] = ACTIONS(957), }, [1199] = { [sym_case_item] = STATE(555), @@ -31238,210 +31231,210 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(554), [sym_process_substitution] = STATE(554), [aux_sym_case_statement_repeat1] = STATE(1285), - [anon_sym_esac] = ACTIONS(3271), - [anon_sym_DQUOTE] = ACTIONS(315), - [sym_raw_string] = ACTIONS(1143), - [anon_sym_DOLLAR] = ACTIONS(319), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(321), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(323), - [anon_sym_BQUOTE] = ACTIONS(325), - [anon_sym_LT_LPAREN] = ACTIONS(327), - [anon_sym_GT_LPAREN] = ACTIONS(327), - [sym_word] = ACTIONS(1145), + [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(613), - [sym__concat] = ACTIONS(3012), - [sym_variable_name] = ACTIONS(613), - [anon_sym_PIPE] = ACTIONS(1385), - [anon_sym_RPAREN] = ACTIONS(1385), - [anon_sym_SEMI_SEMI] = ACTIONS(1385), - [anon_sym_PIPE_AMP] = ACTIONS(1385), - [anon_sym_AMP_AMP] = ACTIONS(1385), - [anon_sym_PIPE_PIPE] = ACTIONS(1385), - [anon_sym_LT] = ACTIONS(1385), - [anon_sym_GT] = ACTIONS(1385), - [anon_sym_GT_GT] = ACTIONS(1385), - [anon_sym_AMP_GT] = ACTIONS(1385), - [anon_sym_AMP_GT_GT] = ACTIONS(1385), - [anon_sym_LT_AMP] = ACTIONS(1385), - [anon_sym_GT_AMP] = ACTIONS(1385), - [anon_sym_LT_LT] = ACTIONS(1385), - [anon_sym_LT_LT_DASH] = ACTIONS(1385), - [anon_sym_DQUOTE] = ACTIONS(1385), - [sym_raw_string] = ACTIONS(1385), - [anon_sym_DOLLAR] = ACTIONS(1385), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1385), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1385), - [anon_sym_BQUOTE] = ACTIONS(1385), - [anon_sym_LT_LPAREN] = ACTIONS(1385), - [anon_sym_GT_LPAREN] = ACTIONS(1385), - [sym_word] = ACTIONS(1385), + [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(1385), - [anon_sym_LF] = ACTIONS(1385), - [anon_sym_AMP] = ACTIONS(1385), + [anon_sym_SEMI] = ACTIONS(1369), + [anon_sym_LF] = ACTIONS(1369), + [anon_sym_AMP] = ACTIONS(1369), }, [1201] = { - [sym_file_descriptor] = ACTIONS(613), - [sym_variable_name] = ACTIONS(613), - [anon_sym_PIPE] = ACTIONS(1385), - [anon_sym_RPAREN] = ACTIONS(1385), - [anon_sym_SEMI_SEMI] = ACTIONS(1385), - [anon_sym_PIPE_AMP] = ACTIONS(1385), - [anon_sym_AMP_AMP] = ACTIONS(1385), - [anon_sym_PIPE_PIPE] = ACTIONS(1385), - [anon_sym_LT] = ACTIONS(1385), - [anon_sym_GT] = ACTIONS(1385), - [anon_sym_GT_GT] = ACTIONS(1385), - [anon_sym_AMP_GT] = ACTIONS(1385), - [anon_sym_AMP_GT_GT] = ACTIONS(1385), - [anon_sym_LT_AMP] = ACTIONS(1385), - [anon_sym_GT_AMP] = ACTIONS(1385), - [anon_sym_LT_LT] = ACTIONS(1385), - [anon_sym_LT_LT_DASH] = ACTIONS(1385), - [anon_sym_DQUOTE] = ACTIONS(1385), - [sym_raw_string] = ACTIONS(1385), - [anon_sym_DOLLAR] = ACTIONS(1385), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1385), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1385), - [anon_sym_BQUOTE] = ACTIONS(1385), - [anon_sym_LT_LPAREN] = ACTIONS(1385), - [anon_sym_GT_LPAREN] = ACTIONS(1385), - [sym_word] = ACTIONS(1385), + [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(1385), - [anon_sym_LF] = ACTIONS(1385), - [anon_sym_AMP] = ACTIONS(1385), + [anon_sym_SEMI] = ACTIONS(1369), + [anon_sym_LF] = ACTIONS(1369), + [anon_sym_AMP] = ACTIONS(1369), }, [1202] = { - [sym_file_descriptor] = ACTIONS(459), - [sym__concat] = ACTIONS(459), - [sym_variable_name] = ACTIONS(459), - [anon_sym_in] = ACTIONS(461), - [anon_sym_PIPE] = ACTIONS(461), - [anon_sym_RPAREN] = ACTIONS(461), - [anon_sym_SEMI_SEMI] = ACTIONS(461), - [anon_sym_RBRACE] = ACTIONS(461), - [anon_sym_PIPE_AMP] = ACTIONS(461), - [anon_sym_AMP_AMP] = ACTIONS(461), - [anon_sym_PIPE_PIPE] = ACTIONS(461), - [anon_sym_RBRACK] = ACTIONS(461), - [anon_sym_RBRACK_RBRACK] = ACTIONS(461), - [anon_sym_LT] = ACTIONS(461), - [anon_sym_GT] = ACTIONS(461), - [anon_sym_GT_GT] = ACTIONS(461), - [anon_sym_AMP_GT] = ACTIONS(461), - [anon_sym_AMP_GT_GT] = ACTIONS(461), - [anon_sym_LT_AMP] = ACTIONS(461), - [anon_sym_GT_AMP] = ACTIONS(461), - [anon_sym_LT_LT] = ACTIONS(461), - [anon_sym_LT_LT_DASH] = ACTIONS(461), - [anon_sym_DQUOTE] = ACTIONS(461), - [sym_raw_string] = ACTIONS(461), - [anon_sym_DOLLAR] = ACTIONS(461), - [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(461), + [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(461), - [anon_sym_LF] = ACTIONS(461), - [anon_sym_AMP] = ACTIONS(461), + [anon_sym_SEMI] = ACTIONS(459), + [anon_sym_LF] = ACTIONS(459), + [anon_sym_AMP] = ACTIONS(459), }, [1203] = { - [sym_file_descriptor] = ACTIONS(463), - [sym__concat] = ACTIONS(463), - [sym_variable_name] = ACTIONS(463), - [anon_sym_in] = ACTIONS(465), - [anon_sym_PIPE] = ACTIONS(465), - [anon_sym_RPAREN] = ACTIONS(465), - [anon_sym_SEMI_SEMI] = ACTIONS(465), - [anon_sym_RBRACE] = ACTIONS(465), - [anon_sym_PIPE_AMP] = ACTIONS(465), - [anon_sym_AMP_AMP] = ACTIONS(465), - [anon_sym_PIPE_PIPE] = ACTIONS(465), - [anon_sym_RBRACK] = ACTIONS(465), - [anon_sym_RBRACK_RBRACK] = ACTIONS(465), - [anon_sym_LT] = ACTIONS(465), - [anon_sym_GT] = ACTIONS(465), - [anon_sym_GT_GT] = ACTIONS(465), - [anon_sym_AMP_GT] = ACTIONS(465), - [anon_sym_AMP_GT_GT] = ACTIONS(465), - [anon_sym_LT_AMP] = ACTIONS(465), - [anon_sym_GT_AMP] = ACTIONS(465), - [anon_sym_LT_LT] = ACTIONS(465), - [anon_sym_LT_LT_DASH] = ACTIONS(465), - [anon_sym_DQUOTE] = ACTIONS(465), - [sym_raw_string] = ACTIONS(465), - [anon_sym_DOLLAR] = ACTIONS(465), - [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(465), + [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(465), - [anon_sym_LF] = ACTIONS(465), - [anon_sym_AMP] = ACTIONS(465), + [anon_sym_SEMI] = ACTIONS(463), + [anon_sym_LF] = ACTIONS(463), + [anon_sym_AMP] = ACTIONS(463), }, [1204] = { - [sym_file_descriptor] = ACTIONS(467), - [sym__concat] = ACTIONS(467), - [sym_variable_name] = ACTIONS(467), - [anon_sym_in] = ACTIONS(469), - [anon_sym_PIPE] = ACTIONS(469), - [anon_sym_RPAREN] = ACTIONS(469), - [anon_sym_SEMI_SEMI] = ACTIONS(469), - [anon_sym_RBRACE] = ACTIONS(469), - [anon_sym_PIPE_AMP] = ACTIONS(469), - [anon_sym_AMP_AMP] = ACTIONS(469), - [anon_sym_PIPE_PIPE] = ACTIONS(469), - [anon_sym_RBRACK] = ACTIONS(469), - [anon_sym_RBRACK_RBRACK] = ACTIONS(469), - [anon_sym_LT] = ACTIONS(469), - [anon_sym_GT] = ACTIONS(469), - [anon_sym_GT_GT] = ACTIONS(469), - [anon_sym_AMP_GT] = ACTIONS(469), - [anon_sym_AMP_GT_GT] = ACTIONS(469), - [anon_sym_LT_AMP] = ACTIONS(469), - [anon_sym_GT_AMP] = ACTIONS(469), - [anon_sym_LT_LT] = ACTIONS(469), - [anon_sym_LT_LT_DASH] = ACTIONS(469), - [anon_sym_DQUOTE] = ACTIONS(469), - [sym_raw_string] = ACTIONS(469), - [anon_sym_DOLLAR] = ACTIONS(469), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(469), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(469), - [anon_sym_BQUOTE] = ACTIONS(469), - [anon_sym_LT_LPAREN] = ACTIONS(469), - [anon_sym_GT_LPAREN] = ACTIONS(469), - [sym_word] = ACTIONS(469), + [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(469), - [anon_sym_LF] = ACTIONS(469), - [anon_sym_AMP] = ACTIONS(469), + [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(459), - [anon_sym_LBRACK] = ACTIONS(459), - [anon_sym_EQ] = ACTIONS(459), + [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(471), - [anon_sym_COLON_QMARK] = ACTIONS(459), - [anon_sym_COLON_DASH] = ACTIONS(459), - [anon_sym_PERCENT] = ACTIONS(459), - [anon_sym_SLASH] = ACTIONS(459), + [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(3273), + [sym_simple_variable_name] = ACTIONS(3248), [anon_sym_STAR] = ACTIONS(219), [anon_sym_QMARK] = ACTIONS(219), [anon_sym_DASH] = ACTIONS(219), @@ -31450,53 +31443,53 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__] = ACTIONS(225), }, [1206] = { - [anon_sym_RBRACE] = ACTIONS(3275), - [anon_sym_LBRACK] = ACTIONS(3277), - [anon_sym_EQ] = ACTIONS(3279), - [anon_sym_COLON] = ACTIONS(3281), - [anon_sym_COLON_QMARK] = ACTIONS(3279), - [anon_sym_COLON_DASH] = ACTIONS(3279), - [anon_sym_PERCENT] = ACTIONS(3279), - [anon_sym_SLASH] = ACTIONS(3279), + [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(3283), - [anon_sym_LBRACK] = ACTIONS(3285), - [anon_sym_EQ] = ACTIONS(3287), - [anon_sym_COLON] = ACTIONS(3289), - [anon_sym_COLON_QMARK] = ACTIONS(3287), - [anon_sym_COLON_DASH] = ACTIONS(3287), - [anon_sym_PERCENT] = ACTIONS(3287), - [anon_sym_SLASH] = ACTIONS(3287), + [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(519), - [anon_sym_RPAREN] = ACTIONS(3291), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(525), + [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(519), - [anon_sym_RPAREN] = ACTIONS(3291), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(545), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), [anon_sym_BQUOTE] = ACTIONS(299), @@ -31506,33 +31499,33 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [1210] = { - [anon_sym_PIPE] = ACTIONS(551), - [anon_sym_PIPE_AMP] = ACTIONS(553), - [anon_sym_AMP_AMP] = ACTIONS(555), - [anon_sym_PIPE_PIPE] = ACTIONS(555), - [anon_sym_BQUOTE] = ACTIONS(3291), + [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(551), - [anon_sym_PIPE_AMP] = ACTIONS(553), - [anon_sym_AMP_AMP] = ACTIONS(555), - [anon_sym_PIPE_PIPE] = ACTIONS(557), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(3293), + [anon_sym_BQUOTE] = ACTIONS(3268), [anon_sym_LT_LPAREN] = ACTIONS(299), [anon_sym_GT_LPAREN] = ACTIONS(299), [sym_word] = ACTIONS(301), @@ -31545,7 +31538,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE] = ACTIONS(211), [anon_sym_RPAREN] = ACTIONS(211), [anon_sym_SEMI_SEMI] = ACTIONS(211), - [anon_sym_LPAREN] = ACTIONS(2944), + [anon_sym_LPAREN] = ACTIONS(2922), [anon_sym_PIPE_AMP] = ACTIONS(211), [anon_sym_AMP_AMP] = ACTIONS(211), [anon_sym_PIPE_PIPE] = ACTIONS(211), @@ -31573,27 +31566,27 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(211), }, [1213] = { - [anon_sym_PIPE] = ACTIONS(3296), - [anon_sym_RPAREN] = ACTIONS(973), - [anon_sym_SEMI_SEMI] = ACTIONS(973), - [anon_sym_PIPE_AMP] = ACTIONS(3296), - [anon_sym_AMP_AMP] = ACTIONS(3299), - [anon_sym_PIPE_PIPE] = ACTIONS(3299), - [anon_sym_BQUOTE] = ACTIONS(973), + [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(973), - [anon_sym_LF] = ACTIONS(973), - [anon_sym_AMP] = ACTIONS(973), + [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(3296), - [anon_sym_RPAREN] = ACTIONS(973), - [anon_sym_SEMI_SEMI] = ACTIONS(973), - [anon_sym_PIPE_AMP] = ACTIONS(3296), - [anon_sym_AMP_AMP] = ACTIONS(3299), - [anon_sym_PIPE_PIPE] = ACTIONS(3299), + [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), @@ -31606,14 +31599,14 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(301), [anon_sym_DOLLAR_LBRACE] = ACTIONS(301), [anon_sym_DOLLAR_LPAREN] = ACTIONS(301), - [anon_sym_BQUOTE] = ACTIONS(3302), + [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(973), - [anon_sym_LF] = ACTIONS(973), - [anon_sym_AMP] = ACTIONS(973), + [anon_sym_SEMI] = ACTIONS(963), + [anon_sym_LF] = ACTIONS(963), + [anon_sym_AMP] = ACTIONS(963), }, [1215] = { [sym_concatenation] = STATE(1296), @@ -31622,15 +31615,15 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(1295), [sym_command_substitution] = STATE(1295), [sym_process_substitution] = STATE(1295), - [anon_sym_DQUOTE] = ACTIONS(3105), - [sym_raw_string] = ACTIONS(3305), - [anon_sym_DOLLAR] = ACTIONS(3109), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(3111), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(3113), - [anon_sym_BQUOTE] = ACTIONS(3115), - [anon_sym_LT_LPAREN] = ACTIONS(3117), - [anon_sym_GT_LPAREN] = ACTIONS(3117), - [sym_word] = ACTIONS(3307), + [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] = { @@ -31638,7 +31631,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(70), [sym_command_substitution] = STATE(70), [aux_sym_string_repeat1] = STATE(1298), - [anon_sym_DQUOTE] = ACTIONS(3309), + [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), @@ -31648,50 +31641,50 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { }, [1217] = { [aux_sym_concatenation_repeat1] = STATE(1300), - [sym_file_descriptor] = ACTIONS(411), - [sym__concat] = ACTIONS(3311), - [anon_sym_PIPE] = ACTIONS(983), - [anon_sym_RPAREN] = ACTIONS(983), - [anon_sym_SEMI_SEMI] = ACTIONS(983), - [anon_sym_PIPE_AMP] = ACTIONS(983), - [anon_sym_AMP_AMP] = ACTIONS(983), - [anon_sym_PIPE_PIPE] = ACTIONS(983), - [anon_sym_LT] = ACTIONS(983), - [anon_sym_GT] = ACTIONS(983), - [anon_sym_GT_GT] = ACTIONS(983), - [anon_sym_AMP_GT] = ACTIONS(983), - [anon_sym_AMP_GT_GT] = ACTIONS(983), - [anon_sym_LT_AMP] = ACTIONS(983), - [anon_sym_GT_AMP] = ACTIONS(983), - [anon_sym_LT_LT] = ACTIONS(983), - [anon_sym_LT_LT_DASH] = ACTIONS(983), - [anon_sym_BQUOTE] = ACTIONS(983), + [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(983), - [anon_sym_LF] = ACTIONS(983), - [anon_sym_AMP] = ACTIONS(983), + [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(3313), - [anon_sym_POUND] = ACTIONS(3315), - [anon_sym_AT] = ACTIONS(3313), + [anon_sym_DOLLAR] = ACTIONS(3288), + [anon_sym_POUND] = ACTIONS(3290), + [anon_sym_AT] = ACTIONS(3288), [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(3317), - [anon_sym_STAR] = ACTIONS(3313), - [anon_sym_QMARK] = ACTIONS(3313), - [anon_sym_DASH] = ACTIONS(3313), - [anon_sym_BANG] = ACTIONS(3313), - [anon_sym_0] = ACTIONS(3315), - [anon_sym__] = ACTIONS(3315), + [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(3319), + [anon_sym_POUND] = ACTIONS(3294), [anon_sym_AT] = ACTIONS(219), [sym_comment] = ACTIONS(85), - [sym_simple_variable_name] = ACTIONS(3321), + [sym_simple_variable_name] = ACTIONS(3296), [anon_sym_STAR] = ACTIONS(219), [anon_sym_QMARK] = ACTIONS(219), [anon_sym_DASH] = ACTIONS(219), @@ -31850,149 +31843,149 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [1223] = { - [sym_file_descriptor] = ACTIONS(411), - [anon_sym_PIPE] = ACTIONS(983), - [anon_sym_RPAREN] = ACTIONS(983), - [anon_sym_SEMI_SEMI] = ACTIONS(983), - [anon_sym_PIPE_AMP] = ACTIONS(983), - [anon_sym_AMP_AMP] = ACTIONS(983), - [anon_sym_PIPE_PIPE] = ACTIONS(983), - [anon_sym_LT] = ACTIONS(983), - [anon_sym_GT] = ACTIONS(983), - [anon_sym_GT_GT] = ACTIONS(983), - [anon_sym_AMP_GT] = ACTIONS(983), - [anon_sym_AMP_GT_GT] = ACTIONS(983), - [anon_sym_LT_AMP] = ACTIONS(983), - [anon_sym_GT_AMP] = ACTIONS(983), - [anon_sym_LT_LT] = ACTIONS(983), - [anon_sym_LT_LT_DASH] = ACTIONS(983), - [anon_sym_BQUOTE] = ACTIONS(983), + [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(983), - [anon_sym_LF] = ACTIONS(983), - [anon_sym_AMP] = ACTIONS(983), + [anon_sym_SEMI] = ACTIONS(973), + [anon_sym_LF] = ACTIONS(973), + [anon_sym_AMP] = ACTIONS(973), }, [1224] = { - [anon_sym_RBRACK] = ACTIONS(3323), + [anon_sym_RBRACK] = ACTIONS(3298), [sym_comment] = ACTIONS(133), }, [1225] = { [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(385), - [anon_sym_RBRACE] = ACTIONS(3325), + [sym__concat] = ACTIONS(383), + [anon_sym_RBRACE] = ACTIONS(3300), [sym_comment] = ACTIONS(133), }, [1226] = { - [anon_sym_RBRACE] = ACTIONS(3325), + [anon_sym_RBRACE] = ACTIONS(3300), [sym_comment] = ACTIONS(133), }, [1227] = { - [anon_sym_PIPE] = ACTIONS(1173), - [anon_sym_RPAREN] = ACTIONS(1173), - [anon_sym_SEMI_SEMI] = ACTIONS(1173), - [anon_sym_PIPE_AMP] = ACTIONS(1173), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE_PIPE] = ACTIONS(1173), - [anon_sym_BQUOTE] = ACTIONS(1173), + [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(1173), - [anon_sym_LF] = ACTIONS(1173), - [anon_sym_AMP] = ACTIONS(1173), + [anon_sym_SEMI] = ACTIONS(1161), + [anon_sym_LF] = ACTIONS(1161), + [anon_sym_AMP] = ACTIONS(1161), }, [1228] = { - [sym_file_descriptor] = ACTIONS(563), - [sym_variable_name] = ACTIONS(563), - [ts_builtin_sym_end] = ACTIONS(563), - [anon_sym_for] = ACTIONS(565), - [anon_sym_while] = ACTIONS(565), - [anon_sym_done] = ACTIONS(565), - [anon_sym_if] = ACTIONS(565), - [anon_sym_fi] = ACTIONS(565), - [anon_sym_elif] = ACTIONS(565), - [anon_sym_else] = ACTIONS(565), - [anon_sym_case] = ACTIONS(565), - [anon_sym_RPAREN] = ACTIONS(3327), - [anon_sym_SEMI_SEMI] = ACTIONS(563), - [anon_sym_function] = ACTIONS(565), - [anon_sym_LPAREN] = ACTIONS(563), - [anon_sym_RBRACE] = ACTIONS(563), - [anon_sym_LBRACK] = ACTIONS(565), - [anon_sym_LBRACK_LBRACK] = ACTIONS(565), - [anon_sym_LT] = ACTIONS(565), - [anon_sym_GT] = ACTIONS(565), - [anon_sym_GT_GT] = ACTIONS(563), - [anon_sym_AMP_GT] = ACTIONS(565), - [anon_sym_AMP_GT_GT] = ACTIONS(563), - [anon_sym_LT_AMP] = ACTIONS(563), - [anon_sym_GT_AMP] = ACTIONS(563), - [anon_sym_DQUOTE] = ACTIONS(563), - [sym_raw_string] = ACTIONS(563), - [anon_sym_DOLLAR] = ACTIONS(565), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(563), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(563), - [anon_sym_BQUOTE] = ACTIONS(563), - [anon_sym_LT_LPAREN] = ACTIONS(563), - [anon_sym_GT_LPAREN] = ACTIONS(563), - [sym_word] = ACTIONS(567), + [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(1819), - [anon_sym_RPAREN] = ACTIONS(1819), - [anon_sym_SEMI_SEMI] = ACTIONS(1819), - [anon_sym_PIPE_AMP] = ACTIONS(1819), - [anon_sym_AMP_AMP] = ACTIONS(1819), - [anon_sym_PIPE_PIPE] = ACTIONS(1819), - [anon_sym_BQUOTE] = ACTIONS(1819), + [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(1819), - [anon_sym_LF] = ACTIONS(1819), - [anon_sym_AMP] = ACTIONS(1819), + [anon_sym_SEMI] = ACTIONS(1803), + [anon_sym_LF] = ACTIONS(1803), + [anon_sym_AMP] = ACTIONS(1803), }, [1230] = { - [anon_sym_fi] = ACTIONS(3329), + [anon_sym_fi] = ACTIONS(3304), [sym_comment] = ACTIONS(133), }, [1231] = { - [sym_file_descriptor] = ACTIONS(427), - [sym__concat] = ACTIONS(427), - [anon_sym_PIPE] = ACTIONS(429), - [anon_sym_RPAREN] = ACTIONS(429), - [anon_sym_SEMI_SEMI] = ACTIONS(429), - [anon_sym_PIPE_AMP] = ACTIONS(429), - [anon_sym_AMP_AMP] = ACTIONS(429), - [anon_sym_PIPE_PIPE] = ACTIONS(429), - [anon_sym_RBRACK] = ACTIONS(429), - [anon_sym_RBRACK_RBRACK] = ACTIONS(429), - [anon_sym_LT] = ACTIONS(429), - [anon_sym_GT] = ACTIONS(429), - [anon_sym_GT_GT] = ACTIONS(429), - [anon_sym_AMP_GT] = ACTIONS(429), - [anon_sym_AMP_GT_GT] = ACTIONS(429), - [anon_sym_LT_AMP] = ACTIONS(429), - [anon_sym_GT_AMP] = ACTIONS(429), - [anon_sym_LT_LT] = ACTIONS(429), - [anon_sym_LT_LT_DASH] = ACTIONS(429), - [anon_sym_DQUOTE] = ACTIONS(429), - [sym_raw_string] = ACTIONS(429), - [anon_sym_DOLLAR] = ACTIONS(429), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(429), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(429), - [anon_sym_BQUOTE] = ACTIONS(429), - [anon_sym_LT_LPAREN] = ACTIONS(429), - [anon_sym_GT_LPAREN] = ACTIONS(429), - [sym_word] = ACTIONS(429), + [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(429), - [anon_sym_LF] = ACTIONS(429), - [anon_sym_AMP] = ACTIONS(429), + [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(3331), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(447), + [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), @@ -32005,168 +31998,168 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(1318), [sym_command_substitution] = STATE(1318), [sym_process_substitution] = STATE(1318), - [anon_sym_DQUOTE] = ACTIONS(3333), - [sym_raw_string] = ACTIONS(3335), - [anon_sym_DOLLAR] = ACTIONS(3337), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(3339), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(3341), - [anon_sym_BQUOTE] = ACTIONS(3343), - [anon_sym_LT_LPAREN] = ACTIONS(3345), - [anon_sym_GT_LPAREN] = ACTIONS(3345), - [sym_word] = ACTIONS(3347), + [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(453), - [sym__concat] = ACTIONS(3349), - [anon_sym_PIPE] = ACTIONS(457), - [anon_sym_RPAREN] = ACTIONS(457), - [anon_sym_SEMI_SEMI] = ACTIONS(457), - [anon_sym_PIPE_AMP] = ACTIONS(457), - [anon_sym_AMP_AMP] = ACTIONS(457), - [anon_sym_PIPE_PIPE] = ACTIONS(457), - [anon_sym_RBRACK] = ACTIONS(457), - [anon_sym_RBRACK_RBRACK] = ACTIONS(457), - [anon_sym_LT] = ACTIONS(457), - [anon_sym_GT] = ACTIONS(457), - [anon_sym_GT_GT] = ACTIONS(457), - [anon_sym_AMP_GT] = ACTIONS(457), - [anon_sym_AMP_GT_GT] = ACTIONS(457), - [anon_sym_LT_AMP] = ACTIONS(457), - [anon_sym_GT_AMP] = ACTIONS(457), - [anon_sym_LT_LT] = ACTIONS(457), - [anon_sym_LT_LT_DASH] = ACTIONS(457), - [anon_sym_DQUOTE] = ACTIONS(457), - [sym_raw_string] = ACTIONS(457), - [anon_sym_DOLLAR] = ACTIONS(457), - [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(457), + [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(457), - [anon_sym_LF] = ACTIONS(457), - [anon_sym_AMP] = ACTIONS(457), + [anon_sym_SEMI] = ACTIONS(455), + [anon_sym_LF] = ACTIONS(455), + [anon_sym_AMP] = ACTIONS(455), }, [1235] = { - [sym_file_descriptor] = ACTIONS(459), - [sym__concat] = ACTIONS(459), - [anon_sym_PIPE] = ACTIONS(461), - [anon_sym_RPAREN] = ACTIONS(461), - [anon_sym_SEMI_SEMI] = ACTIONS(461), - [anon_sym_PIPE_AMP] = ACTIONS(461), - [anon_sym_AMP_AMP] = ACTIONS(461), - [anon_sym_PIPE_PIPE] = ACTIONS(461), - [anon_sym_RBRACK] = ACTIONS(461), - [anon_sym_RBRACK_RBRACK] = ACTIONS(461), - [anon_sym_LT] = ACTIONS(461), - [anon_sym_GT] = ACTIONS(461), - [anon_sym_GT_GT] = ACTIONS(461), - [anon_sym_AMP_GT] = ACTIONS(461), - [anon_sym_AMP_GT_GT] = ACTIONS(461), - [anon_sym_LT_AMP] = ACTIONS(461), - [anon_sym_GT_AMP] = ACTIONS(461), - [anon_sym_LT_LT] = ACTIONS(461), - [anon_sym_LT_LT_DASH] = ACTIONS(461), - [anon_sym_DQUOTE] = ACTIONS(461), - [sym_raw_string] = ACTIONS(461), - [anon_sym_DOLLAR] = ACTIONS(461), - [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(461), + [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(461), - [anon_sym_LF] = ACTIONS(461), - [anon_sym_AMP] = ACTIONS(461), + [anon_sym_SEMI] = ACTIONS(459), + [anon_sym_LF] = ACTIONS(459), + [anon_sym_AMP] = ACTIONS(459), }, [1236] = { - [sym_file_descriptor] = ACTIONS(463), - [sym__concat] = ACTIONS(463), - [anon_sym_PIPE] = ACTIONS(465), - [anon_sym_RPAREN] = ACTIONS(465), - [anon_sym_SEMI_SEMI] = ACTIONS(465), - [anon_sym_PIPE_AMP] = ACTIONS(465), - [anon_sym_AMP_AMP] = ACTIONS(465), - [anon_sym_PIPE_PIPE] = ACTIONS(465), - [anon_sym_RBRACK] = ACTIONS(465), - [anon_sym_RBRACK_RBRACK] = ACTIONS(465), - [anon_sym_LT] = ACTIONS(465), - [anon_sym_GT] = ACTIONS(465), - [anon_sym_GT_GT] = ACTIONS(465), - [anon_sym_AMP_GT] = ACTIONS(465), - [anon_sym_AMP_GT_GT] = ACTIONS(465), - [anon_sym_LT_AMP] = ACTIONS(465), - [anon_sym_GT_AMP] = ACTIONS(465), - [anon_sym_LT_LT] = ACTIONS(465), - [anon_sym_LT_LT_DASH] = ACTIONS(465), - [anon_sym_DQUOTE] = ACTIONS(465), - [sym_raw_string] = ACTIONS(465), - [anon_sym_DOLLAR] = ACTIONS(465), - [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(465), + [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(465), - [anon_sym_LF] = ACTIONS(465), - [anon_sym_AMP] = ACTIONS(465), + [anon_sym_SEMI] = ACTIONS(463), + [anon_sym_LF] = ACTIONS(463), + [anon_sym_AMP] = ACTIONS(463), }, [1237] = { - [sym_file_descriptor] = ACTIONS(467), - [sym__concat] = ACTIONS(467), - [anon_sym_PIPE] = ACTIONS(469), - [anon_sym_RPAREN] = ACTIONS(469), - [anon_sym_SEMI_SEMI] = ACTIONS(469), - [anon_sym_PIPE_AMP] = ACTIONS(469), - [anon_sym_AMP_AMP] = ACTIONS(469), - [anon_sym_PIPE_PIPE] = ACTIONS(469), - [anon_sym_RBRACK] = ACTIONS(469), - [anon_sym_RBRACK_RBRACK] = ACTIONS(469), - [anon_sym_LT] = ACTIONS(469), - [anon_sym_GT] = ACTIONS(469), - [anon_sym_GT_GT] = ACTIONS(469), - [anon_sym_AMP_GT] = ACTIONS(469), - [anon_sym_AMP_GT_GT] = ACTIONS(469), - [anon_sym_LT_AMP] = ACTIONS(469), - [anon_sym_GT_AMP] = ACTIONS(469), - [anon_sym_LT_LT] = ACTIONS(469), - [anon_sym_LT_LT_DASH] = ACTIONS(469), - [anon_sym_DQUOTE] = ACTIONS(469), - [sym_raw_string] = ACTIONS(469), - [anon_sym_DOLLAR] = ACTIONS(469), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(469), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(469), - [anon_sym_BQUOTE] = ACTIONS(469), - [anon_sym_LT_LPAREN] = ACTIONS(469), - [anon_sym_GT_LPAREN] = ACTIONS(469), - [sym_word] = ACTIONS(469), + [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(469), - [anon_sym_LF] = ACTIONS(469), - [anon_sym_AMP] = ACTIONS(469), + [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(459), - [anon_sym_LBRACK] = ACTIONS(459), - [anon_sym_EQ] = ACTIONS(459), + [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(471), - [anon_sym_COLON_QMARK] = ACTIONS(459), - [anon_sym_COLON_DASH] = ACTIONS(459), - [anon_sym_PERCENT] = ACTIONS(459), - [anon_sym_SLASH] = ACTIONS(459), + [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(3351), + [sym_simple_variable_name] = ACTIONS(3326), [anon_sym_STAR] = ACTIONS(219), [anon_sym_QMARK] = ACTIONS(219), [anon_sym_DASH] = ACTIONS(219), @@ -32175,53 +32168,53 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__] = ACTIONS(225), }, [1239] = { - [anon_sym_RBRACE] = ACTIONS(3353), - [anon_sym_LBRACK] = ACTIONS(3355), - [anon_sym_EQ] = ACTIONS(3357), - [anon_sym_COLON] = ACTIONS(3359), - [anon_sym_COLON_QMARK] = ACTIONS(3357), - [anon_sym_COLON_DASH] = ACTIONS(3357), - [anon_sym_PERCENT] = ACTIONS(3357), - [anon_sym_SLASH] = ACTIONS(3357), + [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(3361), - [anon_sym_LBRACK] = ACTIONS(3363), - [anon_sym_EQ] = ACTIONS(3365), - [anon_sym_COLON] = ACTIONS(3367), - [anon_sym_COLON_QMARK] = ACTIONS(3365), - [anon_sym_COLON_DASH] = ACTIONS(3365), - [anon_sym_PERCENT] = ACTIONS(3365), - [anon_sym_SLASH] = ACTIONS(3365), + [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(519), - [anon_sym_RPAREN] = ACTIONS(3369), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(525), + [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(519), - [anon_sym_RPAREN] = ACTIONS(3369), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(545), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), [anon_sym_BQUOTE] = ACTIONS(299), @@ -32231,64 +32224,64 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [1243] = { - [anon_sym_PIPE] = ACTIONS(551), - [anon_sym_PIPE_AMP] = ACTIONS(553), - [anon_sym_AMP_AMP] = ACTIONS(555), - [anon_sym_PIPE_PIPE] = ACTIONS(555), - [anon_sym_BQUOTE] = ACTIONS(3369), + [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(551), - [anon_sym_PIPE_AMP] = ACTIONS(553), - [anon_sym_AMP_AMP] = ACTIONS(555), - [anon_sym_PIPE_PIPE] = ACTIONS(557), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(3371), + [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(519), - [anon_sym_RPAREN] = ACTIONS(3374), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(525), + [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(519), - [anon_sym_RPAREN] = ACTIONS(3374), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(545), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), [anon_sym_BQUOTE] = ACTIONS(299), @@ -32298,17 +32291,17 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [1247] = { - [anon_sym_PIPE] = ACTIONS(3376), - [anon_sym_RPAREN] = ACTIONS(3376), - [anon_sym_SEMI_SEMI] = ACTIONS(3376), - [anon_sym_PIPE_AMP] = ACTIONS(3376), - [anon_sym_AMP_AMP] = ACTIONS(3376), - [anon_sym_PIPE_PIPE] = ACTIONS(3376), - [anon_sym_BQUOTE] = ACTIONS(3376), + [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(3376), - [anon_sym_LF] = ACTIONS(3376), - [anon_sym_AMP] = ACTIONS(3376), + [anon_sym_SEMI] = ACTIONS(3351), + [anon_sym_LF] = ACTIONS(3351), + [anon_sym_AMP] = ACTIONS(3351), }, [1248] = { [sym_file_redirect] = STATE(1119), @@ -32320,97 +32313,97 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(296), [sym_process_substitution] = STATE(296), [aux_sym_command_repeat2] = STATE(1330), - [sym_file_descriptor] = ACTIONS(2724), - [anon_sym_PIPE] = ACTIONS(1017), - [anon_sym_RPAREN] = ACTIONS(1017), - [anon_sym_SEMI_SEMI] = ACTIONS(1017), - [anon_sym_PIPE_AMP] = ACTIONS(1017), - [anon_sym_AMP_AMP] = ACTIONS(1017), - [anon_sym_PIPE_PIPE] = ACTIONS(1017), - [anon_sym_LT] = ACTIONS(2729), - [anon_sym_GT] = ACTIONS(2729), - [anon_sym_GT_GT] = ACTIONS(2729), - [anon_sym_AMP_GT] = ACTIONS(2729), - [anon_sym_AMP_GT_GT] = ACTIONS(2729), - [anon_sym_LT_AMP] = ACTIONS(2729), - [anon_sym_GT_AMP] = ACTIONS(2729), - [anon_sym_LT_LT] = ACTIONS(2731), - [anon_sym_LT_LT_DASH] = ACTIONS(2731), + [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(599), + [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(3379), + [anon_sym_BQUOTE] = ACTIONS(3354), [anon_sym_LT_LPAREN] = ACTIONS(297), [anon_sym_GT_LPAREN] = ACTIONS(297), - [sym_word] = ACTIONS(599), + [sym_word] = ACTIONS(595), [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1017), - [anon_sym_LF] = ACTIONS(1017), - [anon_sym_AMP] = ACTIONS(1017), + [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(2724), - [anon_sym_PIPE] = ACTIONS(1011), - [anon_sym_RPAREN] = ACTIONS(1011), - [anon_sym_SEMI_SEMI] = ACTIONS(1011), - [anon_sym_PIPE_AMP] = ACTIONS(1011), - [anon_sym_AMP_AMP] = ACTIONS(1011), - [anon_sym_PIPE_PIPE] = ACTIONS(1011), - [anon_sym_LT] = ACTIONS(2729), - [anon_sym_GT] = ACTIONS(2729), - [anon_sym_GT_GT] = ACTIONS(2729), - [anon_sym_AMP_GT] = ACTIONS(2729), - [anon_sym_AMP_GT_GT] = ACTIONS(2729), - [anon_sym_LT_AMP] = ACTIONS(2729), - [anon_sym_GT_AMP] = ACTIONS(2729), - [anon_sym_LT_LT] = ACTIONS(2731), - [anon_sym_LT_LT_DASH] = ACTIONS(2731), - [anon_sym_BQUOTE] = ACTIONS(1011), + [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(1011), - [anon_sym_LF] = ACTIONS(1011), - [anon_sym_AMP] = ACTIONS(1011), + [anon_sym_SEMI] = ACTIONS(1001), + [anon_sym_LF] = ACTIONS(1001), + [anon_sym_AMP] = ACTIONS(1001), }, [1250] = { - [sym_file_descriptor] = ACTIONS(1257), - [sym__concat] = ACTIONS(1257), - [sym_variable_name] = ACTIONS(1257), - [anon_sym_in] = ACTIONS(1259), - [anon_sym_PIPE] = ACTIONS(1259), - [anon_sym_RPAREN] = ACTIONS(1259), - [anon_sym_SEMI_SEMI] = ACTIONS(1259), - [anon_sym_RBRACE] = ACTIONS(1259), - [anon_sym_PIPE_AMP] = ACTIONS(1259), - [anon_sym_AMP_AMP] = ACTIONS(1259), - [anon_sym_PIPE_PIPE] = ACTIONS(1259), - [anon_sym_RBRACK] = ACTIONS(1259), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1259), - [anon_sym_LT] = ACTIONS(1259), - [anon_sym_GT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_AMP_GT] = ACTIONS(1259), - [anon_sym_AMP_GT_GT] = ACTIONS(1259), - [anon_sym_LT_AMP] = ACTIONS(1259), - [anon_sym_GT_AMP] = ACTIONS(1259), - [anon_sym_LT_LT] = ACTIONS(1259), - [anon_sym_LT_LT_DASH] = ACTIONS(1259), - [anon_sym_DQUOTE] = ACTIONS(1259), - [sym_raw_string] = ACTIONS(1259), - [anon_sym_DOLLAR] = ACTIONS(1259), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1259), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1259), - [anon_sym_BQUOTE] = ACTIONS(1259), - [anon_sym_LT_LPAREN] = ACTIONS(1259), - [anon_sym_GT_LPAREN] = ACTIONS(1259), - [sym_word] = ACTIONS(1259), + [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(1259), - [anon_sym_LF] = ACTIONS(1259), - [anon_sym_AMP] = ACTIONS(1259), + [anon_sym_SEMI] = ACTIONS(1247), + [anon_sym_LF] = ACTIONS(1247), + [anon_sym_AMP] = ACTIONS(1247), }, [1251] = { [sym__terminated_statement] = STATE(126), @@ -32443,9 +32436,9 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_for] = ACTIONS(97), [anon_sym_while] = ACTIONS(99), [anon_sym_if] = ACTIONS(101), - [anon_sym_fi] = ACTIONS(3382), - [anon_sym_elif] = ACTIONS(677), - [anon_sym_else] = ACTIONS(679), + [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), @@ -32471,77 +32464,77 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { }, [1252] = { [sym_compound_statement] = STATE(1331), - [anon_sym_LBRACE] = ACTIONS(3384), + [anon_sym_LBRACE] = ACTIONS(3359), [sym_comment] = ACTIONS(133), }, [1253] = { [sym_compound_statement] = STATE(1332), - [anon_sym_LBRACE] = ACTIONS(3384), + [anon_sym_LBRACE] = ACTIONS(3359), [sym_comment] = ACTIONS(133), }, [1254] = { - [sym_file_descriptor] = ACTIONS(821), - [sym__concat] = ACTIONS(821), - [sym_variable_name] = ACTIONS(821), - [anon_sym_PIPE] = ACTIONS(823), - [anon_sym_RPAREN] = ACTIONS(823), - [anon_sym_SEMI_SEMI] = ACTIONS(823), - [anon_sym_RBRACE] = ACTIONS(823), - [anon_sym_PIPE_AMP] = ACTIONS(823), - [anon_sym_AMP_AMP] = ACTIONS(823), - [anon_sym_PIPE_PIPE] = ACTIONS(823), - [anon_sym_LT] = ACTIONS(823), - [anon_sym_GT] = ACTIONS(823), - [anon_sym_GT_GT] = ACTIONS(823), - [anon_sym_AMP_GT] = ACTIONS(823), - [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(823), - [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(823), + [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(823), - [anon_sym_LF] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), + [anon_sym_SEMI] = ACTIONS(817), + [anon_sym_LF] = ACTIONS(817), + [anon_sym_AMP] = ACTIONS(817), }, [1255] = { - [sym_file_descriptor] = ACTIONS(829), - [sym__concat] = ACTIONS(829), - [sym_variable_name] = ACTIONS(829), - [anon_sym_PIPE] = ACTIONS(831), - [anon_sym_RPAREN] = ACTIONS(831), - [anon_sym_SEMI_SEMI] = ACTIONS(831), - [anon_sym_RBRACE] = ACTIONS(831), - [anon_sym_PIPE_AMP] = ACTIONS(831), - [anon_sym_AMP_AMP] = ACTIONS(831), - [anon_sym_PIPE_PIPE] = ACTIONS(831), - [anon_sym_LT] = ACTIONS(831), - [anon_sym_GT] = ACTIONS(831), - [anon_sym_GT_GT] = ACTIONS(831), - [anon_sym_AMP_GT] = ACTIONS(831), - [anon_sym_AMP_GT_GT] = ACTIONS(831), - [anon_sym_LT_AMP] = ACTIONS(831), - [anon_sym_GT_AMP] = ACTIONS(831), - [anon_sym_DQUOTE] = ACTIONS(831), - [sym_raw_string] = ACTIONS(831), - [anon_sym_DOLLAR] = ACTIONS(831), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(831), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(831), - [anon_sym_BQUOTE] = ACTIONS(831), - [anon_sym_LT_LPAREN] = ACTIONS(831), - [anon_sym_GT_LPAREN] = ACTIONS(831), - [sym_word] = ACTIONS(831), + [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(831), - [anon_sym_LF] = ACTIONS(831), - [anon_sym_AMP] = ACTIONS(831), + [anon_sym_SEMI] = ACTIONS(825), + [anon_sym_LF] = ACTIONS(825), + [anon_sym_AMP] = ACTIONS(825), }, [1256] = { [sym_string] = STATE(1333), @@ -32549,61 +32542,61 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(1333), [sym_command_substitution] = STATE(1333), [sym_process_substitution] = STATE(1333), - [anon_sym_DQUOTE] = ACTIONS(2401), - [sym_raw_string] = ACTIONS(3386), - [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(3388), + [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(3390), - [anon_sym_LBRACK] = ACTIONS(3392), + [anon_sym_RBRACE] = ACTIONS(3365), + [anon_sym_LBRACK] = ACTIONS(3367), [sym_comment] = ACTIONS(133), }, [1258] = { - [anon_sym_RBRACE] = ACTIONS(3394), - [anon_sym_LBRACK] = ACTIONS(3396), + [anon_sym_RBRACE] = ACTIONS(3369), + [anon_sym_LBRACK] = ACTIONS(3371), [sym_comment] = ACTIONS(133), }, [1259] = { - [sym_file_descriptor] = ACTIONS(845), - [sym__concat] = ACTIONS(845), - [sym_variable_name] = ACTIONS(845), - [anon_sym_PIPE] = ACTIONS(847), - [anon_sym_RPAREN] = ACTIONS(847), - [anon_sym_SEMI_SEMI] = ACTIONS(847), - [anon_sym_RBRACE] = ACTIONS(847), - [anon_sym_PIPE_AMP] = ACTIONS(847), - [anon_sym_AMP_AMP] = ACTIONS(847), - [anon_sym_PIPE_PIPE] = ACTIONS(847), - [anon_sym_LT] = ACTIONS(847), - [anon_sym_GT] = ACTIONS(847), - [anon_sym_GT_GT] = ACTIONS(847), - [anon_sym_AMP_GT] = ACTIONS(847), - [anon_sym_AMP_GT_GT] = ACTIONS(847), - [anon_sym_LT_AMP] = ACTIONS(847), - [anon_sym_GT_AMP] = ACTIONS(847), - [anon_sym_DQUOTE] = ACTIONS(847), - [sym_raw_string] = ACTIONS(847), - [anon_sym_DOLLAR] = ACTIONS(847), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(847), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(847), - [anon_sym_BQUOTE] = ACTIONS(847), - [anon_sym_LT_LPAREN] = ACTIONS(847), - [anon_sym_GT_LPAREN] = ACTIONS(847), - [sym_word] = ACTIONS(847), + [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(847), - [anon_sym_LF] = ACTIONS(847), - [anon_sym_AMP] = ACTIONS(847), + [anon_sym_SEMI] = ACTIONS(841), + [anon_sym_LF] = ACTIONS(841), + [anon_sym_AMP] = ACTIONS(841), }, [1260] = { - [anon_sym_AT] = ACTIONS(3398), + [anon_sym_AT] = ACTIONS(3373), [sym_comment] = ACTIONS(133), }, [1261] = { @@ -32614,50 +32607,50 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(1339), [sym_process_substitution] = STATE(1339), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(3400), + [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(3402), + [sym_word] = ACTIONS(3377), [sym_comment] = ACTIONS(133), }, [1262] = { - [sym_file_descriptor] = ACTIONS(855), - [sym__concat] = ACTIONS(855), - [sym_variable_name] = ACTIONS(855), - [anon_sym_PIPE] = ACTIONS(857), - [anon_sym_RPAREN] = ACTIONS(857), - [anon_sym_SEMI_SEMI] = ACTIONS(857), - [anon_sym_RBRACE] = ACTIONS(857), - [anon_sym_PIPE_AMP] = ACTIONS(857), - [anon_sym_AMP_AMP] = ACTIONS(857), - [anon_sym_PIPE_PIPE] = ACTIONS(857), - [anon_sym_LT] = ACTIONS(857), - [anon_sym_GT] = ACTIONS(857), - [anon_sym_GT_GT] = ACTIONS(857), - [anon_sym_AMP_GT] = ACTIONS(857), - [anon_sym_AMP_GT_GT] = ACTIONS(857), - [anon_sym_LT_AMP] = ACTIONS(857), - [anon_sym_GT_AMP] = ACTIONS(857), - [anon_sym_DQUOTE] = ACTIONS(857), - [sym_raw_string] = ACTIONS(857), - [anon_sym_DOLLAR] = ACTIONS(857), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(857), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(857), - [anon_sym_BQUOTE] = ACTIONS(857), - [anon_sym_LT_LPAREN] = ACTIONS(857), - [anon_sym_GT_LPAREN] = ACTIONS(857), - [sym_word] = ACTIONS(857), + [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(857), - [anon_sym_LF] = ACTIONS(857), - [anon_sym_AMP] = ACTIONS(857), + [anon_sym_SEMI] = ACTIONS(851), + [anon_sym_LF] = ACTIONS(851), + [anon_sym_AMP] = ACTIONS(851), }, [1263] = { - [anon_sym_AT] = ACTIONS(3404), + [anon_sym_AT] = ACTIONS(3379), [sym_comment] = ACTIONS(133), }, [1264] = { @@ -32668,145 +32661,145 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(1342), [sym_process_substitution] = STATE(1342), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(3406), + [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(3408), + [sym_word] = ACTIONS(3383), [sym_comment] = ACTIONS(133), }, [1265] = { - [sym_file_descriptor] = ACTIONS(923), - [sym__concat] = ACTIONS(923), - [sym_variable_name] = ACTIONS(923), - [anon_sym_PIPE] = ACTIONS(925), - [anon_sym_RPAREN] = ACTIONS(925), - [anon_sym_SEMI_SEMI] = ACTIONS(925), - [anon_sym_RBRACE] = ACTIONS(925), - [anon_sym_PIPE_AMP] = ACTIONS(925), - [anon_sym_AMP_AMP] = ACTIONS(925), - [anon_sym_PIPE_PIPE] = ACTIONS(925), - [anon_sym_LT] = ACTIONS(925), - [anon_sym_GT] = ACTIONS(925), - [anon_sym_GT_GT] = ACTIONS(925), - [anon_sym_AMP_GT] = ACTIONS(925), - [anon_sym_AMP_GT_GT] = ACTIONS(925), - [anon_sym_LT_AMP] = ACTIONS(925), - [anon_sym_GT_AMP] = ACTIONS(925), - [anon_sym_DQUOTE] = ACTIONS(925), - [sym_raw_string] = ACTIONS(925), - [anon_sym_DOLLAR] = ACTIONS(925), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(925), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(925), - [anon_sym_BQUOTE] = ACTIONS(925), - [anon_sym_LT_LPAREN] = ACTIONS(925), - [anon_sym_GT_LPAREN] = ACTIONS(925), - [sym_word] = ACTIONS(925), + [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(925), - [anon_sym_LF] = ACTIONS(925), - [anon_sym_AMP] = ACTIONS(925), + [anon_sym_SEMI] = ACTIONS(919), + [anon_sym_LF] = ACTIONS(919), + [anon_sym_AMP] = ACTIONS(919), }, [1266] = { - [sym_file_descriptor] = ACTIONS(965), - [sym__concat] = ACTIONS(965), - [sym_variable_name] = ACTIONS(965), - [anon_sym_PIPE] = ACTIONS(967), - [anon_sym_RPAREN] = ACTIONS(967), - [anon_sym_SEMI_SEMI] = ACTIONS(967), - [anon_sym_RBRACE] = ACTIONS(967), - [anon_sym_PIPE_AMP] = ACTIONS(967), - [anon_sym_AMP_AMP] = ACTIONS(967), - [anon_sym_PIPE_PIPE] = ACTIONS(967), - [anon_sym_LT] = ACTIONS(967), - [anon_sym_GT] = ACTIONS(967), - [anon_sym_GT_GT] = ACTIONS(967), - [anon_sym_AMP_GT] = ACTIONS(967), - [anon_sym_AMP_GT_GT] = ACTIONS(967), - [anon_sym_LT_AMP] = ACTIONS(967), - [anon_sym_GT_AMP] = ACTIONS(967), - [anon_sym_DQUOTE] = ACTIONS(967), - [sym_raw_string] = ACTIONS(967), - [anon_sym_DOLLAR] = ACTIONS(967), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(967), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(967), - [anon_sym_BQUOTE] = ACTIONS(967), - [anon_sym_LT_LPAREN] = ACTIONS(967), - [anon_sym_GT_LPAREN] = ACTIONS(967), - [sym_word] = ACTIONS(967), + [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(967), - [anon_sym_LF] = ACTIONS(967), - [anon_sym_AMP] = ACTIONS(967), + [anon_sym_SEMI] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(957), + [anon_sym_AMP] = ACTIONS(957), }, [1267] = { - [sym_file_descriptor] = ACTIONS(821), - [sym__concat] = ACTIONS(821), - [sym_variable_name] = ACTIONS(821), - [anon_sym_PIPE] = ACTIONS(823), - [anon_sym_RPAREN] = ACTIONS(823), - [anon_sym_SEMI_SEMI] = ACTIONS(823), - [anon_sym_PIPE_AMP] = ACTIONS(823), - [anon_sym_AMP_AMP] = ACTIONS(823), - [anon_sym_PIPE_PIPE] = ACTIONS(823), - [anon_sym_LT] = ACTIONS(823), - [anon_sym_GT] = ACTIONS(823), - [anon_sym_GT_GT] = ACTIONS(823), - [anon_sym_AMP_GT] = ACTIONS(823), - [anon_sym_AMP_GT_GT] = ACTIONS(823), - [anon_sym_LT_AMP] = ACTIONS(823), - [anon_sym_GT_AMP] = ACTIONS(823), - [anon_sym_LT_LT] = ACTIONS(823), - [anon_sym_LT_LT_DASH] = ACTIONS(823), - [anon_sym_DQUOTE] = ACTIONS(823), - [sym_raw_string] = ACTIONS(823), - [anon_sym_DOLLAR] = ACTIONS(823), - [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(823), + [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(823), - [anon_sym_LF] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), + [anon_sym_SEMI] = ACTIONS(817), + [anon_sym_LF] = ACTIONS(817), + [anon_sym_AMP] = ACTIONS(817), }, [1268] = { - [sym_file_descriptor] = ACTIONS(829), - [sym__concat] = ACTIONS(829), - [sym_variable_name] = ACTIONS(829), - [anon_sym_PIPE] = ACTIONS(831), - [anon_sym_RPAREN] = ACTIONS(831), - [anon_sym_SEMI_SEMI] = ACTIONS(831), - [anon_sym_PIPE_AMP] = ACTIONS(831), - [anon_sym_AMP_AMP] = ACTIONS(831), - [anon_sym_PIPE_PIPE] = ACTIONS(831), - [anon_sym_LT] = ACTIONS(831), - [anon_sym_GT] = ACTIONS(831), - [anon_sym_GT_GT] = ACTIONS(831), - [anon_sym_AMP_GT] = ACTIONS(831), - [anon_sym_AMP_GT_GT] = ACTIONS(831), - [anon_sym_LT_AMP] = ACTIONS(831), - [anon_sym_GT_AMP] = ACTIONS(831), - [anon_sym_LT_LT] = ACTIONS(831), - [anon_sym_LT_LT_DASH] = ACTIONS(831), - [anon_sym_DQUOTE] = ACTIONS(831), - [sym_raw_string] = ACTIONS(831), - [anon_sym_DOLLAR] = ACTIONS(831), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(831), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(831), - [anon_sym_BQUOTE] = ACTIONS(831), - [anon_sym_LT_LPAREN] = ACTIONS(831), - [anon_sym_GT_LPAREN] = ACTIONS(831), - [sym_word] = ACTIONS(831), + [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(831), - [anon_sym_LF] = ACTIONS(831), - [anon_sym_AMP] = ACTIONS(831), + [anon_sym_SEMI] = ACTIONS(825), + [anon_sym_LF] = ACTIONS(825), + [anon_sym_AMP] = ACTIONS(825), }, [1269] = { [sym_string] = STATE(1344), @@ -32814,62 +32807,62 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(1344), [sym_command_substitution] = STATE(1344), [sym_process_substitution] = STATE(1344), - [anon_sym_DQUOTE] = ACTIONS(2417), - [sym_raw_string] = ACTIONS(3410), - [anon_sym_DOLLAR] = ACTIONS(2421), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2423), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2425), - [anon_sym_BQUOTE] = ACTIONS(2427), - [anon_sym_LT_LPAREN] = ACTIONS(2429), - [anon_sym_GT_LPAREN] = ACTIONS(2429), - [sym_word] = ACTIONS(3412), + [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(3414), - [anon_sym_LBRACK] = ACTIONS(3416), + [anon_sym_RBRACE] = ACTIONS(3389), + [anon_sym_LBRACK] = ACTIONS(3391), [sym_comment] = ACTIONS(133), }, [1271] = { - [anon_sym_RBRACE] = ACTIONS(3418), - [anon_sym_LBRACK] = ACTIONS(3420), + [anon_sym_RBRACE] = ACTIONS(3393), + [anon_sym_LBRACK] = ACTIONS(3395), [sym_comment] = ACTIONS(133), }, [1272] = { - [sym_file_descriptor] = ACTIONS(845), - [sym__concat] = ACTIONS(845), - [sym_variable_name] = ACTIONS(845), - [anon_sym_PIPE] = ACTIONS(847), - [anon_sym_RPAREN] = ACTIONS(847), - [anon_sym_SEMI_SEMI] = ACTIONS(847), - [anon_sym_PIPE_AMP] = ACTIONS(847), - [anon_sym_AMP_AMP] = ACTIONS(847), - [anon_sym_PIPE_PIPE] = ACTIONS(847), - [anon_sym_LT] = ACTIONS(847), - [anon_sym_GT] = ACTIONS(847), - [anon_sym_GT_GT] = ACTIONS(847), - [anon_sym_AMP_GT] = ACTIONS(847), - [anon_sym_AMP_GT_GT] = ACTIONS(847), - [anon_sym_LT_AMP] = ACTIONS(847), - [anon_sym_GT_AMP] = ACTIONS(847), - [anon_sym_LT_LT] = ACTIONS(847), - [anon_sym_LT_LT_DASH] = ACTIONS(847), - [anon_sym_DQUOTE] = ACTIONS(847), - [sym_raw_string] = ACTIONS(847), - [anon_sym_DOLLAR] = ACTIONS(847), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(847), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(847), - [anon_sym_BQUOTE] = ACTIONS(847), - [anon_sym_LT_LPAREN] = ACTIONS(847), - [anon_sym_GT_LPAREN] = ACTIONS(847), - [sym_word] = ACTIONS(847), + [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(847), - [anon_sym_LF] = ACTIONS(847), - [anon_sym_AMP] = ACTIONS(847), + [anon_sym_SEMI] = ACTIONS(841), + [anon_sym_LF] = ACTIONS(841), + [anon_sym_AMP] = ACTIONS(841), }, [1273] = { - [anon_sym_AT] = ACTIONS(3422), + [anon_sym_AT] = ACTIONS(3397), [sym_comment] = ACTIONS(133), }, [1274] = { @@ -32880,51 +32873,51 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(1350), [sym_process_substitution] = STATE(1350), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(3424), + [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(3426), + [sym_word] = ACTIONS(3401), [sym_comment] = ACTIONS(133), }, [1275] = { - [sym_file_descriptor] = ACTIONS(855), - [sym__concat] = ACTIONS(855), - [sym_variable_name] = ACTIONS(855), - [anon_sym_PIPE] = ACTIONS(857), - [anon_sym_RPAREN] = ACTIONS(857), - [anon_sym_SEMI_SEMI] = ACTIONS(857), - [anon_sym_PIPE_AMP] = ACTIONS(857), - [anon_sym_AMP_AMP] = ACTIONS(857), - [anon_sym_PIPE_PIPE] = ACTIONS(857), - [anon_sym_LT] = ACTIONS(857), - [anon_sym_GT] = ACTIONS(857), - [anon_sym_GT_GT] = ACTIONS(857), - [anon_sym_AMP_GT] = ACTIONS(857), - [anon_sym_AMP_GT_GT] = ACTIONS(857), - [anon_sym_LT_AMP] = ACTIONS(857), - [anon_sym_GT_AMP] = ACTIONS(857), - [anon_sym_LT_LT] = ACTIONS(857), - [anon_sym_LT_LT_DASH] = ACTIONS(857), - [anon_sym_DQUOTE] = ACTIONS(857), - [sym_raw_string] = ACTIONS(857), - [anon_sym_DOLLAR] = ACTIONS(857), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(857), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(857), - [anon_sym_BQUOTE] = ACTIONS(857), - [anon_sym_LT_LPAREN] = ACTIONS(857), - [anon_sym_GT_LPAREN] = ACTIONS(857), - [sym_word] = ACTIONS(857), + [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(857), - [anon_sym_LF] = ACTIONS(857), - [anon_sym_AMP] = ACTIONS(857), + [anon_sym_SEMI] = ACTIONS(851), + [anon_sym_LF] = ACTIONS(851), + [anon_sym_AMP] = ACTIONS(851), }, [1276] = { - [anon_sym_AT] = ACTIONS(3428), + [anon_sym_AT] = ACTIONS(3403), [sym_comment] = ACTIONS(133), }, [1277] = { @@ -32935,94 +32928,94 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(1353), [sym_process_substitution] = STATE(1353), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(3430), + [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(3432), + [sym_word] = ACTIONS(3407), [sym_comment] = ACTIONS(133), }, [1278] = { - [sym_file_descriptor] = ACTIONS(923), - [sym__concat] = ACTIONS(923), - [sym_variable_name] = ACTIONS(923), - [anon_sym_PIPE] = ACTIONS(925), - [anon_sym_RPAREN] = ACTIONS(925), - [anon_sym_SEMI_SEMI] = ACTIONS(925), - [anon_sym_PIPE_AMP] = ACTIONS(925), - [anon_sym_AMP_AMP] = ACTIONS(925), - [anon_sym_PIPE_PIPE] = ACTIONS(925), - [anon_sym_LT] = ACTIONS(925), - [anon_sym_GT] = ACTIONS(925), - [anon_sym_GT_GT] = ACTIONS(925), - [anon_sym_AMP_GT] = ACTIONS(925), - [anon_sym_AMP_GT_GT] = ACTIONS(925), - [anon_sym_LT_AMP] = ACTIONS(925), - [anon_sym_GT_AMP] = ACTIONS(925), - [anon_sym_LT_LT] = ACTIONS(925), - [anon_sym_LT_LT_DASH] = ACTIONS(925), - [anon_sym_DQUOTE] = ACTIONS(925), - [sym_raw_string] = ACTIONS(925), - [anon_sym_DOLLAR] = ACTIONS(925), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(925), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(925), - [anon_sym_BQUOTE] = ACTIONS(925), - [anon_sym_LT_LPAREN] = ACTIONS(925), - [anon_sym_GT_LPAREN] = ACTIONS(925), - [sym_word] = ACTIONS(925), + [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(925), - [anon_sym_LF] = ACTIONS(925), - [anon_sym_AMP] = ACTIONS(925), + [anon_sym_SEMI] = ACTIONS(919), + [anon_sym_LF] = ACTIONS(919), + [anon_sym_AMP] = ACTIONS(919), }, [1279] = { - [sym_file_descriptor] = ACTIONS(965), - [sym__concat] = ACTIONS(965), - [sym_variable_name] = ACTIONS(965), - [anon_sym_PIPE] = ACTIONS(967), - [anon_sym_RPAREN] = ACTIONS(967), - [anon_sym_SEMI_SEMI] = ACTIONS(967), - [anon_sym_PIPE_AMP] = ACTIONS(967), - [anon_sym_AMP_AMP] = ACTIONS(967), - [anon_sym_PIPE_PIPE] = ACTIONS(967), - [anon_sym_LT] = ACTIONS(967), - [anon_sym_GT] = ACTIONS(967), - [anon_sym_GT_GT] = ACTIONS(967), - [anon_sym_AMP_GT] = ACTIONS(967), - [anon_sym_AMP_GT_GT] = ACTIONS(967), - [anon_sym_LT_AMP] = ACTIONS(967), - [anon_sym_GT_AMP] = ACTIONS(967), - [anon_sym_LT_LT] = ACTIONS(967), - [anon_sym_LT_LT_DASH] = ACTIONS(967), - [anon_sym_DQUOTE] = ACTIONS(967), - [sym_raw_string] = ACTIONS(967), - [anon_sym_DOLLAR] = ACTIONS(967), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(967), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(967), - [anon_sym_BQUOTE] = ACTIONS(967), - [anon_sym_LT_LPAREN] = ACTIONS(967), - [anon_sym_GT_LPAREN] = ACTIONS(967), - [sym_word] = ACTIONS(967), + [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(967), - [anon_sym_LF] = ACTIONS(967), - [anon_sym_AMP] = ACTIONS(967), + [anon_sym_SEMI] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(957), + [anon_sym_AMP] = ACTIONS(957), }, [1280] = { - [anon_sym_PIPE] = ACTIONS(1539), - [anon_sym_RPAREN] = ACTIONS(1539), - [anon_sym_SEMI_SEMI] = ACTIONS(1539), - [anon_sym_PIPE_AMP] = ACTIONS(1539), - [anon_sym_AMP_AMP] = ACTIONS(1539), - [anon_sym_PIPE_PIPE] = ACTIONS(1539), - [anon_sym_BQUOTE] = ACTIONS(1539), + [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(1539), - [anon_sym_LF] = ACTIONS(1539), - [anon_sym_AMP] = ACTIONS(1539), + [anon_sym_SEMI] = ACTIONS(1523), + [anon_sym_LF] = ACTIONS(1523), + [anon_sym_AMP] = ACTIONS(1523), }, [1281] = { [sym_case_item] = STATE(724), @@ -33032,38 +33025,38 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(554), [sym_command_substitution] = STATE(554), [sym_process_substitution] = STATE(554), - [anon_sym_esac] = ACTIONS(3271), - [anon_sym_DQUOTE] = ACTIONS(315), - [sym_raw_string] = ACTIONS(1143), - [anon_sym_DOLLAR] = ACTIONS(319), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(321), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(323), - [anon_sym_BQUOTE] = ACTIONS(325), - [anon_sym_LT_LPAREN] = ACTIONS(327), - [anon_sym_GT_LPAREN] = ACTIONS(327), - [sym_word] = ACTIONS(1145), + [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(3434), + [anon_sym_RBRACK] = ACTIONS(3409), [sym_comment] = ACTIONS(133), }, [1283] = { - [anon_sym_RBRACK] = ACTIONS(3436), + [anon_sym_RBRACK] = ACTIONS(3411), [sym_comment] = ACTIONS(133), }, [1284] = { - [anon_sym_PIPE] = ACTIONS(1833), - [anon_sym_RPAREN] = ACTIONS(1833), - [anon_sym_SEMI_SEMI] = ACTIONS(1833), - [anon_sym_PIPE_AMP] = ACTIONS(1833), - [anon_sym_AMP_AMP] = ACTIONS(1833), - [anon_sym_PIPE_PIPE] = ACTIONS(1833), - [anon_sym_BQUOTE] = ACTIONS(1833), + [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(1833), - [anon_sym_LF] = ACTIONS(1833), - [anon_sym_AMP] = ACTIONS(1833), + [anon_sym_SEMI] = ACTIONS(1817), + [anon_sym_LF] = ACTIONS(1817), + [anon_sym_AMP] = ACTIONS(1817), }, [1285] = { [sym_case_item] = STATE(724), @@ -33073,67 +33066,67 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(554), [sym_command_substitution] = STATE(554), [sym_process_substitution] = STATE(554), - [anon_sym_esac] = ACTIONS(3438), - [anon_sym_DQUOTE] = ACTIONS(315), - [sym_raw_string] = ACTIONS(1143), - [anon_sym_DOLLAR] = ACTIONS(319), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(321), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(323), - [anon_sym_BQUOTE] = ACTIONS(325), - [anon_sym_LT_LPAREN] = ACTIONS(327), - [anon_sym_GT_LPAREN] = ACTIONS(327), - [sym_word] = ACTIONS(1145), + [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(3440), - [anon_sym_LBRACK] = ACTIONS(3442), + [anon_sym_RBRACE] = ACTIONS(3415), + [anon_sym_LBRACK] = ACTIONS(3417), [sym_comment] = ACTIONS(133), }, [1287] = { - [anon_sym_RBRACE] = ACTIONS(3444), - [anon_sym_LBRACK] = ACTIONS(3446), + [anon_sym_RBRACE] = ACTIONS(3419), + [anon_sym_LBRACK] = ACTIONS(3421), [sym_comment] = ACTIONS(133), }, [1288] = { - [sym_file_descriptor] = ACTIONS(845), - [sym__concat] = ACTIONS(845), - [sym_variable_name] = ACTIONS(845), - [anon_sym_in] = ACTIONS(847), - [anon_sym_PIPE] = ACTIONS(847), - [anon_sym_RPAREN] = ACTIONS(847), - [anon_sym_SEMI_SEMI] = ACTIONS(847), - [anon_sym_RBRACE] = ACTIONS(847), - [anon_sym_PIPE_AMP] = ACTIONS(847), - [anon_sym_AMP_AMP] = ACTIONS(847), - [anon_sym_PIPE_PIPE] = ACTIONS(847), - [anon_sym_RBRACK] = ACTIONS(847), - [anon_sym_RBRACK_RBRACK] = ACTIONS(847), - [anon_sym_LT] = ACTIONS(847), - [anon_sym_GT] = ACTIONS(847), - [anon_sym_GT_GT] = ACTIONS(847), - [anon_sym_AMP_GT] = ACTIONS(847), - [anon_sym_AMP_GT_GT] = ACTIONS(847), - [anon_sym_LT_AMP] = ACTIONS(847), - [anon_sym_GT_AMP] = ACTIONS(847), - [anon_sym_LT_LT] = ACTIONS(847), - [anon_sym_LT_LT_DASH] = ACTIONS(847), - [anon_sym_DQUOTE] = ACTIONS(847), - [sym_raw_string] = ACTIONS(847), - [anon_sym_DOLLAR] = ACTIONS(847), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(847), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(847), - [anon_sym_BQUOTE] = ACTIONS(847), - [anon_sym_LT_LPAREN] = ACTIONS(847), - [anon_sym_GT_LPAREN] = ACTIONS(847), - [sym_word] = ACTIONS(847), + [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(847), - [anon_sym_LF] = ACTIONS(847), - [anon_sym_AMP] = ACTIONS(847), + [anon_sym_SEMI] = ACTIONS(841), + [anon_sym_LF] = ACTIONS(841), + [anon_sym_AMP] = ACTIONS(841), }, [1289] = { - [anon_sym_AT] = ACTIONS(3448), + [anon_sym_AT] = ACTIONS(3423), [sym_comment] = ACTIONS(133), }, [1290] = { @@ -33144,55 +33137,55 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(1363), [sym_process_substitution] = STATE(1363), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(3450), + [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(3452), + [sym_word] = ACTIONS(3427), [sym_comment] = ACTIONS(133), }, [1291] = { - [sym_file_descriptor] = ACTIONS(855), - [sym__concat] = ACTIONS(855), - [sym_variable_name] = ACTIONS(855), - [anon_sym_in] = ACTIONS(857), - [anon_sym_PIPE] = ACTIONS(857), - [anon_sym_RPAREN] = ACTIONS(857), - [anon_sym_SEMI_SEMI] = ACTIONS(857), - [anon_sym_RBRACE] = ACTIONS(857), - [anon_sym_PIPE_AMP] = ACTIONS(857), - [anon_sym_AMP_AMP] = ACTIONS(857), - [anon_sym_PIPE_PIPE] = ACTIONS(857), - [anon_sym_RBRACK] = ACTIONS(857), - [anon_sym_RBRACK_RBRACK] = ACTIONS(857), - [anon_sym_LT] = ACTIONS(857), - [anon_sym_GT] = ACTIONS(857), - [anon_sym_GT_GT] = ACTIONS(857), - [anon_sym_AMP_GT] = ACTIONS(857), - [anon_sym_AMP_GT_GT] = ACTIONS(857), - [anon_sym_LT_AMP] = ACTIONS(857), - [anon_sym_GT_AMP] = ACTIONS(857), - [anon_sym_LT_LT] = ACTIONS(857), - [anon_sym_LT_LT_DASH] = ACTIONS(857), - [anon_sym_DQUOTE] = ACTIONS(857), - [sym_raw_string] = ACTIONS(857), - [anon_sym_DOLLAR] = ACTIONS(857), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(857), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(857), - [anon_sym_BQUOTE] = ACTIONS(857), - [anon_sym_LT_LPAREN] = ACTIONS(857), - [anon_sym_GT_LPAREN] = ACTIONS(857), - [sym_word] = ACTIONS(857), + [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(857), - [anon_sym_LF] = ACTIONS(857), - [anon_sym_AMP] = ACTIONS(857), + [anon_sym_SEMI] = ACTIONS(851), + [anon_sym_LF] = ACTIONS(851), + [anon_sym_AMP] = ACTIONS(851), }, [1292] = { - [anon_sym_AT] = ACTIONS(3454), + [anon_sym_AT] = ACTIONS(3429), [sym_comment] = ACTIONS(133), }, [1293] = { @@ -33203,131 +33196,131 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(1366), [sym_process_substitution] = STATE(1366), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(3456), + [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(3458), + [sym_word] = ACTIONS(3433), [sym_comment] = ACTIONS(133), }, [1294] = { - [sym_file_descriptor] = ACTIONS(923), - [sym__concat] = ACTIONS(923), - [sym_variable_name] = ACTIONS(923), - [anon_sym_in] = ACTIONS(925), - [anon_sym_PIPE] = ACTIONS(925), - [anon_sym_RPAREN] = ACTIONS(925), - [anon_sym_SEMI_SEMI] = ACTIONS(925), - [anon_sym_RBRACE] = ACTIONS(925), - [anon_sym_PIPE_AMP] = ACTIONS(925), - [anon_sym_AMP_AMP] = ACTIONS(925), - [anon_sym_PIPE_PIPE] = ACTIONS(925), - [anon_sym_RBRACK] = ACTIONS(925), - [anon_sym_RBRACK_RBRACK] = ACTIONS(925), - [anon_sym_LT] = ACTIONS(925), - [anon_sym_GT] = ACTIONS(925), - [anon_sym_GT_GT] = ACTIONS(925), - [anon_sym_AMP_GT] = ACTIONS(925), - [anon_sym_AMP_GT_GT] = ACTIONS(925), - [anon_sym_LT_AMP] = ACTIONS(925), - [anon_sym_GT_AMP] = ACTIONS(925), - [anon_sym_LT_LT] = ACTIONS(925), - [anon_sym_LT_LT_DASH] = ACTIONS(925), - [anon_sym_DQUOTE] = ACTIONS(925), - [sym_raw_string] = ACTIONS(925), - [anon_sym_DOLLAR] = ACTIONS(925), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(925), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(925), - [anon_sym_BQUOTE] = ACTIONS(925), - [anon_sym_LT_LPAREN] = ACTIONS(925), - [anon_sym_GT_LPAREN] = ACTIONS(925), - [sym_word] = ACTIONS(925), + [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(925), - [anon_sym_LF] = ACTIONS(925), - [anon_sym_AMP] = ACTIONS(925), + [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(613), - [sym__concat] = ACTIONS(3311), - [anon_sym_PIPE] = ACTIONS(1385), - [anon_sym_RPAREN] = ACTIONS(1385), - [anon_sym_SEMI_SEMI] = ACTIONS(1385), - [anon_sym_PIPE_AMP] = ACTIONS(1385), - [anon_sym_AMP_AMP] = ACTIONS(1385), - [anon_sym_PIPE_PIPE] = ACTIONS(1385), - [anon_sym_LT] = ACTIONS(1385), - [anon_sym_GT] = ACTIONS(1385), - [anon_sym_GT_GT] = ACTIONS(1385), - [anon_sym_AMP_GT] = ACTIONS(1385), - [anon_sym_AMP_GT_GT] = ACTIONS(1385), - [anon_sym_LT_AMP] = ACTIONS(1385), - [anon_sym_GT_AMP] = ACTIONS(1385), - [anon_sym_LT_LT] = ACTIONS(1385), - [anon_sym_LT_LT_DASH] = ACTIONS(1385), - [anon_sym_BQUOTE] = ACTIONS(1385), + [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(1385), - [anon_sym_LF] = ACTIONS(1385), - [anon_sym_AMP] = ACTIONS(1385), + [anon_sym_SEMI] = ACTIONS(1369), + [anon_sym_LF] = ACTIONS(1369), + [anon_sym_AMP] = ACTIONS(1369), }, [1296] = { - [sym_file_descriptor] = ACTIONS(613), - [anon_sym_PIPE] = ACTIONS(1385), - [anon_sym_RPAREN] = ACTIONS(1385), - [anon_sym_SEMI_SEMI] = ACTIONS(1385), - [anon_sym_PIPE_AMP] = ACTIONS(1385), - [anon_sym_AMP_AMP] = ACTIONS(1385), - [anon_sym_PIPE_PIPE] = ACTIONS(1385), - [anon_sym_LT] = ACTIONS(1385), - [anon_sym_GT] = ACTIONS(1385), - [anon_sym_GT_GT] = ACTIONS(1385), - [anon_sym_AMP_GT] = ACTIONS(1385), - [anon_sym_AMP_GT_GT] = ACTIONS(1385), - [anon_sym_LT_AMP] = ACTIONS(1385), - [anon_sym_GT_AMP] = ACTIONS(1385), - [anon_sym_LT_LT] = ACTIONS(1385), - [anon_sym_LT_LT_DASH] = ACTIONS(1385), - [anon_sym_BQUOTE] = ACTIONS(1385), + [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(1385), - [anon_sym_LF] = ACTIONS(1385), - [anon_sym_AMP] = ACTIONS(1385), + [anon_sym_SEMI] = ACTIONS(1369), + [anon_sym_LF] = ACTIONS(1369), + [anon_sym_AMP] = ACTIONS(1369), }, [1297] = { - [sym_file_descriptor] = ACTIONS(427), - [sym__concat] = ACTIONS(427), - [anon_sym_PIPE] = ACTIONS(429), - [anon_sym_RPAREN] = ACTIONS(429), - [anon_sym_SEMI_SEMI] = ACTIONS(429), - [anon_sym_PIPE_AMP] = ACTIONS(429), - [anon_sym_AMP_AMP] = ACTIONS(429), - [anon_sym_PIPE_PIPE] = ACTIONS(429), - [anon_sym_LT] = ACTIONS(429), - [anon_sym_GT] = ACTIONS(429), - [anon_sym_GT_GT] = ACTIONS(429), - [anon_sym_AMP_GT] = ACTIONS(429), - [anon_sym_AMP_GT_GT] = ACTIONS(429), - [anon_sym_LT_AMP] = ACTIONS(429), - [anon_sym_GT_AMP] = ACTIONS(429), - [anon_sym_LT_LT] = ACTIONS(429), - [anon_sym_LT_LT_DASH] = ACTIONS(429), - [anon_sym_BQUOTE] = ACTIONS(429), + [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(429), - [anon_sym_LF] = ACTIONS(429), - [anon_sym_AMP] = ACTIONS(429), + [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(3460), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(447), + [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), @@ -33340,128 +33333,128 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(1369), [sym_command_substitution] = STATE(1369), [sym_process_substitution] = STATE(1369), - [anon_sym_DQUOTE] = ACTIONS(3105), - [sym_raw_string] = ACTIONS(3462), - [anon_sym_DOLLAR] = ACTIONS(3109), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(3111), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(3113), - [anon_sym_BQUOTE] = ACTIONS(3115), - [anon_sym_LT_LPAREN] = ACTIONS(3117), - [anon_sym_GT_LPAREN] = ACTIONS(3117), - [sym_word] = ACTIONS(3464), + [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(453), - [sym__concat] = ACTIONS(3466), - [anon_sym_PIPE] = ACTIONS(457), - [anon_sym_RPAREN] = ACTIONS(457), - [anon_sym_SEMI_SEMI] = ACTIONS(457), - [anon_sym_PIPE_AMP] = ACTIONS(457), - [anon_sym_AMP_AMP] = ACTIONS(457), - [anon_sym_PIPE_PIPE] = ACTIONS(457), - [anon_sym_LT] = ACTIONS(457), - [anon_sym_GT] = ACTIONS(457), - [anon_sym_GT_GT] = ACTIONS(457), - [anon_sym_AMP_GT] = ACTIONS(457), - [anon_sym_AMP_GT_GT] = ACTIONS(457), - [anon_sym_LT_AMP] = ACTIONS(457), - [anon_sym_GT_AMP] = ACTIONS(457), - [anon_sym_LT_LT] = ACTIONS(457), - [anon_sym_LT_LT_DASH] = ACTIONS(457), - [anon_sym_BQUOTE] = ACTIONS(457), + [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(457), - [anon_sym_LF] = ACTIONS(457), - [anon_sym_AMP] = ACTIONS(457), + [anon_sym_SEMI] = ACTIONS(455), + [anon_sym_LF] = ACTIONS(455), + [anon_sym_AMP] = ACTIONS(455), }, [1301] = { - [sym_file_descriptor] = ACTIONS(459), - [sym__concat] = ACTIONS(459), - [anon_sym_PIPE] = ACTIONS(461), - [anon_sym_RPAREN] = ACTIONS(461), - [anon_sym_SEMI_SEMI] = ACTIONS(461), - [anon_sym_PIPE_AMP] = ACTIONS(461), - [anon_sym_AMP_AMP] = ACTIONS(461), - [anon_sym_PIPE_PIPE] = ACTIONS(461), - [anon_sym_LT] = ACTIONS(461), - [anon_sym_GT] = ACTIONS(461), - [anon_sym_GT_GT] = ACTIONS(461), - [anon_sym_AMP_GT] = ACTIONS(461), - [anon_sym_AMP_GT_GT] = ACTIONS(461), - [anon_sym_LT_AMP] = ACTIONS(461), - [anon_sym_GT_AMP] = ACTIONS(461), - [anon_sym_LT_LT] = ACTIONS(461), - [anon_sym_LT_LT_DASH] = ACTIONS(461), - [anon_sym_BQUOTE] = ACTIONS(461), + [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(461), - [anon_sym_LF] = ACTIONS(461), - [anon_sym_AMP] = ACTIONS(461), + [anon_sym_SEMI] = ACTIONS(459), + [anon_sym_LF] = ACTIONS(459), + [anon_sym_AMP] = ACTIONS(459), }, [1302] = { - [sym_file_descriptor] = ACTIONS(463), - [sym__concat] = ACTIONS(463), - [anon_sym_PIPE] = ACTIONS(465), - [anon_sym_RPAREN] = ACTIONS(465), - [anon_sym_SEMI_SEMI] = ACTIONS(465), - [anon_sym_PIPE_AMP] = ACTIONS(465), - [anon_sym_AMP_AMP] = ACTIONS(465), - [anon_sym_PIPE_PIPE] = ACTIONS(465), - [anon_sym_LT] = ACTIONS(465), - [anon_sym_GT] = ACTIONS(465), - [anon_sym_GT_GT] = ACTIONS(465), - [anon_sym_AMP_GT] = ACTIONS(465), - [anon_sym_AMP_GT_GT] = ACTIONS(465), - [anon_sym_LT_AMP] = ACTIONS(465), - [anon_sym_GT_AMP] = ACTIONS(465), - [anon_sym_LT_LT] = ACTIONS(465), - [anon_sym_LT_LT_DASH] = ACTIONS(465), - [anon_sym_BQUOTE] = ACTIONS(465), + [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(465), - [anon_sym_LF] = ACTIONS(465), - [anon_sym_AMP] = ACTIONS(465), + [anon_sym_SEMI] = ACTIONS(463), + [anon_sym_LF] = ACTIONS(463), + [anon_sym_AMP] = ACTIONS(463), }, [1303] = { - [sym_file_descriptor] = ACTIONS(467), - [sym__concat] = ACTIONS(467), - [anon_sym_PIPE] = ACTIONS(469), - [anon_sym_RPAREN] = ACTIONS(469), - [anon_sym_SEMI_SEMI] = ACTIONS(469), - [anon_sym_PIPE_AMP] = ACTIONS(469), - [anon_sym_AMP_AMP] = ACTIONS(469), - [anon_sym_PIPE_PIPE] = ACTIONS(469), - [anon_sym_LT] = ACTIONS(469), - [anon_sym_GT] = ACTIONS(469), - [anon_sym_GT_GT] = ACTIONS(469), - [anon_sym_AMP_GT] = ACTIONS(469), - [anon_sym_AMP_GT_GT] = ACTIONS(469), - [anon_sym_LT_AMP] = ACTIONS(469), - [anon_sym_GT_AMP] = ACTIONS(469), - [anon_sym_LT_LT] = ACTIONS(469), - [anon_sym_LT_LT_DASH] = ACTIONS(469), - [anon_sym_BQUOTE] = ACTIONS(469), + [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(469), - [anon_sym_LF] = ACTIONS(469), - [anon_sym_AMP] = ACTIONS(469), + [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(459), - [anon_sym_LBRACK] = ACTIONS(459), - [anon_sym_EQ] = ACTIONS(459), + [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(471), - [anon_sym_COLON_QMARK] = ACTIONS(459), - [anon_sym_COLON_DASH] = ACTIONS(459), - [anon_sym_PERCENT] = ACTIONS(459), - [anon_sym_SLASH] = ACTIONS(459), + [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(3468), + [sym_simple_variable_name] = ACTIONS(3443), [anon_sym_STAR] = ACTIONS(219), [anon_sym_QMARK] = ACTIONS(219), [anon_sym_DASH] = ACTIONS(219), @@ -33470,53 +33463,53 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__] = ACTIONS(225), }, [1305] = { - [anon_sym_RBRACE] = ACTIONS(3470), - [anon_sym_LBRACK] = ACTIONS(3472), - [anon_sym_EQ] = ACTIONS(3474), - [anon_sym_COLON] = ACTIONS(3476), - [anon_sym_COLON_QMARK] = ACTIONS(3474), - [anon_sym_COLON_DASH] = ACTIONS(3474), - [anon_sym_PERCENT] = ACTIONS(3474), - [anon_sym_SLASH] = ACTIONS(3474), + [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(3478), - [anon_sym_LBRACK] = ACTIONS(3480), - [anon_sym_EQ] = ACTIONS(3482), - [anon_sym_COLON] = ACTIONS(3484), - [anon_sym_COLON_QMARK] = ACTIONS(3482), - [anon_sym_COLON_DASH] = ACTIONS(3482), - [anon_sym_PERCENT] = ACTIONS(3482), - [anon_sym_SLASH] = ACTIONS(3482), + [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(519), - [anon_sym_RPAREN] = ACTIONS(3486), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(525), + [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(519), - [anon_sym_RPAREN] = ACTIONS(3486), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(545), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), [anon_sym_BQUOTE] = ACTIONS(299), @@ -33526,64 +33519,64 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [1309] = { - [anon_sym_PIPE] = ACTIONS(551), - [anon_sym_PIPE_AMP] = ACTIONS(553), - [anon_sym_AMP_AMP] = ACTIONS(555), - [anon_sym_PIPE_PIPE] = ACTIONS(555), - [anon_sym_BQUOTE] = ACTIONS(3486), + [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(551), - [anon_sym_PIPE_AMP] = ACTIONS(553), - [anon_sym_AMP_AMP] = ACTIONS(555), - [anon_sym_PIPE_PIPE] = ACTIONS(557), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), - [anon_sym_BQUOTE] = ACTIONS(3488), + [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(519), - [anon_sym_RPAREN] = ACTIONS(3491), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(525), + [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(519), - [anon_sym_RPAREN] = ACTIONS(3491), - [anon_sym_PIPE_AMP] = ACTIONS(523), - [anon_sym_AMP_AMP] = ACTIONS(525), - [anon_sym_PIPE_PIPE] = ACTIONS(545), - [anon_sym_LT] = ACTIONS(547), - [anon_sym_GT] = ACTIONS(547), + [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(547), + [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(547), + [anon_sym_DOLLAR] = ACTIONS(303), [anon_sym_DOLLAR_LBRACE] = ACTIONS(299), [anon_sym_DOLLAR_LPAREN] = ACTIONS(299), [anon_sym_BQUOTE] = ACTIONS(299), @@ -33593,63 +33586,677 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(133), }, [1313] = { - [anon_sym_RBRACE] = ACTIONS(3493), + [anon_sym_RBRACE] = ACTIONS(3468), [sym_comment] = ACTIONS(133), }, [1314] = { - [sym__heredoc_middle] = ACTIONS(1623), - [sym__heredoc_end] = ACTIONS(1623), - [sym_file_descriptor] = ACTIONS(1623), - [sym__concat] = ACTIONS(1623), - [sym_variable_name] = ACTIONS(1623), - [anon_sym_in] = ACTIONS(1625), - [anon_sym_PIPE] = ACTIONS(1625), - [anon_sym_RPAREN] = ACTIONS(1625), - [anon_sym_SEMI_SEMI] = ACTIONS(1625), - [anon_sym_RBRACE] = ACTIONS(1625), - [anon_sym_PIPE_AMP] = ACTIONS(1625), - [anon_sym_AMP_AMP] = ACTIONS(1625), - [anon_sym_PIPE_PIPE] = ACTIONS(1625), - [anon_sym_RBRACK] = ACTIONS(1625), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1625), - [anon_sym_LT] = ACTIONS(1625), - [anon_sym_GT] = ACTIONS(1625), - [anon_sym_GT_GT] = ACTIONS(1625), - [anon_sym_AMP_GT] = ACTIONS(1625), - [anon_sym_AMP_GT_GT] = ACTIONS(1625), - [anon_sym_LT_AMP] = ACTIONS(1625), - [anon_sym_GT_AMP] = ACTIONS(1625), - [anon_sym_LT_LT] = ACTIONS(1625), - [anon_sym_LT_LT_DASH] = ACTIONS(1625), - [anon_sym_DQUOTE] = ACTIONS(1625), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(1625), - [sym_raw_string] = ACTIONS(1625), - [anon_sym_DOLLAR] = ACTIONS(1625), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1625), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1625), - [anon_sym_BQUOTE] = ACTIONS(1625), - [anon_sym_LT_LPAREN] = ACTIONS(1625), - [anon_sym_GT_LPAREN] = ACTIONS(1625), - [sym_word] = ACTIONS(1625), + [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(1625), - [anon_sym_LF] = ACTIONS(1625), - [anon_sym_AMP] = ACTIONS(1625), + [anon_sym_SEMI] = ACTIONS(1609), + [anon_sym_LF] = ACTIONS(1609), + [anon_sym_AMP] = ACTIONS(1609), }, [1315] = { - [anon_sym_PIPE] = ACTIONS(1567), - [anon_sym_RPAREN] = ACTIONS(1567), - [anon_sym_SEMI_SEMI] = ACTIONS(1567), - [anon_sym_PIPE_AMP] = ACTIONS(1567), - [anon_sym_AMP_AMP] = ACTIONS(1567), - [anon_sym_PIPE_PIPE] = ACTIONS(1567), - [anon_sym_BQUOTE] = ACTIONS(1567), + [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(1567), - [anon_sym_LF] = ACTIONS(1567), - [anon_sym_AMP] = ACTIONS(1567), + [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), @@ -33662,777 +34269,163 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LF] = ACTIONS(2021), [anon_sym_AMP] = ACTIONS(2021), }, - [1317] = { - [sym_file_descriptor] = ACTIONS(821), - [sym__concat] = ACTIONS(821), - [anon_sym_PIPE] = ACTIONS(823), - [anon_sym_RPAREN] = ACTIONS(823), - [anon_sym_SEMI_SEMI] = ACTIONS(823), - [anon_sym_PIPE_AMP] = ACTIONS(823), - [anon_sym_AMP_AMP] = ACTIONS(823), - [anon_sym_PIPE_PIPE] = ACTIONS(823), - [anon_sym_RBRACK] = ACTIONS(823), - [anon_sym_RBRACK_RBRACK] = ACTIONS(823), - [anon_sym_LT] = ACTIONS(823), - [anon_sym_GT] = ACTIONS(823), - [anon_sym_GT_GT] = ACTIONS(823), - [anon_sym_AMP_GT] = ACTIONS(823), - [anon_sym_AMP_GT_GT] = ACTIONS(823), - [anon_sym_LT_AMP] = ACTIONS(823), - [anon_sym_GT_AMP] = ACTIONS(823), - [anon_sym_LT_LT] = ACTIONS(823), - [anon_sym_LT_LT_DASH] = ACTIONS(823), - [anon_sym_DQUOTE] = ACTIONS(823), - [sym_raw_string] = ACTIONS(823), - [anon_sym_DOLLAR] = ACTIONS(823), - [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(823), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(823), - [anon_sym_LF] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), - }, - [1318] = { - [sym_file_descriptor] = ACTIONS(829), - [sym__concat] = ACTIONS(829), - [anon_sym_PIPE] = ACTIONS(831), - [anon_sym_RPAREN] = ACTIONS(831), - [anon_sym_SEMI_SEMI] = ACTIONS(831), - [anon_sym_PIPE_AMP] = ACTIONS(831), - [anon_sym_AMP_AMP] = ACTIONS(831), - [anon_sym_PIPE_PIPE] = ACTIONS(831), - [anon_sym_RBRACK] = ACTIONS(831), - [anon_sym_RBRACK_RBRACK] = ACTIONS(831), - [anon_sym_LT] = ACTIONS(831), - [anon_sym_GT] = ACTIONS(831), - [anon_sym_GT_GT] = ACTIONS(831), - [anon_sym_AMP_GT] = ACTIONS(831), - [anon_sym_AMP_GT_GT] = ACTIONS(831), - [anon_sym_LT_AMP] = ACTIONS(831), - [anon_sym_GT_AMP] = ACTIONS(831), - [anon_sym_LT_LT] = ACTIONS(831), - [anon_sym_LT_LT_DASH] = ACTIONS(831), - [anon_sym_DQUOTE] = ACTIONS(831), - [sym_raw_string] = ACTIONS(831), - [anon_sym_DOLLAR] = ACTIONS(831), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(831), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(831), - [anon_sym_BQUOTE] = ACTIONS(831), - [anon_sym_LT_LPAREN] = ACTIONS(831), - [anon_sym_GT_LPAREN] = ACTIONS(831), - [sym_word] = ACTIONS(831), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(831), - [anon_sym_LF] = ACTIONS(831), - [anon_sym_AMP] = ACTIONS(831), - }, - [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(3333), - [sym_raw_string] = ACTIONS(3495), - [anon_sym_DOLLAR] = ACTIONS(3337), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(3339), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(3341), - [anon_sym_BQUOTE] = ACTIONS(3343), - [anon_sym_LT_LPAREN] = ACTIONS(3345), - [anon_sym_GT_LPAREN] = ACTIONS(3345), - [sym_word] = ACTIONS(3497), - [sym_comment] = ACTIONS(133), - }, - [1320] = { - [anon_sym_RBRACE] = ACTIONS(3499), - [anon_sym_LBRACK] = ACTIONS(3501), - [sym_comment] = ACTIONS(133), - }, - [1321] = { - [anon_sym_RBRACE] = ACTIONS(3503), - [anon_sym_LBRACK] = ACTIONS(3505), - [sym_comment] = ACTIONS(133), - }, - [1322] = { - [sym_file_descriptor] = ACTIONS(845), - [sym__concat] = ACTIONS(845), - [anon_sym_PIPE] = ACTIONS(847), - [anon_sym_RPAREN] = ACTIONS(847), - [anon_sym_SEMI_SEMI] = ACTIONS(847), - [anon_sym_PIPE_AMP] = ACTIONS(847), - [anon_sym_AMP_AMP] = ACTIONS(847), - [anon_sym_PIPE_PIPE] = ACTIONS(847), - [anon_sym_RBRACK] = ACTIONS(847), - [anon_sym_RBRACK_RBRACK] = ACTIONS(847), - [anon_sym_LT] = ACTIONS(847), - [anon_sym_GT] = ACTIONS(847), - [anon_sym_GT_GT] = ACTIONS(847), - [anon_sym_AMP_GT] = ACTIONS(847), - [anon_sym_AMP_GT_GT] = ACTIONS(847), - [anon_sym_LT_AMP] = ACTIONS(847), - [anon_sym_GT_AMP] = ACTIONS(847), - [anon_sym_LT_LT] = ACTIONS(847), - [anon_sym_LT_LT_DASH] = ACTIONS(847), - [anon_sym_DQUOTE] = ACTIONS(847), - [sym_raw_string] = ACTIONS(847), - [anon_sym_DOLLAR] = ACTIONS(847), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(847), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(847), - [anon_sym_BQUOTE] = ACTIONS(847), - [anon_sym_LT_LPAREN] = ACTIONS(847), - [anon_sym_GT_LPAREN] = ACTIONS(847), - [sym_word] = ACTIONS(847), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(847), - [anon_sym_LF] = ACTIONS(847), - [anon_sym_AMP] = ACTIONS(847), - }, - [1323] = { - [anon_sym_AT] = ACTIONS(3507), - [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(3509), - [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(3511), - [sym_comment] = ACTIONS(133), - }, - [1325] = { - [sym_file_descriptor] = ACTIONS(855), - [sym__concat] = ACTIONS(855), - [anon_sym_PIPE] = ACTIONS(857), - [anon_sym_RPAREN] = ACTIONS(857), - [anon_sym_SEMI_SEMI] = ACTIONS(857), - [anon_sym_PIPE_AMP] = ACTIONS(857), - [anon_sym_AMP_AMP] = ACTIONS(857), - [anon_sym_PIPE_PIPE] = ACTIONS(857), - [anon_sym_RBRACK] = ACTIONS(857), - [anon_sym_RBRACK_RBRACK] = ACTIONS(857), - [anon_sym_LT] = ACTIONS(857), - [anon_sym_GT] = ACTIONS(857), - [anon_sym_GT_GT] = ACTIONS(857), - [anon_sym_AMP_GT] = ACTIONS(857), - [anon_sym_AMP_GT_GT] = ACTIONS(857), - [anon_sym_LT_AMP] = ACTIONS(857), - [anon_sym_GT_AMP] = ACTIONS(857), - [anon_sym_LT_LT] = ACTIONS(857), - [anon_sym_LT_LT_DASH] = ACTIONS(857), - [anon_sym_DQUOTE] = ACTIONS(857), - [sym_raw_string] = ACTIONS(857), - [anon_sym_DOLLAR] = ACTIONS(857), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(857), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(857), - [anon_sym_BQUOTE] = ACTIONS(857), - [anon_sym_LT_LPAREN] = ACTIONS(857), - [anon_sym_GT_LPAREN] = ACTIONS(857), - [sym_word] = ACTIONS(857), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(857), - [anon_sym_LF] = ACTIONS(857), - [anon_sym_AMP] = ACTIONS(857), - }, - [1326] = { - [anon_sym_AT] = ACTIONS(3513), - [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(3515), - [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(3517), - [sym_comment] = ACTIONS(133), - }, - [1328] = { - [sym_file_descriptor] = ACTIONS(923), - [sym__concat] = ACTIONS(923), - [anon_sym_PIPE] = ACTIONS(925), - [anon_sym_RPAREN] = ACTIONS(925), - [anon_sym_SEMI_SEMI] = ACTIONS(925), - [anon_sym_PIPE_AMP] = ACTIONS(925), - [anon_sym_AMP_AMP] = ACTIONS(925), - [anon_sym_PIPE_PIPE] = ACTIONS(925), - [anon_sym_RBRACK] = ACTIONS(925), - [anon_sym_RBRACK_RBRACK] = ACTIONS(925), - [anon_sym_LT] = ACTIONS(925), - [anon_sym_GT] = ACTIONS(925), - [anon_sym_GT_GT] = ACTIONS(925), - [anon_sym_AMP_GT] = ACTIONS(925), - [anon_sym_AMP_GT_GT] = ACTIONS(925), - [anon_sym_LT_AMP] = ACTIONS(925), - [anon_sym_GT_AMP] = ACTIONS(925), - [anon_sym_LT_LT] = ACTIONS(925), - [anon_sym_LT_LT_DASH] = ACTIONS(925), - [anon_sym_DQUOTE] = ACTIONS(925), - [sym_raw_string] = ACTIONS(925), - [anon_sym_DOLLAR] = ACTIONS(925), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(925), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(925), - [anon_sym_BQUOTE] = ACTIONS(925), - [anon_sym_LT_LPAREN] = ACTIONS(925), - [anon_sym_GT_LPAREN] = ACTIONS(925), - [sym_word] = ACTIONS(925), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(925), - [anon_sym_LF] = ACTIONS(925), - [anon_sym_AMP] = ACTIONS(925), - }, - [1329] = { - [sym_file_descriptor] = ACTIONS(965), - [sym__concat] = ACTIONS(965), - [anon_sym_PIPE] = ACTIONS(967), - [anon_sym_RPAREN] = ACTIONS(967), - [anon_sym_SEMI_SEMI] = ACTIONS(967), - [anon_sym_PIPE_AMP] = ACTIONS(967), - [anon_sym_AMP_AMP] = ACTIONS(967), - [anon_sym_PIPE_PIPE] = ACTIONS(967), - [anon_sym_RBRACK] = ACTIONS(967), - [anon_sym_RBRACK_RBRACK] = ACTIONS(967), - [anon_sym_LT] = ACTIONS(967), - [anon_sym_GT] = ACTIONS(967), - [anon_sym_GT_GT] = ACTIONS(967), - [anon_sym_AMP_GT] = ACTIONS(967), - [anon_sym_AMP_GT_GT] = ACTIONS(967), - [anon_sym_LT_AMP] = ACTIONS(967), - [anon_sym_GT_AMP] = ACTIONS(967), - [anon_sym_LT_LT] = ACTIONS(967), - [anon_sym_LT_LT_DASH] = ACTIONS(967), - [anon_sym_DQUOTE] = ACTIONS(967), - [sym_raw_string] = ACTIONS(967), - [anon_sym_DOLLAR] = ACTIONS(967), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(967), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(967), - [anon_sym_BQUOTE] = ACTIONS(967), - [anon_sym_LT_LPAREN] = ACTIONS(967), - [anon_sym_GT_LPAREN] = ACTIONS(967), - [sym_word] = ACTIONS(967), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(967), - [anon_sym_LF] = ACTIONS(967), - [anon_sym_AMP] = ACTIONS(967), - }, - [1330] = { - [sym_file_redirect] = STATE(1147), - [sym_heredoc_redirect] = STATE(1147), - [sym_file_descriptor] = ACTIONS(2724), - [anon_sym_PIPE] = ACTIONS(1439), - [anon_sym_RPAREN] = ACTIONS(1439), - [anon_sym_SEMI_SEMI] = ACTIONS(1439), - [anon_sym_PIPE_AMP] = ACTIONS(1439), - [anon_sym_AMP_AMP] = ACTIONS(1439), - [anon_sym_PIPE_PIPE] = ACTIONS(1439), - [anon_sym_LT] = ACTIONS(2729), - [anon_sym_GT] = ACTIONS(2729), - [anon_sym_GT_GT] = ACTIONS(2729), - [anon_sym_AMP_GT] = ACTIONS(2729), - [anon_sym_AMP_GT_GT] = ACTIONS(2729), - [anon_sym_LT_AMP] = ACTIONS(2729), - [anon_sym_GT_AMP] = ACTIONS(2729), - [anon_sym_LT_LT] = ACTIONS(2731), - [anon_sym_LT_LT_DASH] = ACTIONS(2731), - [anon_sym_BQUOTE] = ACTIONS(1439), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1439), - [anon_sym_LF] = ACTIONS(1439), - [anon_sym_AMP] = ACTIONS(1439), - }, - [1331] = { - [anon_sym_PIPE] = ACTIONS(1383), - [anon_sym_RPAREN] = ACTIONS(1383), - [anon_sym_SEMI_SEMI] = ACTIONS(1383), - [anon_sym_PIPE_AMP] = ACTIONS(1383), - [anon_sym_AMP_AMP] = ACTIONS(1383), - [anon_sym_PIPE_PIPE] = ACTIONS(1383), - [anon_sym_BQUOTE] = ACTIONS(1383), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1383), - [anon_sym_LF] = ACTIONS(1383), - [anon_sym_AMP] = ACTIONS(1383), - }, - [1332] = { - [anon_sym_PIPE] = ACTIONS(1565), - [anon_sym_RPAREN] = ACTIONS(1565), - [anon_sym_SEMI_SEMI] = ACTIONS(1565), - [anon_sym_PIPE_AMP] = ACTIONS(1565), - [anon_sym_AMP_AMP] = ACTIONS(1565), - [anon_sym_PIPE_PIPE] = ACTIONS(1565), - [anon_sym_BQUOTE] = ACTIONS(1565), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1565), - [anon_sym_LF] = ACTIONS(1565), - [anon_sym_AMP] = ACTIONS(1565), - }, - [1333] = { - [sym_file_descriptor] = ACTIONS(1257), - [sym__concat] = ACTIONS(1257), - [sym_variable_name] = ACTIONS(1257), - [anon_sym_PIPE] = ACTIONS(1259), - [anon_sym_RPAREN] = ACTIONS(1259), - [anon_sym_SEMI_SEMI] = ACTIONS(1259), - [anon_sym_RBRACE] = ACTIONS(1259), - [anon_sym_PIPE_AMP] = ACTIONS(1259), - [anon_sym_AMP_AMP] = ACTIONS(1259), - [anon_sym_PIPE_PIPE] = ACTIONS(1259), - [anon_sym_LT] = ACTIONS(1259), - [anon_sym_GT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_AMP_GT] = ACTIONS(1259), - [anon_sym_AMP_GT_GT] = ACTIONS(1259), - [anon_sym_LT_AMP] = ACTIONS(1259), - [anon_sym_GT_AMP] = ACTIONS(1259), - [anon_sym_DQUOTE] = ACTIONS(1259), - [sym_raw_string] = ACTIONS(1259), - [anon_sym_DOLLAR] = ACTIONS(1259), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1259), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1259), - [anon_sym_BQUOTE] = ACTIONS(1259), - [anon_sym_LT_LPAREN] = ACTIONS(1259), - [anon_sym_GT_LPAREN] = ACTIONS(1259), - [sym_word] = ACTIONS(1259), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1259), - [anon_sym_LF] = ACTIONS(1259), - [anon_sym_AMP] = ACTIONS(1259), - }, - [1334] = { - [sym_file_descriptor] = ACTIONS(1261), - [sym__concat] = ACTIONS(1261), - [sym_variable_name] = ACTIONS(1261), - [anon_sym_PIPE] = ACTIONS(1263), - [anon_sym_RPAREN] = ACTIONS(1263), - [anon_sym_SEMI_SEMI] = ACTIONS(1263), - [anon_sym_RBRACE] = ACTIONS(1263), - [anon_sym_PIPE_AMP] = ACTIONS(1263), - [anon_sym_AMP_AMP] = ACTIONS(1263), - [anon_sym_PIPE_PIPE] = ACTIONS(1263), - [anon_sym_LT] = ACTIONS(1263), - [anon_sym_GT] = ACTIONS(1263), - [anon_sym_GT_GT] = ACTIONS(1263), - [anon_sym_AMP_GT] = ACTIONS(1263), - [anon_sym_AMP_GT_GT] = ACTIONS(1263), - [anon_sym_LT_AMP] = ACTIONS(1263), - [anon_sym_GT_AMP] = ACTIONS(1263), - [anon_sym_DQUOTE] = ACTIONS(1263), - [sym_raw_string] = ACTIONS(1263), - [anon_sym_DOLLAR] = ACTIONS(1263), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1263), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1263), - [anon_sym_BQUOTE] = ACTIONS(1263), - [anon_sym_LT_LPAREN] = ACTIONS(1263), - [anon_sym_GT_LPAREN] = ACTIONS(1263), - [sym_word] = ACTIONS(1263), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1263), - [anon_sym_LF] = ACTIONS(1263), - [anon_sym_AMP] = ACTIONS(1263), - }, - [1335] = { - [anon_sym_AT] = ACTIONS(3519), - [sym_comment] = ACTIONS(133), - }, - [1336] = { - [sym_file_descriptor] = ACTIONS(1267), - [sym__concat] = ACTIONS(1267), - [sym_variable_name] = ACTIONS(1267), - [anon_sym_PIPE] = ACTIONS(1269), - [anon_sym_RPAREN] = ACTIONS(1269), - [anon_sym_SEMI_SEMI] = ACTIONS(1269), - [anon_sym_RBRACE] = ACTIONS(1269), - [anon_sym_PIPE_AMP] = ACTIONS(1269), - [anon_sym_AMP_AMP] = ACTIONS(1269), - [anon_sym_PIPE_PIPE] = ACTIONS(1269), - [anon_sym_LT] = ACTIONS(1269), - [anon_sym_GT] = ACTIONS(1269), - [anon_sym_GT_GT] = ACTIONS(1269), - [anon_sym_AMP_GT] = ACTIONS(1269), - [anon_sym_AMP_GT_GT] = ACTIONS(1269), - [anon_sym_LT_AMP] = ACTIONS(1269), - [anon_sym_GT_AMP] = ACTIONS(1269), - [anon_sym_DQUOTE] = ACTIONS(1269), - [sym_raw_string] = ACTIONS(1269), - [anon_sym_DOLLAR] = ACTIONS(1269), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1269), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1269), - [anon_sym_BQUOTE] = ACTIONS(1269), - [anon_sym_LT_LPAREN] = ACTIONS(1269), - [anon_sym_GT_LPAREN] = ACTIONS(1269), - [sym_word] = ACTIONS(1269), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1269), - [anon_sym_LF] = ACTIONS(1269), - [anon_sym_AMP] = ACTIONS(1269), - }, - [1337] = { - [anon_sym_AT] = ACTIONS(3521), - [sym_comment] = ACTIONS(133), - }, - [1338] = { - [anon_sym_RBRACK] = ACTIONS(3523), - [sym_comment] = ACTIONS(133), - }, - [1339] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(385), - [anon_sym_RBRACE] = ACTIONS(3525), - [sym_comment] = ACTIONS(133), - }, - [1340] = { - [anon_sym_RBRACE] = ACTIONS(3525), - [sym_comment] = ACTIONS(133), - }, - [1341] = { - [anon_sym_RBRACK] = ACTIONS(3527), - [sym_comment] = ACTIONS(133), - }, - [1342] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(385), - [anon_sym_RBRACE] = ACTIONS(3529), - [sym_comment] = ACTIONS(133), - }, - [1343] = { - [anon_sym_RBRACE] = ACTIONS(3529), - [sym_comment] = ACTIONS(133), - }, - [1344] = { - [sym_file_descriptor] = ACTIONS(1257), - [sym__concat] = ACTIONS(1257), - [sym_variable_name] = ACTIONS(1257), - [anon_sym_PIPE] = ACTIONS(1259), - [anon_sym_RPAREN] = ACTIONS(1259), - [anon_sym_SEMI_SEMI] = ACTIONS(1259), - [anon_sym_PIPE_AMP] = ACTIONS(1259), - [anon_sym_AMP_AMP] = ACTIONS(1259), - [anon_sym_PIPE_PIPE] = ACTIONS(1259), - [anon_sym_LT] = ACTIONS(1259), - [anon_sym_GT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_AMP_GT] = ACTIONS(1259), - [anon_sym_AMP_GT_GT] = ACTIONS(1259), - [anon_sym_LT_AMP] = ACTIONS(1259), - [anon_sym_GT_AMP] = ACTIONS(1259), - [anon_sym_LT_LT] = ACTIONS(1259), - [anon_sym_LT_LT_DASH] = ACTIONS(1259), - [anon_sym_DQUOTE] = ACTIONS(1259), - [sym_raw_string] = ACTIONS(1259), - [anon_sym_DOLLAR] = ACTIONS(1259), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1259), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1259), - [anon_sym_BQUOTE] = ACTIONS(1259), - [anon_sym_LT_LPAREN] = ACTIONS(1259), - [anon_sym_GT_LPAREN] = ACTIONS(1259), - [sym_word] = ACTIONS(1259), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1259), - [anon_sym_LF] = ACTIONS(1259), - [anon_sym_AMP] = ACTIONS(1259), - }, - [1345] = { - [sym_file_descriptor] = ACTIONS(1261), - [sym__concat] = ACTIONS(1261), - [sym_variable_name] = ACTIONS(1261), - [anon_sym_PIPE] = ACTIONS(1263), - [anon_sym_RPAREN] = ACTIONS(1263), - [anon_sym_SEMI_SEMI] = ACTIONS(1263), - [anon_sym_PIPE_AMP] = ACTIONS(1263), - [anon_sym_AMP_AMP] = ACTIONS(1263), - [anon_sym_PIPE_PIPE] = ACTIONS(1263), - [anon_sym_LT] = ACTIONS(1263), - [anon_sym_GT] = ACTIONS(1263), - [anon_sym_GT_GT] = ACTIONS(1263), - [anon_sym_AMP_GT] = ACTIONS(1263), - [anon_sym_AMP_GT_GT] = ACTIONS(1263), - [anon_sym_LT_AMP] = ACTIONS(1263), - [anon_sym_GT_AMP] = ACTIONS(1263), - [anon_sym_LT_LT] = ACTIONS(1263), - [anon_sym_LT_LT_DASH] = ACTIONS(1263), - [anon_sym_DQUOTE] = ACTIONS(1263), - [sym_raw_string] = ACTIONS(1263), - [anon_sym_DOLLAR] = ACTIONS(1263), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1263), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1263), - [anon_sym_BQUOTE] = ACTIONS(1263), - [anon_sym_LT_LPAREN] = ACTIONS(1263), - [anon_sym_GT_LPAREN] = ACTIONS(1263), - [sym_word] = ACTIONS(1263), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1263), - [anon_sym_LF] = ACTIONS(1263), - [anon_sym_AMP] = ACTIONS(1263), - }, - [1346] = { - [anon_sym_AT] = ACTIONS(3531), - [sym_comment] = ACTIONS(133), - }, - [1347] = { - [sym_file_descriptor] = ACTIONS(1267), - [sym__concat] = ACTIONS(1267), - [sym_variable_name] = ACTIONS(1267), - [anon_sym_PIPE] = ACTIONS(1269), - [anon_sym_RPAREN] = ACTIONS(1269), - [anon_sym_SEMI_SEMI] = ACTIONS(1269), - [anon_sym_PIPE_AMP] = ACTIONS(1269), - [anon_sym_AMP_AMP] = ACTIONS(1269), - [anon_sym_PIPE_PIPE] = ACTIONS(1269), - [anon_sym_LT] = ACTIONS(1269), - [anon_sym_GT] = ACTIONS(1269), - [anon_sym_GT_GT] = ACTIONS(1269), - [anon_sym_AMP_GT] = ACTIONS(1269), - [anon_sym_AMP_GT_GT] = ACTIONS(1269), - [anon_sym_LT_AMP] = ACTIONS(1269), - [anon_sym_GT_AMP] = ACTIONS(1269), - [anon_sym_LT_LT] = ACTIONS(1269), - [anon_sym_LT_LT_DASH] = ACTIONS(1269), - [anon_sym_DQUOTE] = ACTIONS(1269), - [sym_raw_string] = ACTIONS(1269), - [anon_sym_DOLLAR] = ACTIONS(1269), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1269), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1269), - [anon_sym_BQUOTE] = ACTIONS(1269), - [anon_sym_LT_LPAREN] = ACTIONS(1269), - [anon_sym_GT_LPAREN] = ACTIONS(1269), - [sym_word] = ACTIONS(1269), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(1269), - [anon_sym_LF] = ACTIONS(1269), - [anon_sym_AMP] = ACTIONS(1269), - }, - [1348] = { - [anon_sym_AT] = ACTIONS(3533), - [sym_comment] = ACTIONS(133), - }, - [1349] = { - [anon_sym_RBRACK] = ACTIONS(3535), - [sym_comment] = ACTIONS(133), - }, - [1350] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(385), - [anon_sym_RBRACE] = ACTIONS(3537), - [sym_comment] = ACTIONS(133), - }, - [1351] = { - [anon_sym_RBRACE] = ACTIONS(3537), - [sym_comment] = ACTIONS(133), - }, - [1352] = { - [anon_sym_RBRACK] = ACTIONS(3539), - [sym_comment] = ACTIONS(133), - }, - [1353] = { - [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(385), - [anon_sym_RBRACE] = ACTIONS(3541), - [sym_comment] = ACTIONS(133), - }, - [1354] = { - [anon_sym_RBRACE] = ACTIONS(3541), - [sym_comment] = ACTIONS(133), - }, - [1355] = { - [anon_sym_RBRACE] = ACTIONS(3543), - [sym_comment] = ACTIONS(133), - }, - [1356] = { - [anon_sym_RBRACE] = ACTIONS(3545), - [sym_comment] = ACTIONS(133), - }, - [1357] = { - [anon_sym_PIPE] = ACTIONS(2037), - [anon_sym_RPAREN] = ACTIONS(2037), - [anon_sym_SEMI_SEMI] = ACTIONS(2037), - [anon_sym_PIPE_AMP] = ACTIONS(2037), - [anon_sym_AMP_AMP] = ACTIONS(2037), - [anon_sym_PIPE_PIPE] = ACTIONS(2037), - [anon_sym_BQUOTE] = ACTIONS(2037), - [sym_comment] = ACTIONS(85), - [anon_sym_SEMI] = ACTIONS(2037), - [anon_sym_LF] = ACTIONS(2037), - [anon_sym_AMP] = ACTIONS(2037), - }, [1358] = { - [sym_file_descriptor] = ACTIONS(1261), - [sym__concat] = ACTIONS(1261), - [sym_variable_name] = ACTIONS(1261), - [anon_sym_in] = ACTIONS(1263), - [anon_sym_PIPE] = ACTIONS(1263), - [anon_sym_RPAREN] = ACTIONS(1263), - [anon_sym_SEMI_SEMI] = ACTIONS(1263), - [anon_sym_RBRACE] = ACTIONS(1263), - [anon_sym_PIPE_AMP] = ACTIONS(1263), - [anon_sym_AMP_AMP] = ACTIONS(1263), - [anon_sym_PIPE_PIPE] = ACTIONS(1263), - [anon_sym_RBRACK] = ACTIONS(1263), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1263), - [anon_sym_LT] = ACTIONS(1263), - [anon_sym_GT] = ACTIONS(1263), - [anon_sym_GT_GT] = ACTIONS(1263), - [anon_sym_AMP_GT] = ACTIONS(1263), - [anon_sym_AMP_GT_GT] = ACTIONS(1263), - [anon_sym_LT_AMP] = ACTIONS(1263), - [anon_sym_GT_AMP] = ACTIONS(1263), - [anon_sym_LT_LT] = ACTIONS(1263), - [anon_sym_LT_LT_DASH] = ACTIONS(1263), - [anon_sym_DQUOTE] = ACTIONS(1263), - [sym_raw_string] = ACTIONS(1263), - [anon_sym_DOLLAR] = ACTIONS(1263), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1263), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1263), - [anon_sym_BQUOTE] = ACTIONS(1263), - [anon_sym_LT_LPAREN] = ACTIONS(1263), - [anon_sym_GT_LPAREN] = ACTIONS(1263), - [sym_word] = ACTIONS(1263), + [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(1263), - [anon_sym_LF] = ACTIONS(1263), - [anon_sym_AMP] = ACTIONS(1263), + [anon_sym_SEMI] = ACTIONS(1251), + [anon_sym_LF] = ACTIONS(1251), + [anon_sym_AMP] = ACTIONS(1251), }, [1359] = { - [anon_sym_AT] = ACTIONS(3547), + [anon_sym_AT] = ACTIONS(3522), [sym_comment] = ACTIONS(133), }, [1360] = { - [sym_file_descriptor] = ACTIONS(1267), - [sym__concat] = ACTIONS(1267), - [sym_variable_name] = ACTIONS(1267), - [anon_sym_in] = ACTIONS(1269), - [anon_sym_PIPE] = ACTIONS(1269), - [anon_sym_RPAREN] = ACTIONS(1269), - [anon_sym_SEMI_SEMI] = ACTIONS(1269), - [anon_sym_RBRACE] = ACTIONS(1269), - [anon_sym_PIPE_AMP] = ACTIONS(1269), - [anon_sym_AMP_AMP] = ACTIONS(1269), - [anon_sym_PIPE_PIPE] = ACTIONS(1269), - [anon_sym_RBRACK] = ACTIONS(1269), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1269), - [anon_sym_LT] = ACTIONS(1269), - [anon_sym_GT] = ACTIONS(1269), - [anon_sym_GT_GT] = ACTIONS(1269), - [anon_sym_AMP_GT] = ACTIONS(1269), - [anon_sym_AMP_GT_GT] = ACTIONS(1269), - [anon_sym_LT_AMP] = ACTIONS(1269), - [anon_sym_GT_AMP] = ACTIONS(1269), - [anon_sym_LT_LT] = ACTIONS(1269), - [anon_sym_LT_LT_DASH] = ACTIONS(1269), - [anon_sym_DQUOTE] = ACTIONS(1269), - [sym_raw_string] = ACTIONS(1269), - [anon_sym_DOLLAR] = ACTIONS(1269), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1269), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1269), - [anon_sym_BQUOTE] = ACTIONS(1269), - [anon_sym_LT_LPAREN] = ACTIONS(1269), - [anon_sym_GT_LPAREN] = ACTIONS(1269), - [sym_word] = ACTIONS(1269), + [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(1269), - [anon_sym_LF] = ACTIONS(1269), - [anon_sym_AMP] = ACTIONS(1269), + [anon_sym_SEMI] = ACTIONS(1257), + [anon_sym_LF] = ACTIONS(1257), + [anon_sym_AMP] = ACTIONS(1257), }, [1361] = { - [anon_sym_AT] = ACTIONS(3549), + [anon_sym_AT] = ACTIONS(3524), [sym_comment] = ACTIONS(133), }, [1362] = { - [anon_sym_RBRACK] = ACTIONS(3551), + [anon_sym_RBRACK] = ACTIONS(3526), [sym_comment] = ACTIONS(133), }, [1363] = { [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(385), - [anon_sym_RBRACE] = ACTIONS(3553), + [sym__concat] = ACTIONS(383), + [anon_sym_RBRACE] = ACTIONS(3528), [sym_comment] = ACTIONS(133), }, [1364] = { - [anon_sym_RBRACE] = ACTIONS(3553), + [anon_sym_RBRACE] = ACTIONS(3528), [sym_comment] = ACTIONS(133), }, [1365] = { - [anon_sym_RBRACK] = ACTIONS(3555), + [anon_sym_RBRACK] = ACTIONS(3530), [sym_comment] = ACTIONS(133), }, [1366] = { [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(385), - [anon_sym_RBRACE] = ACTIONS(3557), + [sym__concat] = ACTIONS(383), + [anon_sym_RBRACE] = ACTIONS(3532), [sym_comment] = ACTIONS(133), }, [1367] = { - [anon_sym_RBRACE] = ACTIONS(3557), + [anon_sym_RBRACE] = ACTIONS(3532), [sym_comment] = ACTIONS(133), }, [1368] = { - [sym_file_descriptor] = ACTIONS(821), - [sym__concat] = ACTIONS(821), - [anon_sym_PIPE] = ACTIONS(823), - [anon_sym_RPAREN] = ACTIONS(823), - [anon_sym_SEMI_SEMI] = ACTIONS(823), - [anon_sym_PIPE_AMP] = ACTIONS(823), - [anon_sym_AMP_AMP] = ACTIONS(823), - [anon_sym_PIPE_PIPE] = ACTIONS(823), - [anon_sym_LT] = ACTIONS(823), - [anon_sym_GT] = ACTIONS(823), - [anon_sym_GT_GT] = ACTIONS(823), - [anon_sym_AMP_GT] = ACTIONS(823), - [anon_sym_AMP_GT_GT] = ACTIONS(823), - [anon_sym_LT_AMP] = ACTIONS(823), - [anon_sym_GT_AMP] = ACTIONS(823), - [anon_sym_LT_LT] = ACTIONS(823), - [anon_sym_LT_LT_DASH] = ACTIONS(823), - [anon_sym_BQUOTE] = ACTIONS(823), + [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(823), - [anon_sym_LF] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), + [anon_sym_SEMI] = ACTIONS(817), + [anon_sym_LF] = ACTIONS(817), + [anon_sym_AMP] = ACTIONS(817), }, [1369] = { - [sym_file_descriptor] = ACTIONS(829), - [sym__concat] = ACTIONS(829), - [anon_sym_PIPE] = ACTIONS(831), - [anon_sym_RPAREN] = ACTIONS(831), - [anon_sym_SEMI_SEMI] = ACTIONS(831), - [anon_sym_PIPE_AMP] = ACTIONS(831), - [anon_sym_AMP_AMP] = ACTIONS(831), - [anon_sym_PIPE_PIPE] = ACTIONS(831), - [anon_sym_LT] = ACTIONS(831), - [anon_sym_GT] = ACTIONS(831), - [anon_sym_GT_GT] = ACTIONS(831), - [anon_sym_AMP_GT] = ACTIONS(831), - [anon_sym_AMP_GT_GT] = ACTIONS(831), - [anon_sym_LT_AMP] = ACTIONS(831), - [anon_sym_GT_AMP] = ACTIONS(831), - [anon_sym_LT_LT] = ACTIONS(831), - [anon_sym_LT_LT_DASH] = ACTIONS(831), - [anon_sym_BQUOTE] = ACTIONS(831), + [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(831), - [anon_sym_LF] = ACTIONS(831), - [anon_sym_AMP] = ACTIONS(831), + [anon_sym_SEMI] = ACTIONS(825), + [anon_sym_LF] = ACTIONS(825), + [anon_sym_AMP] = ACTIONS(825), }, [1370] = { [sym_string] = STATE(1413), @@ -34440,53 +34433,53 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(1413), [sym_command_substitution] = STATE(1413), [sym_process_substitution] = STATE(1413), - [anon_sym_DQUOTE] = ACTIONS(3105), - [sym_raw_string] = ACTIONS(3559), - [anon_sym_DOLLAR] = ACTIONS(3109), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(3111), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(3113), - [anon_sym_BQUOTE] = ACTIONS(3115), - [anon_sym_LT_LPAREN] = ACTIONS(3117), - [anon_sym_GT_LPAREN] = ACTIONS(3117), - [sym_word] = ACTIONS(3561), + [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(3563), - [anon_sym_LBRACK] = ACTIONS(3565), + [anon_sym_RBRACE] = ACTIONS(3538), + [anon_sym_LBRACK] = ACTIONS(3540), [sym_comment] = ACTIONS(133), }, [1372] = { - [anon_sym_RBRACE] = ACTIONS(3567), - [anon_sym_LBRACK] = ACTIONS(3569), + [anon_sym_RBRACE] = ACTIONS(3542), + [anon_sym_LBRACK] = ACTIONS(3544), [sym_comment] = ACTIONS(133), }, [1373] = { - [sym_file_descriptor] = ACTIONS(845), - [sym__concat] = ACTIONS(845), - [anon_sym_PIPE] = ACTIONS(847), - [anon_sym_RPAREN] = ACTIONS(847), - [anon_sym_SEMI_SEMI] = ACTIONS(847), - [anon_sym_PIPE_AMP] = ACTIONS(847), - [anon_sym_AMP_AMP] = ACTIONS(847), - [anon_sym_PIPE_PIPE] = ACTIONS(847), - [anon_sym_LT] = ACTIONS(847), - [anon_sym_GT] = ACTIONS(847), - [anon_sym_GT_GT] = ACTIONS(847), - [anon_sym_AMP_GT] = ACTIONS(847), - [anon_sym_AMP_GT_GT] = ACTIONS(847), - [anon_sym_LT_AMP] = ACTIONS(847), - [anon_sym_GT_AMP] = ACTIONS(847), - [anon_sym_LT_LT] = ACTIONS(847), - [anon_sym_LT_LT_DASH] = ACTIONS(847), - [anon_sym_BQUOTE] = ACTIONS(847), + [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(847), - [anon_sym_LF] = ACTIONS(847), - [anon_sym_AMP] = ACTIONS(847), + [anon_sym_SEMI] = ACTIONS(841), + [anon_sym_LF] = ACTIONS(841), + [anon_sym_AMP] = ACTIONS(841), }, [1374] = { - [anon_sym_AT] = ACTIONS(3571), + [anon_sym_AT] = ACTIONS(3546), [sym_comment] = ACTIONS(133), }, [1375] = { @@ -34497,42 +34490,42 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(1419), [sym_process_substitution] = STATE(1419), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(3573), + [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(3575), + [sym_word] = ACTIONS(3550), [sym_comment] = ACTIONS(133), }, [1376] = { - [sym_file_descriptor] = ACTIONS(855), - [sym__concat] = ACTIONS(855), - [anon_sym_PIPE] = ACTIONS(857), - [anon_sym_RPAREN] = ACTIONS(857), - [anon_sym_SEMI_SEMI] = ACTIONS(857), - [anon_sym_PIPE_AMP] = ACTIONS(857), - [anon_sym_AMP_AMP] = ACTIONS(857), - [anon_sym_PIPE_PIPE] = ACTIONS(857), - [anon_sym_LT] = ACTIONS(857), - [anon_sym_GT] = ACTIONS(857), - [anon_sym_GT_GT] = ACTIONS(857), - [anon_sym_AMP_GT] = ACTIONS(857), - [anon_sym_AMP_GT_GT] = ACTIONS(857), - [anon_sym_LT_AMP] = ACTIONS(857), - [anon_sym_GT_AMP] = ACTIONS(857), - [anon_sym_LT_LT] = ACTIONS(857), - [anon_sym_LT_LT_DASH] = ACTIONS(857), - [anon_sym_BQUOTE] = ACTIONS(857), + [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(857), - [anon_sym_LF] = ACTIONS(857), - [anon_sym_AMP] = ACTIONS(857), + [anon_sym_SEMI] = ACTIONS(851), + [anon_sym_LF] = ACTIONS(851), + [anon_sym_AMP] = ACTIONS(851), }, [1377] = { - [anon_sym_AT] = ACTIONS(3577), + [anon_sym_AT] = ACTIONS(3552), [sym_comment] = ACTIONS(133), }, [1378] = { @@ -34543,1509 +34536,1509 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_command_substitution] = STATE(1422), [sym_process_substitution] = STATE(1422), [anon_sym_DQUOTE] = ACTIONS(163), - [sym_raw_string] = ACTIONS(3579), + [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(3581), + [sym_word] = ACTIONS(3556), [sym_comment] = ACTIONS(133), }, [1379] = { - [sym_file_descriptor] = ACTIONS(923), - [sym__concat] = ACTIONS(923), - [anon_sym_PIPE] = ACTIONS(925), - [anon_sym_RPAREN] = ACTIONS(925), - [anon_sym_SEMI_SEMI] = ACTIONS(925), - [anon_sym_PIPE_AMP] = ACTIONS(925), - [anon_sym_AMP_AMP] = ACTIONS(925), - [anon_sym_PIPE_PIPE] = ACTIONS(925), - [anon_sym_LT] = ACTIONS(925), - [anon_sym_GT] = ACTIONS(925), - [anon_sym_GT_GT] = ACTIONS(925), - [anon_sym_AMP_GT] = ACTIONS(925), - [anon_sym_AMP_GT_GT] = ACTIONS(925), - [anon_sym_LT_AMP] = ACTIONS(925), - [anon_sym_GT_AMP] = ACTIONS(925), - [anon_sym_LT_LT] = ACTIONS(925), - [anon_sym_LT_LT_DASH] = ACTIONS(925), - [anon_sym_BQUOTE] = ACTIONS(925), + [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(925), - [anon_sym_LF] = ACTIONS(925), - [anon_sym_AMP] = ACTIONS(925), + [anon_sym_SEMI] = ACTIONS(919), + [anon_sym_LF] = ACTIONS(919), + [anon_sym_AMP] = ACTIONS(919), }, [1380] = { - [sym_file_descriptor] = ACTIONS(965), - [sym__concat] = ACTIONS(965), - [anon_sym_PIPE] = ACTIONS(967), - [anon_sym_RPAREN] = ACTIONS(967), - [anon_sym_SEMI_SEMI] = ACTIONS(967), - [anon_sym_PIPE_AMP] = ACTIONS(967), - [anon_sym_AMP_AMP] = ACTIONS(967), - [anon_sym_PIPE_PIPE] = ACTIONS(967), - [anon_sym_LT] = ACTIONS(967), - [anon_sym_GT] = ACTIONS(967), - [anon_sym_GT_GT] = ACTIONS(967), - [anon_sym_AMP_GT] = ACTIONS(967), - [anon_sym_AMP_GT_GT] = ACTIONS(967), - [anon_sym_LT_AMP] = ACTIONS(967), - [anon_sym_GT_AMP] = ACTIONS(967), - [anon_sym_LT_LT] = ACTIONS(967), - [anon_sym_LT_LT_DASH] = ACTIONS(967), - [anon_sym_BQUOTE] = ACTIONS(967), + [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(967), - [anon_sym_LF] = ACTIONS(967), - [anon_sym_AMP] = ACTIONS(967), + [anon_sym_SEMI] = ACTIONS(957), + [anon_sym_LF] = ACTIONS(957), + [anon_sym_AMP] = ACTIONS(957), }, [1381] = { - [sym__heredoc_middle] = ACTIONS(3583), - [sym__heredoc_end] = ACTIONS(3583), - [sym_file_descriptor] = ACTIONS(3583), - [sym__concat] = ACTIONS(3583), - [sym_variable_name] = ACTIONS(3583), - [anon_sym_in] = ACTIONS(3586), - [anon_sym_PIPE] = ACTIONS(3586), - [anon_sym_RPAREN] = ACTIONS(3586), - [anon_sym_SEMI_SEMI] = ACTIONS(3586), - [anon_sym_RBRACE] = ACTIONS(3586), - [anon_sym_PIPE_AMP] = ACTIONS(3586), - [anon_sym_AMP_AMP] = ACTIONS(3586), - [anon_sym_PIPE_PIPE] = ACTIONS(3586), - [anon_sym_RBRACK] = ACTIONS(3586), - [anon_sym_RBRACK_RBRACK] = ACTIONS(3586), - [anon_sym_LT] = ACTIONS(3586), - [anon_sym_GT] = ACTIONS(3586), - [anon_sym_GT_GT] = ACTIONS(3586), - [anon_sym_AMP_GT] = ACTIONS(3586), - [anon_sym_AMP_GT_GT] = ACTIONS(3586), - [anon_sym_LT_AMP] = ACTIONS(3586), - [anon_sym_GT_AMP] = ACTIONS(3586), - [anon_sym_LT_LT] = ACTIONS(3586), - [anon_sym_LT_LT_DASH] = ACTIONS(3586), - [anon_sym_DQUOTE] = ACTIONS(3586), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(3586), - [sym_raw_string] = ACTIONS(3586), - [anon_sym_DOLLAR] = ACTIONS(3586), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(3586), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(3586), - [anon_sym_BQUOTE] = ACTIONS(3586), - [anon_sym_LT_LPAREN] = ACTIONS(3586), - [anon_sym_GT_LPAREN] = ACTIONS(3586), - [sym_word] = ACTIONS(3586), + [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(3586), - [anon_sym_LF] = ACTIONS(3586), - [anon_sym_AMP] = ACTIONS(3586), + [anon_sym_SEMI] = ACTIONS(3561), + [anon_sym_LF] = ACTIONS(3561), + [anon_sym_AMP] = ACTIONS(3561), }, [1382] = { - [sym_file_descriptor] = ACTIONS(1257), - [sym__concat] = ACTIONS(1257), - [anon_sym_PIPE] = ACTIONS(1259), - [anon_sym_RPAREN] = ACTIONS(1259), - [anon_sym_SEMI_SEMI] = ACTIONS(1259), - [anon_sym_PIPE_AMP] = ACTIONS(1259), - [anon_sym_AMP_AMP] = ACTIONS(1259), - [anon_sym_PIPE_PIPE] = ACTIONS(1259), - [anon_sym_RBRACK] = ACTIONS(1259), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1259), - [anon_sym_LT] = ACTIONS(1259), - [anon_sym_GT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_AMP_GT] = ACTIONS(1259), - [anon_sym_AMP_GT_GT] = ACTIONS(1259), - [anon_sym_LT_AMP] = ACTIONS(1259), - [anon_sym_GT_AMP] = ACTIONS(1259), - [anon_sym_LT_LT] = ACTIONS(1259), - [anon_sym_LT_LT_DASH] = ACTIONS(1259), - [anon_sym_DQUOTE] = ACTIONS(1259), - [sym_raw_string] = ACTIONS(1259), - [anon_sym_DOLLAR] = ACTIONS(1259), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1259), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1259), - [anon_sym_BQUOTE] = ACTIONS(1259), - [anon_sym_LT_LPAREN] = ACTIONS(1259), - [anon_sym_GT_LPAREN] = ACTIONS(1259), - [sym_word] = ACTIONS(1259), + [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(1259), - [anon_sym_LF] = ACTIONS(1259), - [anon_sym_AMP] = ACTIONS(1259), + [anon_sym_SEMI] = ACTIONS(1247), + [anon_sym_LF] = ACTIONS(1247), + [anon_sym_AMP] = ACTIONS(1247), }, [1383] = { - [sym_file_descriptor] = ACTIONS(1261), - [sym__concat] = ACTIONS(1261), - [anon_sym_PIPE] = ACTIONS(1263), - [anon_sym_RPAREN] = ACTIONS(1263), - [anon_sym_SEMI_SEMI] = ACTIONS(1263), - [anon_sym_PIPE_AMP] = ACTIONS(1263), - [anon_sym_AMP_AMP] = ACTIONS(1263), - [anon_sym_PIPE_PIPE] = ACTIONS(1263), - [anon_sym_RBRACK] = ACTIONS(1263), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1263), - [anon_sym_LT] = ACTIONS(1263), - [anon_sym_GT] = ACTIONS(1263), - [anon_sym_GT_GT] = ACTIONS(1263), - [anon_sym_AMP_GT] = ACTIONS(1263), - [anon_sym_AMP_GT_GT] = ACTIONS(1263), - [anon_sym_LT_AMP] = ACTIONS(1263), - [anon_sym_GT_AMP] = ACTIONS(1263), - [anon_sym_LT_LT] = ACTIONS(1263), - [anon_sym_LT_LT_DASH] = ACTIONS(1263), - [anon_sym_DQUOTE] = ACTIONS(1263), - [sym_raw_string] = ACTIONS(1263), - [anon_sym_DOLLAR] = ACTIONS(1263), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1263), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1263), - [anon_sym_BQUOTE] = ACTIONS(1263), - [anon_sym_LT_LPAREN] = ACTIONS(1263), - [anon_sym_GT_LPAREN] = ACTIONS(1263), - [sym_word] = ACTIONS(1263), + [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(1263), - [anon_sym_LF] = ACTIONS(1263), - [anon_sym_AMP] = ACTIONS(1263), + [anon_sym_SEMI] = ACTIONS(1251), + [anon_sym_LF] = ACTIONS(1251), + [anon_sym_AMP] = ACTIONS(1251), }, [1384] = { - [anon_sym_AT] = ACTIONS(3589), + [anon_sym_AT] = ACTIONS(3564), [sym_comment] = ACTIONS(133), }, [1385] = { - [sym_file_descriptor] = ACTIONS(1267), - [sym__concat] = ACTIONS(1267), - [anon_sym_PIPE] = ACTIONS(1269), - [anon_sym_RPAREN] = ACTIONS(1269), - [anon_sym_SEMI_SEMI] = ACTIONS(1269), - [anon_sym_PIPE_AMP] = ACTIONS(1269), - [anon_sym_AMP_AMP] = ACTIONS(1269), - [anon_sym_PIPE_PIPE] = ACTIONS(1269), - [anon_sym_RBRACK] = ACTIONS(1269), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1269), - [anon_sym_LT] = ACTIONS(1269), - [anon_sym_GT] = ACTIONS(1269), - [anon_sym_GT_GT] = ACTIONS(1269), - [anon_sym_AMP_GT] = ACTIONS(1269), - [anon_sym_AMP_GT_GT] = ACTIONS(1269), - [anon_sym_LT_AMP] = ACTIONS(1269), - [anon_sym_GT_AMP] = ACTIONS(1269), - [anon_sym_LT_LT] = ACTIONS(1269), - [anon_sym_LT_LT_DASH] = ACTIONS(1269), - [anon_sym_DQUOTE] = ACTIONS(1269), - [sym_raw_string] = ACTIONS(1269), - [anon_sym_DOLLAR] = ACTIONS(1269), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1269), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1269), - [anon_sym_BQUOTE] = ACTIONS(1269), - [anon_sym_LT_LPAREN] = ACTIONS(1269), - [anon_sym_GT_LPAREN] = ACTIONS(1269), - [sym_word] = ACTIONS(1269), + [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(1269), - [anon_sym_LF] = ACTIONS(1269), - [anon_sym_AMP] = ACTIONS(1269), + [anon_sym_SEMI] = ACTIONS(1257), + [anon_sym_LF] = ACTIONS(1257), + [anon_sym_AMP] = ACTIONS(1257), }, [1386] = { - [anon_sym_AT] = ACTIONS(3591), + [anon_sym_AT] = ACTIONS(3566), [sym_comment] = ACTIONS(133), }, [1387] = { - [anon_sym_RBRACK] = ACTIONS(3593), + [anon_sym_RBRACK] = ACTIONS(3568), [sym_comment] = ACTIONS(133), }, [1388] = { [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(385), - [anon_sym_RBRACE] = ACTIONS(3595), + [sym__concat] = ACTIONS(383), + [anon_sym_RBRACE] = ACTIONS(3570), [sym_comment] = ACTIONS(133), }, [1389] = { - [anon_sym_RBRACE] = ACTIONS(3595), + [anon_sym_RBRACE] = ACTIONS(3570), [sym_comment] = ACTIONS(133), }, [1390] = { - [anon_sym_RBRACK] = ACTIONS(3597), + [anon_sym_RBRACK] = ACTIONS(3572), [sym_comment] = ACTIONS(133), }, [1391] = { [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(385), - [anon_sym_RBRACE] = ACTIONS(3599), + [sym__concat] = ACTIONS(383), + [anon_sym_RBRACE] = ACTIONS(3574), [sym_comment] = ACTIONS(133), }, [1392] = { - [anon_sym_RBRACE] = ACTIONS(3599), + [anon_sym_RBRACE] = ACTIONS(3574), [sym_comment] = ACTIONS(133), }, [1393] = { - [anon_sym_RBRACK] = ACTIONS(3601), + [anon_sym_RBRACK] = ACTIONS(3576), [sym_comment] = ACTIONS(133), }, [1394] = { - [anon_sym_RBRACK] = ACTIONS(3603), + [anon_sym_RBRACK] = ACTIONS(3578), [sym_comment] = ACTIONS(133), }, [1395] = { - [anon_sym_RBRACE] = ACTIONS(3605), + [anon_sym_RBRACE] = ACTIONS(3580), [sym_comment] = ACTIONS(133), }, [1396] = { - [sym_file_descriptor] = ACTIONS(1617), - [sym__concat] = ACTIONS(1617), - [sym_variable_name] = ACTIONS(1617), - [anon_sym_PIPE] = ACTIONS(1619), - [anon_sym_RPAREN] = ACTIONS(1619), - [anon_sym_SEMI_SEMI] = ACTIONS(1619), - [anon_sym_RBRACE] = ACTIONS(1619), - [anon_sym_PIPE_AMP] = ACTIONS(1619), - [anon_sym_AMP_AMP] = ACTIONS(1619), - [anon_sym_PIPE_PIPE] = ACTIONS(1619), - [anon_sym_LT] = ACTIONS(1619), - [anon_sym_GT] = ACTIONS(1619), - [anon_sym_GT_GT] = ACTIONS(1619), - [anon_sym_AMP_GT] = ACTIONS(1619), - [anon_sym_AMP_GT_GT] = ACTIONS(1619), - [anon_sym_LT_AMP] = ACTIONS(1619), - [anon_sym_GT_AMP] = ACTIONS(1619), - [anon_sym_DQUOTE] = ACTIONS(1619), - [sym_raw_string] = ACTIONS(1619), - [anon_sym_DOLLAR] = ACTIONS(1619), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1619), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1619), - [anon_sym_BQUOTE] = ACTIONS(1619), - [anon_sym_LT_LPAREN] = ACTIONS(1619), - [anon_sym_GT_LPAREN] = ACTIONS(1619), - [sym_word] = ACTIONS(1619), + [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(1619), - [anon_sym_LF] = ACTIONS(1619), - [anon_sym_AMP] = ACTIONS(1619), + [anon_sym_SEMI] = ACTIONS(1603), + [anon_sym_LF] = ACTIONS(1603), + [anon_sym_AMP] = ACTIONS(1603), }, [1397] = { - [anon_sym_RBRACE] = ACTIONS(3607), + [anon_sym_RBRACE] = ACTIONS(3582), [sym_comment] = ACTIONS(133), }, [1398] = { - [sym_file_descriptor] = ACTIONS(1623), - [sym__concat] = ACTIONS(1623), - [sym_variable_name] = ACTIONS(1623), - [anon_sym_PIPE] = ACTIONS(1625), - [anon_sym_RPAREN] = ACTIONS(1625), - [anon_sym_SEMI_SEMI] = ACTIONS(1625), - [anon_sym_RBRACE] = ACTIONS(1625), - [anon_sym_PIPE_AMP] = ACTIONS(1625), - [anon_sym_AMP_AMP] = ACTIONS(1625), - [anon_sym_PIPE_PIPE] = ACTIONS(1625), - [anon_sym_LT] = ACTIONS(1625), - [anon_sym_GT] = ACTIONS(1625), - [anon_sym_GT_GT] = ACTIONS(1625), - [anon_sym_AMP_GT] = ACTIONS(1625), - [anon_sym_AMP_GT_GT] = ACTIONS(1625), - [anon_sym_LT_AMP] = ACTIONS(1625), - [anon_sym_GT_AMP] = ACTIONS(1625), - [anon_sym_DQUOTE] = ACTIONS(1625), - [sym_raw_string] = ACTIONS(1625), - [anon_sym_DOLLAR] = ACTIONS(1625), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1625), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1625), - [anon_sym_BQUOTE] = ACTIONS(1625), - [anon_sym_LT_LPAREN] = ACTIONS(1625), - [anon_sym_GT_LPAREN] = ACTIONS(1625), - [sym_word] = ACTIONS(1625), + [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(1625), - [anon_sym_LF] = ACTIONS(1625), - [anon_sym_AMP] = ACTIONS(1625), + [anon_sym_SEMI] = ACTIONS(1609), + [anon_sym_LF] = ACTIONS(1609), + [anon_sym_AMP] = ACTIONS(1609), }, [1399] = { - [anon_sym_RBRACK] = ACTIONS(3609), + [anon_sym_RBRACK] = ACTIONS(3584), [sym_comment] = ACTIONS(133), }, [1400] = { - [anon_sym_RBRACK] = ACTIONS(3611), + [anon_sym_RBRACK] = ACTIONS(3586), [sym_comment] = ACTIONS(133), }, [1401] = { - [anon_sym_RBRACE] = ACTIONS(3613), + [anon_sym_RBRACE] = ACTIONS(3588), [sym_comment] = ACTIONS(133), }, [1402] = { - [sym_file_descriptor] = ACTIONS(1617), - [sym__concat] = ACTIONS(1617), - [sym_variable_name] = ACTIONS(1617), - [anon_sym_PIPE] = ACTIONS(1619), - [anon_sym_RPAREN] = ACTIONS(1619), - [anon_sym_SEMI_SEMI] = ACTIONS(1619), - [anon_sym_PIPE_AMP] = ACTIONS(1619), - [anon_sym_AMP_AMP] = ACTIONS(1619), - [anon_sym_PIPE_PIPE] = ACTIONS(1619), - [anon_sym_LT] = ACTIONS(1619), - [anon_sym_GT] = ACTIONS(1619), - [anon_sym_GT_GT] = ACTIONS(1619), - [anon_sym_AMP_GT] = ACTIONS(1619), - [anon_sym_AMP_GT_GT] = ACTIONS(1619), - [anon_sym_LT_AMP] = ACTIONS(1619), - [anon_sym_GT_AMP] = ACTIONS(1619), - [anon_sym_LT_LT] = ACTIONS(1619), - [anon_sym_LT_LT_DASH] = ACTIONS(1619), - [anon_sym_DQUOTE] = ACTIONS(1619), - [sym_raw_string] = ACTIONS(1619), - [anon_sym_DOLLAR] = ACTIONS(1619), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1619), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1619), - [anon_sym_BQUOTE] = ACTIONS(1619), - [anon_sym_LT_LPAREN] = ACTIONS(1619), - [anon_sym_GT_LPAREN] = ACTIONS(1619), - [sym_word] = ACTIONS(1619), + [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(1619), - [anon_sym_LF] = ACTIONS(1619), - [anon_sym_AMP] = ACTIONS(1619), + [anon_sym_SEMI] = ACTIONS(1603), + [anon_sym_LF] = ACTIONS(1603), + [anon_sym_AMP] = ACTIONS(1603), }, [1403] = { - [anon_sym_RBRACE] = ACTIONS(3615), + [anon_sym_RBRACE] = ACTIONS(3590), [sym_comment] = ACTIONS(133), }, [1404] = { - [sym_file_descriptor] = ACTIONS(1623), - [sym__concat] = ACTIONS(1623), - [sym_variable_name] = ACTIONS(1623), - [anon_sym_PIPE] = ACTIONS(1625), - [anon_sym_RPAREN] = ACTIONS(1625), - [anon_sym_SEMI_SEMI] = ACTIONS(1625), - [anon_sym_PIPE_AMP] = ACTIONS(1625), - [anon_sym_AMP_AMP] = ACTIONS(1625), - [anon_sym_PIPE_PIPE] = ACTIONS(1625), - [anon_sym_LT] = ACTIONS(1625), - [anon_sym_GT] = ACTIONS(1625), - [anon_sym_GT_GT] = ACTIONS(1625), - [anon_sym_AMP_GT] = ACTIONS(1625), - [anon_sym_AMP_GT_GT] = ACTIONS(1625), - [anon_sym_LT_AMP] = ACTIONS(1625), - [anon_sym_GT_AMP] = ACTIONS(1625), - [anon_sym_LT_LT] = ACTIONS(1625), - [anon_sym_LT_LT_DASH] = ACTIONS(1625), - [anon_sym_DQUOTE] = ACTIONS(1625), - [sym_raw_string] = ACTIONS(1625), - [anon_sym_DOLLAR] = ACTIONS(1625), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1625), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1625), - [anon_sym_BQUOTE] = ACTIONS(1625), - [anon_sym_LT_LPAREN] = ACTIONS(1625), - [anon_sym_GT_LPAREN] = ACTIONS(1625), - [sym_word] = ACTIONS(1625), + [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(1625), - [anon_sym_LF] = ACTIONS(1625), - [anon_sym_AMP] = ACTIONS(1625), + [anon_sym_SEMI] = ACTIONS(1609), + [anon_sym_LF] = ACTIONS(1609), + [anon_sym_AMP] = ACTIONS(1609), }, [1405] = { - [sym__heredoc_middle] = ACTIONS(2059), - [sym__heredoc_end] = ACTIONS(2059), - [sym_file_descriptor] = ACTIONS(2059), - [sym__concat] = ACTIONS(2059), - [sym_variable_name] = ACTIONS(2059), - [anon_sym_in] = ACTIONS(2061), - [anon_sym_PIPE] = ACTIONS(2061), - [anon_sym_RPAREN] = ACTIONS(2061), - [anon_sym_SEMI_SEMI] = ACTIONS(2061), - [anon_sym_RBRACE] = ACTIONS(2061), - [anon_sym_PIPE_AMP] = ACTIONS(2061), - [anon_sym_AMP_AMP] = ACTIONS(2061), - [anon_sym_PIPE_PIPE] = ACTIONS(2061), - [anon_sym_RBRACK] = ACTIONS(2061), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2061), - [anon_sym_LT] = ACTIONS(2061), - [anon_sym_GT] = ACTIONS(2061), - [anon_sym_GT_GT] = ACTIONS(2061), - [anon_sym_AMP_GT] = ACTIONS(2061), - [anon_sym_AMP_GT_GT] = ACTIONS(2061), - [anon_sym_LT_AMP] = ACTIONS(2061), - [anon_sym_GT_AMP] = ACTIONS(2061), - [anon_sym_LT_LT] = ACTIONS(2061), - [anon_sym_LT_LT_DASH] = ACTIONS(2061), - [anon_sym_DQUOTE] = ACTIONS(2061), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(2061), - [sym_raw_string] = ACTIONS(2061), - [anon_sym_DOLLAR] = ACTIONS(2061), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2061), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2061), - [anon_sym_BQUOTE] = ACTIONS(2061), - [anon_sym_LT_LPAREN] = ACTIONS(2061), - [anon_sym_GT_LPAREN] = ACTIONS(2061), - [sym_word] = ACTIONS(2061), + [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(2061), - [anon_sym_LF] = ACTIONS(2061), - [anon_sym_AMP] = ACTIONS(2061), + [anon_sym_SEMI] = ACTIONS(2045), + [anon_sym_LF] = ACTIONS(2045), + [anon_sym_AMP] = ACTIONS(2045), }, [1406] = { - [sym__heredoc_middle] = ACTIONS(2063), - [sym__heredoc_end] = ACTIONS(2063), - [sym_file_descriptor] = ACTIONS(2063), - [sym__concat] = ACTIONS(2063), - [sym_variable_name] = ACTIONS(2063), - [anon_sym_in] = ACTIONS(2065), - [anon_sym_PIPE] = ACTIONS(2065), - [anon_sym_RPAREN] = ACTIONS(2065), - [anon_sym_SEMI_SEMI] = ACTIONS(2065), - [anon_sym_RBRACE] = ACTIONS(2065), - [anon_sym_PIPE_AMP] = ACTIONS(2065), - [anon_sym_AMP_AMP] = ACTIONS(2065), - [anon_sym_PIPE_PIPE] = ACTIONS(2065), - [anon_sym_RBRACK] = ACTIONS(2065), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2065), - [anon_sym_LT] = ACTIONS(2065), - [anon_sym_GT] = ACTIONS(2065), - [anon_sym_GT_GT] = ACTIONS(2065), - [anon_sym_AMP_GT] = ACTIONS(2065), - [anon_sym_AMP_GT_GT] = ACTIONS(2065), - [anon_sym_LT_AMP] = ACTIONS(2065), - [anon_sym_GT_AMP] = ACTIONS(2065), - [anon_sym_LT_LT] = ACTIONS(2065), - [anon_sym_LT_LT_DASH] = ACTIONS(2065), - [anon_sym_DQUOTE] = ACTIONS(2065), - [aux_sym_SLASH_LBRACK_CARET_DQUOTE_BQUOTE_DOLLAR_RBRACK_PLUS_SLASH] = ACTIONS(2065), - [sym_raw_string] = ACTIONS(2065), - [anon_sym_DOLLAR] = ACTIONS(2065), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2065), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2065), - [anon_sym_BQUOTE] = ACTIONS(2065), - [anon_sym_LT_LPAREN] = ACTIONS(2065), - [anon_sym_GT_LPAREN] = ACTIONS(2065), - [sym_word] = ACTIONS(2065), + [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(2065), - [anon_sym_LF] = ACTIONS(2065), - [anon_sym_AMP] = ACTIONS(2065), + [anon_sym_SEMI] = ACTIONS(2049), + [anon_sym_LF] = ACTIONS(2049), + [anon_sym_AMP] = ACTIONS(2049), }, [1407] = { - [anon_sym_RBRACK] = ACTIONS(3617), + [anon_sym_RBRACK] = ACTIONS(3592), [sym_comment] = ACTIONS(133), }, [1408] = { - [anon_sym_RBRACK] = ACTIONS(3619), + [anon_sym_RBRACK] = ACTIONS(3594), [sym_comment] = ACTIONS(133), }, [1409] = { - [anon_sym_RBRACE] = ACTIONS(3621), + [anon_sym_RBRACE] = ACTIONS(3596), [sym_comment] = ACTIONS(133), }, [1410] = { - [sym_file_descriptor] = ACTIONS(1617), - [sym__concat] = ACTIONS(1617), - [sym_variable_name] = ACTIONS(1617), - [anon_sym_in] = ACTIONS(1619), - [anon_sym_PIPE] = ACTIONS(1619), - [anon_sym_RPAREN] = ACTIONS(1619), - [anon_sym_SEMI_SEMI] = ACTIONS(1619), - [anon_sym_RBRACE] = ACTIONS(1619), - [anon_sym_PIPE_AMP] = ACTIONS(1619), - [anon_sym_AMP_AMP] = ACTIONS(1619), - [anon_sym_PIPE_PIPE] = ACTIONS(1619), - [anon_sym_RBRACK] = ACTIONS(1619), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1619), - [anon_sym_LT] = ACTIONS(1619), - [anon_sym_GT] = ACTIONS(1619), - [anon_sym_GT_GT] = ACTIONS(1619), - [anon_sym_AMP_GT] = ACTIONS(1619), - [anon_sym_AMP_GT_GT] = ACTIONS(1619), - [anon_sym_LT_AMP] = ACTIONS(1619), - [anon_sym_GT_AMP] = ACTIONS(1619), - [anon_sym_LT_LT] = ACTIONS(1619), - [anon_sym_LT_LT_DASH] = ACTIONS(1619), - [anon_sym_DQUOTE] = ACTIONS(1619), - [sym_raw_string] = ACTIONS(1619), - [anon_sym_DOLLAR] = ACTIONS(1619), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1619), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1619), - [anon_sym_BQUOTE] = ACTIONS(1619), - [anon_sym_LT_LPAREN] = ACTIONS(1619), - [anon_sym_GT_LPAREN] = ACTIONS(1619), - [sym_word] = ACTIONS(1619), + [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(1619), - [anon_sym_LF] = ACTIONS(1619), - [anon_sym_AMP] = ACTIONS(1619), + [anon_sym_SEMI] = ACTIONS(1603), + [anon_sym_LF] = ACTIONS(1603), + [anon_sym_AMP] = ACTIONS(1603), }, [1411] = { - [anon_sym_RBRACE] = ACTIONS(3623), + [anon_sym_RBRACE] = ACTIONS(3598), [sym_comment] = ACTIONS(133), }, [1412] = { - [sym_file_descriptor] = ACTIONS(1623), - [sym__concat] = ACTIONS(1623), - [sym_variable_name] = ACTIONS(1623), - [anon_sym_in] = ACTIONS(1625), - [anon_sym_PIPE] = ACTIONS(1625), - [anon_sym_RPAREN] = ACTIONS(1625), - [anon_sym_SEMI_SEMI] = ACTIONS(1625), - [anon_sym_RBRACE] = ACTIONS(1625), - [anon_sym_PIPE_AMP] = ACTIONS(1625), - [anon_sym_AMP_AMP] = ACTIONS(1625), - [anon_sym_PIPE_PIPE] = ACTIONS(1625), - [anon_sym_RBRACK] = ACTIONS(1625), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1625), - [anon_sym_LT] = ACTIONS(1625), - [anon_sym_GT] = ACTIONS(1625), - [anon_sym_GT_GT] = ACTIONS(1625), - [anon_sym_AMP_GT] = ACTIONS(1625), - [anon_sym_AMP_GT_GT] = ACTIONS(1625), - [anon_sym_LT_AMP] = ACTIONS(1625), - [anon_sym_GT_AMP] = ACTIONS(1625), - [anon_sym_LT_LT] = ACTIONS(1625), - [anon_sym_LT_LT_DASH] = ACTIONS(1625), - [anon_sym_DQUOTE] = ACTIONS(1625), - [sym_raw_string] = ACTIONS(1625), - [anon_sym_DOLLAR] = ACTIONS(1625), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1625), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1625), - [anon_sym_BQUOTE] = ACTIONS(1625), - [anon_sym_LT_LPAREN] = ACTIONS(1625), - [anon_sym_GT_LPAREN] = ACTIONS(1625), - [sym_word] = ACTIONS(1625), + [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(1625), - [anon_sym_LF] = ACTIONS(1625), - [anon_sym_AMP] = ACTIONS(1625), + [anon_sym_SEMI] = ACTIONS(1609), + [anon_sym_LF] = ACTIONS(1609), + [anon_sym_AMP] = ACTIONS(1609), }, [1413] = { - [sym_file_descriptor] = ACTIONS(1257), - [sym__concat] = ACTIONS(1257), - [anon_sym_PIPE] = ACTIONS(1259), - [anon_sym_RPAREN] = ACTIONS(1259), - [anon_sym_SEMI_SEMI] = ACTIONS(1259), - [anon_sym_PIPE_AMP] = ACTIONS(1259), - [anon_sym_AMP_AMP] = ACTIONS(1259), - [anon_sym_PIPE_PIPE] = ACTIONS(1259), - [anon_sym_LT] = ACTIONS(1259), - [anon_sym_GT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_AMP_GT] = ACTIONS(1259), - [anon_sym_AMP_GT_GT] = ACTIONS(1259), - [anon_sym_LT_AMP] = ACTIONS(1259), - [anon_sym_GT_AMP] = ACTIONS(1259), - [anon_sym_LT_LT] = ACTIONS(1259), - [anon_sym_LT_LT_DASH] = ACTIONS(1259), - [anon_sym_BQUOTE] = ACTIONS(1259), + [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(1259), - [anon_sym_LF] = ACTIONS(1259), - [anon_sym_AMP] = ACTIONS(1259), + [anon_sym_SEMI] = ACTIONS(1247), + [anon_sym_LF] = ACTIONS(1247), + [anon_sym_AMP] = ACTIONS(1247), }, [1414] = { - [sym_file_descriptor] = ACTIONS(1261), - [sym__concat] = ACTIONS(1261), - [anon_sym_PIPE] = ACTIONS(1263), - [anon_sym_RPAREN] = ACTIONS(1263), - [anon_sym_SEMI_SEMI] = ACTIONS(1263), - [anon_sym_PIPE_AMP] = ACTIONS(1263), - [anon_sym_AMP_AMP] = ACTIONS(1263), - [anon_sym_PIPE_PIPE] = ACTIONS(1263), - [anon_sym_LT] = ACTIONS(1263), - [anon_sym_GT] = ACTIONS(1263), - [anon_sym_GT_GT] = ACTIONS(1263), - [anon_sym_AMP_GT] = ACTIONS(1263), - [anon_sym_AMP_GT_GT] = ACTIONS(1263), - [anon_sym_LT_AMP] = ACTIONS(1263), - [anon_sym_GT_AMP] = ACTIONS(1263), - [anon_sym_LT_LT] = ACTIONS(1263), - [anon_sym_LT_LT_DASH] = ACTIONS(1263), - [anon_sym_BQUOTE] = ACTIONS(1263), + [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(1263), - [anon_sym_LF] = ACTIONS(1263), - [anon_sym_AMP] = ACTIONS(1263), + [anon_sym_SEMI] = ACTIONS(1251), + [anon_sym_LF] = ACTIONS(1251), + [anon_sym_AMP] = ACTIONS(1251), }, [1415] = { - [anon_sym_AT] = ACTIONS(3625), + [anon_sym_AT] = ACTIONS(3600), [sym_comment] = ACTIONS(133), }, [1416] = { - [sym_file_descriptor] = ACTIONS(1267), - [sym__concat] = ACTIONS(1267), - [anon_sym_PIPE] = ACTIONS(1269), - [anon_sym_RPAREN] = ACTIONS(1269), - [anon_sym_SEMI_SEMI] = ACTIONS(1269), - [anon_sym_PIPE_AMP] = ACTIONS(1269), - [anon_sym_AMP_AMP] = ACTIONS(1269), - [anon_sym_PIPE_PIPE] = ACTIONS(1269), - [anon_sym_LT] = ACTIONS(1269), - [anon_sym_GT] = ACTIONS(1269), - [anon_sym_GT_GT] = ACTIONS(1269), - [anon_sym_AMP_GT] = ACTIONS(1269), - [anon_sym_AMP_GT_GT] = ACTIONS(1269), - [anon_sym_LT_AMP] = ACTIONS(1269), - [anon_sym_GT_AMP] = ACTIONS(1269), - [anon_sym_LT_LT] = ACTIONS(1269), - [anon_sym_LT_LT_DASH] = ACTIONS(1269), - [anon_sym_BQUOTE] = ACTIONS(1269), + [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(1269), - [anon_sym_LF] = ACTIONS(1269), - [anon_sym_AMP] = ACTIONS(1269), + [anon_sym_SEMI] = ACTIONS(1257), + [anon_sym_LF] = ACTIONS(1257), + [anon_sym_AMP] = ACTIONS(1257), }, [1417] = { - [anon_sym_AT] = ACTIONS(3627), + [anon_sym_AT] = ACTIONS(3602), [sym_comment] = ACTIONS(133), }, [1418] = { - [anon_sym_RBRACK] = ACTIONS(3629), + [anon_sym_RBRACK] = ACTIONS(3604), [sym_comment] = ACTIONS(133), }, [1419] = { [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(385), - [anon_sym_RBRACE] = ACTIONS(3631), + [sym__concat] = ACTIONS(383), + [anon_sym_RBRACE] = ACTIONS(3606), [sym_comment] = ACTIONS(133), }, [1420] = { - [anon_sym_RBRACE] = ACTIONS(3631), + [anon_sym_RBRACE] = ACTIONS(3606), [sym_comment] = ACTIONS(133), }, [1421] = { - [anon_sym_RBRACK] = ACTIONS(3633), + [anon_sym_RBRACK] = ACTIONS(3608), [sym_comment] = ACTIONS(133), }, [1422] = { [aux_sym_concatenation_repeat1] = STATE(179), - [sym__concat] = ACTIONS(385), - [anon_sym_RBRACE] = ACTIONS(3635), + [sym__concat] = ACTIONS(383), + [anon_sym_RBRACE] = ACTIONS(3610), [sym_comment] = ACTIONS(133), }, [1423] = { - [anon_sym_RBRACE] = ACTIONS(3635), + [anon_sym_RBRACE] = ACTIONS(3610), [sym_comment] = ACTIONS(133), }, [1424] = { - [anon_sym_RBRACK] = ACTIONS(3637), + [anon_sym_RBRACK] = ACTIONS(3612), [sym_comment] = ACTIONS(133), }, [1425] = { - [anon_sym_RBRACK] = ACTIONS(3639), + [anon_sym_RBRACK] = ACTIONS(3614), [sym_comment] = ACTIONS(133), }, [1426] = { - [anon_sym_RBRACE] = ACTIONS(3641), + [anon_sym_RBRACE] = ACTIONS(3616), [sym_comment] = ACTIONS(133), }, [1427] = { - [sym_file_descriptor] = ACTIONS(1617), - [sym__concat] = ACTIONS(1617), - [anon_sym_PIPE] = ACTIONS(1619), - [anon_sym_RPAREN] = ACTIONS(1619), - [anon_sym_SEMI_SEMI] = ACTIONS(1619), - [anon_sym_PIPE_AMP] = ACTIONS(1619), - [anon_sym_AMP_AMP] = ACTIONS(1619), - [anon_sym_PIPE_PIPE] = ACTIONS(1619), - [anon_sym_RBRACK] = ACTIONS(1619), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1619), - [anon_sym_LT] = ACTIONS(1619), - [anon_sym_GT] = ACTIONS(1619), - [anon_sym_GT_GT] = ACTIONS(1619), - [anon_sym_AMP_GT] = ACTIONS(1619), - [anon_sym_AMP_GT_GT] = ACTIONS(1619), - [anon_sym_LT_AMP] = ACTIONS(1619), - [anon_sym_GT_AMP] = ACTIONS(1619), - [anon_sym_LT_LT] = ACTIONS(1619), - [anon_sym_LT_LT_DASH] = ACTIONS(1619), - [anon_sym_DQUOTE] = ACTIONS(1619), - [sym_raw_string] = ACTIONS(1619), - [anon_sym_DOLLAR] = ACTIONS(1619), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1619), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1619), - [anon_sym_BQUOTE] = ACTIONS(1619), - [anon_sym_LT_LPAREN] = ACTIONS(1619), - [anon_sym_GT_LPAREN] = ACTIONS(1619), - [sym_word] = ACTIONS(1619), + [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(1619), - [anon_sym_LF] = ACTIONS(1619), - [anon_sym_AMP] = ACTIONS(1619), + [anon_sym_SEMI] = ACTIONS(1603), + [anon_sym_LF] = ACTIONS(1603), + [anon_sym_AMP] = ACTIONS(1603), }, [1428] = { - [anon_sym_RBRACE] = ACTIONS(3643), + [anon_sym_RBRACE] = ACTIONS(3618), [sym_comment] = ACTIONS(133), }, [1429] = { - [sym_file_descriptor] = ACTIONS(1623), - [sym__concat] = ACTIONS(1623), - [anon_sym_PIPE] = ACTIONS(1625), - [anon_sym_RPAREN] = ACTIONS(1625), - [anon_sym_SEMI_SEMI] = ACTIONS(1625), - [anon_sym_PIPE_AMP] = ACTIONS(1625), - [anon_sym_AMP_AMP] = ACTIONS(1625), - [anon_sym_PIPE_PIPE] = ACTIONS(1625), - [anon_sym_RBRACK] = ACTIONS(1625), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1625), - [anon_sym_LT] = ACTIONS(1625), - [anon_sym_GT] = ACTIONS(1625), - [anon_sym_GT_GT] = ACTIONS(1625), - [anon_sym_AMP_GT] = ACTIONS(1625), - [anon_sym_AMP_GT_GT] = ACTIONS(1625), - [anon_sym_LT_AMP] = ACTIONS(1625), - [anon_sym_GT_AMP] = ACTIONS(1625), - [anon_sym_LT_LT] = ACTIONS(1625), - [anon_sym_LT_LT_DASH] = ACTIONS(1625), - [anon_sym_DQUOTE] = ACTIONS(1625), - [sym_raw_string] = ACTIONS(1625), - [anon_sym_DOLLAR] = ACTIONS(1625), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1625), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1625), - [anon_sym_BQUOTE] = ACTIONS(1625), - [anon_sym_LT_LPAREN] = ACTIONS(1625), - [anon_sym_GT_LPAREN] = ACTIONS(1625), - [sym_word] = ACTIONS(1625), + [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(1625), - [anon_sym_LF] = ACTIONS(1625), - [anon_sym_AMP] = ACTIONS(1625), + [anon_sym_SEMI] = ACTIONS(1609), + [anon_sym_LF] = ACTIONS(1609), + [anon_sym_AMP] = ACTIONS(1609), }, [1430] = { - [anon_sym_RBRACE] = ACTIONS(3645), + [anon_sym_RBRACE] = ACTIONS(3620), [sym_comment] = ACTIONS(133), }, [1431] = { - [anon_sym_RBRACE] = ACTIONS(3647), + [anon_sym_RBRACE] = ACTIONS(3622), [sym_comment] = ACTIONS(133), }, [1432] = { - [sym_file_descriptor] = ACTIONS(1883), - [sym__concat] = ACTIONS(1883), - [sym_variable_name] = ACTIONS(1883), - [anon_sym_PIPE] = ACTIONS(1885), - [anon_sym_RPAREN] = ACTIONS(1885), - [anon_sym_SEMI_SEMI] = ACTIONS(1885), - [anon_sym_RBRACE] = ACTIONS(1885), - [anon_sym_PIPE_AMP] = ACTIONS(1885), - [anon_sym_AMP_AMP] = ACTIONS(1885), - [anon_sym_PIPE_PIPE] = ACTIONS(1885), - [anon_sym_LT] = ACTIONS(1885), - [anon_sym_GT] = ACTIONS(1885), - [anon_sym_GT_GT] = ACTIONS(1885), - [anon_sym_AMP_GT] = ACTIONS(1885), - [anon_sym_AMP_GT_GT] = ACTIONS(1885), - [anon_sym_LT_AMP] = ACTIONS(1885), - [anon_sym_GT_AMP] = ACTIONS(1885), - [anon_sym_DQUOTE] = ACTIONS(1885), - [sym_raw_string] = ACTIONS(1885), - [anon_sym_DOLLAR] = ACTIONS(1885), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1885), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1885), - [anon_sym_BQUOTE] = ACTIONS(1885), - [anon_sym_LT_LPAREN] = ACTIONS(1885), - [anon_sym_GT_LPAREN] = ACTIONS(1885), - [sym_word] = ACTIONS(1885), + [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(1885), - [anon_sym_LF] = ACTIONS(1885), - [anon_sym_AMP] = ACTIONS(1885), + [anon_sym_SEMI] = ACTIONS(1869), + [anon_sym_LF] = ACTIONS(1869), + [anon_sym_AMP] = ACTIONS(1869), }, [1433] = { - [sym_file_descriptor] = ACTIONS(1887), - [sym__concat] = ACTIONS(1887), - [sym_variable_name] = ACTIONS(1887), - [anon_sym_PIPE] = ACTIONS(1889), - [anon_sym_RPAREN] = ACTIONS(1889), - [anon_sym_SEMI_SEMI] = ACTIONS(1889), - [anon_sym_RBRACE] = ACTIONS(1889), - [anon_sym_PIPE_AMP] = ACTIONS(1889), - [anon_sym_AMP_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1889), - [anon_sym_LT] = ACTIONS(1889), - [anon_sym_GT] = ACTIONS(1889), - [anon_sym_GT_GT] = ACTIONS(1889), - [anon_sym_AMP_GT] = ACTIONS(1889), - [anon_sym_AMP_GT_GT] = ACTIONS(1889), - [anon_sym_LT_AMP] = ACTIONS(1889), - [anon_sym_GT_AMP] = ACTIONS(1889), - [anon_sym_DQUOTE] = ACTIONS(1889), - [sym_raw_string] = ACTIONS(1889), - [anon_sym_DOLLAR] = ACTIONS(1889), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1889), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1889), - [anon_sym_BQUOTE] = ACTIONS(1889), - [anon_sym_LT_LPAREN] = ACTIONS(1889), - [anon_sym_GT_LPAREN] = ACTIONS(1889), - [sym_word] = ACTIONS(1889), + [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(1889), - [anon_sym_LF] = ACTIONS(1889), - [anon_sym_AMP] = ACTIONS(1889), + [anon_sym_SEMI] = ACTIONS(1873), + [anon_sym_LF] = ACTIONS(1873), + [anon_sym_AMP] = ACTIONS(1873), }, [1434] = { - [anon_sym_RBRACE] = ACTIONS(3649), + [anon_sym_RBRACE] = ACTIONS(3624), [sym_comment] = ACTIONS(133), }, [1435] = { - [anon_sym_RBRACE] = ACTIONS(3651), + [anon_sym_RBRACE] = ACTIONS(3626), [sym_comment] = ACTIONS(133), }, [1436] = { - [sym_file_descriptor] = ACTIONS(1883), - [sym__concat] = ACTIONS(1883), - [sym_variable_name] = ACTIONS(1883), - [anon_sym_PIPE] = ACTIONS(1885), - [anon_sym_RPAREN] = ACTIONS(1885), - [anon_sym_SEMI_SEMI] = ACTIONS(1885), - [anon_sym_PIPE_AMP] = ACTIONS(1885), - [anon_sym_AMP_AMP] = ACTIONS(1885), - [anon_sym_PIPE_PIPE] = ACTIONS(1885), - [anon_sym_LT] = ACTIONS(1885), - [anon_sym_GT] = ACTIONS(1885), - [anon_sym_GT_GT] = ACTIONS(1885), - [anon_sym_AMP_GT] = ACTIONS(1885), - [anon_sym_AMP_GT_GT] = ACTIONS(1885), - [anon_sym_LT_AMP] = ACTIONS(1885), - [anon_sym_GT_AMP] = ACTIONS(1885), - [anon_sym_LT_LT] = ACTIONS(1885), - [anon_sym_LT_LT_DASH] = ACTIONS(1885), - [anon_sym_DQUOTE] = ACTIONS(1885), - [sym_raw_string] = ACTIONS(1885), - [anon_sym_DOLLAR] = ACTIONS(1885), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1885), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1885), - [anon_sym_BQUOTE] = ACTIONS(1885), - [anon_sym_LT_LPAREN] = ACTIONS(1885), - [anon_sym_GT_LPAREN] = ACTIONS(1885), - [sym_word] = ACTIONS(1885), + [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(1885), - [anon_sym_LF] = ACTIONS(1885), - [anon_sym_AMP] = ACTIONS(1885), + [anon_sym_SEMI] = ACTIONS(1869), + [anon_sym_LF] = ACTIONS(1869), + [anon_sym_AMP] = ACTIONS(1869), }, [1437] = { - [sym_file_descriptor] = ACTIONS(1887), - [sym__concat] = ACTIONS(1887), - [sym_variable_name] = ACTIONS(1887), - [anon_sym_PIPE] = ACTIONS(1889), - [anon_sym_RPAREN] = ACTIONS(1889), - [anon_sym_SEMI_SEMI] = ACTIONS(1889), - [anon_sym_PIPE_AMP] = ACTIONS(1889), - [anon_sym_AMP_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1889), - [anon_sym_LT] = ACTIONS(1889), - [anon_sym_GT] = ACTIONS(1889), - [anon_sym_GT_GT] = ACTIONS(1889), - [anon_sym_AMP_GT] = ACTIONS(1889), - [anon_sym_AMP_GT_GT] = ACTIONS(1889), - [anon_sym_LT_AMP] = ACTIONS(1889), - [anon_sym_GT_AMP] = ACTIONS(1889), - [anon_sym_LT_LT] = ACTIONS(1889), - [anon_sym_LT_LT_DASH] = ACTIONS(1889), - [anon_sym_DQUOTE] = ACTIONS(1889), - [sym_raw_string] = ACTIONS(1889), - [anon_sym_DOLLAR] = ACTIONS(1889), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1889), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1889), - [anon_sym_BQUOTE] = ACTIONS(1889), - [anon_sym_LT_LPAREN] = ACTIONS(1889), - [anon_sym_GT_LPAREN] = ACTIONS(1889), - [sym_word] = ACTIONS(1889), + [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(1889), - [anon_sym_LF] = ACTIONS(1889), - [anon_sym_AMP] = ACTIONS(1889), + [anon_sym_SEMI] = ACTIONS(1873), + [anon_sym_LF] = ACTIONS(1873), + [anon_sym_AMP] = ACTIONS(1873), }, [1438] = { - [anon_sym_RBRACE] = ACTIONS(3653), + [anon_sym_RBRACE] = ACTIONS(3628), [sym_comment] = ACTIONS(133), }, [1439] = { - [anon_sym_RBRACE] = ACTIONS(3655), + [anon_sym_RBRACE] = ACTIONS(3630), [sym_comment] = ACTIONS(133), }, [1440] = { - [sym_file_descriptor] = ACTIONS(1883), - [sym__concat] = ACTIONS(1883), - [sym_variable_name] = ACTIONS(1883), - [anon_sym_in] = ACTIONS(1885), - [anon_sym_PIPE] = ACTIONS(1885), - [anon_sym_RPAREN] = ACTIONS(1885), - [anon_sym_SEMI_SEMI] = ACTIONS(1885), - [anon_sym_RBRACE] = ACTIONS(1885), - [anon_sym_PIPE_AMP] = ACTIONS(1885), - [anon_sym_AMP_AMP] = ACTIONS(1885), - [anon_sym_PIPE_PIPE] = ACTIONS(1885), - [anon_sym_RBRACK] = ACTIONS(1885), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1885), - [anon_sym_LT] = ACTIONS(1885), - [anon_sym_GT] = ACTIONS(1885), - [anon_sym_GT_GT] = ACTIONS(1885), - [anon_sym_AMP_GT] = ACTIONS(1885), - [anon_sym_AMP_GT_GT] = ACTIONS(1885), - [anon_sym_LT_AMP] = ACTIONS(1885), - [anon_sym_GT_AMP] = ACTIONS(1885), - [anon_sym_LT_LT] = ACTIONS(1885), - [anon_sym_LT_LT_DASH] = ACTIONS(1885), - [anon_sym_DQUOTE] = ACTIONS(1885), - [sym_raw_string] = ACTIONS(1885), - [anon_sym_DOLLAR] = ACTIONS(1885), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1885), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1885), - [anon_sym_BQUOTE] = ACTIONS(1885), - [anon_sym_LT_LPAREN] = ACTIONS(1885), - [anon_sym_GT_LPAREN] = ACTIONS(1885), - [sym_word] = ACTIONS(1885), + [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(1885), - [anon_sym_LF] = ACTIONS(1885), - [anon_sym_AMP] = ACTIONS(1885), + [anon_sym_SEMI] = ACTIONS(1869), + [anon_sym_LF] = ACTIONS(1869), + [anon_sym_AMP] = ACTIONS(1869), }, [1441] = { - [sym_file_descriptor] = ACTIONS(1887), - [sym__concat] = ACTIONS(1887), - [sym_variable_name] = ACTIONS(1887), - [anon_sym_in] = ACTIONS(1889), - [anon_sym_PIPE] = ACTIONS(1889), - [anon_sym_RPAREN] = ACTIONS(1889), - [anon_sym_SEMI_SEMI] = ACTIONS(1889), - [anon_sym_RBRACE] = ACTIONS(1889), - [anon_sym_PIPE_AMP] = ACTIONS(1889), - [anon_sym_AMP_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1889), - [anon_sym_RBRACK] = ACTIONS(1889), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1889), - [anon_sym_LT] = ACTIONS(1889), - [anon_sym_GT] = ACTIONS(1889), - [anon_sym_GT_GT] = ACTIONS(1889), - [anon_sym_AMP_GT] = ACTIONS(1889), - [anon_sym_AMP_GT_GT] = ACTIONS(1889), - [anon_sym_LT_AMP] = ACTIONS(1889), - [anon_sym_GT_AMP] = ACTIONS(1889), - [anon_sym_LT_LT] = ACTIONS(1889), - [anon_sym_LT_LT_DASH] = ACTIONS(1889), - [anon_sym_DQUOTE] = ACTIONS(1889), - [sym_raw_string] = ACTIONS(1889), - [anon_sym_DOLLAR] = ACTIONS(1889), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1889), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1889), - [anon_sym_BQUOTE] = ACTIONS(1889), - [anon_sym_LT_LPAREN] = ACTIONS(1889), - [anon_sym_GT_LPAREN] = ACTIONS(1889), - [sym_word] = ACTIONS(1889), + [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(1889), - [anon_sym_LF] = ACTIONS(1889), - [anon_sym_AMP] = ACTIONS(1889), + [anon_sym_SEMI] = ACTIONS(1873), + [anon_sym_LF] = ACTIONS(1873), + [anon_sym_AMP] = ACTIONS(1873), }, [1442] = { - [anon_sym_RBRACK] = ACTIONS(3657), + [anon_sym_RBRACK] = ACTIONS(3632), [sym_comment] = ACTIONS(133), }, [1443] = { - [anon_sym_RBRACK] = ACTIONS(3659), + [anon_sym_RBRACK] = ACTIONS(3634), [sym_comment] = ACTIONS(133), }, [1444] = { - [anon_sym_RBRACE] = ACTIONS(3661), + [anon_sym_RBRACE] = ACTIONS(3636), [sym_comment] = ACTIONS(133), }, [1445] = { - [sym_file_descriptor] = ACTIONS(1617), - [sym__concat] = ACTIONS(1617), - [anon_sym_PIPE] = ACTIONS(1619), - [anon_sym_RPAREN] = ACTIONS(1619), - [anon_sym_SEMI_SEMI] = ACTIONS(1619), - [anon_sym_PIPE_AMP] = ACTIONS(1619), - [anon_sym_AMP_AMP] = ACTIONS(1619), - [anon_sym_PIPE_PIPE] = ACTIONS(1619), - [anon_sym_LT] = ACTIONS(1619), - [anon_sym_GT] = ACTIONS(1619), - [anon_sym_GT_GT] = ACTIONS(1619), - [anon_sym_AMP_GT] = ACTIONS(1619), - [anon_sym_AMP_GT_GT] = ACTIONS(1619), - [anon_sym_LT_AMP] = ACTIONS(1619), - [anon_sym_GT_AMP] = ACTIONS(1619), - [anon_sym_LT_LT] = ACTIONS(1619), - [anon_sym_LT_LT_DASH] = ACTIONS(1619), - [anon_sym_BQUOTE] = ACTIONS(1619), + [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(1619), - [anon_sym_LF] = ACTIONS(1619), - [anon_sym_AMP] = ACTIONS(1619), + [anon_sym_SEMI] = ACTIONS(1603), + [anon_sym_LF] = ACTIONS(1603), + [anon_sym_AMP] = ACTIONS(1603), }, [1446] = { - [anon_sym_RBRACE] = ACTIONS(3663), + [anon_sym_RBRACE] = ACTIONS(3638), [sym_comment] = ACTIONS(133), }, [1447] = { - [sym_file_descriptor] = ACTIONS(1623), - [sym__concat] = ACTIONS(1623), - [anon_sym_PIPE] = ACTIONS(1625), - [anon_sym_RPAREN] = ACTIONS(1625), - [anon_sym_SEMI_SEMI] = ACTIONS(1625), - [anon_sym_PIPE_AMP] = ACTIONS(1625), - [anon_sym_AMP_AMP] = ACTIONS(1625), - [anon_sym_PIPE_PIPE] = ACTIONS(1625), - [anon_sym_LT] = ACTIONS(1625), - [anon_sym_GT] = ACTIONS(1625), - [anon_sym_GT_GT] = ACTIONS(1625), - [anon_sym_AMP_GT] = ACTIONS(1625), - [anon_sym_AMP_GT_GT] = ACTIONS(1625), - [anon_sym_LT_AMP] = ACTIONS(1625), - [anon_sym_GT_AMP] = ACTIONS(1625), - [anon_sym_LT_LT] = ACTIONS(1625), - [anon_sym_LT_LT_DASH] = ACTIONS(1625), - [anon_sym_BQUOTE] = ACTIONS(1625), + [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(1625), - [anon_sym_LF] = ACTIONS(1625), - [anon_sym_AMP] = ACTIONS(1625), + [anon_sym_SEMI] = ACTIONS(1609), + [anon_sym_LF] = ACTIONS(1609), + [anon_sym_AMP] = ACTIONS(1609), }, [1448] = { - [anon_sym_RBRACE] = ACTIONS(3665), + [anon_sym_RBRACE] = ACTIONS(3640), [sym_comment] = ACTIONS(133), }, [1449] = { - [anon_sym_RBRACE] = ACTIONS(3667), + [anon_sym_RBRACE] = ACTIONS(3642), [sym_comment] = ACTIONS(133), }, [1450] = { - [sym_file_descriptor] = ACTIONS(1883), - [sym__concat] = ACTIONS(1883), - [anon_sym_PIPE] = ACTIONS(1885), - [anon_sym_RPAREN] = ACTIONS(1885), - [anon_sym_SEMI_SEMI] = ACTIONS(1885), - [anon_sym_PIPE_AMP] = ACTIONS(1885), - [anon_sym_AMP_AMP] = ACTIONS(1885), - [anon_sym_PIPE_PIPE] = ACTIONS(1885), - [anon_sym_RBRACK] = ACTIONS(1885), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1885), - [anon_sym_LT] = ACTIONS(1885), - [anon_sym_GT] = ACTIONS(1885), - [anon_sym_GT_GT] = ACTIONS(1885), - [anon_sym_AMP_GT] = ACTIONS(1885), - [anon_sym_AMP_GT_GT] = ACTIONS(1885), - [anon_sym_LT_AMP] = ACTIONS(1885), - [anon_sym_GT_AMP] = ACTIONS(1885), - [anon_sym_LT_LT] = ACTIONS(1885), - [anon_sym_LT_LT_DASH] = ACTIONS(1885), - [anon_sym_DQUOTE] = ACTIONS(1885), - [sym_raw_string] = ACTIONS(1885), - [anon_sym_DOLLAR] = ACTIONS(1885), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1885), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1885), - [anon_sym_BQUOTE] = ACTIONS(1885), - [anon_sym_LT_LPAREN] = ACTIONS(1885), - [anon_sym_GT_LPAREN] = ACTIONS(1885), - [sym_word] = ACTIONS(1885), + [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(1885), - [anon_sym_LF] = ACTIONS(1885), - [anon_sym_AMP] = ACTIONS(1885), + [anon_sym_SEMI] = ACTIONS(1869), + [anon_sym_LF] = ACTIONS(1869), + [anon_sym_AMP] = ACTIONS(1869), }, [1451] = { - [sym_file_descriptor] = ACTIONS(1887), - [sym__concat] = ACTIONS(1887), - [anon_sym_PIPE] = ACTIONS(1889), - [anon_sym_RPAREN] = ACTIONS(1889), - [anon_sym_SEMI_SEMI] = ACTIONS(1889), - [anon_sym_PIPE_AMP] = ACTIONS(1889), - [anon_sym_AMP_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1889), - [anon_sym_RBRACK] = ACTIONS(1889), - [anon_sym_RBRACK_RBRACK] = ACTIONS(1889), - [anon_sym_LT] = ACTIONS(1889), - [anon_sym_GT] = ACTIONS(1889), - [anon_sym_GT_GT] = ACTIONS(1889), - [anon_sym_AMP_GT] = ACTIONS(1889), - [anon_sym_AMP_GT_GT] = ACTIONS(1889), - [anon_sym_LT_AMP] = ACTIONS(1889), - [anon_sym_GT_AMP] = ACTIONS(1889), - [anon_sym_LT_LT] = ACTIONS(1889), - [anon_sym_LT_LT_DASH] = ACTIONS(1889), - [anon_sym_DQUOTE] = ACTIONS(1889), - [sym_raw_string] = ACTIONS(1889), - [anon_sym_DOLLAR] = ACTIONS(1889), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1889), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1889), - [anon_sym_BQUOTE] = ACTIONS(1889), - [anon_sym_LT_LPAREN] = ACTIONS(1889), - [anon_sym_GT_LPAREN] = ACTIONS(1889), - [sym_word] = ACTIONS(1889), + [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(1889), - [anon_sym_LF] = ACTIONS(1889), - [anon_sym_AMP] = ACTIONS(1889), + [anon_sym_SEMI] = ACTIONS(1873), + [anon_sym_LF] = ACTIONS(1873), + [anon_sym_AMP] = ACTIONS(1873), }, [1452] = { - [sym_file_descriptor] = ACTIONS(2059), - [sym__concat] = ACTIONS(2059), - [sym_variable_name] = ACTIONS(2059), - [anon_sym_PIPE] = ACTIONS(2061), - [anon_sym_RPAREN] = ACTIONS(2061), - [anon_sym_SEMI_SEMI] = ACTIONS(2061), - [anon_sym_RBRACE] = ACTIONS(2061), - [anon_sym_PIPE_AMP] = ACTIONS(2061), - [anon_sym_AMP_AMP] = ACTIONS(2061), - [anon_sym_PIPE_PIPE] = ACTIONS(2061), - [anon_sym_LT] = ACTIONS(2061), - [anon_sym_GT] = ACTIONS(2061), - [anon_sym_GT_GT] = ACTIONS(2061), - [anon_sym_AMP_GT] = ACTIONS(2061), - [anon_sym_AMP_GT_GT] = ACTIONS(2061), - [anon_sym_LT_AMP] = ACTIONS(2061), - [anon_sym_GT_AMP] = ACTIONS(2061), - [anon_sym_DQUOTE] = ACTIONS(2061), - [sym_raw_string] = ACTIONS(2061), - [anon_sym_DOLLAR] = ACTIONS(2061), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2061), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2061), - [anon_sym_BQUOTE] = ACTIONS(2061), - [anon_sym_LT_LPAREN] = ACTIONS(2061), - [anon_sym_GT_LPAREN] = ACTIONS(2061), - [sym_word] = ACTIONS(2061), + [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(2061), - [anon_sym_LF] = ACTIONS(2061), - [anon_sym_AMP] = ACTIONS(2061), + [anon_sym_SEMI] = ACTIONS(2045), + [anon_sym_LF] = ACTIONS(2045), + [anon_sym_AMP] = ACTIONS(2045), }, [1453] = { - [sym_file_descriptor] = ACTIONS(2063), - [sym__concat] = ACTIONS(2063), - [sym_variable_name] = ACTIONS(2063), - [anon_sym_PIPE] = ACTIONS(2065), - [anon_sym_RPAREN] = ACTIONS(2065), - [anon_sym_SEMI_SEMI] = ACTIONS(2065), - [anon_sym_RBRACE] = ACTIONS(2065), - [anon_sym_PIPE_AMP] = ACTIONS(2065), - [anon_sym_AMP_AMP] = ACTIONS(2065), - [anon_sym_PIPE_PIPE] = ACTIONS(2065), - [anon_sym_LT] = ACTIONS(2065), - [anon_sym_GT] = ACTIONS(2065), - [anon_sym_GT_GT] = ACTIONS(2065), - [anon_sym_AMP_GT] = ACTIONS(2065), - [anon_sym_AMP_GT_GT] = ACTIONS(2065), - [anon_sym_LT_AMP] = ACTIONS(2065), - [anon_sym_GT_AMP] = ACTIONS(2065), - [anon_sym_DQUOTE] = ACTIONS(2065), - [sym_raw_string] = ACTIONS(2065), - [anon_sym_DOLLAR] = ACTIONS(2065), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2065), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2065), - [anon_sym_BQUOTE] = ACTIONS(2065), - [anon_sym_LT_LPAREN] = ACTIONS(2065), - [anon_sym_GT_LPAREN] = ACTIONS(2065), - [sym_word] = ACTIONS(2065), + [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(2065), - [anon_sym_LF] = ACTIONS(2065), - [anon_sym_AMP] = ACTIONS(2065), + [anon_sym_SEMI] = ACTIONS(2049), + [anon_sym_LF] = ACTIONS(2049), + [anon_sym_AMP] = ACTIONS(2049), }, [1454] = { - [sym_file_descriptor] = ACTIONS(2059), - [sym__concat] = ACTIONS(2059), - [sym_variable_name] = ACTIONS(2059), - [anon_sym_PIPE] = ACTIONS(2061), - [anon_sym_RPAREN] = ACTIONS(2061), - [anon_sym_SEMI_SEMI] = ACTIONS(2061), - [anon_sym_PIPE_AMP] = ACTIONS(2061), - [anon_sym_AMP_AMP] = ACTIONS(2061), - [anon_sym_PIPE_PIPE] = ACTIONS(2061), - [anon_sym_LT] = ACTIONS(2061), - [anon_sym_GT] = ACTIONS(2061), - [anon_sym_GT_GT] = ACTIONS(2061), - [anon_sym_AMP_GT] = ACTIONS(2061), - [anon_sym_AMP_GT_GT] = ACTIONS(2061), - [anon_sym_LT_AMP] = ACTIONS(2061), - [anon_sym_GT_AMP] = ACTIONS(2061), - [anon_sym_LT_LT] = ACTIONS(2061), - [anon_sym_LT_LT_DASH] = ACTIONS(2061), - [anon_sym_DQUOTE] = ACTIONS(2061), - [sym_raw_string] = ACTIONS(2061), - [anon_sym_DOLLAR] = ACTIONS(2061), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2061), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2061), - [anon_sym_BQUOTE] = ACTIONS(2061), - [anon_sym_LT_LPAREN] = ACTIONS(2061), - [anon_sym_GT_LPAREN] = ACTIONS(2061), - [sym_word] = ACTIONS(2061), + [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(2061), - [anon_sym_LF] = ACTIONS(2061), - [anon_sym_AMP] = ACTIONS(2061), + [anon_sym_SEMI] = ACTIONS(2045), + [anon_sym_LF] = ACTIONS(2045), + [anon_sym_AMP] = ACTIONS(2045), }, [1455] = { - [sym_file_descriptor] = ACTIONS(2063), - [sym__concat] = ACTIONS(2063), - [sym_variable_name] = ACTIONS(2063), - [anon_sym_PIPE] = ACTIONS(2065), - [anon_sym_RPAREN] = ACTIONS(2065), - [anon_sym_SEMI_SEMI] = ACTIONS(2065), - [anon_sym_PIPE_AMP] = ACTIONS(2065), - [anon_sym_AMP_AMP] = ACTIONS(2065), - [anon_sym_PIPE_PIPE] = ACTIONS(2065), - [anon_sym_LT] = ACTIONS(2065), - [anon_sym_GT] = ACTIONS(2065), - [anon_sym_GT_GT] = ACTIONS(2065), - [anon_sym_AMP_GT] = ACTIONS(2065), - [anon_sym_AMP_GT_GT] = ACTIONS(2065), - [anon_sym_LT_AMP] = ACTIONS(2065), - [anon_sym_GT_AMP] = ACTIONS(2065), - [anon_sym_LT_LT] = ACTIONS(2065), - [anon_sym_LT_LT_DASH] = ACTIONS(2065), - [anon_sym_DQUOTE] = ACTIONS(2065), - [sym_raw_string] = ACTIONS(2065), - [anon_sym_DOLLAR] = ACTIONS(2065), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2065), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2065), - [anon_sym_BQUOTE] = ACTIONS(2065), - [anon_sym_LT_LPAREN] = ACTIONS(2065), - [anon_sym_GT_LPAREN] = ACTIONS(2065), - [sym_word] = ACTIONS(2065), + [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(2065), - [anon_sym_LF] = ACTIONS(2065), - [anon_sym_AMP] = ACTIONS(2065), + [anon_sym_SEMI] = ACTIONS(2049), + [anon_sym_LF] = ACTIONS(2049), + [anon_sym_AMP] = ACTIONS(2049), }, [1456] = { - [sym_file_descriptor] = ACTIONS(2059), - [sym__concat] = ACTIONS(2059), - [sym_variable_name] = ACTIONS(2059), - [anon_sym_in] = ACTIONS(2061), - [anon_sym_PIPE] = ACTIONS(2061), - [anon_sym_RPAREN] = ACTIONS(2061), - [anon_sym_SEMI_SEMI] = ACTIONS(2061), - [anon_sym_RBRACE] = ACTIONS(2061), - [anon_sym_PIPE_AMP] = ACTIONS(2061), - [anon_sym_AMP_AMP] = ACTIONS(2061), - [anon_sym_PIPE_PIPE] = ACTIONS(2061), - [anon_sym_RBRACK] = ACTIONS(2061), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2061), - [anon_sym_LT] = ACTIONS(2061), - [anon_sym_GT] = ACTIONS(2061), - [anon_sym_GT_GT] = ACTIONS(2061), - [anon_sym_AMP_GT] = ACTIONS(2061), - [anon_sym_AMP_GT_GT] = ACTIONS(2061), - [anon_sym_LT_AMP] = ACTIONS(2061), - [anon_sym_GT_AMP] = ACTIONS(2061), - [anon_sym_LT_LT] = ACTIONS(2061), - [anon_sym_LT_LT_DASH] = ACTIONS(2061), - [anon_sym_DQUOTE] = ACTIONS(2061), - [sym_raw_string] = ACTIONS(2061), - [anon_sym_DOLLAR] = ACTIONS(2061), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2061), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2061), - [anon_sym_BQUOTE] = ACTIONS(2061), - [anon_sym_LT_LPAREN] = ACTIONS(2061), - [anon_sym_GT_LPAREN] = ACTIONS(2061), - [sym_word] = ACTIONS(2061), + [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(2061), - [anon_sym_LF] = ACTIONS(2061), - [anon_sym_AMP] = ACTIONS(2061), + [anon_sym_SEMI] = ACTIONS(2045), + [anon_sym_LF] = ACTIONS(2045), + [anon_sym_AMP] = ACTIONS(2045), }, [1457] = { - [sym_file_descriptor] = ACTIONS(2063), - [sym__concat] = ACTIONS(2063), - [sym_variable_name] = ACTIONS(2063), - [anon_sym_in] = ACTIONS(2065), - [anon_sym_PIPE] = ACTIONS(2065), - [anon_sym_RPAREN] = ACTIONS(2065), - [anon_sym_SEMI_SEMI] = ACTIONS(2065), - [anon_sym_RBRACE] = ACTIONS(2065), - [anon_sym_PIPE_AMP] = ACTIONS(2065), - [anon_sym_AMP_AMP] = ACTIONS(2065), - [anon_sym_PIPE_PIPE] = ACTIONS(2065), - [anon_sym_RBRACK] = ACTIONS(2065), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2065), - [anon_sym_LT] = ACTIONS(2065), - [anon_sym_GT] = ACTIONS(2065), - [anon_sym_GT_GT] = ACTIONS(2065), - [anon_sym_AMP_GT] = ACTIONS(2065), - [anon_sym_AMP_GT_GT] = ACTIONS(2065), - [anon_sym_LT_AMP] = ACTIONS(2065), - [anon_sym_GT_AMP] = ACTIONS(2065), - [anon_sym_LT_LT] = ACTIONS(2065), - [anon_sym_LT_LT_DASH] = ACTIONS(2065), - [anon_sym_DQUOTE] = ACTIONS(2065), - [sym_raw_string] = ACTIONS(2065), - [anon_sym_DOLLAR] = ACTIONS(2065), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2065), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2065), - [anon_sym_BQUOTE] = ACTIONS(2065), - [anon_sym_LT_LPAREN] = ACTIONS(2065), - [anon_sym_GT_LPAREN] = ACTIONS(2065), - [sym_word] = ACTIONS(2065), + [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(2065), - [anon_sym_LF] = ACTIONS(2065), - [anon_sym_AMP] = ACTIONS(2065), + [anon_sym_SEMI] = ACTIONS(2049), + [anon_sym_LF] = ACTIONS(2049), + [anon_sym_AMP] = ACTIONS(2049), }, [1458] = { - [anon_sym_RBRACE] = ACTIONS(3669), + [anon_sym_RBRACE] = ACTIONS(3644), [sym_comment] = ACTIONS(133), }, [1459] = { - [anon_sym_RBRACE] = ACTIONS(3671), + [anon_sym_RBRACE] = ACTIONS(3646), [sym_comment] = ACTIONS(133), }, [1460] = { - [sym_file_descriptor] = ACTIONS(1883), - [sym__concat] = ACTIONS(1883), - [anon_sym_PIPE] = ACTIONS(1885), - [anon_sym_RPAREN] = ACTIONS(1885), - [anon_sym_SEMI_SEMI] = ACTIONS(1885), - [anon_sym_PIPE_AMP] = ACTIONS(1885), - [anon_sym_AMP_AMP] = ACTIONS(1885), - [anon_sym_PIPE_PIPE] = ACTIONS(1885), - [anon_sym_LT] = ACTIONS(1885), - [anon_sym_GT] = ACTIONS(1885), - [anon_sym_GT_GT] = ACTIONS(1885), - [anon_sym_AMP_GT] = ACTIONS(1885), - [anon_sym_AMP_GT_GT] = ACTIONS(1885), - [anon_sym_LT_AMP] = ACTIONS(1885), - [anon_sym_GT_AMP] = ACTIONS(1885), - [anon_sym_LT_LT] = ACTIONS(1885), - [anon_sym_LT_LT_DASH] = ACTIONS(1885), - [anon_sym_BQUOTE] = ACTIONS(1885), + [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(1885), - [anon_sym_LF] = ACTIONS(1885), - [anon_sym_AMP] = ACTIONS(1885), + [anon_sym_SEMI] = ACTIONS(1869), + [anon_sym_LF] = ACTIONS(1869), + [anon_sym_AMP] = ACTIONS(1869), }, [1461] = { - [sym_file_descriptor] = ACTIONS(1887), - [sym__concat] = ACTIONS(1887), - [anon_sym_PIPE] = ACTIONS(1889), - [anon_sym_RPAREN] = ACTIONS(1889), - [anon_sym_SEMI_SEMI] = ACTIONS(1889), - [anon_sym_PIPE_AMP] = ACTIONS(1889), - [anon_sym_AMP_AMP] = ACTIONS(1889), - [anon_sym_PIPE_PIPE] = ACTIONS(1889), - [anon_sym_LT] = ACTIONS(1889), - [anon_sym_GT] = ACTIONS(1889), - [anon_sym_GT_GT] = ACTIONS(1889), - [anon_sym_AMP_GT] = ACTIONS(1889), - [anon_sym_AMP_GT_GT] = ACTIONS(1889), - [anon_sym_LT_AMP] = ACTIONS(1889), - [anon_sym_GT_AMP] = ACTIONS(1889), - [anon_sym_LT_LT] = ACTIONS(1889), - [anon_sym_LT_LT_DASH] = ACTIONS(1889), - [anon_sym_BQUOTE] = ACTIONS(1889), + [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(1889), - [anon_sym_LF] = ACTIONS(1889), - [anon_sym_AMP] = ACTIONS(1889), + [anon_sym_SEMI] = ACTIONS(1873), + [anon_sym_LF] = ACTIONS(1873), + [anon_sym_AMP] = ACTIONS(1873), }, [1462] = { - [sym_file_descriptor] = ACTIONS(2059), - [sym__concat] = ACTIONS(2059), - [anon_sym_PIPE] = ACTIONS(2061), - [anon_sym_RPAREN] = ACTIONS(2061), - [anon_sym_SEMI_SEMI] = ACTIONS(2061), - [anon_sym_PIPE_AMP] = ACTIONS(2061), - [anon_sym_AMP_AMP] = ACTIONS(2061), - [anon_sym_PIPE_PIPE] = ACTIONS(2061), - [anon_sym_RBRACK] = ACTIONS(2061), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2061), - [anon_sym_LT] = ACTIONS(2061), - [anon_sym_GT] = ACTIONS(2061), - [anon_sym_GT_GT] = ACTIONS(2061), - [anon_sym_AMP_GT] = ACTIONS(2061), - [anon_sym_AMP_GT_GT] = ACTIONS(2061), - [anon_sym_LT_AMP] = ACTIONS(2061), - [anon_sym_GT_AMP] = ACTIONS(2061), - [anon_sym_LT_LT] = ACTIONS(2061), - [anon_sym_LT_LT_DASH] = ACTIONS(2061), - [anon_sym_DQUOTE] = ACTIONS(2061), - [sym_raw_string] = ACTIONS(2061), - [anon_sym_DOLLAR] = ACTIONS(2061), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2061), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2061), - [anon_sym_BQUOTE] = ACTIONS(2061), - [anon_sym_LT_LPAREN] = ACTIONS(2061), - [anon_sym_GT_LPAREN] = ACTIONS(2061), - [sym_word] = ACTIONS(2061), + [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(2061), - [anon_sym_LF] = ACTIONS(2061), - [anon_sym_AMP] = ACTIONS(2061), + [anon_sym_SEMI] = ACTIONS(2045), + [anon_sym_LF] = ACTIONS(2045), + [anon_sym_AMP] = ACTIONS(2045), }, [1463] = { - [sym_file_descriptor] = ACTIONS(2063), - [sym__concat] = ACTIONS(2063), - [anon_sym_PIPE] = ACTIONS(2065), - [anon_sym_RPAREN] = ACTIONS(2065), - [anon_sym_SEMI_SEMI] = ACTIONS(2065), - [anon_sym_PIPE_AMP] = ACTIONS(2065), - [anon_sym_AMP_AMP] = ACTIONS(2065), - [anon_sym_PIPE_PIPE] = ACTIONS(2065), - [anon_sym_RBRACK] = ACTIONS(2065), - [anon_sym_RBRACK_RBRACK] = ACTIONS(2065), - [anon_sym_LT] = ACTIONS(2065), - [anon_sym_GT] = ACTIONS(2065), - [anon_sym_GT_GT] = ACTIONS(2065), - [anon_sym_AMP_GT] = ACTIONS(2065), - [anon_sym_AMP_GT_GT] = ACTIONS(2065), - [anon_sym_LT_AMP] = ACTIONS(2065), - [anon_sym_GT_AMP] = ACTIONS(2065), - [anon_sym_LT_LT] = ACTIONS(2065), - [anon_sym_LT_LT_DASH] = ACTIONS(2065), - [anon_sym_DQUOTE] = ACTIONS(2065), - [sym_raw_string] = ACTIONS(2065), - [anon_sym_DOLLAR] = ACTIONS(2065), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(2065), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(2065), - [anon_sym_BQUOTE] = ACTIONS(2065), - [anon_sym_LT_LPAREN] = ACTIONS(2065), - [anon_sym_GT_LPAREN] = ACTIONS(2065), - [sym_word] = ACTIONS(2065), + [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(2065), - [anon_sym_LF] = ACTIONS(2065), - [anon_sym_AMP] = ACTIONS(2065), + [anon_sym_SEMI] = ACTIONS(2049), + [anon_sym_LF] = ACTIONS(2049), + [anon_sym_AMP] = ACTIONS(2049), }, [1464] = { - [sym_file_descriptor] = ACTIONS(2059), - [sym__concat] = ACTIONS(2059), - [anon_sym_PIPE] = ACTIONS(2061), - [anon_sym_RPAREN] = ACTIONS(2061), - [anon_sym_SEMI_SEMI] = ACTIONS(2061), - [anon_sym_PIPE_AMP] = ACTIONS(2061), - [anon_sym_AMP_AMP] = ACTIONS(2061), - [anon_sym_PIPE_PIPE] = ACTIONS(2061), - [anon_sym_LT] = ACTIONS(2061), - [anon_sym_GT] = ACTIONS(2061), - [anon_sym_GT_GT] = ACTIONS(2061), - [anon_sym_AMP_GT] = ACTIONS(2061), - [anon_sym_AMP_GT_GT] = ACTIONS(2061), - [anon_sym_LT_AMP] = ACTIONS(2061), - [anon_sym_GT_AMP] = ACTIONS(2061), - [anon_sym_LT_LT] = ACTIONS(2061), - [anon_sym_LT_LT_DASH] = ACTIONS(2061), - [anon_sym_BQUOTE] = ACTIONS(2061), + [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(2061), - [anon_sym_LF] = ACTIONS(2061), - [anon_sym_AMP] = ACTIONS(2061), + [anon_sym_SEMI] = ACTIONS(2045), + [anon_sym_LF] = ACTIONS(2045), + [anon_sym_AMP] = ACTIONS(2045), }, [1465] = { - [sym_file_descriptor] = ACTIONS(2063), - [sym__concat] = ACTIONS(2063), - [anon_sym_PIPE] = ACTIONS(2065), - [anon_sym_RPAREN] = ACTIONS(2065), - [anon_sym_SEMI_SEMI] = ACTIONS(2065), - [anon_sym_PIPE_AMP] = ACTIONS(2065), - [anon_sym_AMP_AMP] = ACTIONS(2065), - [anon_sym_PIPE_PIPE] = ACTIONS(2065), - [anon_sym_LT] = ACTIONS(2065), - [anon_sym_GT] = ACTIONS(2065), - [anon_sym_GT_GT] = ACTIONS(2065), - [anon_sym_AMP_GT] = ACTIONS(2065), - [anon_sym_AMP_GT_GT] = ACTIONS(2065), - [anon_sym_LT_AMP] = ACTIONS(2065), - [anon_sym_GT_AMP] = ACTIONS(2065), - [anon_sym_LT_LT] = ACTIONS(2065), - [anon_sym_LT_LT_DASH] = ACTIONS(2065), - [anon_sym_BQUOTE] = ACTIONS(2065), + [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(2065), - [anon_sym_LF] = ACTIONS(2065), - [anon_sym_AMP] = ACTIONS(2065), + [anon_sym_SEMI] = ACTIONS(2049), + [anon_sym_LF] = ACTIONS(2049), + [anon_sym_AMP] = ACTIONS(2049), }, }; @@ -36190,7 +36183,7 @@ static TSParseActionEntry ts_parse_actions[] = { [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, .fragile = true), + [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), @@ -36202,1513 +36195,1501 @@ static TSParseActionEntry ts_parse_actions[] = { [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 = false}, REDUCE(aux_sym_command_repeat1, 1), - [305] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_command_repeat1, 1), - [307] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_program, 1), - [309] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(14), - [311] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(129), - [313] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(129), - [315] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(131), - [317] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(132), - [319] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(133), - [321] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(134), - [323] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(135), - [325] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(136), - [327] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(137), - [329] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(132), - [331] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(139), - [333] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(140), - [335] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(141), - [337] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(142), - [339] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(143), - [341] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(144), - [343] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(145), - [345] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(146), - [347] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(147), - [349] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(142), - [351] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(148), - [353] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(149), - [355] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(151), - [357] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(152), - [359] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(153), - [361] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(155), - [363] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(156), - [365] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(157), - [367] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(159), - [369] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(159), - [371] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(160), - [373] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(162), - [375] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(163), - [377] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(171), - [379] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(172), - [381] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(173), - [383] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(176), - [385] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(178), - [387] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_for_statement_repeat1, 1), - [389] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_for_statement_repeat1, 1), - [391] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_for_statement_repeat1, 1), - [393] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(180), - [395] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(180), - [397] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(181), - [399] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(183), - [401] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(184), - [403] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(192), - [405] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(193), - [407] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(193), - [409] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(195), - [411] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_file_redirect, 2), - [413] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(197), - [415] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_file_redirect, 2), - [417] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(199), - [419] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(199), - [421] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(200), - [423] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(202), - [425] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(203), - [427] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_string, 2), - [429] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_string, 2), - [431] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_string_repeat1, 1), - [433] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_string_repeat1, 1), - [435] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(211), - [437] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(211), - [439] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(212), - [441] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(214), - [443] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(215), - [445] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(221), - [447] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(222), - [449] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(223), - [451] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(223), - [453] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_concatenation, 2), - [455] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(224), - [457] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_concatenation, 2), - [459] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_special_variable_name, 1), - [461] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_special_variable_name, 1), - [463] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_simple_expansion, 2, .rename_sequence_id = 1), - [465] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_simple_expansion, 2, .rename_sequence_id = 1), - [467] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_simple_expansion, 2), - [469] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_simple_expansion, 2), - [471] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_special_variable_name, 1), - [473] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(225), - [475] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(227), - [477] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(228), - [479] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(229), - [481] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(229), - [483] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(230), - [485] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(231), - [487] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(232), - [489] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(232), - [491] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(233), - [493] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(234), - [495] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(237), - [497] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(237), - [499] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(239), - [501] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(245), - [503] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(247), - [505] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_command_name, 1), - [507] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(249), - [509] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(249), - [511] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(250), - [513] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(252), - [515] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(253), - [517] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(261), - [519] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(262), - [521] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(263), - [523] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(262), - [525] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(264), - [527] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(265), - [529] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_command, 1, .fragile = true), - [531] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_command, 1, .fragile = true), - [533] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(266), - [535] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(266), - [537] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(267), - [539] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(267), - [541] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(268), - [543] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(268), - [545] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(264), - [547] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_command_repeat1, 1, .fragile = true), - [549] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(95), - [551] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(274), - [553] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(274), - [555] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(275), - [557] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(275), - [559] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(278), - [561] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(279), - [563] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__terminated_statement, 2), - [565] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__terminated_statement, 2), - [567] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__terminated_statement, 2), - [569] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(284), - [571] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(284), - [573] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(285), - [575] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(286), - [577] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(287), - [579] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(288), - [581] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(289), - [583] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(290), - [585] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(291), - [587] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(286), - [589] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(293), - [591] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(294), - [593] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat2, 1), - [595] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat2, 1), - [597] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command, 2, .fragile = true), - [599] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(296), - [601] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command, 2), - [603] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_program_repeat1, 2), - [605] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_program_repeat1, 2), - [607] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_program_repeat1, 2), - [609] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat1, 2), - [611] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_command_repeat1, 2), - [613] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_file_redirect, 3), - [615] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_file_redirect, 3), - [617] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(301), - [619] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(303), - [621] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(304), - [623] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(306), - [625] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(306), - [627] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(307), - [629] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(309), - [631] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(310), - [633] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_environment_variable_assignment, 3), - [635] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_environment_variable_assignment, 3), - [637] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(318), - [639] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(319), - [641] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(321), - [643] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(323), - [645] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(325), - [647] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(325), - [649] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(326), - [651] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(328), - [653] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(329), - [655] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(337), - [657] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(338), - [659] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(339), - [661] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(340), - [663] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(341), - [665] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(342), - [667] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(343), - [669] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(338), - [671] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(346), - [673] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_while_statement, 3), - [675] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(348), - [677] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(349), - [679] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(350), - [681] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(355), - [683] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(356), - [685] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(356), - [687] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(357), - [689] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(358), - [691] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(359), - [693] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(360), - [695] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(362), - [697] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(363), - [699] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(364), - [701] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(364), - [703] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(365), - [705] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(366), - [707] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(367), - [709] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(367), - [711] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(368), - [713] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(369), - [715] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(370), - [717] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_subshell, 3), - [719] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(371), - [721] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(371), - [723] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(372), - [725] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_string, 2), - [727] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(373), - [729] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(374), - [731] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(374), - [733] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(375), - [735] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_concatenation, 2), - [737] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_simple_expansion, 2, .rename_sequence_id = 1), - [739] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_simple_expansion, 2), - [741] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(376), - [743] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(378), - [745] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(379), - [747] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(380), - [749] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(380), - [751] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(381), - [753] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(382), - [755] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(383), - [757] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(383), - [759] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(384), - [761] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(385), - [763] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_bracket_command, 3), - [765] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_for_statement_repeat1, 2), - [767] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_for_statement_repeat1, 2), - [769] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_for_statement_repeat1, 2), - [771] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(386), - [773] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(387), - [775] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(387), - [777] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(388), - [779] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(389), - [781] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(391), - [783] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(392), - [785] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(393), - [787] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(393), - [789] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(394), - [791] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(395), - [793] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(396), - [795] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(396), - [797] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(397), - [799] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(398), - [801] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(399), - [803] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(401), - [805] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(402), - [807] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(403), - [809] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(403), - [811] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(404), - [813] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(405), - [815] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(406), - [817] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(406), - [819] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(407), - [821] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_string, 3), - [823] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_string, 3), - [825] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_string_repeat1, 2), - [827] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_string_repeat1, 2), - [829] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_concatenation_repeat1, 2), - [831] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_concatenation_repeat1, 2), - [833] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(408), - [835] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(408), - [837] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(409), - [839] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(410), - [841] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(411), - [843] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(412), - [845] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expansion, 3, .rename_sequence_id = 2), - [847] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expansion, 3, .rename_sequence_id = 2), - [849] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(413), - [851] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(414), - [853] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(414), - [855] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expansion, 3), - [857] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expansion, 3), - [859] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(416), - [861] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(417), - [863] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(417), - [865] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(419), - [867] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(420), - [869] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(421), - [871] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(421), - [873] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(422), - [875] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(423), - [877] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(425), - [879] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(426), - [881] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(427), - [883] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(428), - [885] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(429), - [887] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(430), - [889] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(433), - [891] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(434), - [893] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(435), - [895] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(435), - [897] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(436), - [899] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(437), - [901] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(439), - [903] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(440), - [905] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(441), - [907] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(441), - [909] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(442), - [911] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(443), - [913] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(444), - [915] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(444), - [917] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(445), - [919] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(446), - [921] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(447), - [923] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_command_substitution, 3), - [925] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command_substitution, 3), - [927] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(452), - [929] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(452), - [931] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(453), - [933] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(454), - [935] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(455), - [937] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(456), - [939] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(457), - [941] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(458), - [943] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(459), - [945] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(454), - [947] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(461), - [949] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(462), - [951] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_command_repeat2, 1), - [953] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_command, 2, .fragile = true), - [955] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_command, 2, .fragile = true), - [957] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(464), - [959] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(464), - [961] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_command, 2), - [963] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_command, 2), - [965] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_process_substitution, 3), - [967] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_process_substitution, 3), - [969] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(473), - [971] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_pipeline, 3, .fragile = true), - [973] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_list, 3, .fragile = true), - [975] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(475), - [977] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(475), - [979] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(477), - [981] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(479), - [983] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_file_redirect, 2), - [985] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(481), - [987] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(481), - [989] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(482), - [991] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(484), - [993] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(485), - [995] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_heredoc, 1), - [997] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_heredoc, 1), - [999] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(493), - [1001] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(494), - [1003] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(495), - [1005] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(496), - [1007] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_heredoc_redirect, 2), - [1009] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_heredoc_redirect, 2), - [1011] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command, 3), - [1013] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat2, 2), - [1015] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat2, 2), - [1017] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command, 3, .fragile = true), - [1019] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(499), - [1021] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(500), - [1023] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(500), - [1025] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_subscript, 4), - [1027] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(501), - [1029] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(502), - [1031] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(504), - [1033] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(505), - [1035] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(506), - [1037] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(506), - [1039] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(507), - [1041] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(508), - [1043] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(509), - [1045] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(509), - [1047] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(510), - [1049] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(511), - [1051] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array, 2), - [1053] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_array, 2), - [1055] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_array_repeat1, 1), - [1057] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_array_repeat1, 1), - [1059] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(512), - [1061] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(513), - [1063] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(514), - [1065] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(515), - [1067] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(515), - [1069] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(516), - [1071] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(517), - [1073] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(519), - [1075] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(520), - [1077] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(521), - [1079] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(521), - [1081] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(522), - [1083] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(523), - [1085] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(524), - [1087] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(524), - [1089] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(525), - [1091] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(526), - [1093] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(527), - [1095] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(529), - [1097] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(531), - [1099] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(531), - [1101] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(532), - [1103] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(534), - [1105] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(535), - [1107] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(543), - [1109] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(337), - [1111] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(544), - [1113] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(339), - [1115] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(340), - [1117] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(341), - [1119] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(342), - [1121] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(343), - [1123] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_do_group, 2), - [1125] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(546), - [1127] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 4), - [1129] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_else_clause, 1), - [1131] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_if_statement_repeat1, 1), - [1133] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(549), - [1135] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(549), - [1137] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(349), - [1139] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(350), - [1141] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(553), - [1143] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(554), - [1145] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(554), - [1147] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(558), - [1149] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(559), - [1151] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(559), - [1153] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(560), - [1155] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(561), - [1157] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(562), - [1159] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(563), - [1161] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(564), - [1163] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(565), - [1165] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(565), - [1167] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(567), - [1169] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(568), - [1171] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(568), - [1173] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_subshell, 4), - [1175] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(571), - [1177] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_string, 3), - [1179] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_concatenation_repeat1, 2), - [1181] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(572), - [1183] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(572), - [1185] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(573), - [1187] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(574), - [1189] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(575), - [1191] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(576), - [1193] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expansion, 3, .rename_sequence_id = 2), - [1195] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(577), - [1197] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(578), - [1199] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(578), - [1201] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expansion, 3), - [1203] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(580), - [1205] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(581), - [1207] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(581), - [1209] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_command_substitution, 3), - [1211] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_process_substitution, 3), - [1213] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(583), - [1215] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(583), - [1217] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(584), - [1219] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(585), - [1221] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(586), - [1223] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(587), - [1225] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(588), - [1227] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(589), - [1229] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(589), - [1231] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(591), - [1233] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(592), - [1235] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(592), - [1237] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(594), - [1239] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(595), - [1241] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(596), - [1243] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(597), - [1245] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(598), - [1247] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(599), - [1249] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(599), - [1251] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(601), - [1253] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(602), - [1255] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(602), - [1257] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_concatenation_repeat1, 3), - [1259] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_concatenation_repeat1, 3), - [1261] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expansion, 4, .rename_sequence_id = 3), - [1263] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expansion, 4, .rename_sequence_id = 3), - [1265] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(604), - [1267] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expansion, 4), - [1269] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expansion, 4), - [1271] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(605), - [1273] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(606), - [1275] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(607), - [1277] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(608), - [1279] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(609), - [1281] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_environment_variable_assignment, 3), - [1283] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(610), - [1285] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(613), - [1287] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_while_statement, 3), - [1289] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_while_statement, 3), - [1291] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(615), - [1293] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(619), - [1295] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(620), - [1297] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(621), - [1299] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_subshell, 3), - [1301] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_subshell, 3), - [1303] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(622), - [1305] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(622), - [1307] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(623), - [1309] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bracket_command, 3), - [1311] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bracket_command, 3), - [1313] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(624), - [1315] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(624), - [1317] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(625), - [1319] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(626), - [1321] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(627), - [1323] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(628), - [1325] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(629), - [1327] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(630), - [1329] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(630), - [1331] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(632), - [1333] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(633), - [1335] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(633), - [1337] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(635), - [1339] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pipeline, 3, .fragile = true), - [1341] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pipeline, 3, .fragile = true), - [1343] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_list, 3, .fragile = true), - [1345] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_list, 3, .fragile = true), - [1347] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(637), - [1349] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(637), - [1351] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(639), - [1353] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(641), - [1355] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(643), - [1357] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(643), - [1359] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(644), - [1361] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(646), - [1363] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(647), - [1365] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_heredoc, 1), - [1367] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(655), - [1369] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_heredoc_redirect, 2), - [1371] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_command, 3), - [1373] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_command, 3), - [1375] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_command_repeat2, 2), - [1377] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_command, 3, .fragile = true), - [1379] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_command, 3, .fragile = true), - [1381] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(658), - [1383] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_function_definition, 4), - [1385] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_file_redirect, 3), - [1387] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(660), - [1389] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(661), - [1391] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(661), - [1393] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(662), - [1395] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(663), - [1397] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(665), - [1399] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(666), - [1401] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(667), - [1403] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(667), - [1405] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(668), - [1407] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(669), - [1409] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(670), - [1411] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(670), - [1413] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(671), - [1415] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(672), - [1417] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_heredoc_repeat1, 1), - [1419] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_heredoc_repeat1, 1), - [1421] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_heredoc, 2), - [1423] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_heredoc, 2), - [1425] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(673), - [1427] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(673), - [1429] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(674), - [1431] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(676), - [1433] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(677), - [1435] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(679), - [1437] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(680), - [1439] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command, 4), - [1441] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(681), - [1443] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(681), - [1445] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(682), - [1447] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(683), - [1449] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(684), - [1451] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(685), - [1453] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(686), - [1455] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(687), - [1457] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(687), - [1459] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(689), - [1461] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(690), - [1463] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(690), - [1465] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array, 3), - [1467] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_array, 3), - [1469] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_array_repeat1, 2), - [1471] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_array_repeat1, 2), - [1473] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(692), - [1475] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(692), - [1477] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(693), - [1479] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(694), - [1481] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(695), - [1483] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(696), - [1485] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(697), - [1487] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(698), - [1489] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(698), - [1491] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(700), - [1493] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(701), - [1495] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(701), - [1497] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(703), - [1499] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(704), - [1501] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(704), - [1503] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(705), - [1505] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(706), - [1507] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(708), - [1509] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(709), - [1511] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(710), - [1513] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(710), - [1515] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(711), - [1517] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(712), - [1519] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(713), - [1521] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(713), - [1523] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(714), - [1525] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(715), - [1527] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_do_group, 3), - [1529] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(717), - [1531] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_else_clause, 2), - [1533] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 5), - [1535] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(718), - [1537] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_if_statement_repeat1, 2), - [1539] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 5), - [1541] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(720), - [1543] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(721), - [1545] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_case_statement_repeat1, 1), - [1547] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_case_statement_repeat1, 1), - [1549] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_case_statement_repeat1, 1), - [1551] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(723), - [1553] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(726), - [1555] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(727), - [1557] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(728), - [1559] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(729), - [1561] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(730), - [1563] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(731), - [1565] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_function_definition, 5), - [1567] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_subshell, 5), - [1569] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_concatenation_repeat1, 3), - [1571] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expansion, 4, .rename_sequence_id = 3), - [1573] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(732), - [1575] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expansion, 4), - [1577] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(733), - [1579] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(734), - [1581] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(735), - [1583] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(736), - [1585] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(737), - [1587] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(738), - [1589] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(739), - [1591] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(740), - [1593] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(741), - [1595] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(742), - [1597] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(743), - [1599] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(744), - [1601] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(745), - [1603] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(746), - [1605] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(747), - [1607] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(748), - [1609] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(749), - [1611] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(750), - [1613] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(751), - [1615] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(752), - [1617] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expansion, 5, .rename_sequence_id = 4), - [1619] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expansion, 5, .rename_sequence_id = 4), - [1621] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(753), - [1623] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expansion, 5), - [1625] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expansion, 5), - [1627] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_array, 2), - [1629] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(754), - [1631] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(755), - [1633] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_do_group, 2), - [1635] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_do_group, 2), - [1637] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(756), - [1639] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_if_statement, 4), - [1641] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 4), - [1643] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(757), - [1645] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(757), - [1647] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(760), - [1649] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(762), - [1651] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_subshell, 4), - [1653] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_subshell, 4), - [1655] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(764), - [1657] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(765), - [1659] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(766), - [1661] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(767), - [1663] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(768), - [1665] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(769), - [1667] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(770), - [1669] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(771), - [1671] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_function_definition, 4), - [1673] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_function_definition, 4), - [1675] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(773), - [1677] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(774), - [1679] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(774), - [1681] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(775), - [1683] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(776), - [1685] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(778), - [1687] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(779), - [1689] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(780), - [1691] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(780), - [1693] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(781), - [1695] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(782), - [1697] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(783), - [1699] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(783), - [1701] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(784), - [1703] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(785), - [1705] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_heredoc, 2), - [1707] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(786), - [1709] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_command, 4), - [1711] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_command, 4), - [1713] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_compound_statement, 2), - [1715] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(787), - [1717] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(788), - [1719] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(788), - [1721] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(789), - [1723] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(790), - [1725] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(791), - [1727] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(792), - [1729] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(793), - [1731] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(794), - [1733] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(794), - [1735] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(796), - [1737] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(797), - [1739] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(797), - [1741] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(799), - [1743] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(801), - [1745] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(802), - [1747] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(803), - [1749] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(803), - [1751] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(804), - [1753] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(805), - [1755] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(806), - [1757] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(806), - [1759] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_heredoc_repeat1, 2), - [1761] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_heredoc_repeat1, 2), - [1763] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_heredoc, 3), - [1765] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_heredoc, 3), - [1767] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(807), - [1769] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(808), - [1771] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(809), - [1773] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(810), - [1775] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(811), - [1777] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(812), - [1779] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(813), - [1781] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(814), - [1783] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(815), - [1785] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(816), - [1787] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(817), - [1789] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(818), - [1791] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(819), - [1793] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(819), - [1795] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(820), - [1797] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(821), - [1799] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(822), - [1801] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(823), - [1803] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(824), - [1805] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(825), - [1807] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(825), - [1809] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(827), - [1811] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(828), - [1813] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(828), - [1815] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 6), - [1817] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_elif_clause, 3), - [1819] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 6), - [1821] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(831), - [1823] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(832), - [1825] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(832), - [1827] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(834), - [1829] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(836), - [1831] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(837), - [1833] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 6), - [1835] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_case_statement_repeat1, 2), - [1837] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_case_statement_repeat1, 2), - [1839] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_case_statement_repeat1, 2), - [1841] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(838), - [1843] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(839), - [1845] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(840), - [1847] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(841), - [1849] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(842), - [1851] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(843), - [1853] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(844), - [1855] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(845), - [1857] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expansion, 5, .rename_sequence_id = 4), - [1859] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(846), - [1861] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expansion, 5), - [1863] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(847), - [1865] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(848), - [1867] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(849), - [1869] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(850), - [1871] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(851), - [1873] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(852), - [1875] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(853), - [1877] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(854), - [1879] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(855), - [1881] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(856), - [1883] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expansion, 6, .rename_sequence_id = 5), - [1885] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expansion, 6, .rename_sequence_id = 5), - [1887] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expansion, 6), - [1889] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expansion, 6), - [1891] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_array, 3), - [1893] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_do_group, 3), - [1895] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_do_group, 3), - [1897] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_if_statement, 5), - [1899] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 5), - [1901] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(858), - [1903] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_case_statement, 5), - [1905] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 5), - [1907] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(860), - [1909] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_function_definition, 5), - [1911] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_function_definition, 5), - [1913] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_subshell, 5), - [1915] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_subshell, 5), - [1917] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(862), - [1919] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(863), - [1921] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(864), - [1923] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(865), - [1925] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_compound_statement, 2), - [1927] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_compound_statement, 2), - [1929] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(866), - [1931] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(867), - [1933] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(867), - [1935] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(868), - [1937] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(869), - [1939] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(870), - [1941] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(871), - [1943] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(872), - [1945] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(873), - [1947] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(873), - [1949] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(875), - [1951] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(876), - [1953] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(876), - [1955] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_heredoc, 3), - [1957] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_compound_statement, 3), - [1959] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(878), - [1961] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(879), - [1963] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(880), - [1965] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(881), - [1967] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(882), - [1969] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(883), - [1971] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(884), - [1973] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(885), - [1975] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(886), - [1977] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(887), - [1979] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(888), - [1981] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(889), - [1983] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(889), - [1985] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(891), - [1987] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(892), - [1989] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(892), - [1991] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(894), - [1993] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(895), - [1995] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(896), - [1997] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(897), - [1999] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(898), - [2001] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(899), - [2003] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(900), - [2005] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(901), - [2007] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(902), - [2009] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(903), - [2011] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(904), - [2013] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(905), - [2015] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(906), - [2017] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(907), - [2019] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_elif_clause, 4), - [2021] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 7), - [2023] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_case_item_repeat1, 2), - [2025] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_case_item, 3), - [2027] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_case_item, 3), - [2029] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_case_item, 3), - [2031] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(908), - [2033] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(909), - [2035] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(909), - [2037] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 7), - [2039] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(912), - [2041] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(913), - [2043] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(914), - [2045] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(915), - [2047] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expansion, 6, .rename_sequence_id = 5), - [2049] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expansion, 6), - [2051] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(916), - [2053] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(917), - [2055] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(918), - [2057] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(919), - [2059] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expansion, 7, .rename_sequence_id = 6), - [2061] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expansion, 7, .rename_sequence_id = 6), - [2063] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expansion, 7), - [2065] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expansion, 7), - [2067] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_for_statement, 6), - [2069] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 6), - [2071] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_if_statement, 6), - [2073] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 6), - [2075] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(920), - [2077] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_case_statement, 6), - [2079] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 6), - [2081] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(921), - [2083] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(922), - [2085] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(923), - [2087] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_compound_statement, 3), - [2089] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_compound_statement, 3), - [2091] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(924), - [2093] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(925), - [2095] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(926), - [2097] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(927), - [2099] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(928), - [2101] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(929), - [2103] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(930), - [2105] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(931), - [2107] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(932), - [2109] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(933), - [2111] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(934), - [2113] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(935), - [2115] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(936), - [2117] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(937), - [2119] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(938), - [2121] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(939), - [2123] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(940), - [2125] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(941), - [2127] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(942), - [2129] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(943), - [2131] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(944), - [2133] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(945), - [2135] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(946), - [2137] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(947), - [2139] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_case_item, 4), - [2141] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_case_item, 4), - [2143] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_case_item, 4), - [2145] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_case_item_repeat1, 3), - [2147] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(948), - [2149] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expansion, 7, .rename_sequence_id = 6), - [2151] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expansion, 7), - [2153] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_if_statement, 7), - [2155] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 7), - [2157] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_case_statement, 7), - [2159] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 7), - [2161] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(949), - [2163] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(950), - [2165] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(951), - [2167] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(952), - [2169] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(953), - [2171] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(954), - [2173] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(955), - [2175] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(956), - [2177] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(957), - [2179] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(958), - [2181] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(959), - [2183] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(960), - [2185] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_case_item, 5), - [2187] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_case_item, 5), - [2189] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_case_item, 5), - [2191] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(961), - [2193] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(962), - [2195] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(963), - [2197] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(964), - [2199] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1027), - [2201] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1028), - [2203] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(338), - [2205] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1031), - [2207] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_do_group, 2), REDUCE(sym_do_group, 3), - [2210] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_elif_clause, 3), SHIFT(1034), - [2213] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_elif_clause, 3), SHIFT(349), - [2216] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_elif_clause, 3), SHIFT(350), - [2219] = {.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), - [2224] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1038), - [2226] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1038), - [2228] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 5), REDUCE(sym_case_statement, 6), REDUCE(sym_case_statement, 7), - [2232] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(965), - [2234] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(967), - [2236] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(970), - [2238] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(973), - [2240] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(977), - [2242] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1040), - [2244] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1041), - [2246] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1042), - [2248] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1043), - [2250] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1044), - [2252] = {.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), - [2258] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_command_substitution, 3), REDUCE(sym_process_substitution, 3), - [2261] = {.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), - [2267] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command_substitution, 3), REDUCE(sym_process_substitution, 3), - [2270] = {.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), - [2278] = {.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), - [2287] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(9), - [2289] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(979), - [2291] = {.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), - [2297] = {.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), - [2303] = {.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), - [2309] = {.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), - [2315] = {.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), - [2321] = {.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), - [2327] = {.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), - [2336] = {.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), - [2342] = {.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), - [2348] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1051), - [2350] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1052), - [2352] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1053), - [2354] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1057), - [2356] = {.count = 10, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expansion, 3), REDUCE(sym_expansion, 3, .rename_sequence_id = 2), REDUCE(sym_expansion, 4), REDUCE(sym_expansion, 4, .rename_sequence_id = 3), REDUCE(sym_expansion, 5), REDUCE(sym_expansion, 5, .rename_sequence_id = 4), REDUCE(sym_expansion, 6), REDUCE(sym_expansion, 6, .rename_sequence_id = 5), REDUCE(sym_expansion, 7), REDUCE(sym_expansion, 7, .rename_sequence_id = 6), - [2367] = {.count = 10, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expansion, 3), REDUCE(sym_expansion, 3, .rename_sequence_id = 2), REDUCE(sym_expansion, 4), REDUCE(sym_expansion, 4, .rename_sequence_id = 3), REDUCE(sym_expansion, 5), REDUCE(sym_expansion, 5, .rename_sequence_id = 4), REDUCE(sym_expansion, 6), REDUCE(sym_expansion, 6, .rename_sequence_id = 5), REDUCE(sym_expansion, 7), REDUCE(sym_expansion, 7, .rename_sequence_id = 6), - [2378] = {.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, .rename_sequence_id = 2), REDUCE(sym_expansion, 4), REDUCE(sym_expansion, 4, .rename_sequence_id = 3), REDUCE(sym_expansion, 5), REDUCE(sym_expansion, 5, .rename_sequence_id = 4), REDUCE(sym_expansion, 6), REDUCE(sym_expansion, 6, .rename_sequence_id = 5), REDUCE(sym_expansion, 7), REDUCE(sym_expansion, 7, .rename_sequence_id = 6), - [2391] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1059), - [2393] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1060), - [2395] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1059), - [2397] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1063), - [2399] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_subscript, 4), - [2401] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1064), - [2403] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1065), - [2405] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1066), - [2407] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1067), - [2409] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1068), - [2411] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1069), - [2413] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1070), - [2415] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1065), - [2417] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1072), - [2419] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1073), - [2421] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1074), - [2423] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1075), - [2425] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1076), - [2427] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1077), - [2429] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1078), - [2431] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1073), - [2433] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_string, 2), REDUCE(sym_string, 3), - [2436] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_string, 2), REDUCE(sym_string, 3), - [2439] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_string, 2), REDUCE(sym_string, 3), SHIFT(1080), - [2443] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(70), - [2445] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_string, 2), REDUCE(sym_string, 3), SHIFT(71), - [2449] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_string, 2), REDUCE(sym_string, 3), SHIFT(72), - [2453] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_string, 2), REDUCE(sym_string, 3), SHIFT(73), - [2457] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_string, 2), REDUCE(sym_string, 3), SHIFT(74), - [2461] = {.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), - [2470] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_concatenation_repeat1, 2), REDUCE(aux_sym_concatenation_repeat1, 3), SHIFT(1081), - [2474] = {.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), - [2480] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_concatenation_repeat1, 2), REDUCE(aux_sym_concatenation_repeat1, 3), SHIFT(1082), - [2484] = {.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), - [2496] = {.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), - [2508] = {.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), - [2518] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_concatenation_repeat1, 2), REDUCE(aux_sym_concatenation_repeat1, 3), SHIFT(1084), - [2522] = {.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), - [2531] = {.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), - [2537] = {.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), - [2542] = {.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), - [2550] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_special_variable_name, 1), SHIFT(1085), - [2553] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1085), - [2555] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1086), - [2557] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_special_variable_name, 1), SHIFT(81), - [2560] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1088), - [2562] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_special_variable_name, 1), SHIFT(1090), - [2565] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1091), - [2567] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1091), - [2569] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_command_substitution, 3), SHIFT(2), - [2572] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_command_substitution, 3), SHIFT(85), - [2575] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(91), - [2577] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command_substitution, 3), SHIFT(12), - [2580] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command_substitution, 3), SHIFT(94), - [2583] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command_substitution, 3), SHIFT(95), - [2586] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command_substitution, 3), SHIFT(96), - [2589] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command_substitution, 3), SHIFT(97), - [2592] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command_substitution, 3), SHIFT(98), - [2595] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command_substitution, 3), SHIFT(99), - [2598] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command_substitution, 3), SHIFT(100), - [2601] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command_substitution, 3), SHIFT(101), - [2604] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1097), - [2606] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__terminated_statement, 2), SHIFT(968), - [2609] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1098), - [2611] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1099), - [2613] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__terminated_statement, 2), SHIFT(131), - [2616] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__terminated_statement, 2), SHIFT(554), - [2619] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__terminated_statement, 2), SHIFT(133), - [2622] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__terminated_statement, 2), SHIFT(134), - [2625] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__terminated_statement, 2), SHIFT(135), - [2628] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__terminated_statement, 2), SHIFT(136), - [2631] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__terminated_statement, 2), SHIFT(137), - [2634] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__terminated_statement, 2), SHIFT(554), - [2637] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1101), - [2639] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_heredoc_repeat1, 1), REDUCE(aux_sym_heredoc_repeat1, 2), - [2642] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_heredoc_repeat1, 1), REDUCE(aux_sym_heredoc_repeat1, 2), - [2645] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_heredoc, 2), REDUCE(sym_heredoc, 3), - [2648] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_heredoc, 2), REDUCE(sym_heredoc, 3), - [2651] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1102), - [2653] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1102), - [2655] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1103), - [2657] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1104), - [2659] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1105), - [2661] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1106), - [2663] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1107), - [2665] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1108), - [2667] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(993), - [2669] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1104), - [2671] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_program_repeat1, 1), REDUCE(aux_sym_program_repeat1, 2), - [2674] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_program_repeat1, 1), REDUCE(aux_sym_program_repeat1, 2), - [2677] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(968), - [2679] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(971), - [2681] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_program_repeat1, 1), REDUCE(aux_sym_program_repeat1, 2), - [2684] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_pipeline, 3, .fragile = true), REDUCE(sym_list, 3, .fragile = true), SHIFT(1110), - [2688] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_pipeline, 3, .fragile = true), REDUCE(sym_list, 3, .fragile = true), SHIFT(1111), - [2692] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_pipeline, 3, .fragile = true), REDUCE(sym_list, 3, .fragile = true), SHIFT(1112), - [2696] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_pipeline, 3, .fragile = true), REDUCE(sym_list, 3, .fragile = true), SHIFT(1113), - [2700] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_pipeline, 3, .fragile = true), REDUCE(sym_list, 3, .fragile = true), SHIFT(1114), - [2704] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_while_statement, 3), REDUCE(sym_for_statement, 6), - [2707] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_if_statement_repeat1, 1), REDUCE(aux_sym_if_statement_repeat1, 2), - [2710] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1115), - [2712] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_case_statement_repeat1, 1), REDUCE(aux_sym_case_statement_repeat1, 2), - [2715] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_case_statement_repeat1, 1), REDUCE(aux_sym_case_statement_repeat1, 2), - [2718] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_case_statement_repeat1, 1), REDUCE(aux_sym_case_statement_repeat1, 2), - [2721] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_function_definition, 4), REDUCE(sym_function_definition, 5), - [2724] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1116), - [2726] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command, 1, .fragile = true), REDUCE(sym_command, 2, .fragile = true), - [2729] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1117), - [2731] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1118), - [2733] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command, 1, .fragile = true), REDUCE(sym_command, 2, .fragile = true), SHIFT(18), - [2737] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat1, 1, .fragile = true), REDUCE(aux_sym_command_repeat1, 2), - [2740] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat1, 1, .fragile = true), REDUCE(aux_sym_command_repeat1, 2), - [2743] = {.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, .fragile = true), REDUCE(sym_list, 3, .fragile = true), SHIFT(1114), - [2749] = {.count = 4, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat1, 1), REDUCE(aux_sym_command_repeat2, 1), REDUCE(aux_sym_command_repeat1, 2), REDUCE(aux_sym_command_repeat2, 2), - [2754] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat1, 1), REDUCE(aux_sym_command_repeat1, 2), - [2757] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat2, 1), REDUCE(aux_sym_command_repeat2, 2), - [2760] = {.count = 4, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat1, 1), REDUCE(aux_sym_command_repeat2, 1), REDUCE(aux_sym_command_repeat1, 2), REDUCE(aux_sym_command_repeat2, 2), - [2765] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat1, 1), REDUCE(aux_sym_command_repeat1, 2), - [2768] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat2, 1), REDUCE(aux_sym_command_repeat2, 2), - [2771] = {.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), - [2778] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_file_redirect, 2), REDUCE(sym_environment_variable_assignment, 3), REDUCE(sym_file_redirect, 3), - [2782] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1082), - [2784] = {.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), - [2794] = {.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), - [2804] = {.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), - [2812] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1084), - [2814] = {.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), - [2821] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_for_statement_repeat1, 1), REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT(304), - [2825] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_for_statement_repeat1, 1), REDUCE(aux_sym_for_statement_repeat1, 2), - [2828] = {.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), - [2834] = {.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), - [2845] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_string_repeat1, 1), REDUCE(aux_sym_string_repeat1, 2), - [2848] = {.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), - [2861] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_simple_expansion, 2), SHIFT(1122), - [2864] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1123), - [2866] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1124), - [2868] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1124), - [2870] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1125), - [2872] = {.count = 3, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_else_clause, 2), REDUCE(sym_elif_clause, 4), SHIFT(1126), - [2876] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_elif_clause, 4), SHIFT(349), - [2879] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_elif_clause, 4), SHIFT(350), - [2882] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1127), - [2884] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1128), - [2886] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command, 2, .fragile = true), REDUCE(sym_command, 3, .fragile = true), - [2889] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command, 2, .fragile = true), REDUCE(sym_command, 3, .fragile = true), SHIFT(1133), - [2893] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(983), - [2895] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1134), - [2897] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1135), - [2899] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1136), - [2901] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1137), - [2903] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1138), - [2905] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command, 2, .fragile = true), REDUCE(sym_command, 3, .fragile = true), SHIFT(1139), - [2909] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1140), - [2911] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1143), - [2913] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1145), - [2915] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command, 2), REDUCE(sym_command, 3), REDUCE(sym_command, 4), - [2919] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1148), - [2921] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1149), - [2923] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1150), - [2925] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1151), - [2927] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1133), - [2929] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(968), - [2931] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1152), - [2933] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1126), - [2935] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_elif_clause, 4), SHIFT(1126), - [2938] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1083), - [2940] = {.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), - [2944] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1154), - [2946] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_pipeline, 3, .fragile = true), SHIFT(1110), - [2949] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_pipeline, 3, .fragile = true), SHIFT(1113), - [2952] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command, 1, .fragile = true), SHIFT(18), - [2955] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat1, 1, .fragile = true), REDUCE(sym_pipeline, 3, .fragile = true), - [2958] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_case_item, 3), REDUCE(sym_case_item, 4), - [2961] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_case_item, 3), REDUCE(sym_case_item, 4), - [2964] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_case_item, 3), REDUCE(sym_case_item, 4), - [2967] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1157), - [2969] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command_name, 1), REDUCE(aux_sym_array_repeat1, 1), - [2972] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1158), - [2974] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1159), - [2976] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_for_statement_repeat1, 1), SHIFT(304), - [2979] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1090), - [2981] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(983), - [2983] = {.count = 4, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expansion, 6), REDUCE(sym_expansion, 6, .rename_sequence_id = 5), REDUCE(sym_expansion, 7), REDUCE(sym_expansion, 7, .rename_sequence_id = 6), - [2988] = {.count = 4, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expansion, 6), REDUCE(sym_expansion, 6, .rename_sequence_id = 5), REDUCE(sym_expansion, 7), REDUCE(sym_expansion, 7, .rename_sequence_id = 6), - [2993] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1160), - [2995] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1162), - [2997] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1164), - [2999] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1164), - [3001] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1165), - [3003] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1167), - [3005] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1168), - [3007] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1176), - [3009] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_file_redirect, 2), REDUCE(sym_file_redirect, 3), - [3012] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1178), - [3014] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_file_redirect, 2), REDUCE(sym_file_redirect, 3), - [3017] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1180), - [3019] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1180), - [3021] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1181), - [3023] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1183), - [3025] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1184), - [3027] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1192), - [3029] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1192), - [3031] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1193), - [3033] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1097), - [3035] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expansion, 5), REDUCE(sym_expansion, 5, .rename_sequence_id = 4), - [3038] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expansion, 5), REDUCE(sym_expansion, 5, .rename_sequence_id = 4), - [3041] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1194), - [3043] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1195), - [3045] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1196), - [3047] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1197), - [3049] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1063), - [3051] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1084), - [3053] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1114), - [3055] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat1, 1, .fragile = true), SHIFT(1114), - [3058] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1198), - [3060] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1199), - [3062] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 5), REDUCE(sym_case_statement, 6), - [3065] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_subshell, 4), REDUCE(sym_subshell, 5), - [3068] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1200), - [3070] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1200), - [3072] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1080), - [3074] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_concatenation_repeat1, 2), REDUCE(aux_sym_concatenation_repeat1, 3), - [3077] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_concatenation_repeat1, 2), REDUCE(aux_sym_concatenation_repeat1, 3), - [3080] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1202), - [3082] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1202), - [3084] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1203), - [3086] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1205), - [3088] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1206), - [3090] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1212), - [3092] = {.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), - [3097] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 5), REDUCE(sym_if_statement, 6), REDUCE(sym_if_statement, 7), - [3101] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1215), - [3103] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1215), - [3105] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1216), - [3107] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1217), - [3109] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1218), - [3111] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1219), - [3113] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1220), - [3115] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1221), - [3117] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1222), - [3119] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1217), - [3121] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(996), - [3123] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(997), - [3125] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command, 2, .fragile = true), REDUCE(sym_command, 3, .fragile = true), SHIFT(18), - [3129] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command, 2), REDUCE(sym_command, 3), - [3132] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expansion, 3), REDUCE(sym_expansion, 4), - [3135] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expansion, 3), REDUCE(sym_expansion, 4), - [3138] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1224), - [3140] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1225), - [3142] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1225), - [3144] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_case_item, 4), REDUCE(sym_case_item, 5), - [3147] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_case_item, 4), REDUCE(sym_case_item, 5), - [3150] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_case_item, 4), REDUCE(sym_case_item, 5), - [3153] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1227), - [3155] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1228), - [3157] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1229), - [3159] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1231), - [3161] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1233), - [3163] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1235), - [3165] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1235), - [3167] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1236), - [3169] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1238), - [3171] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1239), - [3173] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command, 3), REDUCE(sym_command, 4), - [3176] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 5), REDUCE(sym_if_statement, 6), - [3179] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1247), - [3181] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 6), REDUCE(sym_case_statement, 7), - [3184] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command, 2, .fragile = true), SHIFT(18), - [3187] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1250), - [3189] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1250), - [3191] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1034), - [3193] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1252), - [3195] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1253), - [3197] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1227), - [3199] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1254), - [3201] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1255), - [3203] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1255), - [3205] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1256), - [3207] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1257), - [3209] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1259), - [3211] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1260), - [3213] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1261), - [3215] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1261), - [3217] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1262), - [3219] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1263), - [3221] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1264), - [3223] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1264), - [3225] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1265), - [3227] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat1, 1, .fragile = true), SHIFT(1265), - [3230] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1266), - [3232] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1267), - [3234] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1268), - [3236] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1268), - [3238] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1269), - [3240] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1270), - [3242] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1272), - [3244] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1273), - [3246] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1274), - [3248] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1274), - [3250] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1275), - [3252] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1276), - [3254] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1277), - [3256] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1277), - [3258] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1278), - [3260] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat1, 1, .fragile = true), SHIFT(1278), - [3263] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1279), - [3265] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1280), - [3267] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1282), - [3269] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1283), - [3271] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1284), - [3273] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1286), - [3275] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1288), - [3277] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1289), - [3279] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1290), - [3281] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1290), - [3283] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1291), - [3285] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1292), - [3287] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1293), - [3289] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1293), - [3291] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1294), - [3293] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat1, 1, .fragile = true), SHIFT(1294), - [3296] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_list, 3, .fragile = true), SHIFT(1110), - [3299] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_list, 3, .fragile = true), SHIFT(1113), - [3302] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat1, 1, .fragile = true), REDUCE(sym_list, 3, .fragile = true), - [3305] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1295), - [3307] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1295), - [3309] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1297), - [3311] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1299), - [3313] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1301), - [3315] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1301), - [3317] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1302), - [3319] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1304), - [3321] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1305), - [3323] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1313), - [3325] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1314), - [3327] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1315), - [3329] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1316), - [3331] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1317), - [3333] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1134), - [3335] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1318), - [3337] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1136), - [3339] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1137), - [3341] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1138), - [3343] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1139), - [3345] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1140), - [3347] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1318), - [3349] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1319), - [3351] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1320), - [3353] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1322), - [3355] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1323), - [3357] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1324), - [3359] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1324), - [3361] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1325), - [3363] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1326), - [3365] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1327), - [3367] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1327), - [3369] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1328), - [3371] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat1, 1, .fragile = true), SHIFT(1328), - [3374] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1329), - [3376] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 6), REDUCE(sym_if_statement, 7), - [3379] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_command, 3, .fragile = true), SHIFT(18), - [3382] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1126), - [3384] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(979), - [3386] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1333), - [3388] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1333), - [3390] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1334), - [3392] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1335), - [3394] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1336), - [3396] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1337), - [3398] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1338), - [3400] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1339), - [3402] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1339), - [3404] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1341), - [3406] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1342), - [3408] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1342), - [3410] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1344), - [3412] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1344), - [3414] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1345), - [3416] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1346), - [3418] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1347), - [3420] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1348), - [3422] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1349), - [3424] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1350), - [3426] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1350), - [3428] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1352), - [3430] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1353), - [3432] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1353), - [3434] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1355), - [3436] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1356), - [3438] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1357), - [3440] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1358), - [3442] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1359), - [3444] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1360), - [3446] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1361), - [3448] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1362), - [3450] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1363), - [3452] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1363), - [3454] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1365), - [3456] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1366), - [3458] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1366), - [3460] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1368), - [3462] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1369), - [3464] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1369), - [3466] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1370), - [3468] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1371), - [3470] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1373), - [3472] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1374), - [3474] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1375), - [3476] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1375), - [3478] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1376), - [3480] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1377), - [3482] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1378), - [3484] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1378), - [3486] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1379), - [3488] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_command_repeat1, 1, .fragile = true), SHIFT(1379), - [3491] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1380), - [3493] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1381), - [3495] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1382), - [3497] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1382), - [3499] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1383), - [3501] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1384), - [3503] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1385), - [3505] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1386), - [3507] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1387), - [3509] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1388), - [3511] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1388), - [3513] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1390), - [3515] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1391), - [3517] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1391), - [3519] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1393), - [3521] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1394), - [3523] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1395), - [3525] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1396), - [3527] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1397), - [3529] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1398), - [3531] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1399), - [3533] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1400), - [3535] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1401), - [3537] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1402), - [3539] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1403), - [3541] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1404), - [3543] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1405), - [3545] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1406), - [3547] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1407), - [3549] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1408), - [3551] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1409), - [3553] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1410), - [3555] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1411), - [3557] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1412), - [3559] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1413), - [3561] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1413), - [3563] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1414), - [3565] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1415), - [3567] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1416), - [3569] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1417), - [3571] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1418), - [3573] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1419), - [3575] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1419), - [3577] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1421), - [3579] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1422), - [3581] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1422), - [3583] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expansion, 6), REDUCE(sym_expansion, 7), - [3586] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expansion, 6), REDUCE(sym_expansion, 7), - [3589] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1424), - [3591] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1425), - [3593] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1426), - [3595] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1427), - [3597] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1428), - [3599] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1429), - [3601] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1430), - [3603] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1431), - [3605] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1432), - [3607] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1433), - [3609] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1434), - [3611] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1435), - [3613] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1436), - [3615] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1437), - [3617] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1438), - [3619] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1439), - [3621] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1440), - [3623] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1441), - [3625] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1442), - [3627] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1443), - [3629] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1444), - [3631] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1445), - [3633] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1446), - [3635] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1447), - [3637] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1448), - [3639] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1449), - [3641] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1450), - [3643] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1451), - [3645] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1452), - [3647] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1453), - [3649] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1454), - [3651] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1455), - [3653] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1456), - [3655] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1457), - [3657] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1458), - [3659] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1459), - [3661] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1460), - [3663] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1461), - [3665] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1462), - [3667] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1463), - [3669] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1464), - [3671] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1465), + [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), }; void *tree_sitter_bash_external_scanner_create(); void tree_sitter_bash_external_scanner_destroy(); -void tree_sitter_bash_external_scanner_reset(void *); bool tree_sitter_bash_external_scanner_scan(void *, TSLexer *, const bool *); -bool tree_sitter_bash_external_scanner_serialize(void *, TSExternalTokenState); -void tree_sitter_bash_external_scanner_deserialize(void *, const TSExternalTokenState); +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( @@ -37716,7 +37697,6 @@ const TSLanguage *tree_sitter_bash() { ts_external_scanner_symbol_map, tree_sitter_bash_external_scanner_create, tree_sitter_bash_external_scanner_destroy, - tree_sitter_bash_external_scanner_reset, tree_sitter_bash_external_scanner_scan, tree_sitter_bash_external_scanner_serialize, tree_sitter_bash_external_scanner_deserialize, diff --git a/src/tree_sitter/parser.h b/src/tree_sitter/parser.h index b168210..59fd560 100644 --- a/src/tree_sitter/parser.h +++ b/src/tree_sitter/parser.h @@ -11,10 +11,10 @@ extern "C" { typedef uint16_t TSSymbol; typedef uint16_t TSStateId; -typedef uint8_t TSExternalTokenState[16]; #define ts_builtin_sym_error ((TSSymbol)-1) #define ts_builtin_sym_end 0 +#define TREE_SITTER_SERIALIZATION_BUFFER_SIZE 1024 typedef struct { bool visible : 1; @@ -40,17 +40,17 @@ typedef enum { typedef struct { union { struct { - TSStateId to_state; + TSStateId state; bool extra : 1; }; struct { TSSymbol symbol; int16_t dynamic_precedence; uint8_t child_count; - uint8_t rename_sequence_id : 7; + uint8_t alias_sequence_id : 7; bool fragile : 1; }; - }; + } params; TSParseActionType type : 4; } TSParseAction; @@ -71,6 +71,7 @@ typedef union { typedef struct TSLanguage { uint32_t version; uint32_t symbol_count; + uint32_t alias_count; uint32_t token_count; uint32_t external_token_count; const char **symbol_names; @@ -78,18 +79,17 @@ typedef struct TSLanguage { const uint16_t *parse_table; const TSParseActionEntry *parse_actions; const TSLexMode *lex_modes; - const TSSymbol *rename_sequences; - uint16_t max_rename_sequence_length; + const TSSymbol *alias_sequences; + uint16_t max_alias_sequence_length; bool (*lex_fn)(TSLexer *, TSStateId); struct { const bool *states; const TSSymbol *symbol_map; void *(*create)(); void (*destroy)(void *); - void (*reset)(void *); bool (*scan)(void *, TSLexer *, const bool *symbol_whitelist); - bool (*serialize)(void *, TSExternalTokenState); - void (*deserialize)(void *, const TSExternalTokenState); + unsigned (*serialize)(void *, char *); + void (*deserialize)(void *, const char *, unsigned); } external_scanner; } TSLanguage; @@ -131,19 +131,19 @@ typedef struct TSLanguage { #define STATE(id) id #define ACTIONS(id) id -#define SHIFT(to_state_value) \ - { \ - { \ - .type = TSParseActionTypeShift, \ - .to_state = to_state_value, \ - } \ +#define SHIFT(state_value) \ + { \ + { \ + .type = TSParseActionTypeShift, \ + .params = {.state = state_value}, \ + } \ } -#define RECOVER(to_state_value) \ +#define RECOVER(state_value) \ { \ { \ .type = TSParseActionTypeRecover, \ - .to_state = to_state_value \ + .params = {.state = state_value} \ } \ } @@ -151,7 +151,7 @@ typedef struct TSLanguage { { \ { \ .type = TSParseActionTypeShift, \ - .extra = true \ + .params = {.extra = true} \ } \ } @@ -159,9 +159,11 @@ typedef struct TSLanguage { { \ { \ .type = TSParseActionTypeReduce, \ - .symbol = symbol_val, \ - .child_count = child_count_val, \ - __VA_ARGS__ \ + .params = { \ + .symbol = symbol_val, \ + .child_count = child_count_val, \ + __VA_ARGS__ \ + } \ } \ } @@ -170,23 +172,24 @@ typedef struct TSLanguage { { .type = TSParseActionTypeAccept } \ } -#define GET_LANGUAGE(...) \ - static TSLanguage language = { \ - .version = LANGUAGE_VERSION, \ - .symbol_count = SYMBOL_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, \ - .rename_sequences = (const TSSymbol *)ts_rename_sequences, \ - .max_rename_sequence_length = MAX_RENAME_SEQUENCE_LENGTH, \ - .lex_fn = ts_lex, \ - .external_token_count = EXTERNAL_TOKEN_COUNT, \ - .external_scanner = {__VA_ARGS__} \ - }; \ - return &language \ +#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 }