diff --git a/grammar.js b/grammar.js index d5c8cb2..695e3f5 100644 --- a/grammar.js +++ b/grammar.js @@ -18,7 +18,6 @@ module.exports = grammar({ 'binary_plus', $.string_concat, $.unary_exp, - $.piped_io_exp, 'binary_relation', 'binary_match', $._binary_in, @@ -26,6 +25,7 @@ module.exports = grammar({ 'binary_or', $.ternary_exp, $.exp_list, + $.piped_io_exp, $.range_pattern, $._statement, ], diff --git a/src/grammar.json b/src/grammar.json index 712d8c5..0d03ba4 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -2990,10 +2990,6 @@ "type": "SYMBOL", "name": "unary_exp" }, - { - "type": "SYMBOL", - "name": "piped_io_exp" - }, { "type": "STRING", "value": "binary_relation" @@ -3022,6 +3018,10 @@ "type": "SYMBOL", "name": "exp_list" }, + { + "type": "SYMBOL", + "name": "piped_io_exp" + }, { "type": "SYMBOL", "name": "range_pattern" diff --git a/src/parser.c b/src/parser.c index fc76c5b..41a505f 100644 --- a/src/parser.c +++ b/src/parser.c @@ -25568,27 +25568,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [2136] = 10, + [2136] = 9, ACTIONS(742), 1, anon_sym_in, - ACTIONS(756), 1, + ACTIONS(754), 1, anon_sym_AMP_AMP, ACTIONS(718), 2, sym_concatenating_space, sym__if_else_separator, ACTIONS(746), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(748), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(752), 2, + ACTIONS(750), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(754), 2, + ACTIONS(752), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(750), 3, + ACTIONS(748), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -25599,7 +25596,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 42, + ACTIONS(716), 44, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -25623,6 +25620,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_printf, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_PIPE_PIPE, anon_sym_BANG, @@ -25642,7 +25641,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [2220] = 2, + [2218] = 2, ACTIONS(574), 1, sym_concatenating_space, ACTIONS(572), 62, @@ -25708,23 +25707,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [2288] = 8, + [2286] = 7, ACTIONS(746), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(748), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(752), 2, + ACTIONS(750), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(754), 2, + ACTIONS(752), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(760), 2, + ACTIONS(758), 2, sym_concatenating_space, sym__if_else_separator, - ACTIONS(750), 3, + ACTIONS(748), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -25735,7 +25731,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(758), 44, + ACTIONS(756), 46, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -25760,6 +25756,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_printf, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -25780,24 +25778,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [2368] = 6, + [2364] = 5, ACTIONS(718), 2, sym_concatenating_space, sym__if_else_separator, ACTIONS(746), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(748), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(752), 2, + ACTIONS(750), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(750), 3, + ACTIONS(748), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(716), 52, + ACTIONS(716), 54, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -25824,6 +25819,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_printf, anon_sym_GT, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_LT_EQ, anon_sym_GT_EQ, @@ -25850,7 +25847,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [2444] = 4, + [2438] = 4, ACTIONS(570), 2, sym_concatenating_space, sym__if_else_separator, @@ -25918,11 +25915,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [2516] = 3, + [2510] = 3, ACTIONS(718), 2, sym_concatenating_space, sym__if_else_separator, - ACTIONS(748), 2, + ACTIONS(746), 2, anon_sym_CARET, anon_sym_STAR_STAR, ACTIONS(716), 59, @@ -25985,14 +25982,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [2586] = 4, + [2580] = 4, ACTIONS(718), 2, sym_concatenating_space, sym__if_else_separator, - ACTIONS(748), 2, + ACTIONS(746), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(750), 3, + ACTIONS(748), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -26053,20 +26050,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [2658] = 7, + [2652] = 6, ACTIONS(718), 2, sym_concatenating_space, sym__if_else_separator, ACTIONS(746), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(748), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(752), 2, + ACTIONS(750), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(750), 3, + ACTIONS(748), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -26077,7 +26071,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 46, + ACTIONS(716), 48, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -26102,6 +26096,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_printf, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_TILDE, anon_sym_BANG_TILDE, @@ -26124,7 +26120,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [2736] = 5, + [2728] = 5, ACTIONS(582), 1, anon_sym_LBRACK, ACTIONS(666), 1, @@ -26193,31 +26189,31 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [2810] = 12, + [2802] = 12, ACTIONS(742), 1, anon_sym_in, - ACTIONS(756), 1, + ACTIONS(754), 1, anon_sym_AMP_AMP, ACTIONS(764), 1, anon_sym_QMARK, ACTIONS(766), 1, anon_sym_PIPE_PIPE, ACTIONS(746), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(748), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(752), 2, + ACTIONS(750), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(754), 2, + ACTIONS(752), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, + ACTIONS(762), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, ACTIONS(768), 2, sym_concatenating_space, sym__if_else_separator, - ACTIONS(750), 3, + ACTIONS(748), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -26228,7 +26224,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(762), 40, + ACTIONS(760), 40, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -26269,7 +26265,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [2898] = 3, + [2890] = 3, ACTIONS(738), 1, sym_concatenating_space, ACTIONS(770), 1, @@ -26336,7 +26332,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [2968] = 5, + [2960] = 5, ACTIONS(570), 1, sym__if_else_separator, ACTIONS(614), 1, @@ -26405,25 +26401,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [3042] = 9, + [3034] = 8, ACTIONS(742), 1, anon_sym_in, ACTIONS(718), 2, sym_concatenating_space, sym__if_else_separator, ACTIONS(746), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(748), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(752), 2, + ACTIONS(750), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(754), 2, + ACTIONS(752), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(750), 3, + ACTIONS(748), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -26434,7 +26427,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 43, + ACTIONS(716), 45, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -26458,6 +26451,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_printf, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -26478,17 +26473,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [3124] = 5, - ACTIONS(748), 2, + [3114] = 5, + ACTIONS(746), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(752), 2, + ACTIONS(750), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(774), 2, sym_concatenating_space, sym__if_else_separator, - ACTIONS(750), 3, + ACTIONS(748), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -26547,7 +26542,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [3198] = 5, + [3188] = 5, ACTIONS(570), 1, sym_concatenating_space, ACTIONS(582), 1, @@ -26616,31 +26611,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [3272] = 12, + [3262] = 11, ACTIONS(742), 1, anon_sym_in, - ACTIONS(756), 1, + ACTIONS(754), 1, anon_sym_AMP_AMP, ACTIONS(764), 1, anon_sym_QMARK, ACTIONS(766), 1, anon_sym_PIPE_PIPE, ACTIONS(746), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(748), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(752), 2, + ACTIONS(750), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(754), 2, + ACTIONS(752), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, ACTIONS(778), 2, sym_concatenating_space, sym__if_else_separator, - ACTIONS(750), 3, + ACTIONS(748), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -26651,7 +26643,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(776), 40, + ACTIONS(776), 42, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -26675,6 +26667,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_printf, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_BANG, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -26692,7 +26686,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [3360] = 4, + [3348] = 4, ACTIONS(578), 1, sym_concatenating_space, ACTIONS(582), 1, @@ -26760,23 +26754,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [3432] = 8, + [3420] = 7, ACTIONS(746), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(748), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(752), 2, + ACTIONS(750), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(754), 2, + ACTIONS(752), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, ACTIONS(782), 2, sym_concatenating_space, sym__if_else_separator, - ACTIONS(750), 3, + ACTIONS(748), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -26787,7 +26778,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(780), 44, + ACTIONS(780), 46, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -26812,6 +26803,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_printf, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -26832,7 +26825,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [3512] = 4, + [3498] = 4, ACTIONS(666), 1, sym_concatenating_space, ACTIONS(662), 2, @@ -26899,30 +26892,27 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [3583] = 12, + [3569] = 11, ACTIONS(778), 1, sym_concatenating_space, ACTIONS(784), 1, anon_sym_in, - ACTIONS(790), 1, + ACTIONS(788), 1, anon_sym_QMARK, - ACTIONS(800), 1, + ACTIONS(798), 1, anon_sym_AMP_AMP, - ACTIONS(802), 1, + ACTIONS(800), 1, anon_sym_PIPE_PIPE, - ACTIONS(788), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(792), 2, + ACTIONS(790), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(796), 2, + ACTIONS(794), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(798), 2, + ACTIONS(796), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(794), 3, + ACTIONS(792), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -26933,7 +26923,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(776), 40, + ACTIONS(776), 42, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -26957,6 +26947,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_printf, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_BANG, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -26974,22 +26966,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [3670] = 8, + [3654] = 7, ACTIONS(782), 1, sym_concatenating_space, - ACTIONS(788), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(792), 2, + ACTIONS(790), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(796), 2, + ACTIONS(794), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(798), 2, + ACTIONS(796), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(794), 3, + ACTIONS(792), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -27000,7 +26989,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(780), 44, + ACTIONS(780), 46, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -27025,6 +27014,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_printf, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -27045,26 +27036,23 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [3749] = 10, + [3731] = 9, ACTIONS(718), 1, sym_concatenating_space, ACTIONS(784), 1, anon_sym_in, - ACTIONS(800), 1, + ACTIONS(798), 1, anon_sym_AMP_AMP, - ACTIONS(788), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(792), 2, + ACTIONS(790), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(796), 2, + ACTIONS(794), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(798), 2, + ACTIONS(796), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(794), 3, + ACTIONS(792), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -27075,7 +27063,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 42, + ACTIONS(716), 44, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -27099,6 +27087,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_printf, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_PIPE_PIPE, anon_sym_BANG, @@ -27118,24 +27108,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [3832] = 9, + [3812] = 8, ACTIONS(718), 1, sym_concatenating_space, ACTIONS(784), 1, anon_sym_in, - ACTIONS(788), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(792), 2, + ACTIONS(790), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(796), 2, + ACTIONS(794), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(798), 2, + ACTIONS(796), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(794), 3, + ACTIONS(792), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -27146,7 +27133,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 43, + ACTIONS(716), 45, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -27170,6 +27157,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_printf, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -27190,19 +27179,16 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [3913] = 7, + [3891] = 6, ACTIONS(718), 1, sym_concatenating_space, - ACTIONS(788), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(792), 2, + ACTIONS(790), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(796), 2, + ACTIONS(794), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(794), 3, + ACTIONS(792), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -27213,7 +27199,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 46, + ACTIONS(716), 48, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -27238,6 +27224,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_printf, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_TILDE, anon_sym_BANG_TILDE, @@ -27260,13 +27248,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [3990] = 4, + [3966] = 4, ACTIONS(718), 1, sym_concatenating_space, - ACTIONS(792), 2, + ACTIONS(790), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(794), 3, + ACTIONS(792), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -27327,7 +27315,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [4061] = 4, + [4037] = 4, ACTIONS(570), 1, sym_concatenating_space, ACTIONS(724), 2, @@ -27394,22 +27382,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [4132] = 8, - ACTIONS(760), 1, + [4108] = 7, + ACTIONS(758), 1, sym_concatenating_space, - ACTIONS(788), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(792), 2, + ACTIONS(790), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(796), 2, + ACTIONS(794), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(798), 2, + ACTIONS(796), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(794), 3, + ACTIONS(792), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -27420,7 +27405,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(758), 44, + ACTIONS(756), 46, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -27445,6 +27430,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_printf, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -27465,10 +27452,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [4211] = 3, + [4185] = 3, ACTIONS(718), 1, sym_concatenating_space, - ACTIONS(792), 2, + ACTIONS(790), 2, anon_sym_CARET, anon_sym_STAR_STAR, ACTIONS(716), 59, @@ -27531,16 +27518,16 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [4280] = 5, + [4254] = 5, ACTIONS(774), 1, sym_concatenating_space, - ACTIONS(792), 2, + ACTIONS(790), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(796), 2, + ACTIONS(794), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(794), 3, + ACTIONS(792), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -27599,30 +27586,30 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [4353] = 12, + [4327] = 12, ACTIONS(768), 1, sym_concatenating_space, ACTIONS(784), 1, anon_sym_in, - ACTIONS(790), 1, + ACTIONS(788), 1, anon_sym_QMARK, - ACTIONS(800), 1, + ACTIONS(798), 1, anon_sym_AMP_AMP, - ACTIONS(802), 1, + ACTIONS(800), 1, anon_sym_PIPE_PIPE, - ACTIONS(788), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(792), 2, + ACTIONS(790), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(796), 2, + ACTIONS(794), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(798), 2, + ACTIONS(796), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(794), 3, + ACTIONS(802), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(792), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -27633,7 +27620,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(762), 40, + ACTIONS(760), 40, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -27674,23 +27661,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [4440] = 6, + [4414] = 5, ACTIONS(718), 1, sym_concatenating_space, - ACTIONS(788), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(792), 2, + ACTIONS(790), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(796), 2, + ACTIONS(794), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(794), 3, + ACTIONS(792), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(716), 52, + ACTIONS(716), 54, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -27717,6 +27701,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_printf, anon_sym_GT, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_LT_EQ, anon_sym_GT_EQ, @@ -27743,7 +27729,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [4515] = 6, + [4487] = 6, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(804), 1, @@ -27810,7 +27796,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [4588] = 8, + [4560] = 8, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(804), 1, @@ -27879,7 +27865,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [4665] = 7, + [4637] = 7, ACTIONS(812), 1, sym_identifier, ACTIONS(814), 1, @@ -27946,7 +27932,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [4739] = 4, + [4711] = 4, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(808), 1, @@ -28010,7 +27996,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [4807] = 2, + [4779] = 2, ACTIONS(572), 23, anon_sym_BEGIN, anon_sym_END, @@ -28072,7 +28058,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [4871] = 5, + [4843] = 5, ACTIONS(816), 1, sym_identifier, STATE(1960), 1, @@ -28137,7 +28123,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [4941] = 29, + [4913] = 29, ACTIONS(5), 1, sym_identifier, ACTIONS(11), 1, @@ -28226,7 +28212,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [5059] = 19, + [5031] = 19, ACTIONS(370), 1, sym_identifier, ACTIONS(386), 1, @@ -28305,7 +28291,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_printf, anon_sym_POUND, - [5157] = 19, + [5129] = 19, ACTIONS(370), 1, sym_identifier, ACTIONS(386), 1, @@ -28384,7 +28370,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_printf, anon_sym_POUND, - [5255] = 4, + [5227] = 4, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(808), 1, @@ -28448,7 +28434,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [5323] = 5, + [5295] = 5, ACTIONS(804), 1, anon_sym_LPAREN2, ACTIONS(808), 1, @@ -28513,7 +28499,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [5393] = 29, + [5365] = 29, ACTIONS(828), 1, ts_builtin_sym_end, ACTIONS(830), 1, @@ -28602,7 +28588,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [5511] = 7, + [5483] = 7, ACTIONS(804), 1, anon_sym_LPAREN2, ACTIONS(808), 1, @@ -28669,7 +28655,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [5585] = 5, + [5557] = 5, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(881), 1, @@ -28733,7 +28719,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [5654] = 5, + [5626] = 5, ACTIONS(622), 1, sym__if_else_separator, ACTIONS(885), 1, @@ -28797,7 +28783,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [5723] = 18, + [5695] = 18, ACTIONS(39), 1, sym_identifier, ACTIONS(65), 1, @@ -28874,7 +28860,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_printf, anon_sym_POUND, - [5818] = 18, + [5790] = 18, ACTIONS(39), 1, sym_identifier, ACTIONS(65), 1, @@ -28951,7 +28937,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_printf, anon_sym_POUND, - [5913] = 7, + [5885] = 7, ACTIONS(622), 1, sym__if_else_separator, ACTIONS(887), 1, @@ -29017,7 +29003,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [5986] = 3, + [5958] = 3, ACTIONS(808), 1, anon_sym_LBRACK, ACTIONS(584), 22, @@ -29079,7 +29065,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [6051] = 3, + [6023] = 3, ACTIONS(808), 1, anon_sym_LBRACK, ACTIONS(576), 22, @@ -29141,7 +29127,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [6116] = 2, + [6088] = 2, ACTIONS(574), 1, sym__if_else_separator, ACTIONS(572), 57, @@ -29202,7 +29188,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [6179] = 5, + [6151] = 5, ACTIONS(622), 1, sym_concatenating_space, ACTIONS(891), 1, @@ -29266,7 +29252,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [6248] = 4, + [6220] = 4, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(883), 1, @@ -29329,7 +29315,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [6315] = 2, + [6287] = 2, ACTIONS(630), 1, sym__if_else_separator, ACTIONS(628), 57, @@ -29390,7 +29376,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [6378] = 4, + [6350] = 4, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(883), 1, @@ -29453,7 +29439,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [6445] = 4, + [6417] = 4, ACTIONS(808), 1, anon_sym_LBRACK, ACTIONS(806), 2, @@ -29516,7 +29502,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [6512] = 6, + [6484] = 6, ACTIONS(808), 1, anon_sym_LBRACK, ACTIONS(810), 2, @@ -29581,7 +29567,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [6583] = 2, + [6555] = 2, ACTIONS(628), 22, anon_sym_BEGIN, anon_sym_END, @@ -29642,7 +29628,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [6646] = 7, + [6618] = 7, ACTIONS(622), 1, sym_concatenating_space, ACTIONS(893), 1, @@ -29708,7 +29694,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [6719] = 8, + [6691] = 8, ACTIONS(632), 1, anon_sym_EQ, ACTIONS(808), 1, @@ -29775,7 +29761,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [6794] = 3, + [6766] = 3, ACTIONS(883), 1, anon_sym_LBRACK, ACTIONS(578), 2, @@ -29836,7 +29822,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [6858] = 2, + [6830] = 2, ACTIONS(692), 22, anon_sym_BEGIN, anon_sym_END, @@ -29896,7 +29882,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [6920] = 2, + [6892] = 2, ACTIONS(720), 22, anon_sym_BEGIN, anon_sym_END, @@ -29956,7 +29942,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [6982] = 7, + [6954] = 7, ACTIONS(632), 1, anon_sym_EQ, ACTIONS(810), 2, @@ -30021,7 +30007,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [7054] = 2, + [7026] = 2, ACTIONS(584), 22, anon_sym_BEGIN, anon_sym_END, @@ -30081,7 +30067,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [7116] = 2, + [7088] = 2, ACTIONS(712), 22, anon_sym_BEGIN, anon_sym_END, @@ -30141,7 +30127,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [7178] = 2, + [7150] = 2, ACTIONS(716), 22, anon_sym_BEGIN, anon_sym_END, @@ -30201,7 +30187,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [7240] = 4, + [7212] = 4, ACTIONS(556), 10, anon_sym_in, anon_sym_LT, @@ -30263,7 +30249,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [7306] = 2, + [7278] = 2, ACTIONS(708), 22, anon_sym_BEGIN, anon_sym_END, @@ -30323,7 +30309,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [7368] = 5, + [7340] = 5, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(578), 1, @@ -30386,7 +30372,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [7436] = 3, + [7408] = 3, ACTIONS(903), 1, sym_regex_flags, ACTIONS(738), 2, @@ -30447,7 +30433,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [7500] = 2, + [7472] = 2, ACTIONS(668), 22, anon_sym_BEGIN, anon_sym_END, @@ -30507,7 +30493,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [7562] = 2, + [7534] = 2, ACTIONS(574), 2, sym_concatenating_space, sym__if_else_separator, @@ -30567,7 +30553,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [7624] = 2, + [7596] = 2, ACTIONS(672), 22, anon_sym_BEGIN, anon_sym_END, @@ -30627,7 +30613,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [7686] = 4, + [7658] = 4, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(586), 1, @@ -30689,7 +30675,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [7752] = 2, + [7724] = 2, ACTIONS(650), 22, anon_sym_BEGIN, anon_sym_END, @@ -30749,7 +30735,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [7814] = 2, + [7786] = 2, ACTIONS(696), 22, anon_sym_BEGIN, anon_sym_END, @@ -30809,7 +30795,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [7876] = 2, + [7848] = 2, ACTIONS(630), 2, sym_concatenating_space, sym__if_else_separator, @@ -30869,7 +30855,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [7938] = 2, + [7910] = 2, ACTIONS(676), 22, anon_sym_BEGIN, anon_sym_END, @@ -30929,7 +30915,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [8000] = 2, + [7972] = 2, ACTIONS(680), 22, anon_sym_BEGIN, anon_sym_END, @@ -30989,7 +30975,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [8062] = 1, + [8034] = 1, ACTIONS(572), 57, anon_sym_COMMA, anon_sym_SEMI, @@ -31048,7 +31034,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [8122] = 4, + [8094] = 4, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(578), 1, @@ -31110,7 +31096,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [8188] = 2, + [8160] = 2, ACTIONS(728), 22, anon_sym_BEGIN, anon_sym_END, @@ -31170,7 +31156,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [8250] = 2, + [8222] = 2, ACTIONS(704), 22, anon_sym_BEGIN, anon_sym_END, @@ -31230,7 +31216,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [8312] = 3, + [8284] = 3, ACTIONS(806), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -31291,7 +31277,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [8376] = 2, + [8348] = 2, ACTIONS(688), 22, anon_sym_BEGIN, anon_sym_END, @@ -31351,7 +31337,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [8438] = 2, + [8410] = 2, ACTIONS(656), 22, anon_sym_BEGIN, anon_sym_END, @@ -31411,7 +31397,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [8500] = 1, + [8472] = 1, ACTIONS(628), 57, anon_sym_COMMA, anon_sym_SEMI, @@ -31470,7 +31456,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [8560] = 5, + [8532] = 5, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(578), 1, @@ -31533,7 +31519,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [8628] = 4, + [8600] = 4, ACTIONS(909), 1, sym_identifier, STATE(1949), 1, @@ -31595,7 +31581,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [8694] = 5, + [8666] = 5, ACTIONS(810), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -31658,7 +31644,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [8762] = 6, + [8734] = 6, ACTIONS(911), 1, sym_identifier, ACTIONS(913), 1, @@ -31722,7 +31708,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [8832] = 4, + [8804] = 4, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(586), 1, @@ -31784,7 +31770,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [8898] = 2, + [8870] = 2, ACTIONS(684), 22, anon_sym_BEGIN, anon_sym_END, @@ -31844,7 +31830,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [8960] = 4, + [8932] = 4, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(578), 1, @@ -31906,7 +31892,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [9026] = 4, + [8998] = 4, ACTIONS(881), 1, anon_sym_LT, ACTIONS(883), 1, @@ -31968,7 +31954,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [9092] = 3, + [9064] = 3, ACTIONS(883), 1, anon_sym_LBRACK, ACTIONS(586), 2, @@ -32029,7 +32015,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [9156] = 2, + [9128] = 2, ACTIONS(678), 2, sym_concatenating_space, sym__if_else_separator, @@ -32088,24 +32074,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [9217] = 6, + [9189] = 5, ACTIONS(718), 2, sym_concatenating_space, sym__if_else_separator, ACTIONS(915), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(917), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(921), 2, + ACTIONS(919), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(919), 3, + ACTIONS(917), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(716), 45, + ACTIONS(716), 47, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -32132,6 +32115,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_printf, anon_sym_GT, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_LT_EQ, anon_sym_GT_EQ, @@ -32151,7 +32136,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [9286] = 2, + [9256] = 2, ACTIONS(586), 2, sym_concatenating_space, sym__if_else_separator, @@ -32210,7 +32195,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [9347] = 2, + [9317] = 2, ACTIONS(652), 2, sym_concatenating_space, sym__if_else_separator, @@ -32269,10 +32254,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [9408] = 3, + [9378] = 3, ACTIONS(564), 1, anon_sym_COLON_COLON, - ACTIONS(923), 1, + ACTIONS(921), 1, anon_sym_LBRACK, ACTIONS(584), 54, anon_sym_COMMA, @@ -32329,12 +32314,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [9471] = 4, + [9441] = 4, ACTIONS(564), 1, anon_sym_COLON_COLON, - ACTIONS(923), 1, + ACTIONS(921), 1, anon_sym_LBRACK, - ACTIONS(925), 1, + ACTIONS(923), 1, anon_sym_LT, ACTIONS(576), 53, anon_sym_COMMA, @@ -32390,7 +32375,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [9536] = 2, + [9506] = 2, ACTIONS(658), 2, sym_concatenating_space, sym__if_else_separator, @@ -32449,7 +32434,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [9597] = 2, + [9567] = 2, ACTIONS(682), 2, sym_concatenating_space, sym__if_else_separator, @@ -32508,19 +32493,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [9658] = 8, + [9628] = 8, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(808), 1, anon_sym_LBRACK, - ACTIONS(927), 1, + ACTIONS(925), 1, anon_sym_LPAREN2, - ACTIONS(931), 1, + ACTIONS(929), 1, anon_sym_EQ, - ACTIONS(929), 2, + ACTIONS(927), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(933), 6, + ACTIONS(931), 6, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -32573,10 +32558,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [9731] = 3, + [9701] = 3, ACTIONS(738), 1, sym_concatenating_space, - ACTIONS(935), 1, + ACTIONS(933), 1, sym_regex_flags, ACTIONS(734), 54, anon_sym_COMMA, @@ -32633,7 +32618,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [9794] = 3, + [9764] = 3, ACTIONS(578), 1, sym_concatenating_space, ACTIONS(905), 1, @@ -32693,7 +32678,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [9857] = 2, + [9827] = 2, ACTIONS(686), 2, sym_concatenating_space, sym__if_else_separator, @@ -32752,7 +32737,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [9918] = 3, + [9888] = 3, ACTIONS(566), 2, sym_concatenating_space, sym__if_else_separator, @@ -32812,8 +32797,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [9981] = 12, - ACTIONS(937), 1, + [9951] = 12, + ACTIONS(935), 1, anon_sym_in, ACTIONS(941), 1, anon_sym_QMARK, @@ -32825,29 +32810,29 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenating_space, sym__if_else_separator, ACTIONS(915), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(917), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(921), 2, + ACTIONS(919), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(939), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, ACTIONS(943), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(919), 3, + ACTIONS(917), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(939), 6, + ACTIONS(937), 6, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(762), 33, + ACTIONS(760), 33, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -32881,36 +32866,33 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [10062] = 9, - ACTIONS(937), 1, + [10032] = 8, + ACTIONS(935), 1, anon_sym_in, ACTIONS(718), 2, sym_concatenating_space, sym__if_else_separator, ACTIONS(915), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(917), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(921), 2, + ACTIONS(919), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(943), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(919), 3, + ACTIONS(917), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(939), 6, + ACTIONS(937), 6, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 36, + ACTIONS(716), 38, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -32934,6 +32916,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_printf, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -32947,7 +32931,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [10137] = 2, + [10105] = 2, ACTIONS(698), 2, sym_concatenating_space, sym__if_else_separator, @@ -33006,7 +32990,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [10198] = 2, + [10166] = 2, ACTIONS(710), 2, sym_concatenating_space, sym__if_else_separator, @@ -33065,7 +33049,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [10259] = 2, + [10227] = 2, ACTIONS(714), 2, sym_concatenating_space, sym__if_else_separator, @@ -33124,7 +33108,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [10320] = 2, + [10288] = 2, ACTIONS(630), 1, sym_concatenating_space, ACTIONS(628), 55, @@ -33183,8 +33167,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [10381] = 12, - ACTIONS(937), 1, + [10349] = 11, + ACTIONS(935), 1, anon_sym_in, ACTIONS(941), 1, anon_sym_QMARK, @@ -33196,29 +33180,26 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenating_space, sym__if_else_separator, ACTIONS(915), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(917), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(921), 2, + ACTIONS(919), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(943), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(919), 3, + ACTIONS(917), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(939), 6, + ACTIONS(937), 6, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(776), 33, + ACTIONS(776), 35, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -33242,6 +33223,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_printf, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_BANG, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -33252,7 +33235,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [10462] = 2, + [10428] = 2, ACTIONS(694), 2, sym_concatenating_space, sym__if_else_separator, @@ -33311,7 +33294,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [10523] = 2, + [10489] = 2, ACTIONS(670), 2, sym_concatenating_space, sym__if_else_separator, @@ -33370,7 +33353,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [10584] = 3, + [10550] = 3, ACTIONS(586), 1, sym_concatenating_space, ACTIONS(905), 1, @@ -33430,17 +33413,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [10647] = 5, + [10613] = 5, ACTIONS(774), 2, sym_concatenating_space, sym__if_else_separator, - ACTIONS(917), 2, + ACTIONS(915), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(921), 2, + ACTIONS(919), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(919), 3, + ACTIONS(917), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -33492,7 +33475,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [10714] = 2, + [10680] = 2, ACTIONS(706), 2, sym_concatenating_space, sym__if_else_separator, @@ -33551,34 +33534,31 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [10775] = 8, - ACTIONS(760), 2, + [10741] = 7, + ACTIONS(758), 2, sym_concatenating_space, sym__if_else_separator, ACTIONS(915), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(917), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(921), 2, + ACTIONS(919), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(943), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(919), 3, + ACTIONS(917), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(939), 6, + ACTIONS(937), 6, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(758), 37, + ACTIONS(756), 39, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -33603,6 +33583,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_printf, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -33616,12 +33598,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [10848] = 9, + [10812] = 9, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(808), 1, anon_sym_LBRACK, - ACTIONS(927), 1, + ACTIONS(925), 1, anon_sym_LPAREN2, ACTIONS(951), 1, anon_sym_EQ, @@ -33682,7 +33664,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token1, anon_sym_function, anon_sym_func, - [10923] = 2, + [10887] = 2, ACTIONS(674), 2, sym_concatenating_space, sym__if_else_separator, @@ -33741,10 +33723,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [10984] = 3, + [10948] = 3, ACTIONS(564), 1, anon_sym_COLON_COLON, - ACTIONS(923), 1, + ACTIONS(921), 1, anon_sym_LBRACK, ACTIONS(576), 54, anon_sym_COMMA, @@ -33801,8 +33783,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [11047] = 10, - ACTIONS(937), 1, + [11011] = 9, + ACTIONS(935), 1, anon_sym_in, ACTIONS(945), 1, anon_sym_AMP_AMP, @@ -33810,29 +33792,26 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenating_space, sym__if_else_separator, ACTIONS(915), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(917), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(921), 2, + ACTIONS(919), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(943), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(919), 3, + ACTIONS(917), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(939), 6, + ACTIONS(937), 6, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 35, + ACTIONS(716), 37, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -33856,6 +33835,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_printf, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_PIPE_PIPE, anon_sym_BANG, @@ -33868,7 +33849,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [11124] = 2, + [11086] = 2, ACTIONS(690), 2, sym_concatenating_space, sym__if_else_separator, @@ -33927,7 +33908,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [11185] = 3, + [11147] = 3, ACTIONS(738), 1, sym__if_else_separator, ACTIONS(957), 1, @@ -33987,14 +33968,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [11248] = 10, + [11210] = 10, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(632), 1, anon_sym_EQ, ACTIONS(808), 1, anon_sym_LBRACK, - ACTIONS(927), 1, + ACTIONS(925), 1, anon_sym_LPAREN2, ACTIONS(810), 2, anon_sym_PLUS_PLUS, @@ -34054,7 +34035,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token1, anon_sym_function, anon_sym_func, - [11325] = 2, + [11287] = 2, ACTIONS(730), 2, sym_concatenating_space, sym__if_else_separator, @@ -34113,7 +34094,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [11386] = 5, + [11348] = 5, ACTIONS(959), 1, sym_identifier, STATE(1952), 1, @@ -34175,7 +34156,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [11453] = 3, + [11415] = 3, ACTIONS(570), 1, sym__if_else_separator, ACTIONS(614), 1, @@ -34235,7 +34216,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [11516] = 2, + [11478] = 2, ACTIONS(718), 2, sym_concatenating_space, sym__if_else_separator, @@ -34294,31 +34275,28 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [11577] = 7, + [11539] = 6, ACTIONS(718), 2, sym_concatenating_space, sym__if_else_separator, ACTIONS(915), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(917), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(921), 2, + ACTIONS(919), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(919), 3, + ACTIONS(917), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(939), 6, + ACTIONS(937), 6, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 39, + ACTIONS(716), 41, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -34343,6 +34321,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_printf, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_TILDE, anon_sym_BANG_TILDE, @@ -34358,7 +34338,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [11648] = 2, + [11608] = 2, ACTIONS(574), 1, sym_concatenating_space, ACTIONS(572), 55, @@ -34417,7 +34397,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [11709] = 2, + [11669] = 2, ACTIONS(722), 2, sym_concatenating_space, sym__if_else_separator, @@ -34476,14 +34456,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [11770] = 4, + [11730] = 4, ACTIONS(718), 2, sym_concatenating_space, sym__if_else_separator, - ACTIONS(917), 2, + ACTIONS(915), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(919), 3, + ACTIONS(917), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -34537,34 +34517,31 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [11835] = 8, + [11795] = 7, ACTIONS(782), 2, sym_concatenating_space, sym__if_else_separator, ACTIONS(915), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(917), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(921), 2, + ACTIONS(919), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(943), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(919), 3, + ACTIONS(917), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(939), 6, + ACTIONS(937), 6, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(780), 37, + ACTIONS(780), 39, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -34589,6 +34566,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_printf, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -34602,7 +34581,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [11908] = 3, + [11866] = 3, ACTIONS(586), 1, sym__if_else_separator, ACTIONS(901), 1, @@ -34662,7 +34641,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [11971] = 4, + [11929] = 4, ACTIONS(578), 1, sym__if_else_separator, ACTIONS(899), 1, @@ -34723,7 +34702,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [12036] = 7, + [11994] = 7, ACTIONS(961), 1, sym_identifier, ACTIONS(963), 1, @@ -34787,7 +34766,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [12107] = 3, + [12065] = 3, ACTIONS(578), 1, sym__if_else_separator, ACTIONS(901), 1, @@ -34847,7 +34826,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [12170] = 4, + [12128] = 4, ACTIONS(578), 1, sym_concatenating_space, ACTIONS(905), 1, @@ -34908,11 +34887,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [12235] = 3, + [12193] = 3, ACTIONS(718), 2, sym_concatenating_space, sym__if_else_separator, - ACTIONS(917), 2, + ACTIONS(915), 2, anon_sym_CARET, anon_sym_STAR_STAR, ACTIONS(716), 52, @@ -34968,7 +34947,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [12298] = 2, + [12256] = 2, ACTIONS(698), 1, sym__if_else_separator, ACTIONS(696), 54, @@ -35026,7 +35005,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [12358] = 2, + [12316] = 2, ACTIONS(678), 1, sym_concatenating_space, ACTIONS(676), 54, @@ -35084,7 +35063,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [12418] = 2, + [12376] = 2, ACTIONS(586), 1, sym_concatenating_space, ACTIONS(584), 54, @@ -35142,7 +35121,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [12478] = 2, + [12436] = 2, ACTIONS(670), 1, sym_concatenating_space, ACTIONS(668), 54, @@ -35200,7 +35179,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [12538] = 4, + [12496] = 4, ACTIONS(718), 1, sym_concatenating_space, ACTIONS(965), 2, @@ -35260,7 +35239,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [12602] = 2, + [12560] = 2, ACTIONS(718), 1, sym_concatenating_space, ACTIONS(716), 54, @@ -35318,10 +35297,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [12662] = 8, + [12620] = 8, ACTIONS(808), 1, anon_sym_LBRACK, - ACTIONS(927), 1, + ACTIONS(925), 1, anon_sym_LPAREN2, ACTIONS(951), 1, anon_sym_EQ, @@ -35382,12 +35361,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token1, anon_sym_function, anon_sym_func, - [12734] = 9, + [12692] = 9, ACTIONS(632), 1, anon_sym_EQ, ACTIONS(808), 1, anon_sym_LBRACK, - ACTIONS(927), 1, + ACTIONS(925), 1, anon_sym_LPAREN2, ACTIONS(810), 2, anon_sym_PLUS_PLUS, @@ -35447,16 +35426,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token1, anon_sym_function, anon_sym_func, - [12808] = 7, + [12766] = 6, ACTIONS(718), 1, sym_concatenating_space, ACTIONS(965), 2, anon_sym_CARET, anon_sym_STAR_STAR, ACTIONS(971), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(973), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(967), 3, @@ -35470,7 +35446,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 39, + ACTIONS(716), 41, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -35495,6 +35471,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_printf, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_TILDE, anon_sym_BANG_TILDE, @@ -35510,21 +35488,18 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [12878] = 9, + [12834] = 8, ACTIONS(718), 1, sym_concatenating_space, - ACTIONS(975), 1, + ACTIONS(973), 1, anon_sym_in, ACTIONS(965), 2, anon_sym_CARET, anon_sym_STAR_STAR, ACTIONS(971), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(973), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(977), 2, + ACTIONS(975), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, ACTIONS(967), 3, @@ -35538,7 +35513,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 36, + ACTIONS(716), 38, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -35562,6 +35537,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_printf, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -35575,23 +35552,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [12952] = 10, + [12906] = 9, ACTIONS(718), 1, sym_concatenating_space, - ACTIONS(975), 1, + ACTIONS(973), 1, anon_sym_in, - ACTIONS(979), 1, + ACTIONS(977), 1, anon_sym_AMP_AMP, ACTIONS(965), 2, anon_sym_CARET, anon_sym_STAR_STAR, ACTIONS(971), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(973), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(977), 2, + ACTIONS(975), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, ACTIONS(967), 3, @@ -35605,7 +35579,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 35, + ACTIONS(716), 37, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -35629,6 +35603,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_printf, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_PIPE_PIPE, anon_sym_BANG, @@ -35641,7 +35617,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [13028] = 2, + [12980] = 2, ACTIONS(710), 1, sym__if_else_separator, ACTIONS(708), 54, @@ -35699,7 +35675,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [13088] = 2, + [13040] = 2, ACTIONS(674), 1, sym__if_else_separator, ACTIONS(672), 54, @@ -35757,7 +35733,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [13148] = 2, + [13100] = 2, ACTIONS(694), 1, sym_concatenating_space, ACTIONS(692), 54, @@ -35815,7 +35791,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [13208] = 2, + [13160] = 2, ACTIONS(710), 1, sym_concatenating_space, ACTIONS(708), 54, @@ -35873,12 +35849,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [13268] = 5, + [13220] = 5, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(808), 1, anon_sym_LBRACK, - ACTIONS(981), 1, + ACTIONS(979), 1, anon_sym_LT, ACTIONS(576), 21, anon_sym_BEGIN, @@ -35934,8 +35910,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [13334] = 2, - ACTIONS(923), 1, + [13286] = 2, + ACTIONS(921), 1, anon_sym_LBRACK, ACTIONS(584), 54, anon_sym_COMMA, @@ -35992,13 +35968,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [13394] = 5, + [13346] = 5, ACTIONS(774), 1, sym_concatenating_space, ACTIONS(965), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(973), 2, + ACTIONS(971), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(967), 3, @@ -36053,10 +36029,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [13460] = 3, - ACTIONS(923), 1, + [13412] = 3, + ACTIONS(921), 1, anon_sym_LBRACK, - ACTIONS(925), 1, + ACTIONS(923), 1, anon_sym_LT, ACTIONS(576), 53, anon_sym_COMMA, @@ -36112,8 +36088,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [13522] = 2, - ACTIONS(923), 1, + [13474] = 2, + ACTIONS(921), 1, anon_sym_LBRACK, ACTIONS(576), 54, anon_sym_COMMA, @@ -36170,17 +36146,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [13582] = 7, + [13534] = 7, ACTIONS(808), 1, anon_sym_LBRACK, - ACTIONS(927), 1, + ACTIONS(925), 1, anon_sym_LPAREN2, - ACTIONS(931), 1, + ACTIONS(929), 1, anon_sym_EQ, - ACTIONS(929), 2, + ACTIONS(927), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(933), 6, + ACTIONS(931), 6, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -36233,23 +36209,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [13652] = 6, + [13604] = 5, ACTIONS(718), 1, sym_concatenating_space, ACTIONS(965), 2, anon_sym_CARET, anon_sym_STAR_STAR, ACTIONS(971), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(973), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(967), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(716), 45, + ACTIONS(716), 47, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -36276,6 +36249,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_printf, anon_sym_GT, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_LT_EQ, anon_sym_GT_EQ, @@ -36295,7 +36270,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [13720] = 2, + [13670] = 2, ACTIONS(690), 1, sym_concatenating_space, ACTIONS(688), 54, @@ -36353,7 +36328,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [13780] = 2, + [13730] = 2, ACTIONS(666), 1, sym_concatenating_space, ACTIONS(556), 54, @@ -36411,7 +36386,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [13840] = 2, + [13790] = 2, ACTIONS(694), 1, sym__if_else_separator, ACTIONS(692), 54, @@ -36469,7 +36444,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [13900] = 2, + [13850] = 2, ACTIONS(730), 1, sym_concatenating_space, ACTIONS(728), 54, @@ -36527,7 +36502,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [13960] = 2, + [13910] = 2, ACTIONS(658), 1, sym_concatenating_space, ACTIONS(656), 54, @@ -36585,7 +36560,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [14020] = 2, + [13970] = 2, ACTIONS(698), 1, sym_concatenating_space, ACTIONS(696), 54, @@ -36643,19 +36618,16 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [14080] = 8, + [14030] = 7, ACTIONS(782), 1, sym_concatenating_space, ACTIONS(965), 2, anon_sym_CARET, anon_sym_STAR_STAR, ACTIONS(971), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(973), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(977), 2, + ACTIONS(975), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, ACTIONS(967), 3, @@ -36669,7 +36641,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(780), 37, + ACTIONS(780), 39, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -36694,6 +36666,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_printf, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -36707,19 +36681,16 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [14152] = 8, - ACTIONS(760), 1, + [14100] = 7, + ACTIONS(758), 1, sym_concatenating_space, ACTIONS(965), 2, anon_sym_CARET, anon_sym_STAR_STAR, ACTIONS(971), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(973), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(977), 2, + ACTIONS(975), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, ACTIONS(967), 3, @@ -36733,7 +36704,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(758), 37, + ACTIONS(756), 39, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -36758,6 +36729,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_printf, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -36771,7 +36744,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [14224] = 2, + [14170] = 2, ACTIONS(714), 1, sym__if_else_separator, ACTIONS(712), 54, @@ -36829,8 +36802,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [14284] = 12, - ACTIONS(937), 1, + [14230] = 12, + ACTIONS(935), 1, anon_sym_in, ACTIONS(941), 1, anon_sym_QMARK, @@ -36838,30 +36811,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(947), 1, anon_sym_PIPE_PIPE, - ACTIONS(985), 1, + ACTIONS(983), 1, anon_sym_COMMA, - ACTIONS(987), 1, + ACTIONS(985), 1, sym__if_else_separator, - ACTIONS(917), 2, + ACTIONS(915), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(921), 2, + ACTIONS(919), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(943), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(919), 3, + ACTIONS(917), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(939), 5, + ACTIONS(937), 5, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(983), 35, + ACTIONS(981), 35, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, @@ -36897,7 +36870,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [14364] = 2, + [14310] = 2, ACTIONS(714), 1, sym_concatenating_space, ACTIONS(712), 54, @@ -36955,27 +36928,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [14424] = 12, + [14370] = 11, ACTIONS(778), 1, sym_concatenating_space, - ACTIONS(975), 1, + ACTIONS(973), 1, anon_sym_in, - ACTIONS(979), 1, + ACTIONS(977), 1, anon_sym_AMP_AMP, - ACTIONS(989), 1, + ACTIONS(987), 1, anon_sym_QMARK, - ACTIONS(991), 1, + ACTIONS(989), 1, anon_sym_PIPE_PIPE, ACTIONS(965), 2, anon_sym_CARET, anon_sym_STAR_STAR, ACTIONS(971), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(973), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(977), 2, + ACTIONS(975), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, ACTIONS(967), 3, @@ -36989,7 +36959,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(776), 33, + ACTIONS(776), 35, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -37013,6 +36983,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_printf, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_BANG, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -37023,7 +36995,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [14504] = 2, + [14448] = 2, ACTIONS(722), 1, sym__if_else_separator, ACTIONS(720), 54, @@ -37081,7 +37053,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [14564] = 3, + [14508] = 3, ACTIONS(718), 1, sym_concatenating_space, ACTIONS(965), 2, @@ -37140,29 +37112,29 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [14626] = 12, + [14570] = 12, ACTIONS(768), 1, sym_concatenating_space, - ACTIONS(975), 1, + ACTIONS(973), 1, anon_sym_in, - ACTIONS(979), 1, + ACTIONS(977), 1, anon_sym_AMP_AMP, - ACTIONS(989), 1, + ACTIONS(987), 1, anon_sym_QMARK, - ACTIONS(991), 1, + ACTIONS(989), 1, anon_sym_PIPE_PIPE, ACTIONS(965), 2, anon_sym_CARET, anon_sym_STAR_STAR, ACTIONS(971), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(973), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(977), 2, + ACTIONS(975), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, + ACTIONS(991), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, ACTIONS(967), 3, anon_sym_STAR, anon_sym_SLASH, @@ -37174,7 +37146,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(762), 33, + ACTIONS(760), 33, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -37208,8 +37180,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [14706] = 13, - ACTIONS(937), 1, + [14650] = 12, + ACTIONS(935), 1, anon_sym_in, ACTIONS(941), 1, anon_sym_QMARK, @@ -37217,34 +37189,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(947), 1, anon_sym_PIPE_PIPE, - ACTIONS(985), 1, + ACTIONS(983), 1, anon_sym_COMMA, - ACTIONS(997), 1, + ACTIONS(995), 1, sym__if_else_separator, - ACTIONS(917), 2, + ACTIONS(915), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(921), 2, + ACTIONS(919), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(943), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(995), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(919), 3, + ACTIONS(917), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(939), 6, + ACTIONS(937), 6, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(993), 32, + ACTIONS(993), 34, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, @@ -37267,6 +37236,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_printf, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_BANG, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -37277,7 +37248,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [14788] = 2, + [14730] = 2, ACTIONS(586), 1, sym__if_else_separator, ACTIONS(584), 54, @@ -37335,7 +37306,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [14848] = 2, + [14790] = 2, ACTIONS(652), 1, sym__if_else_separator, ACTIONS(650), 54, @@ -37393,7 +37364,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [14908] = 2, + [14850] = 2, ACTIONS(678), 1, sym__if_else_separator, ACTIONS(676), 54, @@ -37451,7 +37422,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [14968] = 2, + [14910] = 2, ACTIONS(682), 1, sym__if_else_separator, ACTIONS(680), 54, @@ -37509,7 +37480,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [15028] = 2, + [14970] = 2, ACTIONS(686), 1, sym_concatenating_space, ACTIONS(684), 54, @@ -37567,7 +37538,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [15088] = 2, + [15030] = 2, ACTIONS(706), 1, sym_concatenating_space, ACTIONS(704), 54, @@ -37625,7 +37596,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [15148] = 2, + [15090] = 2, ACTIONS(686), 1, sym__if_else_separator, ACTIONS(684), 54, @@ -37683,10 +37654,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [15208] = 12, + [15150] = 12, ACTIONS(768), 1, sym__if_else_separator, - ACTIONS(937), 1, + ACTIONS(935), 1, anon_sym_in, ACTIONS(941), 1, anon_sym_QMARK, @@ -37694,30 +37665,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(947), 1, anon_sym_PIPE_PIPE, - ACTIONS(917), 2, + ACTIONS(915), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(921), 2, + ACTIONS(919), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(943), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(995), 2, + ACTIONS(997), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - ACTIONS(919), 3, + ACTIONS(917), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(939), 6, + ACTIONS(937), 6, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(762), 33, + ACTIONS(760), 33, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -37751,7 +37722,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [15288] = 2, + [15230] = 2, ACTIONS(682), 1, sym_concatenating_space, ACTIONS(680), 54, @@ -37809,7 +37780,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [15348] = 2, + [15290] = 2, ACTIONS(674), 1, sym_concatenating_space, ACTIONS(672), 54, @@ -37867,7 +37838,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [15408] = 2, + [15350] = 2, ACTIONS(722), 1, sym_concatenating_space, ACTIONS(720), 54, @@ -37925,7 +37896,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [15468] = 2, + [15410] = 2, ACTIONS(652), 1, sym_concatenating_space, ACTIONS(650), 54, @@ -37983,7 +37954,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [15528] = 2, + [15470] = 2, ACTIONS(999), 1, sym_regex_flags, ACTIONS(734), 54, @@ -38041,7 +38012,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [15588] = 3, + [15530] = 3, ACTIONS(566), 1, sym_concatenating_space, ACTIONS(556), 21, @@ -38100,7 +38071,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [15650] = 3, + [15592] = 3, ACTIONS(1001), 1, sym_regex_flags, ACTIONS(734), 22, @@ -38158,7 +38129,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [15711] = 1, + [15653] = 1, ACTIONS(672), 54, anon_sym_COMMA, anon_sym_SEMI, @@ -38214,7 +38185,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [15768] = 2, + [15710] = 2, ACTIONS(572), 22, anon_sym_BEGIN, anon_sym_END, @@ -38271,22 +38242,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [15827] = 11, - ACTIONS(975), 1, + [15769] = 11, + ACTIONS(973), 1, anon_sym_in, - ACTIONS(979), 1, + ACTIONS(977), 1, anon_sym_AMP_AMP, - ACTIONS(989), 1, + ACTIONS(987), 1, anon_sym_QMARK, - ACTIONS(991), 1, + ACTIONS(989), 1, anon_sym_PIPE_PIPE, ACTIONS(965), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(973), 2, + ACTIONS(971), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(977), 2, + ACTIONS(975), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, ACTIONS(1003), 2, @@ -38303,7 +38274,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(762), 33, + ACTIONS(760), 33, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -38337,29 +38308,26 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [15904] = 12, - ACTIONS(975), 1, + [15846] = 11, + ACTIONS(973), 1, anon_sym_in, - ACTIONS(979), 1, + ACTIONS(977), 1, anon_sym_AMP_AMP, - ACTIONS(985), 1, + ACTIONS(983), 1, anon_sym_COMMA, - ACTIONS(989), 1, + ACTIONS(987), 1, anon_sym_QMARK, - ACTIONS(991), 1, + ACTIONS(989), 1, anon_sym_PIPE_PIPE, ACTIONS(965), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(973), 2, + ACTIONS(971), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(977), 2, + ACTIONS(975), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1003), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, ACTIONS(967), 3, anon_sym_STAR, anon_sym_SLASH, @@ -38371,7 +38339,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(993), 32, + ACTIONS(993), 34, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, @@ -38394,6 +38362,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_print, anon_sym_printf, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_BANG, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -38404,10 +38374,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [15983] = 4, + [15923] = 4, ACTIONS(808), 1, anon_sym_LBRACK, - ACTIONS(981), 1, + ACTIONS(979), 1, anon_sym_LT, ACTIONS(576), 21, anon_sym_BEGIN, @@ -38463,7 +38433,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [16046] = 7, + [15986] = 7, ACTIONS(808), 1, anon_sym_LBRACK, ACTIONS(951), 1, @@ -38525,7 +38495,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [16115] = 1, + [16055] = 1, ACTIONS(684), 54, anon_sym_COMMA, anon_sym_SEMI, @@ -38581,7 +38551,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [16172] = 1, + [16112] = 1, ACTIONS(696), 54, anon_sym_COMMA, anon_sym_SEMI, @@ -38637,7 +38607,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [16229] = 1, + [16169] = 1, ACTIONS(720), 54, anon_sym_COMMA, anon_sym_SEMI, @@ -38693,7 +38663,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [16286] = 1, + [16226] = 1, ACTIONS(708), 54, anon_sym_COMMA, anon_sym_SEMI, @@ -38749,24 +38719,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [16343] = 11, - ACTIONS(975), 1, + [16283] = 11, + ACTIONS(973), 1, anon_sym_in, - ACTIONS(979), 1, + ACTIONS(977), 1, anon_sym_AMP_AMP, - ACTIONS(985), 1, + ACTIONS(983), 1, anon_sym_COMMA, - ACTIONS(989), 1, + ACTIONS(987), 1, anon_sym_QMARK, - ACTIONS(991), 1, + ACTIONS(989), 1, anon_sym_PIPE_PIPE, ACTIONS(965), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(973), 2, + ACTIONS(971), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(977), 2, + ACTIONS(975), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, ACTIONS(967), 3, @@ -38779,7 +38749,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(983), 35, + ACTIONS(981), 35, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, @@ -38815,7 +38785,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [16420] = 1, + [16360] = 1, ACTIONS(680), 54, anon_sym_COMMA, anon_sym_SEMI, @@ -38871,7 +38841,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [16477] = 1, + [16417] = 1, ACTIONS(712), 54, anon_sym_COMMA, anon_sym_SEMI, @@ -38927,7 +38897,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [16534] = 1, + [16474] = 1, ACTIONS(676), 54, anon_sym_COMMA, anon_sym_SEMI, @@ -38983,7 +38953,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [16591] = 1, + [16531] = 1, ACTIONS(650), 54, anon_sym_COMMA, anon_sym_SEMI, @@ -39039,7 +39009,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [16648] = 1, + [16588] = 1, ACTIONS(692), 54, anon_sym_COMMA, anon_sym_SEMI, @@ -39095,15 +39065,15 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [16705] = 6, + [16645] = 6, ACTIONS(808), 1, anon_sym_LBRACK, - ACTIONS(931), 1, + ACTIONS(929), 1, anon_sym_EQ, - ACTIONS(929), 2, + ACTIONS(927), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(933), 6, + ACTIONS(931), 6, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -39156,7 +39126,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [16772] = 1, + [16712] = 1, ACTIONS(584), 54, anon_sym_COMMA, anon_sym_SEMI, @@ -39212,7 +39182,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [16829] = 5, + [16769] = 5, ACTIONS(1005), 1, anon_sym_CARET, ACTIONS(1007), 1, @@ -39271,7 +39241,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [16893] = 22, + [16833] = 22, ACTIONS(174), 1, sym_identifier, ACTIONS(180), 1, @@ -39347,7 +39317,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [16991] = 4, + [16931] = 4, ACTIONS(1005), 1, anon_sym_CARET, ACTIONS(1007), 1, @@ -39405,7 +39375,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [17053] = 6, + [16993] = 6, ACTIONS(1005), 1, anon_sym_CARET, ACTIONS(1007), 1, @@ -39465,15 +39435,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [17119] = 10, + [17059] = 8, ACTIONS(1005), 1, anon_sym_CARET, ACTIONS(1007), 1, anon_sym_STAR_STAR, - ACTIONS(1015), 1, - anon_sym_PIPE, - ACTIONS(1017), 1, - anon_sym_PIPE_AMP, ACTIONS(1011), 2, anon_sym_PLUS, anon_sym_DASH, @@ -39484,18 +39450,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1019), 4, + ACTIONS(1015), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 13, + ACTIONS(716), 14, anon_sym_BEGIN, anon_sym_END, anon_sym_BEGINFILE, anon_sym_ENDFILE, anon_sym_in, anon_sym_getline, + anon_sym_PIPE, anon_sym_BANG, anon_sym_EQ, anon_sym_AT, @@ -39503,7 +39470,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token1, anon_sym_function, anon_sym_func, - ACTIONS(718), 25, + ACTIONS(718), 26, sym_concatenating_space, ts_builtin_sym_end, anon_sym_COMMA, @@ -39512,6 +39479,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATnamespace, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_TILDE, anon_sym_BANG_TILDE, @@ -39529,8 +39497,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [17193] = 12, - ACTIONS(937), 1, + [17129] = 12, + ACTIONS(935), 1, anon_sym_in, ACTIONS(941), 1, anon_sym_QMARK, @@ -39538,32 +39506,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(947), 1, anon_sym_PIPE_PIPE, - ACTIONS(1023), 1, + ACTIONS(1019), 1, sym__if_else_separator, - ACTIONS(917), 2, + ACTIONS(915), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(921), 2, + ACTIONS(919), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(943), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(995), 2, + ACTIONS(997), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - ACTIONS(919), 3, + ACTIONS(917), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(939), 6, + ACTIONS(937), 6, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1021), 31, + ACTIONS(1017), 31, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, @@ -39595,8 +39563,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [17271] = 12, - ACTIONS(937), 1, + [17207] = 12, + ACTIONS(935), 1, anon_sym_in, ACTIONS(941), 1, anon_sym_QMARK, @@ -39604,32 +39572,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(947), 1, anon_sym_PIPE_PIPE, - ACTIONS(1027), 1, + ACTIONS(1023), 1, sym__if_else_separator, - ACTIONS(917), 2, + ACTIONS(915), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(921), 2, + ACTIONS(919), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(943), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(995), 2, + ACTIONS(997), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - ACTIONS(919), 3, + ACTIONS(917), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(939), 6, + ACTIONS(937), 6, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1025), 31, + ACTIONS(1021), 31, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, @@ -39661,16 +39629,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [17349] = 12, + [17285] = 10, ACTIONS(1005), 1, anon_sym_CARET, ACTIONS(1007), 1, anon_sym_STAR_STAR, - ACTIONS(1015), 1, - anon_sym_PIPE, - ACTIONS(1017), 1, - anon_sym_PIPE_AMP, - ACTIONS(1029), 1, + ACTIONS(1025), 1, anon_sym_in, ACTIONS(1011), 2, anon_sym_PLUS, @@ -39678,24 +39642,25 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1013), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1031), 2, + ACTIONS(1027), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, ACTIONS(1009), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1019), 4, + ACTIONS(1015), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 12, + ACTIONS(716), 13, anon_sym_BEGIN, anon_sym_END, anon_sym_BEGINFILE, anon_sym_ENDFILE, anon_sym_getline, + anon_sym_PIPE, anon_sym_BANG, anon_sym_EQ, anon_sym_AT, @@ -39703,7 +39668,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token1, anon_sym_function, anon_sym_func, - ACTIONS(718), 23, + ACTIONS(718), 24, sym_concatenating_space, ts_builtin_sym_end, anon_sym_COMMA, @@ -39712,6 +39677,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATnamespace, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -39727,13 +39693,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [17427] = 5, - ACTIONS(931), 1, + [17359] = 5, + ACTIONS(929), 1, anon_sym_EQ, - ACTIONS(929), 2, + ACTIONS(927), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(933), 6, + ACTIONS(931), 6, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -39786,15 +39752,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [17491] = 8, + [17423] = 6, ACTIONS(1005), 1, anon_sym_CARET, ACTIONS(1007), 1, anon_sym_STAR_STAR, - ACTIONS(1015), 1, - anon_sym_PIPE, - ACTIONS(1017), 1, - anon_sym_PIPE_AMP, ACTIONS(1011), 2, anon_sym_PLUS, anon_sym_DASH, @@ -39802,7 +39764,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(716), 15, + ACTIONS(716), 16, anon_sym_BEGIN, anon_sym_END, anon_sym_BEGINFILE, @@ -39811,6 +39773,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_getline, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_BANG, anon_sym_EQ, anon_sym_AT, @@ -39818,7 +39781,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token1, anon_sym_function, anon_sym_func, - ACTIONS(718), 29, + ACTIONS(718), 30, sym_concatenating_space, ts_builtin_sym_end, anon_sym_COMMA, @@ -39827,6 +39790,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATnamespace, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_LT_EQ, anon_sym_GT_EQ, @@ -39848,40 +39812,37 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [17561] = 11, + [17489] = 9, ACTIONS(1005), 1, anon_sym_CARET, ACTIONS(1007), 1, anon_sym_STAR_STAR, - ACTIONS(1015), 1, - anon_sym_PIPE, - ACTIONS(1017), 1, - anon_sym_PIPE_AMP, ACTIONS(1011), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1013), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1031), 2, + ACTIONS(1027), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, ACTIONS(1009), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1019), 4, + ACTIONS(1015), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(758), 13, + ACTIONS(756), 14, anon_sym_BEGIN, anon_sym_END, anon_sym_BEGINFILE, anon_sym_ENDFILE, anon_sym_in, anon_sym_getline, + anon_sym_PIPE, anon_sym_BANG, anon_sym_EQ, anon_sym_AT, @@ -39889,7 +39850,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token1, anon_sym_function, anon_sym_func, - ACTIONS(760), 23, + ACTIONS(758), 24, sym_concatenating_space, ts_builtin_sym_end, anon_sym_COMMA, @@ -39898,6 +39859,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATnamespace, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -39913,22 +39875,18 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [17637] = 15, + [17561] = 13, ACTIONS(1005), 1, anon_sym_CARET, ACTIONS(1007), 1, anon_sym_STAR_STAR, - ACTIONS(1015), 1, - anon_sym_PIPE, - ACTIONS(1017), 1, - anon_sym_PIPE_AMP, - ACTIONS(1029), 1, + ACTIONS(1025), 1, anon_sym_in, - ACTIONS(1033), 1, + ACTIONS(1029), 1, anon_sym_QMARK, - ACTIONS(1035), 1, + ACTIONS(1031), 1, anon_sym_AMP_AMP, - ACTIONS(1037), 1, + ACTIONS(1033), 1, anon_sym_PIPE_PIPE, ACTIONS(1011), 2, anon_sym_PLUS, @@ -39936,24 +39894,25 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1013), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1031), 2, + ACTIONS(1027), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, ACTIONS(1009), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1019), 4, + ACTIONS(1015), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(776), 12, + ACTIONS(776), 13, anon_sym_BEGIN, anon_sym_END, anon_sym_BEGINFILE, anon_sym_ENDFILE, anon_sym_getline, + anon_sym_PIPE, anon_sym_BANG, anon_sym_EQ, anon_sym_AT, @@ -39961,7 +39920,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token1, anon_sym_function, anon_sym_func, - ACTIONS(778), 20, + ACTIONS(778), 21, sym_concatenating_space, ts_builtin_sym_end, anon_sym_COMMA, @@ -39970,6 +39929,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATnamespace, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_PIPE_AMP, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -39982,18 +39942,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [17721] = 13, + [17641] = 11, ACTIONS(1005), 1, anon_sym_CARET, ACTIONS(1007), 1, anon_sym_STAR_STAR, - ACTIONS(1015), 1, - anon_sym_PIPE, - ACTIONS(1017), 1, - anon_sym_PIPE_AMP, - ACTIONS(1029), 1, + ACTIONS(1025), 1, anon_sym_in, - ACTIONS(1035), 1, + ACTIONS(1031), 1, anon_sym_AMP_AMP, ACTIONS(1011), 2, anon_sym_PLUS, @@ -40001,24 +39957,25 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1013), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1031), 2, + ACTIONS(1027), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, ACTIONS(1009), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1019), 4, + ACTIONS(1015), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 12, + ACTIONS(716), 13, anon_sym_BEGIN, anon_sym_END, anon_sym_BEGINFILE, anon_sym_ENDFILE, anon_sym_getline, + anon_sym_PIPE, anon_sym_BANG, anon_sym_EQ, anon_sym_AT, @@ -40026,7 +39983,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token1, anon_sym_function, anon_sym_func, - ACTIONS(718), 22, + ACTIONS(718), 23, sym_concatenating_space, ts_builtin_sym_end, anon_sym_COMMA, @@ -40035,6 +39992,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATnamespace, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_PIPE_PIPE, anon_sym_PLUS_PLUS, @@ -40049,40 +40007,37 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [17801] = 11, + [17717] = 9, ACTIONS(1005), 1, anon_sym_CARET, ACTIONS(1007), 1, anon_sym_STAR_STAR, - ACTIONS(1015), 1, - anon_sym_PIPE, - ACTIONS(1017), 1, - anon_sym_PIPE_AMP, ACTIONS(1011), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1013), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1031), 2, + ACTIONS(1027), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, ACTIONS(1009), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1019), 4, + ACTIONS(1015), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(780), 13, + ACTIONS(780), 14, anon_sym_BEGIN, anon_sym_END, anon_sym_BEGINFILE, anon_sym_ENDFILE, anon_sym_in, anon_sym_getline, + anon_sym_PIPE, anon_sym_BANG, anon_sym_EQ, anon_sym_AT, @@ -40090,7 +40045,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token1, anon_sym_function, anon_sym_func, - ACTIONS(782), 23, + ACTIONS(782), 24, sym_concatenating_space, ts_builtin_sym_end, anon_sym_COMMA, @@ -40099,6 +40054,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATnamespace, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -40114,8 +40070,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [17877] = 12, - ACTIONS(937), 1, + [17789] = 12, + ACTIONS(935), 1, anon_sym_in, ACTIONS(941), 1, anon_sym_QMARK, @@ -40123,32 +40079,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(947), 1, anon_sym_PIPE_PIPE, - ACTIONS(1041), 1, + ACTIONS(1037), 1, sym__if_else_separator, - ACTIONS(917), 2, + ACTIONS(915), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(921), 2, + ACTIONS(919), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(943), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(995), 2, + ACTIONS(997), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - ACTIONS(919), 3, + ACTIONS(917), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(939), 6, + ACTIONS(937), 6, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1039), 31, + ACTIONS(1035), 31, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, @@ -40180,8 +40136,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [17955] = 12, - ACTIONS(937), 1, + [17867] = 12, + ACTIONS(935), 1, anon_sym_in, ACTIONS(941), 1, anon_sym_QMARK, @@ -40189,32 +40145,227 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(947), 1, anon_sym_PIPE_PIPE, + ACTIONS(1041), 1, + sym__if_else_separator, + ACTIONS(915), 2, + anon_sym_CARET, + anon_sym_STAR_STAR, + ACTIONS(919), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(943), 2, + anon_sym_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(997), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(917), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(937), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1039), 31, + anon_sym_SEMI, + anon_sym_LF, + anon_sym_CR_LF, + anon_sym_if, + anon_sym_LPAREN, + anon_sym_while, + anon_sym_do, + anon_sym_for, + sym_break_statement, + sym_continue_statement, + anon_sym_delete, + anon_sym_exit, + anon_sym_return, + anon_sym_switch, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_getline, + sym_next_statement, + sym_nextfile_statement, + anon_sym_print, + anon_sym_printf, + anon_sym_BANG, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_DOLLAR, + anon_sym_AT, + sym_identifier, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DQUOTE, + anon_sym_POUND, + [17945] = 15, + ACTIONS(1005), 1, + anon_sym_CARET, + ACTIONS(1007), 1, + anon_sym_STAR_STAR, + ACTIONS(1025), 1, + anon_sym_in, + ACTIONS(1029), 1, + anon_sym_QMARK, + ACTIONS(1031), 1, + anon_sym_AMP_AMP, + ACTIONS(1033), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1043), 1, + anon_sym_PIPE, ACTIONS(1045), 1, + anon_sym_PIPE_AMP, + ACTIONS(1011), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(1013), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1027), 2, + anon_sym_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(1009), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(1015), 4, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(760), 12, + anon_sym_BEGIN, + anon_sym_END, + anon_sym_BEGINFILE, + anon_sym_ENDFILE, + anon_sym_getline, + anon_sym_BANG, + anon_sym_EQ, + anon_sym_AT, + sym_identifier, + aux_sym_number_token1, + anon_sym_function, + anon_sym_func, + ACTIONS(768), 20, + sym_concatenating_space, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_ATinclude, + anon_sym_ATload, + anon_sym_ATnamespace, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_DOLLAR, + aux_sym_number_token2, + anon_sym_DQUOTE, + anon_sym_POUND, + [18029] = 6, + ACTIONS(951), 1, + anon_sym_EQ, + ACTIONS(955), 1, + sym_concatenating_space, + ACTIONS(949), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(953), 6, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + ACTIONS(556), 21, + anon_sym_BEGIN, + anon_sym_END, + anon_sym_BEGINFILE, + anon_sym_ENDFILE, + anon_sym_in, + anon_sym_getline, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_AT, + sym_identifier, + aux_sym_number_token1, + anon_sym_function, + anon_sym_func, + ACTIONS(570), 22, + ts_builtin_sym_end, + anon_sym_COMMA, + anon_sym_ATinclude, + anon_sym_ATload, + anon_sym_ATnamespace, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_PIPE_AMP, + anon_sym_QMARK, + anon_sym_STAR_STAR, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_TILDE, + anon_sym_BANG_TILDE, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_DOLLAR, + aux_sym_number_token2, + anon_sym_DQUOTE, + anon_sym_POUND, + [18095] = 12, + ACTIONS(218), 1, sym__if_else_separator, - ACTIONS(917), 2, + ACTIONS(935), 1, + anon_sym_in, + ACTIONS(941), 1, + anon_sym_QMARK, + ACTIONS(945), 1, + anon_sym_AMP_AMP, + ACTIONS(947), 1, + anon_sym_PIPE_PIPE, + ACTIONS(915), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(921), 2, + ACTIONS(919), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(943), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(995), 2, + ACTIONS(997), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - ACTIONS(919), 3, + ACTIONS(917), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(939), 6, + ACTIONS(937), 6, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1043), 31, + ACTIONS(176), 31, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, @@ -40246,202 +40397,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [18033] = 15, - ACTIONS(1005), 1, - anon_sym_CARET, - ACTIONS(1007), 1, - anon_sym_STAR_STAR, - ACTIONS(1015), 1, - anon_sym_PIPE, - ACTIONS(1017), 1, - anon_sym_PIPE_AMP, - ACTIONS(1029), 1, - anon_sym_in, - ACTIONS(1033), 1, - anon_sym_QMARK, - ACTIONS(1035), 1, - anon_sym_AMP_AMP, - ACTIONS(1037), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1011), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(1013), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1031), 2, - anon_sym_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(1009), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(1019), 4, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(762), 12, - anon_sym_BEGIN, - anon_sym_END, - anon_sym_BEGINFILE, - anon_sym_ENDFILE, - anon_sym_getline, - anon_sym_BANG, - anon_sym_EQ, - anon_sym_AT, - sym_identifier, - aux_sym_number_token1, - anon_sym_function, - anon_sym_func, - ACTIONS(768), 20, - sym_concatenating_space, - ts_builtin_sym_end, - anon_sym_COMMA, - anon_sym_ATinclude, - anon_sym_ATload, - anon_sym_ATnamespace, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_DOLLAR, - aux_sym_number_token2, - anon_sym_DQUOTE, - anon_sym_POUND, - [18117] = 6, - ACTIONS(951), 1, - anon_sym_EQ, - ACTIONS(955), 1, - sym_concatenating_space, - ACTIONS(949), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(953), 6, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - ACTIONS(556), 21, - anon_sym_BEGIN, - anon_sym_END, - anon_sym_BEGINFILE, - anon_sym_ENDFILE, - anon_sym_in, - anon_sym_getline, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_AT, - sym_identifier, - aux_sym_number_token1, - anon_sym_function, - anon_sym_func, - ACTIONS(570), 22, - ts_builtin_sym_end, - anon_sym_COMMA, - anon_sym_ATinclude, - anon_sym_ATload, - anon_sym_ATnamespace, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_PIPE_AMP, - anon_sym_QMARK, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_TILDE, - anon_sym_BANG_TILDE, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_DOLLAR, - aux_sym_number_token2, - anon_sym_DQUOTE, - anon_sym_POUND, - [18183] = 12, - ACTIONS(218), 1, - sym__if_else_separator, - ACTIONS(937), 1, - anon_sym_in, - ACTIONS(941), 1, - anon_sym_QMARK, - ACTIONS(945), 1, - anon_sym_AMP_AMP, - ACTIONS(947), 1, - anon_sym_PIPE_PIPE, - ACTIONS(917), 2, - anon_sym_CARET, - anon_sym_STAR_STAR, - ACTIONS(921), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(943), 2, - anon_sym_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(995), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(919), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(939), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(176), 31, - anon_sym_SEMI, - anon_sym_LF, - anon_sym_CR_LF, - anon_sym_if, - anon_sym_LPAREN, - anon_sym_while, - anon_sym_do, - anon_sym_for, - sym_break_statement, - sym_continue_statement, - anon_sym_delete, - anon_sym_exit, - anon_sym_return, - anon_sym_switch, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_getline, - sym_next_statement, - sym_nextfile_statement, - anon_sym_print, - anon_sym_printf, - anon_sym_BANG, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_DOLLAR, - anon_sym_AT, - sym_identifier, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DQUOTE, - anon_sym_POUND, - [18261] = 21, + [18173] = 21, ACTIONS(228), 1, sym_identifier, ACTIONS(248), 1, @@ -40515,22 +40471,22 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [18356] = 11, - ACTIONS(975), 1, + [18268] = 11, + ACTIONS(973), 1, anon_sym_in, - ACTIONS(979), 1, + ACTIONS(977), 1, anon_sym_AMP_AMP, - ACTIONS(989), 1, + ACTIONS(987), 1, anon_sym_QMARK, - ACTIONS(991), 1, + ACTIONS(989), 1, anon_sym_PIPE_PIPE, ACTIONS(965), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(973), 2, + ACTIONS(971), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(977), 2, + ACTIONS(975), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, ACTIONS(1003), 2, @@ -40547,7 +40503,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1039), 31, + ACTIONS(1035), 31, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, @@ -40579,22 +40535,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [18431] = 11, - ACTIONS(975), 1, + [18343] = 11, + ACTIONS(973), 1, anon_sym_in, - ACTIONS(979), 1, + ACTIONS(977), 1, anon_sym_AMP_AMP, - ACTIONS(989), 1, + ACTIONS(987), 1, anon_sym_QMARK, - ACTIONS(991), 1, + ACTIONS(989), 1, anon_sym_PIPE_PIPE, ACTIONS(965), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(973), 2, + ACTIONS(971), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(977), 2, + ACTIONS(975), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, ACTIONS(1003), 2, @@ -40611,7 +40567,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1021), 31, + ACTIONS(1017), 31, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, @@ -40643,22 +40599,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [18506] = 11, - ACTIONS(975), 1, + [18418] = 11, + ACTIONS(973), 1, anon_sym_in, - ACTIONS(979), 1, + ACTIONS(977), 1, anon_sym_AMP_AMP, - ACTIONS(989), 1, + ACTIONS(987), 1, anon_sym_QMARK, - ACTIONS(991), 1, + ACTIONS(989), 1, anon_sym_PIPE_PIPE, ACTIONS(965), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(973), 2, + ACTIONS(971), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(977), 2, + ACTIONS(975), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, ACTIONS(1003), 2, @@ -40675,7 +40631,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1043), 31, + ACTIONS(1039), 31, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, @@ -40707,22 +40663,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [18581] = 11, - ACTIONS(975), 1, + [18493] = 11, + ACTIONS(973), 1, anon_sym_in, - ACTIONS(979), 1, + ACTIONS(977), 1, anon_sym_AMP_AMP, - ACTIONS(989), 1, + ACTIONS(987), 1, anon_sym_QMARK, - ACTIONS(991), 1, + ACTIONS(989), 1, anon_sym_PIPE_PIPE, ACTIONS(965), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(973), 2, + ACTIONS(971), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(977), 2, + ACTIONS(975), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, ACTIONS(1003), 2, @@ -40771,22 +40727,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [18656] = 11, - ACTIONS(975), 1, + [18568] = 11, + ACTIONS(973), 1, anon_sym_in, - ACTIONS(979), 1, + ACTIONS(977), 1, anon_sym_AMP_AMP, - ACTIONS(989), 1, + ACTIONS(987), 1, anon_sym_QMARK, - ACTIONS(991), 1, + ACTIONS(989), 1, anon_sym_PIPE_PIPE, ACTIONS(965), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(973), 2, + ACTIONS(971), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(977), 2, + ACTIONS(975), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, ACTIONS(1003), 2, @@ -40803,7 +40759,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1025), 31, + ACTIONS(1021), 31, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, @@ -40835,7 +40791,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [18731] = 22, + [18643] = 22, ACTIONS(216), 1, anon_sym_DQUOTE, ACTIONS(292), 1, @@ -40909,7 +40865,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [18827] = 21, + [18739] = 21, ACTIONS(284), 1, anon_sym_DQUOTE, ACTIONS(336), 1, @@ -40981,7 +40937,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [18920] = 7, + [18832] = 7, ACTIONS(1047), 1, sym_identifier, ACTIONS(1049), 1, @@ -41038,7 +40994,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [18984] = 5, + [18896] = 5, ACTIONS(1051), 1, sym_identifier, STATE(1951), 1, @@ -41093,7 +41049,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [19044] = 5, + [18956] = 5, ACTIONS(1053), 1, sym_identifier, STATE(1877), 1, @@ -41147,7 +41103,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [19103] = 4, + [19015] = 4, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(1055), 1, @@ -41200,7 +41156,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [19160] = 7, + [19072] = 7, ACTIONS(1057), 1, sym_identifier, ACTIONS(1059), 1, @@ -41256,7 +41212,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [19223] = 5, + [19135] = 5, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(1055), 1, @@ -41310,7 +41266,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [19282] = 4, + [19194] = 4, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(1055), 1, @@ -41363,7 +41319,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [19339] = 2, + [19251] = 2, ACTIONS(628), 18, anon_sym_BEGIN, anon_sym_END, @@ -41413,7 +41369,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [19391] = 2, + [19303] = 2, ACTIONS(572), 18, anon_sym_BEGIN, anon_sym_END, @@ -41463,7 +41419,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [19443] = 4, + [19355] = 4, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(1063), 1, @@ -41515,7 +41471,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [19499] = 2, + [19411] = 2, ACTIONS(628), 18, anon_sym_BEGIN, anon_sym_END, @@ -41565,7 +41521,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [19551] = 2, + [19463] = 2, ACTIONS(572), 18, anon_sym_BEGIN, anon_sym_END, @@ -41615,7 +41571,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [19603] = 3, + [19515] = 3, ACTIONS(1055), 1, anon_sym_LBRACK, ACTIONS(576), 18, @@ -41666,7 +41622,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [19657] = 4, + [19569] = 4, ACTIONS(1055), 1, anon_sym_LBRACK, ACTIONS(1061), 1, @@ -41718,7 +41674,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [19713] = 3, + [19625] = 3, ACTIONS(1055), 1, anon_sym_LBRACK, ACTIONS(584), 18, @@ -41769,7 +41725,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [19767] = 4, + [19679] = 4, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(1063), 1, @@ -41821,7 +41777,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [19823] = 3, + [19735] = 3, ACTIONS(1065), 1, sym_regex_flags, ACTIONS(734), 18, @@ -41872,7 +41828,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [19877] = 5, + [19789] = 5, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(1063), 1, @@ -41925,7 +41881,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [19935] = 2, + [19847] = 2, ACTIONS(676), 18, anon_sym_BEGIN, anon_sym_END, @@ -41974,54 +41930,51 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [19986] = 15, + [19898] = 13, ACTIONS(1069), 1, anon_sym_in, ACTIONS(1073), 1, - anon_sym_PIPE, - ACTIONS(1075), 1, - anon_sym_PIPE_AMP, - ACTIONS(1077), 1, anon_sym_QMARK, - ACTIONS(1081), 1, + ACTIONS(1077), 1, anon_sym_STAR, - ACTIONS(1091), 1, + ACTIONS(1087), 1, anon_sym_AMP_AMP, - ACTIONS(1093), 1, + ACTIONS(1089), 1, anon_sym_PIPE_PIPE, ACTIONS(1071), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1079), 2, + ACTIONS(1075), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(1083), 2, + ACTIONS(1079), 2, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1085), 2, + ACTIONS(1081), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1089), 2, + ACTIONS(1085), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1087), 4, + ACTIONS(1083), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(776), 11, + ACTIONS(776), 12, anon_sym_BEGIN, anon_sym_END, anon_sym_BEGINFILE, anon_sym_ENDFILE, anon_sym_getline, + anon_sym_PIPE, anon_sym_BANG, anon_sym_AT, sym_identifier, aux_sym_number_token1, anon_sym_function, anon_sym_func, - ACTIONS(778), 14, + ACTIONS(778), 15, sym_concatenating_space, ts_builtin_sym_end, anon_sym_COMMA, @@ -42030,13 +41983,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATnamespace, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_PIPE_AMP, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_DOLLAR, aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [20063] = 2, + [19971] = 2, ACTIONS(704), 18, anon_sym_BEGIN, anon_sym_END, @@ -42085,13 +42039,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [20114] = 5, - ACTIONS(1081), 1, + [20022] = 5, + ACTIONS(1077), 1, anon_sym_STAR, - ACTIONS(1079), 2, + ACTIONS(1075), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(1083), 2, + ACTIONS(1079), 2, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(716), 17, @@ -42137,44 +42091,41 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [20171] = 10, - ACTIONS(1073), 1, - anon_sym_PIPE, - ACTIONS(1075), 1, - anon_sym_PIPE_AMP, - ACTIONS(1081), 1, + [20079] = 8, + ACTIONS(1077), 1, anon_sym_STAR, ACTIONS(1071), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1079), 2, + ACTIONS(1075), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(1083), 2, + ACTIONS(1079), 2, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1085), 2, + ACTIONS(1081), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1087), 4, + ACTIONS(1083), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 12, + ACTIONS(716), 13, anon_sym_BEGIN, anon_sym_END, anon_sym_BEGINFILE, anon_sym_ENDFILE, anon_sym_in, anon_sym_getline, + anon_sym_PIPE, anon_sym_BANG, anon_sym_AT, sym_identifier, aux_sym_number_token1, anon_sym_function, anon_sym_func, - ACTIONS(718), 19, + ACTIONS(718), 20, sym_concatenating_space, ts_builtin_sym_end, anon_sym_COMMA, @@ -42183,6 +42134,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATnamespace, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_TILDE, anon_sym_BANG_TILDE, @@ -42194,7 +42146,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [20238] = 4, + [20142] = 4, ACTIONS(1063), 1, anon_sym_LBRACK, ACTIONS(1067), 1, @@ -42245,7 +42197,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [20293] = 4, + [20197] = 4, ACTIONS(556), 7, anon_sym_in, anon_sym_LT, @@ -42296,7 +42248,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [20348] = 3, + [20252] = 3, ACTIONS(1063), 1, anon_sym_LBRACK, ACTIONS(576), 18, @@ -42346,8 +42298,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [20401] = 3, - ACTIONS(1079), 2, + [20305] = 3, + ACTIONS(1075), 2, anon_sym_CARET, anon_sym_STAR_STAR, ACTIONS(716), 18, @@ -42396,7 +42348,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [20454] = 2, + [20358] = 2, ACTIONS(716), 18, anon_sym_BEGIN, anon_sym_END, @@ -42445,7 +42397,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [20505] = 2, + [20409] = 2, ACTIONS(688), 18, anon_sym_BEGIN, anon_sym_END, @@ -42494,48 +42446,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [20556] = 12, + [20460] = 10, ACTIONS(1069), 1, anon_sym_in, - ACTIONS(1073), 1, - anon_sym_PIPE, - ACTIONS(1075), 1, - anon_sym_PIPE_AMP, - ACTIONS(1081), 1, + ACTIONS(1077), 1, anon_sym_STAR, ACTIONS(1071), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1079), 2, + ACTIONS(1075), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(1083), 2, + ACTIONS(1079), 2, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1085), 2, + ACTIONS(1081), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1089), 2, + ACTIONS(1085), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1087), 4, + ACTIONS(1083), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 11, + ACTIONS(716), 12, anon_sym_BEGIN, anon_sym_END, anon_sym_BEGINFILE, anon_sym_ENDFILE, anon_sym_getline, + anon_sym_PIPE, anon_sym_BANG, anon_sym_AT, sym_identifier, aux_sym_number_token1, anon_sym_function, anon_sym_func, - ACTIONS(718), 17, + ACTIONS(718), 18, sym_concatenating_space, ts_builtin_sym_end, anon_sym_COMMA, @@ -42544,6 +42493,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATnamespace, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -42553,7 +42503,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [20627] = 3, + [20527] = 3, ACTIONS(955), 1, sym_concatenating_space, ACTIONS(556), 18, @@ -42603,7 +42553,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [20680] = 2, + [20580] = 2, ACTIONS(712), 18, anon_sym_BEGIN, anon_sym_END, @@ -42652,7 +42602,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [20731] = 2, + [20631] = 2, ACTIONS(708), 18, anon_sym_BEGIN, anon_sym_END, @@ -42701,50 +42651,47 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [20782] = 13, + [20682] = 11, ACTIONS(1069), 1, anon_sym_in, - ACTIONS(1073), 1, - anon_sym_PIPE, - ACTIONS(1075), 1, - anon_sym_PIPE_AMP, - ACTIONS(1081), 1, + ACTIONS(1077), 1, anon_sym_STAR, - ACTIONS(1091), 1, + ACTIONS(1087), 1, anon_sym_AMP_AMP, ACTIONS(1071), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1079), 2, + ACTIONS(1075), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(1083), 2, + ACTIONS(1079), 2, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1085), 2, + ACTIONS(1081), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1089), 2, + ACTIONS(1085), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1087), 4, + ACTIONS(1083), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 11, + ACTIONS(716), 12, anon_sym_BEGIN, anon_sym_END, anon_sym_BEGINFILE, anon_sym_ENDFILE, anon_sym_getline, + anon_sym_PIPE, anon_sym_BANG, anon_sym_AT, sym_identifier, aux_sym_number_token1, anon_sym_function, anon_sym_func, - ACTIONS(718), 16, + ACTIONS(718), 17, sym_concatenating_space, ts_builtin_sym_end, anon_sym_COMMA, @@ -42753,6 +42700,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATnamespace, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_PIPE_PIPE, anon_sym_PLUS_PLUS, @@ -42761,7 +42709,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [20855] = 3, + [20751] = 3, ACTIONS(1063), 1, anon_sym_LBRACK, ACTIONS(584), 18, @@ -42811,7 +42759,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [20908] = 2, + [20804] = 2, ACTIONS(720), 18, anon_sym_BEGIN, anon_sym_END, @@ -42860,7 +42808,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [20959] = 2, + [20855] = 2, ACTIONS(696), 18, anon_sym_BEGIN, anon_sym_END, @@ -42909,7 +42857,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [21010] = 2, + [20906] = 2, ACTIONS(672), 18, anon_sym_BEGIN, anon_sym_END, @@ -42958,42 +42906,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [21061] = 15, + [20957] = 15, ACTIONS(1069), 1, anon_sym_in, ACTIONS(1073), 1, - anon_sym_PIPE, - ACTIONS(1075), 1, - anon_sym_PIPE_AMP, - ACTIONS(1077), 1, anon_sym_QMARK, - ACTIONS(1081), 1, + ACTIONS(1077), 1, anon_sym_STAR, - ACTIONS(1091), 1, + ACTIONS(1087), 1, anon_sym_AMP_AMP, - ACTIONS(1093), 1, + ACTIONS(1089), 1, anon_sym_PIPE_PIPE, + ACTIONS(1091), 1, + anon_sym_PIPE, + ACTIONS(1093), 1, + anon_sym_PIPE_AMP, ACTIONS(1071), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1079), 2, + ACTIONS(1075), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(1083), 2, + ACTIONS(1079), 2, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1085), 2, + ACTIONS(1081), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1089), 2, + ACTIONS(1085), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1087), 4, + ACTIONS(1083), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(762), 11, + ACTIONS(760), 11, anon_sym_BEGIN, anon_sym_END, anon_sym_BEGINFILE, @@ -43020,47 +42968,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [21138] = 11, - ACTIONS(1073), 1, - anon_sym_PIPE, - ACTIONS(1075), 1, - anon_sym_PIPE_AMP, - ACTIONS(1081), 1, + [21034] = 9, + ACTIONS(1077), 1, anon_sym_STAR, ACTIONS(1071), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1079), 2, + ACTIONS(1075), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(1083), 2, + ACTIONS(1079), 2, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1085), 2, + ACTIONS(1081), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1089), 2, + ACTIONS(1085), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1087), 4, + ACTIONS(1083), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(780), 12, + ACTIONS(780), 13, anon_sym_BEGIN, anon_sym_END, anon_sym_BEGINFILE, anon_sym_ENDFILE, anon_sym_in, anon_sym_getline, + anon_sym_PIPE, anon_sym_BANG, anon_sym_AT, sym_identifier, aux_sym_number_token1, anon_sym_function, anon_sym_func, - ACTIONS(782), 17, + ACTIONS(782), 18, sym_concatenating_space, ts_builtin_sym_end, anon_sym_COMMA, @@ -43069,6 +43014,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATnamespace, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -43078,7 +43024,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [21207] = 2, + [21099] = 2, ACTIONS(692), 18, anon_sym_BEGIN, anon_sym_END, @@ -43127,47 +43073,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [21258] = 11, - ACTIONS(1073), 1, - anon_sym_PIPE, - ACTIONS(1075), 1, - anon_sym_PIPE_AMP, - ACTIONS(1081), 1, + [21150] = 9, + ACTIONS(1077), 1, anon_sym_STAR, ACTIONS(1071), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1079), 2, + ACTIONS(1075), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(1083), 2, + ACTIONS(1079), 2, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1085), 2, + ACTIONS(1081), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1089), 2, + ACTIONS(1085), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1087), 4, + ACTIONS(1083), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(758), 12, + ACTIONS(756), 13, anon_sym_BEGIN, anon_sym_END, anon_sym_BEGINFILE, anon_sym_ENDFILE, anon_sym_in, anon_sym_getline, + anon_sym_PIPE, anon_sym_BANG, anon_sym_AT, sym_identifier, aux_sym_number_token1, anon_sym_function, anon_sym_func, - ACTIONS(760), 17, + ACTIONS(758), 18, sym_concatenating_space, ts_builtin_sym_end, anon_sym_COMMA, @@ -43176,6 +43119,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATnamespace, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -43185,23 +43129,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [21327] = 8, - ACTIONS(1073), 1, - anon_sym_PIPE, - ACTIONS(1075), 1, - anon_sym_PIPE_AMP, - ACTIONS(1081), 1, + [21215] = 6, + ACTIONS(1077), 1, anon_sym_STAR, - ACTIONS(1079), 2, + ACTIONS(1075), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(1083), 2, + ACTIONS(1079), 2, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1085), 2, + ACTIONS(1081), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(716), 14, + ACTIONS(716), 15, anon_sym_BEGIN, anon_sym_END, anon_sym_BEGINFILE, @@ -43210,13 +43150,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_getline, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_BANG, anon_sym_AT, sym_identifier, aux_sym_number_token1, anon_sym_function, anon_sym_func, - ACTIONS(718), 23, + ACTIONS(718), 24, sym_concatenating_space, ts_builtin_sym_end, anon_sym_COMMA, @@ -43225,6 +43166,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATnamespace, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_LT_EQ, anon_sym_GT_EQ, @@ -43240,7 +43182,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [21390] = 2, + [21274] = 2, ACTIONS(656), 18, anon_sym_BEGIN, anon_sym_END, @@ -43289,7 +43231,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [21441] = 2, + [21325] = 2, ACTIONS(684), 18, anon_sym_BEGIN, anon_sym_END, @@ -43338,7 +43280,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [21492] = 2, + [21376] = 2, ACTIONS(728), 18, anon_sym_BEGIN, anon_sym_END, @@ -43387,7 +43329,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [21543] = 2, + [21427] = 2, ACTIONS(712), 18, anon_sym_BEGIN, anon_sym_END, @@ -43436,16 +43378,16 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [21594] = 6, - ACTIONS(1081), 1, + [21478] = 6, + ACTIONS(1077), 1, anon_sym_STAR, - ACTIONS(1079), 2, + ACTIONS(1075), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(1083), 2, + ACTIONS(1079), 2, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1085), 2, + ACTIONS(1081), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(772), 15, @@ -43489,7 +43431,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [21653] = 2, + [21537] = 2, ACTIONS(668), 18, anon_sym_BEGIN, anon_sym_END, @@ -43538,7 +43480,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [21704] = 3, + [21588] = 3, ACTIONS(1095), 1, sym_regex_flags, ACTIONS(734), 18, @@ -43588,7 +43530,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [21757] = 2, + [21641] = 2, ACTIONS(680), 18, anon_sym_BEGIN, anon_sym_END, @@ -43637,7 +43579,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [21808] = 2, + [21692] = 2, ACTIONS(650), 18, anon_sym_BEGIN, anon_sym_END, @@ -43686,7 +43628,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [21859] = 2, + [21743] = 2, ACTIONS(584), 18, anon_sym_BEGIN, anon_sym_END, @@ -43735,7 +43677,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [21910] = 2, + [21794] = 2, ACTIONS(692), 18, anon_sym_BEGIN, anon_sym_END, @@ -43783,7 +43725,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [21960] = 2, + [21844] = 2, ACTIONS(584), 18, anon_sym_BEGIN, anon_sym_END, @@ -43831,7 +43773,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [22010] = 5, + [21894] = 5, ACTIONS(634), 1, sym_identifier, STATE(1958), 1, @@ -43882,7 +43824,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [22066] = 2, + [21950] = 2, ACTIONS(696), 18, anon_sym_BEGIN, anon_sym_END, @@ -43930,7 +43872,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [22116] = 19, + [22000] = 19, ACTIONS(174), 1, sym_identifier, ACTIONS(180), 1, @@ -43995,7 +43937,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [22200] = 2, + [22084] = 2, ACTIONS(672), 18, anon_sym_BEGIN, anon_sym_END, @@ -44043,7 +43985,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [22250] = 2, + [22134] = 2, ACTIONS(680), 18, anon_sym_BEGIN, anon_sym_END, @@ -44091,16 +44033,16 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [22300] = 16, + [22184] = 16, ACTIONS(1069), 1, anon_sym_in, - ACTIONS(1077), 1, + ACTIONS(1073), 1, anon_sym_QMARK, - ACTIONS(1081), 1, + ACTIONS(1077), 1, anon_sym_STAR, - ACTIONS(1091), 1, + ACTIONS(1087), 1, anon_sym_AMP_AMP, - ACTIONS(1093), 1, + ACTIONS(1089), 1, anon_sym_PIPE_PIPE, ACTIONS(1101), 1, anon_sym_COMMA, @@ -44111,19 +44053,19 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1071), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1079), 2, + ACTIONS(1075), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(1083), 2, + ACTIONS(1079), 2, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1085), 2, + ACTIONS(1081), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1089), 2, + ACTIONS(1085), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1087), 4, + ACTIONS(1083), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, @@ -44153,16 +44095,16 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [22378] = 15, + [22262] = 15, ACTIONS(1069), 1, anon_sym_in, - ACTIONS(1077), 1, + ACTIONS(1073), 1, anon_sym_QMARK, - ACTIONS(1081), 1, + ACTIONS(1077), 1, anon_sym_STAR, - ACTIONS(1091), 1, + ACTIONS(1087), 1, anon_sym_AMP_AMP, - ACTIONS(1093), 1, + ACTIONS(1089), 1, anon_sym_PIPE_PIPE, ACTIONS(1103), 1, anon_sym_PIPE, @@ -44171,24 +44113,24 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1071), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1079), 2, + ACTIONS(1075), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(1083), 2, + ACTIONS(1079), 2, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1085), 2, + ACTIONS(1081), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1089), 2, + ACTIONS(1085), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1087), 4, + ACTIONS(1083), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(762), 11, + ACTIONS(760), 11, anon_sym_BEGIN, anon_sym_END, anon_sym_BEGINFILE, @@ -44214,7 +44156,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [22454] = 2, + [22338] = 2, ACTIONS(720), 18, anon_sym_BEGIN, anon_sym_END, @@ -44262,7 +44204,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [22504] = 19, + [22388] = 19, ACTIONS(174), 1, sym_identifier, ACTIONS(180), 1, @@ -44327,7 +44269,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [22588] = 2, + [22472] = 2, ACTIONS(684), 18, anon_sym_BEGIN, anon_sym_END, @@ -44375,7 +44317,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [22638] = 2, + [22522] = 2, ACTIONS(650), 18, anon_sym_BEGIN, anon_sym_END, @@ -44423,7 +44365,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [22688] = 2, + [22572] = 2, ACTIONS(676), 18, anon_sym_BEGIN, anon_sym_END, @@ -44471,7 +44413,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [22738] = 2, + [22622] = 2, ACTIONS(708), 18, anon_sym_BEGIN, anon_sym_END, @@ -44519,7 +44461,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [22788] = 5, + [22672] = 5, ACTIONS(622), 1, sym_concatenating_space, ACTIONS(732), 1, @@ -44569,7 +44511,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [22843] = 7, + [22727] = 7, ACTIONS(1107), 1, sym_identifier, ACTIONS(1109), 1, @@ -44621,16 +44563,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [22902] = 15, + [22786] = 15, ACTIONS(1069), 1, anon_sym_in, - ACTIONS(1077), 1, + ACTIONS(1073), 1, anon_sym_QMARK, - ACTIONS(1081), 1, + ACTIONS(1077), 1, anon_sym_STAR, - ACTIONS(1091), 1, + ACTIONS(1087), 1, anon_sym_AMP_AMP, - ACTIONS(1093), 1, + ACTIONS(1089), 1, anon_sym_PIPE_PIPE, ACTIONS(1103), 1, anon_sym_PIPE, @@ -44639,19 +44581,19 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1071), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1079), 2, + ACTIONS(1075), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(1083), 2, + ACTIONS(1079), 2, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1085), 2, + ACTIONS(1081), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1089), 2, + ACTIONS(1085), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1087), 4, + ACTIONS(1083), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, @@ -44681,7 +44623,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [22977] = 18, + [22861] = 18, ACTIONS(228), 1, sym_identifier, ACTIONS(248), 1, @@ -44744,7 +44686,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [23058] = 18, + [22942] = 18, ACTIONS(228), 1, sym_identifier, ACTIONS(248), 1, @@ -44807,7 +44749,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [23139] = 8, + [23023] = 8, ACTIONS(562), 1, anon_sym_LBRACK, ACTIONS(564), 1, @@ -44860,7 +44802,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [23200] = 19, + [23084] = 19, ACTIONS(216), 1, anon_sym_DQUOTE, ACTIONS(292), 1, @@ -44923,7 +44865,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [23282] = 7, + [23166] = 7, ACTIONS(562), 1, anon_sym_LBRACK, ACTIONS(564), 1, @@ -44974,7 +44916,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [23340] = 7, + [23224] = 7, ACTIONS(562), 1, anon_sym_LBRACK, ACTIONS(1115), 1, @@ -45025,7 +44967,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [23398] = 7, + [23282] = 7, ACTIONS(622), 1, sym_concatenating_space, ACTIONS(1121), 1, @@ -45076,7 +45018,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [23456] = 19, + [23340] = 19, ACTIONS(216), 1, anon_sym_DQUOTE, ACTIONS(292), 1, @@ -45139,7 +45081,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [23538] = 8, + [23422] = 8, ACTIONS(562), 1, anon_sym_LBRACK, ACTIONS(564), 1, @@ -45191,7 +45133,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [23598] = 8, + [23482] = 8, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(566), 1, @@ -45243,7 +45185,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [23658] = 5, + [23542] = 5, ACTIONS(562), 1, anon_sym_LBRACK, ACTIONS(564), 1, @@ -45291,7 +45233,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [23711] = 7, + [23595] = 7, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(570), 1, @@ -45341,7 +45283,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [23768] = 7, + [23652] = 7, ACTIONS(562), 1, anon_sym_LBRACK, ACTIONS(570), 1, @@ -45391,7 +45333,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [23825] = 18, + [23709] = 18, ACTIONS(284), 1, anon_sym_DQUOTE, ACTIONS(336), 1, @@ -45452,7 +45394,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [23904] = 7, + [23788] = 7, ACTIONS(1139), 1, sym_identifier, ACTIONS(1141), 1, @@ -45502,7 +45444,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [23961] = 7, + [23845] = 7, ACTIONS(566), 1, sym_concatenating_space, ACTIONS(582), 1, @@ -45552,7 +45494,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [24018] = 18, + [23902] = 18, ACTIONS(284), 1, anon_sym_DQUOTE, ACTIONS(336), 1, @@ -45613,7 +45555,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [24097] = 6, + [23981] = 6, ACTIONS(562), 1, anon_sym_LBRACK, ACTIONS(1115), 1, @@ -45662,7 +45604,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [24152] = 7, + [24036] = 7, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(582), 1, @@ -45712,7 +45654,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [24209] = 7, + [24093] = 7, ACTIONS(622), 1, sym_concatenating_space, ACTIONS(1149), 1, @@ -45761,7 +45703,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [24265] = 6, + [24149] = 6, ACTIONS(562), 1, anon_sym_LBRACK, ACTIONS(570), 1, @@ -45809,7 +45751,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [24319] = 21, + [24203] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -45872,7 +45814,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [24403] = 21, + [24287] = 21, ACTIONS(370), 1, sym_identifier, ACTIONS(386), 1, @@ -45935,7 +45877,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [24487] = 7, + [24371] = 7, ACTIONS(562), 1, anon_sym_LBRACK, ACTIONS(564), 1, @@ -45984,7 +45926,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [24543] = 5, + [24427] = 5, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(578), 1, @@ -46031,7 +45973,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [24595] = 21, + [24479] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -46094,7 +46036,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [24679] = 8, + [24563] = 8, ACTIONS(562), 1, anon_sym_LBRACK, ACTIONS(564), 1, @@ -46144,7 +46086,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [24737] = 21, + [24621] = 21, ACTIONS(174), 1, sym_identifier, ACTIONS(198), 1, @@ -46207,7 +46149,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [24821] = 21, + [24705] = 21, ACTIONS(214), 1, aux_sym_number_token1, ACTIONS(292), 1, @@ -46270,7 +46212,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [24905] = 21, + [24789] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -46333,7 +46275,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [24989] = 21, + [24873] = 21, ACTIONS(228), 1, sym_identifier, ACTIONS(248), 1, @@ -46396,7 +46338,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [25073] = 21, + [24957] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -46459,7 +46401,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [25157] = 2, + [25041] = 2, ACTIONS(1191), 1, sym__if_else_separator, ACTIONS(1189), 40, @@ -46503,7 +46445,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [25203] = 6, + [25087] = 6, ACTIONS(582), 1, anon_sym_LBRACK, ACTIONS(1131), 1, @@ -46551,7 +46493,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [25257] = 3, + [25141] = 3, ACTIONS(736), 1, sym_regex_flags, ACTIONS(738), 2, @@ -46596,7 +46538,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [25305] = 21, + [25189] = 21, ACTIONS(266), 1, aux_sym_number_token1, ACTIONS(268), 1, @@ -46659,7 +46601,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [25389] = 2, + [25273] = 2, ACTIONS(1195), 1, sym__if_else_separator, ACTIONS(1193), 40, @@ -46703,7 +46645,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [25435] = 2, + [25319] = 2, ACTIONS(1199), 1, sym__if_else_separator, ACTIONS(1197), 40, @@ -46747,7 +46689,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [25481] = 21, + [25365] = 21, ACTIONS(39), 1, sym_identifier, ACTIONS(65), 1, @@ -46810,7 +46752,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [25565] = 4, + [25449] = 4, ACTIONS(562), 1, anon_sym_LBRACK, ACTIONS(1133), 1, @@ -46856,7 +46798,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [25615] = 2, + [25499] = 2, ACTIONS(1203), 1, sym__if_else_separator, ACTIONS(1201), 40, @@ -46900,7 +46842,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [25661] = 6, + [25545] = 6, ACTIONS(570), 1, sym_concatenating_space, ACTIONS(582), 1, @@ -46948,7 +46890,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [25715] = 5, + [25599] = 5, ACTIONS(562), 1, anon_sym_LBRACK, ACTIONS(570), 2, @@ -46995,25 +46937,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [25767] = 9, + [25651] = 8, ACTIONS(1205), 1, anon_sym_in, ACTIONS(718), 2, sym_concatenating_space, sym__if_else_separator, ACTIONS(1209), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(1211), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(1215), 2, + ACTIONS(1213), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1217), 2, + ACTIONS(1215), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1213), 3, + ACTIONS(1211), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -47024,7 +46963,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 20, + ACTIONS(716), 22, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -47033,6 +46972,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_case, anon_sym_default, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -47045,10 +46986,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [25826] = 7, - ACTIONS(1219), 1, + [25708] = 7, + ACTIONS(1217), 1, sym_identifier, - ACTIONS(1221), 1, + ACTIONS(1219), 1, anon_sym_LT, STATE(298), 1, sym_array_ref, @@ -47093,7 +47034,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_RBRACK, - [25881] = 21, + [25763] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -47155,7 +47096,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [25964] = 21, + [25846] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -47176,7 +47117,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, ACTIONS(1175), 1, anon_sym_DQUOTE, - ACTIONS(1223), 1, + ACTIONS(1221), 1, anon_sym_RPAREN, STATE(1091), 1, sym_ns_qualified_name, @@ -47217,7 +47158,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [26047] = 5, + [25929] = 5, ACTIONS(582), 1, anon_sym_LBRACK, ACTIONS(1147), 1, @@ -47263,7 +47204,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [26098] = 21, + [25980] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -47284,7 +47225,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, ACTIONS(1175), 1, anon_sym_DQUOTE, - ACTIONS(1225), 1, + ACTIONS(1223), 1, anon_sym_RPAREN, STATE(1091), 1, sym_ns_qualified_name, @@ -47325,7 +47266,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [26181] = 21, + [26063] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -47346,7 +47287,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, ACTIONS(1175), 1, anon_sym_DQUOTE, - ACTIONS(1227), 1, + ACTIONS(1225), 1, anon_sym_RPAREN, STATE(1091), 1, sym_ns_qualified_name, @@ -47387,7 +47328,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [26264] = 21, + [26146] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -47449,7 +47390,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [26347] = 21, + [26229] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -47511,7 +47452,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [26430] = 4, + [26312] = 4, ACTIONS(578), 1, sym_concatenating_space, ACTIONS(582), 1, @@ -47556,7 +47497,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [26479] = 21, + [26361] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -47618,7 +47559,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [26562] = 21, + [26444] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -47680,7 +47621,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [26645] = 21, + [26527] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -47742,7 +47683,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [26728] = 21, + [26610] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -47804,7 +47745,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [26811] = 21, + [26693] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -47866,17 +47807,17 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [26894] = 5, + [26776] = 5, ACTIONS(774), 2, sym_concatenating_space, sym__if_else_separator, - ACTIONS(1211), 2, + ACTIONS(1209), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(1215), 2, + ACTIONS(1213), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1213), 3, + ACTIONS(1211), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -47912,7 +47853,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [26945] = 21, + [26827] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -47974,7 +47915,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [27028] = 21, + [26910] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -48036,7 +47977,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [27111] = 21, + [26993] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -48057,7 +47998,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, ACTIONS(1175), 1, anon_sym_DQUOTE, - ACTIONS(1229), 1, + ACTIONS(1227), 1, anon_sym_RPAREN, STATE(1091), 1, sym_ns_qualified_name, @@ -48098,7 +48039,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [27194] = 21, + [27076] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -48119,7 +48060,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, ACTIONS(1175), 1, anon_sym_DQUOTE, - ACTIONS(1231), 1, + ACTIONS(1229), 1, anon_sym_RPAREN, STATE(1091), 1, sym_ns_qualified_name, @@ -48160,7 +48101,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [27277] = 5, + [27159] = 5, ACTIONS(570), 1, sym_concatenating_space, ACTIONS(582), 1, @@ -48206,7 +48147,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27328] = 21, + [27210] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -48268,7 +48209,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [27411] = 5, + [27293] = 5, ACTIONS(570), 1, sym__if_else_separator, ACTIONS(1129), 1, @@ -48314,7 +48255,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27462] = 4, + [27344] = 4, ACTIONS(570), 2, sym_concatenating_space, sym__if_else_separator, @@ -48359,7 +48300,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27511] = 3, + [27393] = 3, ACTIONS(738), 1, sym_concatenating_space, ACTIONS(770), 1, @@ -48403,7 +48344,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [27558] = 21, + [27440] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -48465,7 +48406,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [27641] = 21, + [27523] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -48527,7 +48468,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [27724] = 21, + [27606] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -48589,7 +48530,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [27807] = 21, + [27689] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -48651,7 +48592,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [27890] = 21, + [27772] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -48713,7 +48654,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [27973] = 21, + [27855] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -48775,7 +48716,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [28056] = 21, + [27938] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -48796,7 +48737,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, ACTIONS(1175), 1, anon_sym_DQUOTE, - ACTIONS(1233), 1, + ACTIONS(1231), 1, anon_sym_RPAREN, STATE(1091), 1, sym_ns_qualified_name, @@ -48837,7 +48778,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [28139] = 21, + [28021] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -48899,7 +48840,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [28222] = 21, + [28104] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -48961,7 +48902,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [28305] = 21, + [28187] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -49023,7 +48964,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [28388] = 21, + [28270] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -49085,7 +49026,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [28471] = 21, + [28353] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -49147,7 +49088,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [28554] = 21, + [28436] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -49209,7 +49150,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [28637] = 21, + [28519] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -49230,7 +49171,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, ACTIONS(1175), 1, anon_sym_DQUOTE, - ACTIONS(1235), 1, + ACTIONS(1233), 1, anon_sym_RPAREN, STATE(1091), 1, sym_ns_qualified_name, @@ -49271,7 +49212,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [28720] = 21, + [28602] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -49333,7 +49274,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [28803] = 21, + [28685] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -49395,7 +49336,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [28886] = 21, + [28768] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -49416,7 +49357,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, ACTIONS(1175), 1, anon_sym_DQUOTE, - ACTIONS(1237), 1, + ACTIONS(1235), 1, anon_sym_RPAREN, STATE(1091), 1, sym_ns_qualified_name, @@ -49457,7 +49398,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [28969] = 21, + [28851] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -49519,7 +49460,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [29052] = 21, + [28934] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -49540,7 +49481,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, ACTIONS(1175), 1, anon_sym_DQUOTE, - ACTIONS(1239), 1, + ACTIONS(1237), 1, anon_sym_RPAREN, STATE(1091), 1, sym_ns_qualified_name, @@ -49581,12 +49522,12 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [29135] = 5, + [29017] = 5, ACTIONS(562), 1, anon_sym_LBRACK, ACTIONS(564), 1, anon_sym_COLON_COLON, - ACTIONS(1241), 1, + ACTIONS(1239), 1, anon_sym_LT, ACTIONS(578), 2, sym_concatenating_space, @@ -49627,7 +49568,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [29186] = 21, + [29068] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -49648,7 +49589,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, ACTIONS(1175), 1, anon_sym_DQUOTE, - ACTIONS(1243), 1, + ACTIONS(1241), 1, anon_sym_RPAREN, STATE(1091), 1, sym_ns_qualified_name, @@ -49689,7 +49630,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [29269] = 1, + [29151] = 1, ACTIONS(1197), 40, anon_sym_SEMI, anon_sym_LF, @@ -49731,7 +49672,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [29312] = 1, + [29194] = 1, ACTIONS(1193), 40, anon_sym_SEMI, anon_sym_LF, @@ -49773,7 +49714,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [29355] = 21, + [29237] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -49835,7 +49776,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [29438] = 21, + [29320] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -49856,7 +49797,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, ACTIONS(1175), 1, anon_sym_DQUOTE, - ACTIONS(1245), 1, + ACTIONS(1243), 1, anon_sym_RPAREN, STATE(1091), 1, sym_ns_qualified_name, @@ -49897,7 +49838,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [29521] = 21, + [29403] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -49918,7 +49859,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, ACTIONS(1175), 1, anon_sym_DQUOTE, - ACTIONS(1247), 1, + ACTIONS(1245), 1, anon_sym_RPAREN, STATE(1091), 1, sym_ns_qualified_name, @@ -49959,7 +49900,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [29604] = 21, + [29486] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -49980,7 +49921,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, ACTIONS(1175), 1, anon_sym_DQUOTE, - ACTIONS(1249), 1, + ACTIONS(1247), 1, anon_sym_RPAREN, STATE(1091), 1, sym_ns_qualified_name, @@ -50021,7 +49962,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [29687] = 21, + [29569] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -50083,7 +50024,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [29770] = 12, + [29652] = 12, ACTIONS(1205), 1, anon_sym_in, ACTIONS(1251), 1, @@ -50096,18 +50037,18 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenating_space, sym__if_else_separator, ACTIONS(1209), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(1211), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(1215), 2, + ACTIONS(1213), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1217), 2, + ACTIONS(1215), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1213), 3, + ACTIONS(1249), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(1211), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -50118,7 +50059,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(762), 17, + ACTIONS(760), 17, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -50136,7 +50077,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [29835] = 21, + [29717] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -50198,7 +50139,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [29918] = 21, + [29800] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -50260,7 +50201,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [30001] = 21, + [29883] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -50322,7 +50263,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [30084] = 12, + [29966] = 11, ACTIONS(1205), 1, anon_sym_in, ACTIONS(1251), 1, @@ -50335,18 +50276,15 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenating_space, sym__if_else_separator, ACTIONS(1209), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(1211), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(1215), 2, + ACTIONS(1213), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1217), 2, + ACTIONS(1215), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1213), 3, + ACTIONS(1211), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -50357,7 +50295,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(776), 17, + ACTIONS(776), 19, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -50366,6 +50304,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_case, anon_sym_default, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_EQ, @@ -50375,7 +50315,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [30149] = 1, + [30029] = 1, ACTIONS(1189), 40, anon_sym_SEMI, anon_sym_LF, @@ -50417,7 +50357,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [30192] = 1, + [30072] = 1, ACTIONS(1201), 40, anon_sym_SEMI, anon_sym_LF, @@ -50459,23 +50399,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [30235] = 8, + [30115] = 7, ACTIONS(782), 2, sym_concatenating_space, sym__if_else_separator, ACTIONS(1209), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(1211), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(1215), 2, + ACTIONS(1213), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1217), 2, + ACTIONS(1215), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1213), 3, + ACTIONS(1211), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -50486,7 +50423,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(780), 21, + ACTIONS(780), 23, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -50496,6 +50433,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_case, anon_sym_default, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -50508,7 +50447,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [30292] = 7, + [30170] = 7, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(582), 1, @@ -50556,7 +50495,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [30347] = 5, + [30225] = 5, ACTIONS(959), 1, sym_identifier, STATE(2039), 1, @@ -50602,7 +50541,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_RBRACK, - [30398] = 10, + [30276] = 9, ACTIONS(1205), 1, anon_sym_in, ACTIONS(1253), 1, @@ -50611,18 +50550,15 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenating_space, sym__if_else_separator, ACTIONS(1209), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(1211), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(1215), 2, + ACTIONS(1213), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1217), 2, + ACTIONS(1215), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1213), 3, + ACTIONS(1211), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -50633,7 +50569,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 19, + ACTIONS(716), 21, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -50642,6 +50578,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_case, anon_sym_default, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_PIPE_PIPE, anon_sym_PLUS_PLUS, @@ -50653,7 +50591,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [30459] = 21, + [30335] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -50715,20 +50653,17 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [30542] = 7, + [30418] = 6, ACTIONS(718), 2, sym_concatenating_space, sym__if_else_separator, ACTIONS(1209), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(1211), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(1215), 2, + ACTIONS(1213), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1213), 3, + ACTIONS(1211), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -50739,7 +50674,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 23, + ACTIONS(716), 25, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -50749,6 +50684,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_case, anon_sym_default, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_TILDE, anon_sym_BANG_TILDE, @@ -50763,7 +50700,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [30597] = 21, + [30471] = 21, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -50825,14 +50762,14 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [30680] = 4, + [30554] = 4, ACTIONS(718), 2, sym_concatenating_space, sym__if_else_separator, - ACTIONS(1211), 2, + ACTIONS(1209), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(1213), 3, + ACTIONS(1211), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -50870,11 +50807,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [30729] = 3, + [30603] = 3, ACTIONS(718), 2, sym_concatenating_space, sym__if_else_separator, - ACTIONS(1211), 2, + ACTIONS(1209), 2, anon_sym_CARET, anon_sym_STAR_STAR, ACTIONS(716), 36, @@ -50914,24 +50851,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [30776] = 6, + [30650] = 5, ACTIONS(718), 2, sym_concatenating_space, sym__if_else_separator, ACTIONS(1209), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(1211), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(1215), 2, + ACTIONS(1213), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1213), 3, + ACTIONS(1211), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(716), 29, + ACTIONS(716), 31, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -50943,6 +50877,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_LT_EQ, anon_sym_GT_EQ, @@ -50961,23 +50897,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [30829] = 8, - ACTIONS(760), 2, + [30701] = 7, + ACTIONS(758), 2, sym_concatenating_space, sym__if_else_separator, ACTIONS(1209), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(1211), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(1215), 2, + ACTIONS(1213), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1217), 2, + ACTIONS(1215), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1213), 3, + ACTIONS(1211), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -50988,7 +50921,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(758), 21, + ACTIONS(756), 23, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -50998,6 +50931,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_case, anon_sym_default, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -51010,7 +50945,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [30886] = 6, + [30756] = 6, ACTIONS(562), 1, anon_sym_LBRACK, ACTIONS(1115), 1, @@ -51057,7 +50992,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [30939] = 7, + [30809] = 7, ACTIONS(562), 1, anon_sym_LBRACK, ACTIONS(570), 1, @@ -51105,7 +51040,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [30994] = 7, + [30864] = 7, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(570), 1, @@ -51153,7 +51088,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [31049] = 8, + [30919] = 8, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(808), 1, @@ -51201,7 +51136,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [31105] = 20, + [30975] = 20, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -51261,7 +51196,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [31185] = 4, + [31055] = 4, ACTIONS(1147), 1, sym_concatenating_space, ACTIONS(1143), 2, @@ -51305,7 +51240,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [31233] = 6, + [31103] = 6, ACTIONS(570), 1, sym_concatenating_space, ACTIONS(582), 1, @@ -51351,7 +51286,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [31285] = 6, + [31155] = 6, ACTIONS(562), 1, anon_sym_LBRACK, ACTIONS(570), 1, @@ -51397,30 +51332,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [31337] = 12, + [31207] = 11, ACTIONS(778), 1, sym_concatenating_space, ACTIONS(1277), 1, anon_sym_in, - ACTIONS(1283), 1, + ACTIONS(1281), 1, anon_sym_QMARK, - ACTIONS(1293), 1, + ACTIONS(1291), 1, anon_sym_AMP_AMP, - ACTIONS(1295), 1, + ACTIONS(1293), 1, anon_sym_PIPE_PIPE, - ACTIONS(1281), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(1285), 2, + ACTIONS(1283), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(1289), 2, + ACTIONS(1287), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1291), 2, + ACTIONS(1289), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1287), 3, + ACTIONS(1285), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -51431,7 +51363,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(776), 17, + ACTIONS(776), 19, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -51440,6 +51372,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_case, anon_sym_default, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_EQ, @@ -51449,7 +51383,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [31401] = 5, + [31269] = 5, ACTIONS(562), 1, anon_sym_LBRACK, ACTIONS(570), 2, @@ -51494,22 +51428,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [31451] = 8, + [31319] = 7, ACTIONS(782), 1, sym_concatenating_space, - ACTIONS(1281), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(1285), 2, + ACTIONS(1283), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(1289), 2, + ACTIONS(1287), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1291), 2, + ACTIONS(1289), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1287), 3, + ACTIONS(1285), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -51520,7 +51451,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(780), 21, + ACTIONS(780), 23, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -51530,6 +51461,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_case, anon_sym_default, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -51542,7 +51475,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [31507] = 20, + [31373] = 20, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -51563,7 +51496,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, ACTIONS(1175), 1, anon_sym_DQUOTE, - ACTIONS(1297), 1, + ACTIONS(1295), 1, anon_sym_RPAREN, STATE(1091), 1, sym_ns_qualified_name, @@ -51602,7 +51535,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [31587] = 20, + [31453] = 20, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -51623,7 +51556,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, ACTIONS(1175), 1, anon_sym_DQUOTE, - ACTIONS(1299), 1, + ACTIONS(1297), 1, anon_sym_RPAREN, STATE(1091), 1, sym_ns_qualified_name, @@ -51662,7 +51595,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [31667] = 20, + [31533] = 20, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -51683,7 +51616,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, ACTIONS(1175), 1, anon_sym_DQUOTE, - ACTIONS(1301), 1, + ACTIONS(1299), 1, anon_sym_RPAREN, STATE(1091), 1, sym_ns_qualified_name, @@ -51722,26 +51655,23 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [31747] = 10, + [31613] = 9, ACTIONS(718), 1, sym_concatenating_space, ACTIONS(1277), 1, anon_sym_in, - ACTIONS(1293), 1, + ACTIONS(1291), 1, anon_sym_AMP_AMP, - ACTIONS(1281), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(1285), 2, + ACTIONS(1283), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(1289), 2, + ACTIONS(1287), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1291), 2, + ACTIONS(1289), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1287), 3, + ACTIONS(1285), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -51752,7 +51682,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 19, + ACTIONS(716), 21, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -51761,6 +51691,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_case, anon_sym_default, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_PIPE_PIPE, anon_sym_PLUS_PLUS, @@ -51772,7 +51704,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [31807] = 20, + [31671] = 20, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -51793,7 +51725,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, ACTIONS(1175), 1, anon_sym_DQUOTE, - ACTIONS(1303), 1, + ACTIONS(1301), 1, anon_sym_RPAREN, STATE(1091), 1, sym_ns_qualified_name, @@ -51832,24 +51764,21 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [31887] = 9, + [31751] = 8, ACTIONS(718), 1, sym_concatenating_space, ACTIONS(1277), 1, anon_sym_in, - ACTIONS(1281), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(1285), 2, + ACTIONS(1283), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(1289), 2, + ACTIONS(1287), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1291), 2, + ACTIONS(1289), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1287), 3, + ACTIONS(1285), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -51860,7 +51789,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 20, + ACTIONS(716), 22, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -51869,6 +51798,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_case, anon_sym_default, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -51881,7 +51812,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [31945] = 20, + [31807] = 20, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -51902,7 +51833,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, ACTIONS(1175), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1303), 1, anon_sym_RPAREN, STATE(1091), 1, sym_ns_qualified_name, @@ -51941,7 +51872,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [32025] = 20, + [31887] = 20, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -51962,7 +51893,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, ACTIONS(1175), 1, anon_sym_DQUOTE, - ACTIONS(1307), 1, + ACTIONS(1305), 1, anon_sym_RPAREN, STATE(1091), 1, sym_ns_qualified_name, @@ -52001,19 +51932,16 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [32105] = 7, + [31967] = 6, ACTIONS(718), 1, sym_concatenating_space, - ACTIONS(1281), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(1285), 2, + ACTIONS(1283), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(1289), 2, + ACTIONS(1287), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1287), 3, + ACTIONS(1285), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -52024,7 +51952,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 23, + ACTIONS(716), 25, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -52034,6 +51962,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_case, anon_sym_default, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_TILDE, anon_sym_BANG_TILDE, @@ -52048,7 +51978,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [32159] = 20, + [32019] = 20, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -52069,7 +51999,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, ACTIONS(1175), 1, anon_sym_DQUOTE, - ACTIONS(1309), 1, + ACTIONS(1307), 1, anon_sym_SEMI, STATE(1091), 1, sym_ns_qualified_name, @@ -52108,13 +52038,13 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [32239] = 4, + [32099] = 4, ACTIONS(718), 1, sym_concatenating_space, - ACTIONS(1285), 2, + ACTIONS(1283), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(1287), 3, + ACTIONS(1285), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -52152,10 +52082,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [32287] = 3, + [32147] = 3, ACTIONS(718), 1, sym_concatenating_space, - ACTIONS(1285), 2, + ACTIONS(1283), 2, anon_sym_CARET, anon_sym_STAR_STAR, ACTIONS(716), 36, @@ -52195,7 +52125,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [32333] = 20, + [32193] = 20, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -52216,7 +52146,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, ACTIONS(1175), 1, anon_sym_DQUOTE, - ACTIONS(1311), 1, + ACTIONS(1309), 1, anon_sym_RPAREN, STATE(1091), 1, sym_ns_qualified_name, @@ -52255,7 +52185,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [32413] = 20, + [32273] = 20, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -52276,7 +52206,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, ACTIONS(1175), 1, anon_sym_DQUOTE, - ACTIONS(1313), 1, + ACTIONS(1311), 1, anon_sym_SEMI, STATE(1091), 1, sym_ns_qualified_name, @@ -52315,7 +52245,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [32493] = 6, + [32353] = 6, ACTIONS(582), 1, anon_sym_LBRACK, ACTIONS(1131), 1, @@ -52361,23 +52291,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32545] = 6, + [32405] = 5, ACTIONS(718), 1, sym_concatenating_space, - ACTIONS(1281), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(1285), 2, + ACTIONS(1283), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(1289), 2, + ACTIONS(1287), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1287), 3, + ACTIONS(1285), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(716), 29, + ACTIONS(716), 31, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -52389,6 +52316,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_LT_EQ, anon_sym_GT_EQ, @@ -52407,22 +52336,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [32597] = 8, - ACTIONS(760), 1, + [32455] = 7, + ACTIONS(758), 1, sym_concatenating_space, - ACTIONS(1281), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(1285), 2, + ACTIONS(1283), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(1289), 2, + ACTIONS(1287), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1291), 2, + ACTIONS(1289), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1287), 3, + ACTIONS(1285), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -52433,7 +52359,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(758), 21, + ACTIONS(756), 23, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -52443,6 +52369,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_case, anon_sym_default, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -52455,7 +52383,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [32653] = 20, + [32509] = 20, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -52476,7 +52404,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, ACTIONS(1175), 1, anon_sym_DQUOTE, - ACTIONS(1315), 1, + ACTIONS(1313), 1, anon_sym_RPAREN, STATE(1091), 1, sym_ns_qualified_name, @@ -52515,7 +52443,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [32733] = 20, + [32589] = 20, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -52536,7 +52464,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, ACTIONS(1175), 1, anon_sym_DQUOTE, - ACTIONS(1317), 1, + ACTIONS(1315), 1, anon_sym_SEMI, STATE(1091), 1, sym_ns_qualified_name, @@ -52575,7 +52503,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [32813] = 20, + [32669] = 20, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -52596,7 +52524,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, ACTIONS(1175), 1, anon_sym_DQUOTE, - ACTIONS(1319), 1, + ACTIONS(1317), 1, anon_sym_RPAREN, STATE(1091), 1, sym_ns_qualified_name, @@ -52635,30 +52563,30 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [32893] = 12, + [32749] = 12, ACTIONS(768), 1, sym_concatenating_space, ACTIONS(1277), 1, anon_sym_in, - ACTIONS(1283), 1, + ACTIONS(1281), 1, anon_sym_QMARK, - ACTIONS(1293), 1, + ACTIONS(1291), 1, anon_sym_AMP_AMP, - ACTIONS(1295), 1, + ACTIONS(1293), 1, anon_sym_PIPE_PIPE, - ACTIONS(1281), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(1285), 2, + ACTIONS(1283), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(1289), 2, + ACTIONS(1287), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1291), 2, + ACTIONS(1289), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1287), 3, + ACTIONS(1319), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(1285), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -52669,7 +52597,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(762), 17, + ACTIONS(760), 17, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -52687,7 +52615,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [32957] = 20, + [32813] = 20, ACTIONS(39), 1, sym_identifier, ACTIONS(43), 1, @@ -52747,7 +52675,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [33037] = 20, + [32893] = 20, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -52807,7 +52735,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [33117] = 4, + [32973] = 4, ACTIONS(1329), 1, sym__if_else_separator, ACTIONS(1325), 2, @@ -52851,7 +52779,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [33165] = 20, + [33021] = 20, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -52911,7 +52839,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [33245] = 20, + [33101] = 20, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -52971,7 +52899,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [33325] = 20, + [33181] = 20, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -53031,7 +52959,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [33405] = 20, + [33261] = 20, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -53091,7 +53019,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [33485] = 20, + [33341] = 20, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -53151,7 +53079,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [33565] = 20, + [33421] = 20, ACTIONS(214), 1, aux_sym_number_token1, ACTIONS(292), 1, @@ -53211,7 +53139,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [33645] = 20, + [33501] = 20, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -53271,7 +53199,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [33725] = 20, + [33581] = 20, ACTIONS(1155), 1, anon_sym_LPAREN, ACTIONS(1157), 1, @@ -53331,7 +53259,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [33805] = 20, + [33661] = 20, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -53391,7 +53319,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [33885] = 20, + [33741] = 20, ACTIONS(1155), 1, anon_sym_LPAREN, ACTIONS(1157), 1, @@ -53451,7 +53379,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [33965] = 20, + [33821] = 20, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -53511,7 +53439,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [34045] = 20, + [33901] = 20, ACTIONS(1155), 1, anon_sym_LPAREN, ACTIONS(1157), 1, @@ -53571,7 +53499,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [34125] = 20, + [33981] = 20, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -53631,7 +53559,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [34205] = 20, + [34061] = 20, ACTIONS(1155), 1, anon_sym_LPAREN, ACTIONS(1157), 1, @@ -53691,7 +53619,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [34285] = 5, + [34141] = 5, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(578), 1, @@ -53736,7 +53664,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [34335] = 20, + [34191] = 20, ACTIONS(1367), 1, sym_identifier, ACTIONS(1370), 1, @@ -53796,7 +53724,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [34415] = 20, + [34271] = 20, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -53856,7 +53784,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [34495] = 20, + [34351] = 20, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -53916,10 +53844,10 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [34575] = 4, + [34431] = 4, ACTIONS(562), 1, anon_sym_LBRACK, - ACTIONS(1241), 1, + ACTIONS(1239), 1, anon_sym_LT, ACTIONS(578), 2, sym_concatenating_space, @@ -53960,7 +53888,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [34623] = 20, + [34479] = 20, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -54020,7 +53948,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [34703] = 20, + [34559] = 20, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -54080,7 +54008,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [34783] = 20, + [34639] = 20, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -54140,7 +54068,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [34863] = 20, + [34719] = 20, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -54200,7 +54128,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [34943] = 20, + [34799] = 20, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -54260,7 +54188,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [35023] = 20, + [34879] = 20, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -54320,7 +54248,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [35103] = 20, + [34959] = 20, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -54380,7 +54308,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [35183] = 20, + [35039] = 20, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -54440,7 +54368,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [35263] = 20, + [35119] = 20, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -54500,7 +54428,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [35343] = 10, + [35199] = 10, ACTIONS(554), 1, anon_sym_COLON, ACTIONS(564), 1, @@ -54550,7 +54478,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [35403] = 4, + [35259] = 4, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(901), 1, @@ -54594,7 +54522,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [35451] = 9, + [35307] = 9, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(632), 1, @@ -54643,7 +54571,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [35509] = 20, + [35365] = 20, ACTIONS(1155), 1, anon_sym_LPAREN, ACTIONS(1157), 1, @@ -54703,7 +54631,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [35589] = 20, + [35445] = 20, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -54763,7 +54691,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [35669] = 20, + [35525] = 20, ACTIONS(266), 1, aux_sym_number_token1, ACTIONS(268), 1, @@ -54823,7 +54751,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [35749] = 4, + [35605] = 4, ACTIONS(570), 1, sym_concatenating_space, ACTIONS(1135), 2, @@ -54867,16 +54795,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [35797] = 5, + [35653] = 5, ACTIONS(774), 1, sym_concatenating_space, - ACTIONS(1285), 2, + ACTIONS(1283), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(1289), 2, + ACTIONS(1287), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1287), 3, + ACTIONS(1285), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -54912,7 +54840,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [35847] = 20, + [35703] = 20, ACTIONS(174), 1, sym_identifier, ACTIONS(198), 1, @@ -54972,7 +54900,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [35927] = 3, + [35783] = 3, ACTIONS(736), 1, sym_regex_flags, ACTIONS(738), 2, @@ -55015,7 +54943,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [35973] = 20, + [35829] = 20, ACTIONS(1155), 1, anon_sym_LPAREN, ACTIONS(1157), 1, @@ -55075,7 +55003,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [36053] = 20, + [35909] = 20, ACTIONS(228), 1, sym_identifier, ACTIONS(232), 1, @@ -55135,7 +55063,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [36133] = 20, + [35989] = 20, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -55195,7 +55123,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [36213] = 20, + [36069] = 20, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -55255,7 +55183,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [36293] = 20, + [36149] = 20, ACTIONS(370), 1, sym_identifier, ACTIONS(374), 1, @@ -55315,7 +55243,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [36373] = 19, + [36229] = 19, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -55373,7 +55301,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [36450] = 18, + [36306] = 18, ACTIONS(11), 1, anon_sym_LPAREN, ACTIONS(21), 1, @@ -55430,7 +55358,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [36525] = 19, + [36381] = 19, ACTIONS(374), 1, anon_sym_LPAREN, ACTIONS(396), 1, @@ -55488,7 +55416,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [36602] = 18, + [36458] = 18, ACTIONS(400), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -55545,7 +55473,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [36677] = 19, + [36533] = 19, ACTIONS(266), 1, aux_sym_number_token1, ACTIONS(268), 1, @@ -55603,7 +55531,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [36754] = 18, + [36610] = 18, ACTIONS(374), 1, anon_sym_LPAREN, ACTIONS(396), 1, @@ -55660,7 +55588,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [36829] = 18, + [36685] = 18, ACTIONS(374), 1, anon_sym_LPAREN, ACTIONS(396), 1, @@ -55717,7 +55645,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [36904] = 18, + [36760] = 18, ACTIONS(374), 1, anon_sym_LPAREN, ACTIONS(396), 1, @@ -55774,7 +55702,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [36979] = 18, + [36835] = 18, ACTIONS(374), 1, anon_sym_LPAREN, ACTIONS(396), 1, @@ -55831,7 +55759,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [37054] = 18, + [36910] = 18, ACTIONS(374), 1, anon_sym_LPAREN, ACTIONS(396), 1, @@ -55888,7 +55816,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [37129] = 18, + [36985] = 18, ACTIONS(374), 1, anon_sym_LPAREN, ACTIONS(396), 1, @@ -55945,7 +55873,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [37204] = 18, + [37060] = 18, ACTIONS(374), 1, anon_sym_LPAREN, ACTIONS(396), 1, @@ -56002,7 +55930,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [37279] = 18, + [37135] = 18, ACTIONS(374), 1, anon_sym_LPAREN, ACTIONS(396), 1, @@ -56059,7 +55987,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [37354] = 18, + [37210] = 18, ACTIONS(11), 1, anon_sym_LPAREN, ACTIONS(21), 1, @@ -56116,7 +56044,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [37429] = 19, + [37285] = 19, ACTIONS(266), 1, aux_sym_number_token1, ACTIONS(268), 1, @@ -56174,7 +56102,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [37506] = 18, + [37362] = 18, ACTIONS(266), 1, aux_sym_number_token1, ACTIONS(268), 1, @@ -56231,7 +56159,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [37581] = 18, + [37437] = 18, ACTIONS(214), 1, aux_sym_number_token1, ACTIONS(296), 1, @@ -56288,7 +56216,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [37656] = 18, + [37512] = 18, ACTIONS(25), 1, anon_sym_DOLLAR, ACTIONS(1507), 1, @@ -56345,7 +56273,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [37731] = 18, + [37587] = 18, ACTIONS(366), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -56402,7 +56330,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [37806] = 18, + [37662] = 18, ACTIONS(43), 1, anon_sym_LPAREN, ACTIONS(75), 1, @@ -56459,7 +56387,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [37881] = 18, + [37737] = 18, ACTIONS(366), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -56516,7 +56444,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [37956] = 18, + [37812] = 18, ACTIONS(324), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -56573,7 +56501,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [38031] = 18, + [37887] = 18, ACTIONS(400), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -56630,7 +56558,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [38106] = 19, + [37962] = 19, ACTIONS(266), 1, aux_sym_number_token1, ACTIONS(268), 1, @@ -56688,7 +56616,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [38183] = 18, + [38039] = 18, ACTIONS(366), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -56745,7 +56673,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [38258] = 18, + [38114] = 18, ACTIONS(366), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -56802,7 +56730,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [38333] = 18, + [38189] = 18, ACTIONS(374), 1, anon_sym_LPAREN, ACTIONS(396), 1, @@ -56859,7 +56787,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [38408] = 18, + [38264] = 18, ACTIONS(374), 1, anon_sym_LPAREN, ACTIONS(396), 1, @@ -56916,7 +56844,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [38483] = 18, + [38339] = 18, ACTIONS(366), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -56973,7 +56901,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [38558] = 18, + [38414] = 18, ACTIONS(366), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -57030,7 +56958,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [38633] = 18, + [38489] = 18, ACTIONS(366), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -57087,7 +57015,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [38708] = 18, + [38564] = 18, ACTIONS(366), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -57144,7 +57072,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [38783] = 18, + [38639] = 18, ACTIONS(1155), 1, anon_sym_LPAREN, ACTIONS(1163), 1, @@ -57201,7 +57129,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [38858] = 18, + [38714] = 18, ACTIONS(374), 1, anon_sym_LPAREN, ACTIONS(396), 1, @@ -57258,7 +57186,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [38933] = 18, + [38789] = 18, ACTIONS(79), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -57315,7 +57243,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [39008] = 18, + [38864] = 18, ACTIONS(11), 1, anon_sym_LPAREN, ACTIONS(21), 1, @@ -57372,7 +57300,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [39083] = 19, + [38939] = 19, ACTIONS(228), 1, sym_identifier, ACTIONS(232), 1, @@ -57430,7 +57358,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [39160] = 19, + [39016] = 19, ACTIONS(266), 1, aux_sym_number_token1, ACTIONS(268), 1, @@ -57488,7 +57416,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [39237] = 19, + [39093] = 19, ACTIONS(228), 1, sym_identifier, ACTIONS(232), 1, @@ -57546,7 +57474,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [39314] = 19, + [39170] = 19, ACTIONS(228), 1, sym_identifier, ACTIONS(232), 1, @@ -57604,7 +57532,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [39391] = 18, + [39247] = 18, ACTIONS(79), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -57661,7 +57589,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [39466] = 18, + [39322] = 18, ACTIONS(324), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -57718,7 +57646,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [39541] = 18, + [39397] = 18, ACTIONS(324), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -57775,7 +57703,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [39616] = 18, + [39472] = 18, ACTIONS(232), 1, anon_sym_LPAREN, ACTIONS(258), 1, @@ -57832,7 +57760,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [39691] = 18, + [39547] = 18, ACTIONS(43), 1, anon_sym_LPAREN, ACTIONS(75), 1, @@ -57889,7 +57817,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [39766] = 18, + [39622] = 18, ACTIONS(324), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -57946,7 +57874,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [39841] = 18, + [39697] = 18, ACTIONS(79), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -58003,7 +57931,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [39916] = 18, + [39772] = 18, ACTIONS(324), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -58060,7 +57988,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [39991] = 18, + [39847] = 18, ACTIONS(324), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -58117,7 +58045,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [40066] = 18, + [39922] = 18, ACTIONS(324), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -58174,7 +58102,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [40141] = 18, + [39997] = 18, ACTIONS(324), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -58231,13 +58159,10 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [40216] = 8, - ACTIONS(760), 2, + [40072] = 7, + ACTIONS(758), 2, sym_concatenating_space, sym__if_else_separator, - ACTIONS(1209), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, ACTIONS(1611), 2, anon_sym_CARET, anon_sym_STAR_STAR, @@ -58258,7 +58183,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(758), 19, + ACTIONS(756), 21, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -58266,6 +58191,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_in, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58278,7 +58205,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [40271] = 18, + [40125] = 18, ACTIONS(366), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -58335,13 +58262,10 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [40346] = 6, + [40200] = 5, ACTIONS(718), 2, sym_concatenating_space, sym__if_else_separator, - ACTIONS(1209), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, ACTIONS(1611), 2, anon_sym_CARET, anon_sym_STAR_STAR, @@ -58352,7 +58276,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(716), 27, + ACTIONS(716), 29, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -58362,6 +58286,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_LT_EQ, anon_sym_GT_EQ, @@ -58380,7 +58306,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [40397] = 3, + [40249] = 3, ACTIONS(718), 2, sym_concatenating_space, sym__if_else_separator, @@ -58422,7 +58348,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [40442] = 18, + [40294] = 18, ACTIONS(1155), 1, anon_sym_LPAREN, ACTIONS(1163), 1, @@ -58479,7 +58405,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [40517] = 18, + [40369] = 18, ACTIONS(43), 1, anon_sym_LPAREN, ACTIONS(75), 1, @@ -58536,7 +58462,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [40592] = 4, + [40444] = 4, ACTIONS(718), 2, sym_concatenating_space, sym__if_else_separator, @@ -58579,7 +58505,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [40639] = 18, + [40491] = 18, ACTIONS(400), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -58636,7 +58562,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [40714] = 18, + [40566] = 18, ACTIONS(400), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -58693,7 +58619,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [40789] = 18, + [40641] = 18, ACTIONS(400), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -58750,7 +58676,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [40864] = 18, + [40716] = 18, ACTIONS(400), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -58807,7 +58733,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [40939] = 18, + [40791] = 18, ACTIONS(400), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -58864,7 +58790,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [41014] = 18, + [40866] = 18, ACTIONS(400), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -58921,7 +58847,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [41089] = 18, + [40941] = 18, ACTIONS(400), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -58978,7 +58904,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [41164] = 18, + [41016] = 18, ACTIONS(400), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -59035,7 +58961,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [41239] = 18, + [41091] = 18, ACTIONS(79), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -59092,7 +59018,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [41314] = 18, + [41166] = 18, ACTIONS(79), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -59149,7 +59075,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [41389] = 18, + [41241] = 18, ACTIONS(43), 1, anon_sym_LPAREN, ACTIONS(75), 1, @@ -59206,7 +59132,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [41464] = 18, + [41316] = 18, ACTIONS(366), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -59263,7 +59189,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [41539] = 18, + [41391] = 18, ACTIONS(232), 1, anon_sym_LPAREN, ACTIONS(258), 1, @@ -59320,7 +59246,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [41614] = 18, + [41466] = 18, ACTIONS(79), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -59377,7 +59303,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [41689] = 18, + [41541] = 18, ACTIONS(79), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -59434,7 +59360,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [41764] = 18, + [41616] = 18, ACTIONS(79), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -59491,7 +59417,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [41839] = 18, + [41691] = 18, ACTIONS(79), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -59548,7 +59474,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [41914] = 18, + [41766] = 18, ACTIONS(79), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -59605,7 +59531,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [41989] = 18, + [41841] = 18, ACTIONS(79), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -59662,13 +59588,10 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [42064] = 7, + [41916] = 6, ACTIONS(718), 2, sym_concatenating_space, sym__if_else_separator, - ACTIONS(1209), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, ACTIONS(1611), 2, anon_sym_CARET, anon_sym_STAR_STAR, @@ -59686,7 +59609,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 21, + ACTIONS(716), 23, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -59694,6 +59617,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_in, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_TILDE, anon_sym_BANG_TILDE, @@ -59708,7 +59633,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [42117] = 18, + [41967] = 18, ACTIONS(1155), 1, anon_sym_LPAREN, ACTIONS(1163), 1, @@ -59765,15 +59690,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [42192] = 9, + [42042] = 8, ACTIONS(1619), 1, anon_sym_in, ACTIONS(718), 2, sym_concatenating_space, sym__if_else_separator, - ACTIONS(1209), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, ACTIONS(1611), 2, anon_sym_CARET, anon_sym_STAR_STAR, @@ -59794,13 +59716,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 18, + ACTIONS(716), 20, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, anon_sym_while, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -59813,7 +59737,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [42249] = 10, + [42097] = 9, ACTIONS(1619), 1, anon_sym_in, ACTIONS(1621), 1, @@ -59821,9 +59745,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(718), 2, sym_concatenating_space, sym__if_else_separator, - ACTIONS(1209), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, ACTIONS(1611), 2, anon_sym_CARET, anon_sym_STAR_STAR, @@ -59844,13 +59765,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 17, + ACTIONS(716), 19, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, anon_sym_while, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_PIPE_PIPE, anon_sym_PLUS_PLUS, @@ -59862,7 +59785,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [42308] = 18, + [42154] = 18, ACTIONS(324), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -59919,7 +59842,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [42383] = 18, + [42229] = 18, ACTIONS(324), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -59976,13 +59899,10 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [42458] = 8, + [42304] = 7, ACTIONS(782), 2, sym_concatenating_space, sym__if_else_separator, - ACTIONS(1209), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, ACTIONS(1611), 2, anon_sym_CARET, anon_sym_STAR_STAR, @@ -60003,7 +59923,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(780), 19, + ACTIONS(780), 21, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -60011,6 +59931,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_in, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -60023,7 +59945,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [42513] = 12, + [42357] = 11, ACTIONS(1619), 1, anon_sym_in, ACTIONS(1621), 1, @@ -60035,9 +59957,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(778), 2, sym_concatenating_space, sym__if_else_separator, - ACTIONS(1209), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, ACTIONS(1611), 2, anon_sym_CARET, anon_sym_STAR_STAR, @@ -60058,13 +59977,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(776), 15, + ACTIONS(776), 17, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, anon_sym_while, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_EQ, @@ -60074,7 +59995,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [42576] = 18, + [42418] = 18, ACTIONS(400), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -60131,7 +60052,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [42651] = 18, + [42493] = 18, ACTIONS(366), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -60188,7 +60109,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [42726] = 18, + [42568] = 18, ACTIONS(214), 1, aux_sym_number_token1, ACTIONS(328), 1, @@ -60245,7 +60166,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [42801] = 18, + [42643] = 18, ACTIONS(214), 1, aux_sym_number_token1, ACTIONS(328), 1, @@ -60302,7 +60223,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [42876] = 18, + [42718] = 18, ACTIONS(232), 1, anon_sym_LPAREN, ACTIONS(258), 1, @@ -60359,7 +60280,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [42951] = 18, + [42793] = 18, ACTIONS(1155), 1, anon_sym_LPAREN, ACTIONS(1163), 1, @@ -60416,7 +60337,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [43026] = 18, + [42868] = 18, ACTIONS(400), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -60473,7 +60394,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [43101] = 18, + [42943] = 18, ACTIONS(214), 1, aux_sym_number_token1, ACTIONS(328), 1, @@ -60530,7 +60451,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [43176] = 18, + [43018] = 18, ACTIONS(214), 1, aux_sym_number_token1, ACTIONS(328), 1, @@ -60587,7 +60508,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [43251] = 18, + [43093] = 18, ACTIONS(214), 1, aux_sym_number_token1, ACTIONS(328), 1, @@ -60644,7 +60565,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [43326] = 18, + [43168] = 18, ACTIONS(266), 1, aux_sym_number_token1, ACTIONS(268), 1, @@ -60701,7 +60622,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [43401] = 18, + [43243] = 18, ACTIONS(266), 1, aux_sym_number_token1, ACTIONS(268), 1, @@ -60758,7 +60679,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [43476] = 18, + [43318] = 18, ACTIONS(266), 1, aux_sym_number_token1, ACTIONS(268), 1, @@ -60815,7 +60736,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [43551] = 3, + [43393] = 3, ACTIONS(1637), 2, anon_sym_GT, anon_sym_GT_GT, @@ -60857,7 +60778,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [43596] = 18, + [43438] = 18, ACTIONS(214), 1, aux_sym_number_token1, ACTIONS(328), 1, @@ -60914,7 +60835,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [43671] = 18, + [43513] = 18, ACTIONS(214), 1, aux_sym_number_token1, ACTIONS(328), 1, @@ -60971,7 +60892,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [43746] = 18, + [43588] = 18, ACTIONS(214), 1, aux_sym_number_token1, ACTIONS(328), 1, @@ -61028,7 +60949,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [43821] = 18, + [43663] = 18, ACTIONS(79), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -61085,7 +61006,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [43896] = 18, + [43738] = 18, ACTIONS(366), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -61142,7 +61063,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [43971] = 19, + [43813] = 19, ACTIONS(5), 1, sym_identifier, ACTIONS(11), 1, @@ -61200,7 +61121,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [44048] = 18, + [43890] = 18, ACTIONS(214), 1, aux_sym_number_token1, ACTIONS(328), 1, @@ -61257,7 +61178,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [44123] = 19, + [43965] = 19, ACTIONS(214), 1, aux_sym_number_token1, ACTIONS(292), 1, @@ -61315,7 +61236,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [44200] = 18, + [44042] = 18, ACTIONS(214), 1, aux_sym_number_token1, ACTIONS(328), 1, @@ -61372,7 +61293,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [44275] = 18, + [44117] = 18, ACTIONS(214), 1, aux_sym_number_token1, ACTIONS(328), 1, @@ -61429,7 +61350,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [44350] = 18, + [44192] = 18, ACTIONS(232), 1, anon_sym_LPAREN, ACTIONS(258), 1, @@ -61486,7 +61407,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [44425] = 18, + [44267] = 18, ACTIONS(232), 1, anon_sym_LPAREN, ACTIONS(258), 1, @@ -61543,7 +61464,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [44500] = 18, + [44342] = 18, ACTIONS(25), 1, anon_sym_DOLLAR, ACTIONS(1507), 1, @@ -61600,7 +61521,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [44575] = 18, + [44417] = 18, ACTIONS(324), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -61657,7 +61578,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [44650] = 19, + [44492] = 19, ACTIONS(214), 1, aux_sym_number_token1, ACTIONS(296), 1, @@ -61715,7 +61636,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [44727] = 18, + [44569] = 18, ACTIONS(324), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -61772,7 +61693,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [44802] = 12, + [44644] = 12, ACTIONS(1619), 1, anon_sym_in, ACTIONS(1621), 1, @@ -61784,7 +61705,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(768), 2, sym_concatenating_space, sym__if_else_separator, - ACTIONS(1209), 2, + ACTIONS(1249), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1611), 2, @@ -61807,7 +61728,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(762), 15, + ACTIONS(760), 15, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -61823,7 +61744,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [44865] = 18, + [44707] = 18, ACTIONS(214), 1, aux_sym_number_token1, ACTIONS(296), 1, @@ -61880,7 +61801,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [44940] = 18, + [44782] = 18, ACTIONS(214), 1, aux_sym_number_token1, ACTIONS(296), 1, @@ -61937,7 +61858,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [45015] = 18, + [44857] = 18, ACTIONS(214), 1, aux_sym_number_token1, ACTIONS(296), 1, @@ -61994,7 +61915,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [45090] = 18, + [44932] = 18, ACTIONS(214), 1, aux_sym_number_token1, ACTIONS(296), 1, @@ -62051,7 +61972,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [45165] = 18, + [45007] = 18, ACTIONS(214), 1, aux_sym_number_token1, ACTIONS(296), 1, @@ -62108,7 +62029,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [45240] = 18, + [45082] = 18, ACTIONS(214), 1, aux_sym_number_token1, ACTIONS(296), 1, @@ -62165,7 +62086,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [45315] = 18, + [45157] = 18, ACTIONS(214), 1, aux_sym_number_token1, ACTIONS(296), 1, @@ -62222,7 +62143,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [45390] = 18, + [45232] = 18, ACTIONS(214), 1, aux_sym_number_token1, ACTIONS(296), 1, @@ -62279,7 +62200,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [45465] = 19, + [45307] = 19, ACTIONS(214), 1, aux_sym_number_token1, ACTIONS(292), 1, @@ -62337,7 +62258,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [45542] = 18, + [45384] = 18, ACTIONS(266), 1, aux_sym_number_token1, ACTIONS(268), 1, @@ -62394,7 +62315,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [45617] = 18, + [45459] = 18, ACTIONS(79), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -62451,7 +62372,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [45692] = 18, + [45534] = 18, ACTIONS(266), 1, aux_sym_number_token1, ACTIONS(268), 1, @@ -62508,7 +62429,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [45767] = 18, + [45609] = 18, ACTIONS(1167), 1, anon_sym_DOLLAR, ACTIONS(1507), 1, @@ -62565,7 +62486,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [45842] = 19, + [45684] = 19, ACTIONS(11), 1, anon_sym_LPAREN, ACTIONS(21), 1, @@ -62623,7 +62544,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [45919] = 18, + [45761] = 18, ACTIONS(266), 1, aux_sym_number_token1, ACTIONS(268), 1, @@ -62680,7 +62601,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [45994] = 18, + [45836] = 18, ACTIONS(266), 1, aux_sym_number_token1, ACTIONS(268), 1, @@ -62737,7 +62658,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [46069] = 18, + [45911] = 18, ACTIONS(266), 1, aux_sym_number_token1, ACTIONS(268), 1, @@ -62794,7 +62715,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [46144] = 18, + [45986] = 18, ACTIONS(232), 1, anon_sym_LPAREN, ACTIONS(258), 1, @@ -62851,7 +62772,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [46219] = 18, + [46061] = 18, ACTIONS(232), 1, anon_sym_LPAREN, ACTIONS(258), 1, @@ -62908,7 +62829,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [46294] = 18, + [46136] = 18, ACTIONS(266), 1, aux_sym_number_token1, ACTIONS(268), 1, @@ -62965,7 +62886,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [46369] = 18, + [46211] = 18, ACTIONS(266), 1, aux_sym_number_token1, ACTIONS(268), 1, @@ -63022,7 +62943,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [46444] = 19, + [46286] = 19, ACTIONS(5), 1, sym_identifier, ACTIONS(11), 1, @@ -63080,7 +63001,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [46521] = 18, + [46363] = 18, ACTIONS(232), 1, anon_sym_LPAREN, ACTIONS(258), 1, @@ -63137,7 +63058,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [46596] = 18, + [46438] = 18, ACTIONS(232), 1, anon_sym_LPAREN, ACTIONS(258), 1, @@ -63194,7 +63115,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [46671] = 18, + [46513] = 18, ACTIONS(232), 1, anon_sym_LPAREN, ACTIONS(258), 1, @@ -63251,7 +63172,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [46746] = 18, + [46588] = 18, ACTIONS(232), 1, anon_sym_LPAREN, ACTIONS(258), 1, @@ -63308,7 +63229,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [46821] = 18, + [46663] = 18, ACTIONS(232), 1, anon_sym_LPAREN, ACTIONS(258), 1, @@ -63365,7 +63286,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [46896] = 18, + [46738] = 18, ACTIONS(214), 1, aux_sym_number_token1, ACTIONS(296), 1, @@ -63422,7 +63343,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [46971] = 18, + [46813] = 18, ACTIONS(266), 1, aux_sym_number_token1, ACTIONS(268), 1, @@ -63479,7 +63400,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [47046] = 19, + [46888] = 19, ACTIONS(266), 1, aux_sym_number_token1, ACTIONS(268), 1, @@ -63537,7 +63458,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [47123] = 19, + [46965] = 19, ACTIONS(174), 1, sym_identifier, ACTIONS(198), 1, @@ -63595,7 +63516,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [47200] = 18, + [47042] = 18, ACTIONS(25), 1, anon_sym_DOLLAR, ACTIONS(1507), 1, @@ -63652,7 +63573,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [47275] = 19, + [47117] = 19, ACTIONS(174), 1, sym_identifier, ACTIONS(198), 1, @@ -63710,7 +63631,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [47352] = 18, + [47194] = 18, ACTIONS(214), 1, aux_sym_number_token1, ACTIONS(296), 1, @@ -63767,7 +63688,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [47427] = 19, + [47269] = 19, ACTIONS(174), 1, sym_identifier, ACTIONS(198), 1, @@ -63825,7 +63746,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [47504] = 18, + [47346] = 18, ACTIONS(232), 1, anon_sym_LPAREN, ACTIONS(258), 1, @@ -63882,7 +63803,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [47579] = 18, + [47421] = 18, ACTIONS(1167), 1, anon_sym_DOLLAR, ACTIONS(1507), 1, @@ -63939,7 +63860,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [47654] = 19, + [47496] = 19, ACTIONS(39), 1, sym_identifier, ACTIONS(43), 1, @@ -63997,7 +63918,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [47731] = 18, + [47573] = 18, ACTIONS(214), 1, aux_sym_number_token1, ACTIONS(328), 1, @@ -64054,7 +63975,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [47806] = 18, + [47648] = 18, ACTIONS(266), 1, aux_sym_number_token1, ACTIONS(268), 1, @@ -64111,7 +64032,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [47881] = 19, + [47723] = 19, ACTIONS(370), 1, sym_identifier, ACTIONS(374), 1, @@ -64169,7 +64090,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [47958] = 18, + [47800] = 18, ACTIONS(25), 1, anon_sym_DOLLAR, ACTIONS(1507), 1, @@ -64226,7 +64147,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [48033] = 19, + [47875] = 19, ACTIONS(5), 1, sym_identifier, ACTIONS(11), 1, @@ -64284,7 +64205,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [48110] = 18, + [47952] = 18, ACTIONS(11), 1, anon_sym_LPAREN, ACTIONS(21), 1, @@ -64341,7 +64262,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [48185] = 18, + [48027] = 18, ACTIONS(1167), 1, anon_sym_DOLLAR, ACTIONS(1507), 1, @@ -64398,7 +64319,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [48260] = 18, + [48102] = 18, ACTIONS(11), 1, anon_sym_LPAREN, ACTIONS(21), 1, @@ -64455,7 +64376,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [48335] = 18, + [48177] = 18, ACTIONS(1167), 1, anon_sym_DOLLAR, ACTIONS(1507), 1, @@ -64512,7 +64433,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [48410] = 19, + [48252] = 19, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -64570,7 +64491,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [48487] = 18, + [48329] = 18, ACTIONS(11), 1, anon_sym_LPAREN, ACTIONS(21), 1, @@ -64627,7 +64548,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [48562] = 18, + [48404] = 18, ACTIONS(11), 1, anon_sym_LPAREN, ACTIONS(21), 1, @@ -64684,7 +64605,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [48637] = 18, + [48479] = 18, ACTIONS(266), 1, aux_sym_number_token1, ACTIONS(268), 1, @@ -64741,7 +64662,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [48712] = 18, + [48554] = 18, ACTIONS(11), 1, anon_sym_LPAREN, ACTIONS(21), 1, @@ -64798,7 +64719,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [48787] = 18, + [48629] = 18, ACTIONS(11), 1, anon_sym_LPAREN, ACTIONS(21), 1, @@ -64855,7 +64776,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [48862] = 18, + [48704] = 18, ACTIONS(266), 1, aux_sym_number_token1, ACTIONS(268), 1, @@ -64912,7 +64833,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [48937] = 18, + [48779] = 18, ACTIONS(25), 1, anon_sym_DOLLAR, ACTIONS(1507), 1, @@ -64969,7 +64890,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [49012] = 18, + [48854] = 18, ACTIONS(324), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -65026,7 +64947,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [49087] = 18, + [48929] = 18, ACTIONS(11), 1, anon_sym_LPAREN, ACTIONS(21), 1, @@ -65083,7 +65004,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [49162] = 19, + [49004] = 19, ACTIONS(214), 1, aux_sym_number_token1, ACTIONS(328), 1, @@ -65141,7 +65062,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [49239] = 19, + [49081] = 19, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -65199,7 +65120,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [49316] = 19, + [49158] = 19, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -65257,7 +65178,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [49393] = 18, + [49235] = 18, ACTIONS(1167), 1, anon_sym_DOLLAR, ACTIONS(1507), 1, @@ -65314,7 +65235,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [49468] = 18, + [49310] = 18, ACTIONS(1167), 1, anon_sym_DOLLAR, ACTIONS(1507), 1, @@ -65371,7 +65292,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [49543] = 18, + [49385] = 18, ACTIONS(1167), 1, anon_sym_DOLLAR, ACTIONS(1507), 1, @@ -65428,7 +65349,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [49618] = 4, + [49460] = 4, ACTIONS(578), 1, sym_concatenating_space, ACTIONS(582), 1, @@ -65471,10 +65392,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [49665] = 3, + [49507] = 3, ACTIONS(564), 1, anon_sym_COLON_COLON, - ACTIONS(923), 1, + ACTIONS(921), 1, anon_sym_LBRACK, ACTIONS(1425), 36, anon_sym_SEMI, @@ -65513,7 +65434,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [49710] = 18, + [49552] = 18, ACTIONS(43), 1, anon_sym_LPAREN, ACTIONS(75), 1, @@ -65570,7 +65491,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [49785] = 18, + [49627] = 18, ACTIONS(214), 1, aux_sym_number_token1, ACTIONS(328), 1, @@ -65627,7 +65548,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [49860] = 18, + [49702] = 18, ACTIONS(366), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -65684,7 +65605,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [49935] = 19, + [49777] = 19, ACTIONS(370), 1, sym_identifier, ACTIONS(374), 1, @@ -65742,7 +65663,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [50012] = 18, + [49854] = 18, ACTIONS(25), 1, anon_sym_DOLLAR, ACTIONS(1507), 1, @@ -65799,7 +65720,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [50087] = 18, + [49929] = 18, ACTIONS(11), 1, anon_sym_LPAREN, ACTIONS(21), 1, @@ -65856,7 +65777,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [50162] = 19, + [50004] = 19, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -65914,7 +65835,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [50239] = 18, + [50081] = 18, ACTIONS(25), 1, anon_sym_DOLLAR, ACTIONS(1507), 1, @@ -65971,7 +65892,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [50314] = 18, + [50156] = 18, ACTIONS(25), 1, anon_sym_DOLLAR, ACTIONS(1507), 1, @@ -66028,7 +65949,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [50389] = 18, + [50231] = 18, ACTIONS(25), 1, anon_sym_DOLLAR, ACTIONS(1507), 1, @@ -66085,7 +66006,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [50464] = 18, + [50306] = 18, ACTIONS(25), 1, anon_sym_DOLLAR, ACTIONS(1507), 1, @@ -66142,7 +66063,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [50539] = 18, + [50381] = 18, ACTIONS(25), 1, anon_sym_DOLLAR, ACTIONS(1507), 1, @@ -66199,7 +66120,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [50614] = 18, + [50456] = 18, ACTIONS(25), 1, anon_sym_DOLLAR, ACTIONS(1507), 1, @@ -66256,7 +66177,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [50689] = 18, + [50531] = 18, ACTIONS(25), 1, anon_sym_DOLLAR, ACTIONS(1507), 1, @@ -66313,7 +66234,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [50764] = 19, + [50606] = 19, ACTIONS(370), 1, sym_identifier, ACTIONS(374), 1, @@ -66371,7 +66292,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [50841] = 18, + [50683] = 18, ACTIONS(25), 1, anon_sym_DOLLAR, ACTIONS(1507), 1, @@ -66428,7 +66349,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [50916] = 19, + [50758] = 19, ACTIONS(370), 1, sym_identifier, ACTIONS(374), 1, @@ -66486,7 +66407,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [50993] = 18, + [50835] = 18, ACTIONS(1167), 1, anon_sym_DOLLAR, ACTIONS(1507), 1, @@ -66543,7 +66464,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [51068] = 18, + [50910] = 18, ACTIONS(11), 1, anon_sym_LPAREN, ACTIONS(21), 1, @@ -66600,7 +66521,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [51143] = 18, + [50985] = 18, ACTIONS(11), 1, anon_sym_LPAREN, ACTIONS(21), 1, @@ -66657,7 +66578,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [51218] = 19, + [51060] = 19, ACTIONS(228), 1, sym_identifier, ACTIONS(232), 1, @@ -66715,7 +66636,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [51295] = 19, + [51137] = 19, ACTIONS(39), 1, sym_identifier, ACTIONS(43), 1, @@ -66773,7 +66694,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [51372] = 18, + [51214] = 18, ACTIONS(43), 1, anon_sym_LPAREN, ACTIONS(75), 1, @@ -66830,7 +66751,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [51447] = 19, + [51289] = 19, ACTIONS(39), 1, sym_identifier, ACTIONS(43), 1, @@ -66888,7 +66809,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [51524] = 19, + [51366] = 19, ACTIONS(228), 1, sym_identifier, ACTIONS(232), 1, @@ -66946,7 +66867,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [51601] = 19, + [51443] = 19, ACTIONS(39), 1, sym_identifier, ACTIONS(43), 1, @@ -67004,7 +66925,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [51678] = 19, + [51520] = 19, ACTIONS(5), 1, sym_identifier, ACTIONS(11), 1, @@ -67062,7 +66983,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [51755] = 5, + [51597] = 5, ACTIONS(774), 2, sym_concatenating_space, sym__if_else_separator, @@ -67106,7 +67027,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [51804] = 18, + [51646] = 18, ACTIONS(43), 1, anon_sym_LPAREN, ACTIONS(75), 1, @@ -67163,7 +67084,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [51879] = 18, + [51721] = 18, ACTIONS(374), 1, anon_sym_LPAREN, ACTIONS(396), 1, @@ -67220,7 +67141,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [51954] = 18, + [51796] = 18, ACTIONS(43), 1, anon_sym_LPAREN, ACTIONS(75), 1, @@ -67277,7 +67198,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [52029] = 18, + [51871] = 18, ACTIONS(43), 1, anon_sym_LPAREN, ACTIONS(75), 1, @@ -67334,7 +67255,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [52104] = 18, + [51946] = 18, ACTIONS(43), 1, anon_sym_LPAREN, ACTIONS(75), 1, @@ -67391,7 +67312,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [52179] = 18, + [52021] = 18, ACTIONS(43), 1, anon_sym_LPAREN, ACTIONS(75), 1, @@ -67448,7 +67369,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [52254] = 18, + [52096] = 18, ACTIONS(43), 1, anon_sym_LPAREN, ACTIONS(75), 1, @@ -67505,7 +67426,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [52329] = 18, + [52171] = 18, ACTIONS(43), 1, anon_sym_LPAREN, ACTIONS(75), 1, @@ -67562,7 +67483,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [52404] = 18, + [52246] = 18, ACTIONS(43), 1, anon_sym_LPAREN, ACTIONS(75), 1, @@ -67619,7 +67540,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [52479] = 19, + [52321] = 19, ACTIONS(39), 1, sym_identifier, ACTIONS(43), 1, @@ -67677,7 +67598,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [52556] = 19, + [52398] = 19, ACTIONS(43), 1, anon_sym_LPAREN, ACTIONS(75), 1, @@ -67735,7 +67656,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [52633] = 19, + [52475] = 19, ACTIONS(39), 1, sym_identifier, ACTIONS(43), 1, @@ -67793,7 +67714,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [52710] = 18, + [52552] = 18, ACTIONS(374), 1, anon_sym_LPAREN, ACTIONS(396), 1, @@ -67850,7 +67771,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [52785] = 18, + [52627] = 18, ACTIONS(374), 1, anon_sym_LPAREN, ACTIONS(396), 1, @@ -67907,7 +67828,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [52860] = 18, + [52702] = 18, ACTIONS(374), 1, anon_sym_LPAREN, ACTIONS(396), 1, @@ -67964,7 +67885,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [52935] = 3, + [52777] = 3, ACTIONS(738), 1, sym_concatenating_space, ACTIONS(770), 1, @@ -68006,7 +67927,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [52980] = 19, + [52822] = 19, ACTIONS(232), 1, anon_sym_LPAREN, ACTIONS(258), 1, @@ -68064,7 +67985,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [53057] = 5, + [52899] = 5, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(808), 1, @@ -68108,7 +68029,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_RBRACK, - [53106] = 19, + [52948] = 19, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -68166,7 +68087,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [53183] = 18, + [53025] = 18, ACTIONS(11), 1, anon_sym_LPAREN, ACTIONS(21), 1, @@ -68223,7 +68144,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [53258] = 19, + [53100] = 19, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -68281,7 +68202,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [53335] = 19, + [53177] = 19, ACTIONS(214), 1, aux_sym_number_token1, ACTIONS(292), 1, @@ -68339,7 +68260,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [53412] = 19, + [53254] = 19, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -68397,7 +68318,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [53489] = 19, + [53331] = 19, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -68455,7 +68376,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [53566] = 18, + [53408] = 18, ACTIONS(214), 1, aux_sym_number_token1, ACTIONS(296), 1, @@ -68512,7 +68433,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [53641] = 19, + [53483] = 19, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -68570,7 +68491,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [53718] = 18, + [53560] = 18, ACTIONS(466), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -68627,7 +68548,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [53793] = 18, + [53635] = 18, ACTIONS(400), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -68684,7 +68605,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [53868] = 18, + [53710] = 18, ACTIONS(466), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -68741,7 +68662,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [53943] = 18, + [53785] = 18, ACTIONS(262), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -68798,7 +68719,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [54018] = 19, + [53860] = 19, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -68856,7 +68777,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [54095] = 18, + [53937] = 18, ACTIONS(262), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -68913,7 +68834,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [54170] = 18, + [54012] = 18, ACTIONS(466), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -68970,7 +68891,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [54245] = 18, + [54087] = 18, ACTIONS(466), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -69027,7 +68948,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [54320] = 18, + [54162] = 18, ACTIONS(11), 1, anon_sym_LPAREN, ACTIONS(21), 1, @@ -69084,7 +69005,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [54395] = 19, + [54237] = 19, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -69142,7 +69063,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [54472] = 18, + [54314] = 18, ACTIONS(262), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -69199,7 +69120,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [54547] = 19, + [54389] = 19, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -69257,7 +69178,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [54624] = 19, + [54466] = 19, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -69315,7 +69236,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [54701] = 18, + [54543] = 18, ACTIONS(400), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -69372,7 +69293,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [54776] = 18, + [54618] = 18, ACTIONS(262), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -69429,7 +69350,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [54851] = 18, + [54693] = 18, ACTIONS(466), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -69486,7 +69407,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [54926] = 18, + [54768] = 18, ACTIONS(466), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -69543,7 +69464,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [55001] = 19, + [54843] = 19, ACTIONS(370), 1, sym_identifier, ACTIONS(374), 1, @@ -69601,7 +69522,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [55078] = 19, + [54920] = 19, ACTIONS(370), 1, sym_identifier, ACTIONS(374), 1, @@ -69659,7 +69580,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [55155] = 19, + [54997] = 19, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -69717,7 +69638,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [55232] = 19, + [55074] = 19, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -69775,7 +69696,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [55309] = 19, + [55151] = 19, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -69833,7 +69754,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [55386] = 18, + [55228] = 18, ACTIONS(466), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -69890,7 +69811,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [55461] = 19, + [55303] = 19, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -69948,7 +69869,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [55538] = 18, + [55380] = 18, ACTIONS(466), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -70005,7 +69926,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [55613] = 18, + [55455] = 18, ACTIONS(43), 1, anon_sym_LPAREN, ACTIONS(75), 1, @@ -70062,7 +69983,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [55688] = 18, + [55530] = 18, ACTIONS(1167), 1, anon_sym_DOLLAR, ACTIONS(1507), 1, @@ -70119,7 +70040,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [55763] = 19, + [55605] = 19, ACTIONS(214), 1, aux_sym_number_token1, ACTIONS(292), 1, @@ -70177,7 +70098,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [55840] = 18, + [55682] = 18, ACTIONS(1167), 1, anon_sym_DOLLAR, ACTIONS(1507), 1, @@ -70234,7 +70155,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [55915] = 18, + [55757] = 18, ACTIONS(466), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -70291,7 +70212,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [55990] = 18, + [55832] = 18, ACTIONS(1167), 1, anon_sym_DOLLAR, ACTIONS(1507), 1, @@ -70348,7 +70269,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [56065] = 18, + [55907] = 18, ACTIONS(466), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -70405,7 +70326,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [56140] = 18, + [55982] = 18, ACTIONS(1167), 1, anon_sym_DOLLAR, ACTIONS(1507), 1, @@ -70462,7 +70383,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [56215] = 4, + [56057] = 4, ACTIONS(570), 2, sym_concatenating_space, sym__if_else_separator, @@ -70505,7 +70426,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [56262] = 18, + [56104] = 18, ACTIONS(466), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -70562,7 +70483,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [56337] = 18, + [56179] = 18, ACTIONS(466), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -70619,7 +70540,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [56412] = 18, + [56254] = 18, ACTIONS(466), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -70676,7 +70597,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [56487] = 5, + [56329] = 5, ACTIONS(570), 1, sym__if_else_separator, ACTIONS(1185), 1, @@ -70720,7 +70641,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [56536] = 19, + [56378] = 19, ACTIONS(214), 1, aux_sym_number_token1, ACTIONS(292), 1, @@ -70778,7 +70699,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [56613] = 5, + [56455] = 5, ACTIONS(570), 1, sym_concatenating_space, ACTIONS(582), 1, @@ -70822,7 +70743,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [56662] = 19, + [56504] = 19, ACTIONS(214), 1, aux_sym_number_token1, ACTIONS(292), 1, @@ -70880,7 +70801,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [56739] = 18, + [56581] = 18, ACTIONS(466), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -70937,7 +70858,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [56814] = 7, + [56656] = 7, ACTIONS(808), 1, anon_sym_LBRACK, ACTIONS(1267), 1, @@ -70983,7 +70904,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [56867] = 18, + [56709] = 18, ACTIONS(262), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -71040,7 +70961,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [56942] = 18, + [56784] = 18, ACTIONS(262), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -71097,7 +71018,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [57017] = 19, + [56859] = 19, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -71155,7 +71076,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [57094] = 5, + [56936] = 5, ACTIONS(582), 1, anon_sym_LBRACK, ACTIONS(1259), 1, @@ -71199,7 +71120,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [57143] = 19, + [56985] = 19, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -71257,7 +71178,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [57220] = 19, + [57062] = 19, ACTIONS(174), 1, sym_identifier, ACTIONS(198), 1, @@ -71315,7 +71236,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [57297] = 18, + [57139] = 18, ACTIONS(214), 1, aux_sym_number_token1, ACTIONS(328), 1, @@ -71372,7 +71293,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [57372] = 19, + [57214] = 19, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -71430,7 +71351,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [57449] = 3, + [57291] = 3, ACTIONS(901), 1, anon_sym_LBRACK, ACTIONS(1427), 1, @@ -71472,7 +71393,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [57494] = 19, + [57336] = 19, ACTIONS(266), 1, aux_sym_number_token1, ACTIONS(268), 1, @@ -71530,7 +71451,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [57571] = 18, + [57413] = 18, ACTIONS(214), 1, aux_sym_number_token1, ACTIONS(296), 1, @@ -71587,7 +71508,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [57646] = 19, + [57488] = 19, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -71645,7 +71566,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [57723] = 19, + [57565] = 19, ACTIONS(266), 1, aux_sym_number_token1, ACTIONS(268), 1, @@ -71703,7 +71624,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [57800] = 18, + [57642] = 18, ACTIONS(1167), 1, anon_sym_DOLLAR, ACTIONS(1507), 1, @@ -71760,7 +71681,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [57875] = 19, + [57717] = 19, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -71818,7 +71739,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [57952] = 8, + [57794] = 8, ACTIONS(632), 1, anon_sym_EQ, ACTIONS(808), 1, @@ -71865,7 +71786,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [58007] = 18, + [57849] = 18, ACTIONS(1155), 1, anon_sym_LPAREN, ACTIONS(1163), 1, @@ -71922,7 +71843,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [58082] = 18, + [57924] = 18, ACTIONS(1155), 1, anon_sym_LPAREN, ACTIONS(1163), 1, @@ -71979,7 +71900,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [58157] = 18, + [57999] = 18, ACTIONS(1155), 1, anon_sym_LPAREN, ACTIONS(1163), 1, @@ -72036,7 +71957,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [58232] = 19, + [58074] = 19, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -72094,7 +72015,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [58309] = 19, + [58151] = 19, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -72152,7 +72073,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [58386] = 18, + [58228] = 18, ACTIONS(214), 1, aux_sym_number_token1, ACTIONS(296), 1, @@ -72209,7 +72130,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [58461] = 18, + [58303] = 18, ACTIONS(1155), 1, anon_sym_LPAREN, ACTIONS(1163), 1, @@ -72266,7 +72187,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [58536] = 18, + [58378] = 18, ACTIONS(214), 1, aux_sym_number_token1, ACTIONS(296), 1, @@ -72323,7 +72244,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [58611] = 18, + [58453] = 18, ACTIONS(1155), 1, anon_sym_LPAREN, ACTIONS(1163), 1, @@ -72380,7 +72301,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [58686] = 18, + [58528] = 18, ACTIONS(1155), 1, anon_sym_LPAREN, ACTIONS(1163), 1, @@ -72437,7 +72358,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [58761] = 18, + [58603] = 18, ACTIONS(1155), 1, anon_sym_LPAREN, ACTIONS(1163), 1, @@ -72494,7 +72415,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [58836] = 18, + [58678] = 18, ACTIONS(1155), 1, anon_sym_LPAREN, ACTIONS(1163), 1, @@ -72551,7 +72472,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [58911] = 18, + [58753] = 18, ACTIONS(262), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -72608,7 +72529,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [58986] = 19, + [58828] = 19, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -72666,7 +72587,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [59063] = 19, + [58905] = 19, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -72724,7 +72645,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [59140] = 19, + [58982] = 19, ACTIONS(1155), 1, anon_sym_LPAREN, ACTIONS(1157), 1, @@ -72782,7 +72703,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [59217] = 19, + [59059] = 19, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -72840,7 +72761,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [59294] = 19, + [59136] = 19, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -72898,7 +72819,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [59371] = 19, + [59213] = 19, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -72956,7 +72877,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [59448] = 19, + [59290] = 19, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -73014,7 +72935,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [59525] = 18, + [59367] = 18, ACTIONS(262), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -73071,7 +72992,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [59600] = 19, + [59442] = 19, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -73129,7 +73050,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [59677] = 18, + [59519] = 18, ACTIONS(262), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -73186,7 +73107,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [59752] = 19, + [59594] = 19, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -73244,7 +73165,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [59829] = 19, + [59671] = 19, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -73302,7 +73223,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [59906] = 19, + [59748] = 19, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -73360,7 +73281,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [59983] = 18, + [59825] = 18, ACTIONS(262), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -73417,7 +73338,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [60058] = 18, + [59900] = 18, ACTIONS(1155), 1, anon_sym_LPAREN, ACTIONS(1163), 1, @@ -73474,7 +73395,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [60133] = 18, + [59975] = 18, ACTIONS(1155), 1, anon_sym_LPAREN, ACTIONS(1163), 1, @@ -73531,7 +73452,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [60208] = 19, + [60050] = 19, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -73589,7 +73510,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [60285] = 18, + [60127] = 18, ACTIONS(262), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -73646,7 +73567,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [60360] = 18, + [60202] = 18, ACTIONS(1167), 1, anon_sym_DOLLAR, ACTIONS(1507), 1, @@ -73703,7 +73624,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [60435] = 19, + [60277] = 19, ACTIONS(174), 1, sym_identifier, ACTIONS(198), 1, @@ -73761,7 +73682,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [60512] = 18, + [60354] = 18, ACTIONS(1155), 1, anon_sym_LPAREN, ACTIONS(1163), 1, @@ -73818,7 +73739,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [60587] = 19, + [60429] = 19, ACTIONS(174), 1, sym_identifier, ACTIONS(198), 1, @@ -73876,7 +73797,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [60664] = 18, + [60506] = 18, ACTIONS(79), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -73933,7 +73854,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [60739] = 18, + [60581] = 18, ACTIONS(232), 1, anon_sym_LPAREN, ACTIONS(258), 1, @@ -73990,7 +73911,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [60814] = 18, + [60656] = 18, ACTIONS(366), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -74047,7 +73968,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [60889] = 19, + [60731] = 19, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -74105,7 +74026,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [60966] = 19, + [60808] = 19, ACTIONS(228), 1, sym_identifier, ACTIONS(232), 1, @@ -74163,7 +74084,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [61043] = 18, + [60885] = 18, ACTIONS(262), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -74220,7 +74141,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [61118] = 18, + [60960] = 18, ACTIONS(262), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -74277,7 +74198,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [61193] = 8, + [61035] = 8, ACTIONS(632), 1, anon_sym_EQ, ACTIONS(808), 1, @@ -74324,7 +74245,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [61248] = 18, + [61090] = 18, ACTIONS(324), 1, anon_sym_DOLLAR, ACTIONS(1455), 1, @@ -74381,7 +74302,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [61323] = 19, + [61165] = 19, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -74439,7 +74360,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [61400] = 19, + [61242] = 19, ACTIONS(1153), 1, sym_identifier, ACTIONS(1155), 1, @@ -74497,7 +74418,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [61477] = 18, + [61319] = 18, ACTIONS(214), 1, aux_sym_number_token1, ACTIONS(328), 1, @@ -74554,7 +74475,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [61552] = 18, + [61394] = 18, ACTIONS(232), 1, anon_sym_LPAREN, ACTIONS(258), 1, @@ -74611,7 +74532,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [61627] = 18, + [61469] = 18, ACTIONS(262), 1, anon_sym_DOLLAR, ACTIONS(1529), 1, @@ -74668,7 +74589,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_func_call, sym_indirect_func_call, - [61702] = 19, + [61544] = 19, ACTIONS(5), 1, sym_identifier, ACTIONS(11), 1, @@ -74726,7 +74647,7 @@ static const uint16_t ts_small_parse_table[] = { sym_regex, sym_regex_constant, sym_indirect_func_call, - [61779] = 3, + [61621] = 3, ACTIONS(1701), 1, sym__if_else_separator, ACTIONS(1699), 3, @@ -74767,7 +74688,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [61823] = 2, + [61665] = 2, ACTIONS(1705), 1, sym__if_else_separator, ACTIONS(1703), 36, @@ -74807,7 +74728,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [61865] = 3, + [61707] = 3, ACTIONS(718), 1, sym_concatenating_space, ACTIONS(1707), 2, @@ -74848,7 +74769,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [61909] = 3, + [61751] = 3, ACTIONS(1001), 1, sym_regex_flags, ACTIONS(734), 11, @@ -74889,7 +74810,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_RBRACK, - [61953] = 2, + [61795] = 2, ACTIONS(1711), 1, sym__if_else_separator, ACTIONS(1709), 36, @@ -74929,12 +74850,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [61995] = 6, + [61837] = 5, ACTIONS(718), 1, sym_concatenating_space, - ACTIONS(1281), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, ACTIONS(1707), 2, anon_sym_CARET, anon_sym_STAR_STAR, @@ -74945,7 +74863,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(716), 27, + ACTIONS(716), 29, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -74955,6 +74873,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_LT_EQ, anon_sym_GT_EQ, @@ -74973,12 +74893,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [62045] = 8, - ACTIONS(760), 1, + [61885] = 7, + ACTIONS(758), 1, sym_concatenating_space, - ACTIONS(1281), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, ACTIONS(1707), 2, anon_sym_CARET, anon_sym_STAR_STAR, @@ -74999,7 +74916,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(758), 19, + ACTIONS(756), 21, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -75007,6 +74924,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_in, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -75019,8 +74938,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [62099] = 2, - ACTIONS(923), 1, + [61937] = 2, + ACTIONS(921), 1, anon_sym_LBRACK, ACTIONS(1425), 36, anon_sym_SEMI, @@ -75059,7 +74978,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [62141] = 2, + [61979] = 2, ACTIONS(1723), 1, sym__if_else_separator, ACTIONS(1721), 36, @@ -75099,14 +75018,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [62183] = 9, + [62021] = 8, ACTIONS(718), 1, sym_concatenating_space, ACTIONS(1725), 1, anon_sym_in, - ACTIONS(1281), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, ACTIONS(1707), 2, anon_sym_CARET, anon_sym_STAR_STAR, @@ -75127,13 +75043,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 18, + ACTIONS(716), 20, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, anon_sym_while, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -75146,16 +75064,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [62239] = 10, + [62075] = 9, ACTIONS(718), 1, sym_concatenating_space, ACTIONS(1725), 1, anon_sym_in, ACTIONS(1727), 1, anon_sym_AMP_AMP, - ACTIONS(1281), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, ACTIONS(1707), 2, anon_sym_CARET, anon_sym_STAR_STAR, @@ -75176,13 +75091,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 17, + ACTIONS(716), 19, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, anon_sym_while, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_PIPE_PIPE, anon_sym_PLUS_PLUS, @@ -75194,7 +75111,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [62297] = 2, + [62131] = 2, ACTIONS(1731), 1, sym__if_else_separator, ACTIONS(1729), 36, @@ -75234,7 +75151,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [62339] = 2, + [62173] = 2, ACTIONS(1735), 1, sym__if_else_separator, ACTIONS(1733), 36, @@ -75274,12 +75191,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [62381] = 8, + [62215] = 7, ACTIONS(782), 1, sym_concatenating_space, - ACTIONS(1281), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, ACTIONS(1707), 2, anon_sym_CARET, anon_sym_STAR_STAR, @@ -75300,7 +75214,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(780), 19, + ACTIONS(780), 21, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -75308,6 +75222,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_in, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -75320,7 +75236,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [62435] = 12, + [62267] = 11, ACTIONS(778), 1, sym_concatenating_space, ACTIONS(1725), 1, @@ -75331,9 +75247,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, ACTIONS(1739), 1, anon_sym_PIPE_PIPE, - ACTIONS(1281), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, ACTIONS(1707), 2, anon_sym_CARET, anon_sym_STAR_STAR, @@ -75354,13 +75267,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(776), 15, + ACTIONS(776), 17, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, anon_sym_while, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_EQ, @@ -75370,7 +75285,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [62497] = 2, + [62327] = 2, ACTIONS(1743), 1, sym__if_else_separator, ACTIONS(1741), 36, @@ -75410,7 +75325,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [62539] = 2, + [62369] = 2, ACTIONS(1747), 1, sym__if_else_separator, ACTIONS(1745), 36, @@ -75450,7 +75365,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [62581] = 2, + [62411] = 2, ACTIONS(1751), 1, sym__if_else_separator, ACTIONS(1749), 36, @@ -75490,7 +75405,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [62623] = 2, + [62453] = 2, ACTIONS(1755), 1, sym__if_else_separator, ACTIONS(1753), 36, @@ -75530,7 +75445,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [62665] = 5, + [62495] = 5, ACTIONS(774), 1, sym_concatenating_space, ACTIONS(1707), 2, @@ -75573,7 +75488,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [62713] = 12, + [62543] = 12, ACTIONS(768), 1, sym_concatenating_space, ACTIONS(1725), 1, @@ -75584,7 +75499,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, ACTIONS(1739), 1, anon_sym_PIPE_PIPE, - ACTIONS(1281), 2, + ACTIONS(1319), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1707), 2, @@ -75607,7 +75522,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(762), 15, + ACTIONS(760), 15, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -75623,7 +75538,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [62775] = 3, + [62605] = 3, ACTIONS(1755), 1, sym__if_else_separator, ACTIONS(1699), 3, @@ -75664,7 +75579,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [62819] = 3, + [62649] = 3, ACTIONS(1751), 1, sym__if_else_separator, ACTIONS(1699), 3, @@ -75705,7 +75620,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [62863] = 4, + [62693] = 4, ACTIONS(808), 1, anon_sym_LBRACK, ACTIONS(1665), 1, @@ -75747,7 +75662,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_RBRACK, - [62909] = 2, + [62739] = 2, ACTIONS(1759), 1, sym__if_else_separator, ACTIONS(1757), 36, @@ -75787,7 +75702,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [62951] = 2, + [62781] = 2, ACTIONS(1763), 1, sym__if_else_separator, ACTIONS(1761), 36, @@ -75827,7 +75742,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [62993] = 2, + [62823] = 2, ACTIONS(1767), 1, sym__if_else_separator, ACTIONS(1765), 36, @@ -75867,7 +75782,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [63035] = 4, + [62865] = 4, ACTIONS(718), 1, sym_concatenating_space, ACTIONS(1707), 2, @@ -75909,7 +75824,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [63081] = 3, + [62911] = 3, ACTIONS(1767), 1, sym__if_else_separator, ACTIONS(1699), 3, @@ -75950,7 +75865,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [63125] = 3, + [62955] = 3, ACTIONS(1759), 1, sym__if_else_separator, ACTIONS(1699), 3, @@ -75991,7 +75906,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [63169] = 2, + [62999] = 2, ACTIONS(1771), 1, sym__if_else_separator, ACTIONS(1769), 36, @@ -76031,7 +75946,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [63211] = 2, + [63041] = 2, ACTIONS(1775), 1, sym__if_else_separator, ACTIONS(1773), 36, @@ -76071,7 +75986,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [63253] = 3, + [63083] = 3, ACTIONS(1775), 1, sym__if_else_separator, ACTIONS(1699), 3, @@ -76112,7 +76027,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [63297] = 3, + [63127] = 3, ACTIONS(1771), 1, sym__if_else_separator, ACTIONS(1699), 3, @@ -76153,7 +76068,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [63341] = 2, + [63171] = 2, ACTIONS(1779), 1, sym__if_else_separator, ACTIONS(1777), 36, @@ -76193,7 +76108,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [63383] = 7, + [63213] = 7, ACTIONS(632), 1, anon_sym_EQ, ACTIONS(808), 1, @@ -76238,7 +76153,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [63435] = 2, + [63265] = 2, ACTIONS(1783), 1, sym__if_else_separator, ACTIONS(1781), 36, @@ -76278,7 +76193,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [63477] = 2, + [63307] = 2, ACTIONS(1787), 1, sym__if_else_separator, ACTIONS(1785), 36, @@ -76318,7 +76233,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [63519] = 3, + [63349] = 3, ACTIONS(1779), 1, sym__if_else_separator, ACTIONS(1699), 3, @@ -76359,7 +76274,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [63563] = 2, + [63393] = 2, ACTIONS(1791), 1, sym__if_else_separator, ACTIONS(1789), 36, @@ -76399,7 +76314,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [63605] = 3, + [63435] = 3, ACTIONS(1791), 1, sym__if_else_separator, ACTIONS(1699), 3, @@ -76440,7 +76355,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [63649] = 2, + [63479] = 2, ACTIONS(1795), 1, sym__if_else_separator, ACTIONS(1793), 36, @@ -76480,7 +76395,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [63691] = 3, + [63521] = 3, ACTIONS(1795), 1, sym__if_else_separator, ACTIONS(1699), 3, @@ -76521,7 +76436,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [63735] = 2, + [63565] = 2, ACTIONS(1799), 1, sym__if_else_separator, ACTIONS(1797), 36, @@ -76561,7 +76476,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [63777] = 3, + [63607] = 3, ACTIONS(1799), 1, sym__if_else_separator, ACTIONS(1699), 3, @@ -76602,7 +76517,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [63821] = 2, + [63651] = 2, ACTIONS(1803), 1, sym__if_else_separator, ACTIONS(1801), 36, @@ -76642,7 +76557,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [63863] = 3, + [63693] = 3, ACTIONS(1803), 1, sym__if_else_separator, ACTIONS(1699), 3, @@ -76683,7 +76598,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [63907] = 2, + [63737] = 2, ACTIONS(1807), 1, sym__if_else_separator, ACTIONS(1805), 36, @@ -76723,7 +76638,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [63949] = 3, + [63779] = 3, ACTIONS(1807), 1, sym__if_else_separator, ACTIONS(1699), 3, @@ -76764,7 +76679,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [63993] = 2, + [63823] = 2, ACTIONS(1811), 1, sym__if_else_separator, ACTIONS(1809), 36, @@ -76804,7 +76719,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [64035] = 3, + [63865] = 3, ACTIONS(1811), 1, sym__if_else_separator, ACTIONS(1699), 3, @@ -76845,7 +76760,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [64079] = 2, + [63909] = 2, ACTIONS(1815), 1, sym__if_else_separator, ACTIONS(1813), 36, @@ -76885,7 +76800,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [64121] = 3, + [63951] = 3, ACTIONS(1815), 1, sym__if_else_separator, ACTIONS(1699), 3, @@ -76926,7 +76841,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [64165] = 2, + [63995] = 2, ACTIONS(1819), 1, sym__if_else_separator, ACTIONS(1817), 36, @@ -76966,7 +76881,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [64207] = 3, + [64037] = 3, ACTIONS(1819), 1, sym__if_else_separator, ACTIONS(1699), 3, @@ -77007,7 +76922,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [64251] = 2, + [64081] = 2, ACTIONS(1823), 1, sym__if_else_separator, ACTIONS(1821), 36, @@ -77047,7 +76962,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [64293] = 2, + [64123] = 2, ACTIONS(1827), 1, sym__if_else_separator, ACTIONS(1825), 36, @@ -77087,7 +77002,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [64335] = 2, + [64165] = 2, ACTIONS(1827), 1, sym__if_else_separator, ACTIONS(1825), 36, @@ -77127,7 +77042,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [64377] = 2, + [64207] = 2, ACTIONS(1831), 1, sym__if_else_separator, ACTIONS(1829), 36, @@ -77167,7 +77082,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [64419] = 4, + [64249] = 4, ACTIONS(1259), 1, sym_concatenating_space, ACTIONS(1143), 2, @@ -77209,7 +77124,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [64465] = 2, + [64295] = 2, ACTIONS(1835), 1, sym__if_else_separator, ACTIONS(1833), 36, @@ -77249,7 +77164,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [64507] = 2, + [64337] = 2, ACTIONS(1839), 1, sym__if_else_separator, ACTIONS(1837), 36, @@ -77289,7 +77204,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [64549] = 3, + [64379] = 3, ACTIONS(1839), 1, sym__if_else_separator, ACTIONS(1699), 3, @@ -77330,7 +77245,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [64593] = 2, + [64423] = 2, ACTIONS(1843), 1, sym__if_else_separator, ACTIONS(1841), 36, @@ -77370,7 +77285,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [64635] = 3, + [64465] = 3, ACTIONS(1843), 1, sym__if_else_separator, ACTIONS(1699), 3, @@ -77411,7 +77326,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [64679] = 3, + [64509] = 3, ACTIONS(1705), 1, sym__if_else_separator, ACTIONS(1699), 3, @@ -77452,7 +77367,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [64723] = 2, + [64553] = 2, ACTIONS(1847), 1, sym__if_else_separator, ACTIONS(1845), 36, @@ -77492,7 +77407,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [64765] = 3, + [64595] = 3, ACTIONS(1847), 1, sym__if_else_separator, ACTIONS(1699), 3, @@ -77533,7 +77448,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [64809] = 2, + [64639] = 2, ACTIONS(1701), 1, sym__if_else_separator, ACTIONS(1697), 36, @@ -77573,7 +77488,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [64851] = 4, + [64681] = 4, ACTIONS(570), 1, sym_concatenating_space, ACTIONS(1135), 2, @@ -77615,12 +77530,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [64897] = 7, + [64727] = 6, ACTIONS(718), 1, sym_concatenating_space, - ACTIONS(1281), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, ACTIONS(1707), 2, anon_sym_CARET, anon_sym_STAR_STAR, @@ -77638,7 +77550,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 21, + ACTIONS(716), 23, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -77646,6 +77558,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_in, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_TILDE, anon_sym_BANG_TILDE, @@ -77660,7 +77574,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, - [64949] = 6, + [64777] = 6, ACTIONS(808), 1, anon_sym_LBRACK, ACTIONS(1271), 1, @@ -77704,7 +77618,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [64999] = 2, + [64827] = 2, ACTIONS(1849), 3, anon_sym_SEMI, anon_sym_LF, @@ -77743,7 +77657,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [65040] = 1, + [64868] = 1, ACTIONS(1805), 36, anon_sym_SEMI, anon_sym_LF, @@ -77781,7 +77695,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [65079] = 2, + [64907] = 2, ACTIONS(1849), 3, anon_sym_SEMI, anon_sym_LF, @@ -77820,7 +77734,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [65120] = 1, + [64948] = 1, ACTIONS(1703), 36, anon_sym_SEMI, anon_sym_LF, @@ -77858,7 +77772,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [65159] = 2, + [64987] = 2, ACTIONS(1849), 3, anon_sym_SEMI, anon_sym_LF, @@ -77897,7 +77811,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [65200] = 1, + [65028] = 1, ACTIONS(1845), 36, anon_sym_SEMI, anon_sym_LF, @@ -77935,7 +77849,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [65239] = 2, + [65067] = 2, ACTIONS(1849), 3, anon_sym_SEMI, anon_sym_LF, @@ -77974,7 +77888,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [65280] = 1, + [65108] = 1, ACTIONS(1697), 36, anon_sym_SEMI, anon_sym_LF, @@ -78012,7 +77926,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [65319] = 2, + [65147] = 2, ACTIONS(1849), 3, anon_sym_SEMI, anon_sym_LF, @@ -78051,7 +77965,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [65360] = 1, + [65188] = 1, ACTIONS(1833), 36, anon_sym_SEMI, anon_sym_LF, @@ -78089,7 +78003,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [65399] = 1, + [65227] = 1, ACTIONS(1709), 36, anon_sym_SEMI, anon_sym_LF, @@ -78127,33 +78041,31 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [65438] = 8, + [65266] = 6, ACTIONS(1851), 1, - anon_sym_PIPE, - ACTIONS(1853), 1, - anon_sym_PIPE_AMP, - ACTIONS(1855), 1, anon_sym_CARET, - ACTIONS(1857), 1, + ACTIONS(1853), 1, anon_sym_STAR_STAR, - ACTIONS(1861), 2, + ACTIONS(1857), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(716), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ, - ACTIONS(1859), 3, + ACTIONS(1855), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(718), 24, + ACTIONS(716), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_EQ, + ACTIONS(718), 25, sym_concatenating_space, anon_sym_COMMA, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_in, anon_sym_COLON, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_LT_EQ, anon_sym_GT_EQ, @@ -78172,42 +78084,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_RBRACK, - [65491] = 11, - ACTIONS(758), 1, - anon_sym_EQ, + [65315] = 9, ACTIONS(1851), 1, - anon_sym_PIPE, - ACTIONS(1853), 1, - anon_sym_PIPE_AMP, - ACTIONS(1855), 1, anon_sym_CARET, - ACTIONS(1857), 1, + ACTIONS(1853), 1, anon_sym_STAR_STAR, - ACTIONS(1861), 2, + ACTIONS(756), 2, + anon_sym_PIPE, + anon_sym_EQ, + ACTIONS(1857), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1863), 2, + ACTIONS(1859), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1867), 2, + ACTIONS(1863), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1859), 3, + ACTIONS(1855), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1865), 4, + ACTIONS(1861), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(760), 18, + ACTIONS(758), 19, sym_concatenating_space, anon_sym_COMMA, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_in, anon_sym_COLON, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -78220,7 +78130,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_RBRACK, - [65550] = 1, + [65370] = 1, ACTIONS(1729), 36, anon_sym_SEMI, anon_sym_LF, @@ -78258,7 +78168,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [65589] = 1, + [65409] = 1, ACTIONS(1745), 36, anon_sym_SEMI, anon_sym_LF, @@ -78296,7 +78206,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [65628] = 1, + [65448] = 1, ACTIONS(1749), 36, anon_sym_SEMI, anon_sym_LF, @@ -78334,7 +78244,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [65667] = 2, + [65487] = 2, ACTIONS(1849), 3, anon_sym_SEMI, anon_sym_LF, @@ -78373,7 +78283,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [65708] = 5, + [65528] = 5, ACTIONS(1271), 1, anon_sym_EQ, ACTIONS(1269), 2, @@ -78415,7 +78325,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [65755] = 2, + [65575] = 2, ACTIONS(1849), 3, anon_sym_SEMI, anon_sym_LF, @@ -78454,7 +78364,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [65796] = 1, + [65616] = 1, ACTIONS(1837), 36, anon_sym_SEMI, anon_sym_LF, @@ -78492,45 +78402,43 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [65835] = 13, - ACTIONS(716), 1, - anon_sym_EQ, + [65655] = 11, ACTIONS(1851), 1, - anon_sym_PIPE, - ACTIONS(1853), 1, - anon_sym_PIPE_AMP, - ACTIONS(1855), 1, anon_sym_CARET, - ACTIONS(1857), 1, + ACTIONS(1853), 1, anon_sym_STAR_STAR, - ACTIONS(1869), 1, + ACTIONS(1865), 1, anon_sym_in, - ACTIONS(1871), 1, + ACTIONS(1867), 1, anon_sym_AMP_AMP, - ACTIONS(1861), 2, + ACTIONS(716), 2, + anon_sym_PIPE, + anon_sym_EQ, + ACTIONS(1857), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1863), 2, + ACTIONS(1859), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1867), 2, + ACTIONS(1863), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1859), 3, + ACTIONS(1855), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1865), 4, + ACTIONS(1861), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(718), 16, + ACTIONS(718), 17, sym_concatenating_space, anon_sym_COMMA, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_COLON, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_PIPE_PIPE, anon_sym_PLUS_PLUS, @@ -78542,7 +78450,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_RBRACK, - [65898] = 1, + [65714] = 1, ACTIONS(1761), 36, anon_sym_SEMI, anon_sym_LF, @@ -78580,7 +78488,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [65937] = 1, + [65753] = 1, ACTIONS(1829), 36, anon_sym_SEMI, anon_sym_LF, @@ -78618,7 +78526,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [65976] = 1, + [65792] = 1, ACTIONS(1825), 36, anon_sym_SEMI, anon_sym_LF, @@ -78656,7 +78564,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [66015] = 1, + [65831] = 1, ACTIONS(1765), 36, anon_sym_SEMI, anon_sym_LF, @@ -78694,7 +78602,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [66054] = 2, + [65870] = 2, ACTIONS(1849), 3, anon_sym_SEMI, anon_sym_LF, @@ -78733,7 +78641,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [66095] = 1, + [65911] = 1, ACTIONS(1733), 36, anon_sym_SEMI, anon_sym_LF, @@ -78771,7 +78679,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [66134] = 1, + [65950] = 1, ACTIONS(1825), 36, anon_sym_SEMI, anon_sym_LF, @@ -78809,7 +78717,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [66173] = 1, + [65989] = 1, ACTIONS(1785), 36, anon_sym_SEMI, anon_sym_LF, @@ -78847,7 +78755,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [66212] = 1, + [66028] = 1, ACTIONS(1821), 36, anon_sym_SEMI, anon_sym_LF, @@ -78885,7 +78793,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [66251] = 2, + [66067] = 2, ACTIONS(1849), 3, anon_sym_SEMI, anon_sym_LF, @@ -78924,43 +78832,41 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [66292] = 12, - ACTIONS(716), 1, - anon_sym_EQ, + [66108] = 10, ACTIONS(1851), 1, - anon_sym_PIPE, - ACTIONS(1853), 1, - anon_sym_PIPE_AMP, - ACTIONS(1855), 1, anon_sym_CARET, - ACTIONS(1857), 1, + ACTIONS(1853), 1, anon_sym_STAR_STAR, - ACTIONS(1869), 1, + ACTIONS(1865), 1, anon_sym_in, - ACTIONS(1861), 2, + ACTIONS(716), 2, + anon_sym_PIPE, + anon_sym_EQ, + ACTIONS(1857), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1863), 2, + ACTIONS(1859), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1867), 2, + ACTIONS(1863), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1859), 3, + ACTIONS(1855), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1865), 4, + ACTIONS(1861), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(718), 17, + ACTIONS(718), 18, sym_concatenating_space, anon_sym_COMMA, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_COLON, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -78973,39 +78879,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_RBRACK, - [66353] = 10, - ACTIONS(716), 1, - anon_sym_EQ, + [66165] = 8, ACTIONS(1851), 1, - anon_sym_PIPE, - ACTIONS(1853), 1, - anon_sym_PIPE_AMP, - ACTIONS(1855), 1, anon_sym_CARET, - ACTIONS(1857), 1, + ACTIONS(1853), 1, anon_sym_STAR_STAR, - ACTIONS(1861), 2, + ACTIONS(716), 2, + anon_sym_PIPE, + anon_sym_EQ, + ACTIONS(1857), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1863), 2, + ACTIONS(1859), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1859), 3, + ACTIONS(1855), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1865), 4, + ACTIONS(1861), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(718), 20, + ACTIONS(718), 21, sym_concatenating_space, anon_sym_COMMA, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_in, anon_sym_COLON, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_TILDE, anon_sym_BANG_TILDE, @@ -79020,7 +78924,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_RBRACK, - [66410] = 1, + [66218] = 1, ACTIONS(1741), 36, anon_sym_SEMI, anon_sym_LF, @@ -79058,12 +78962,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [66449] = 5, - ACTIONS(1855), 1, + [66257] = 5, + ACTIONS(1851), 1, anon_sym_CARET, - ACTIONS(1857), 1, + ACTIONS(1853), 1, anon_sym_STAR_STAR, - ACTIONS(1859), 3, + ACTIONS(1855), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -79100,7 +79004,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_RBRACK, - [66496] = 1, + [66304] = 1, ACTIONS(1721), 36, anon_sym_SEMI, anon_sym_LF, @@ -79138,7 +79042,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [66535] = 2, + [66343] = 2, ACTIONS(1849), 3, anon_sym_SEMI, anon_sym_LF, @@ -79177,7 +79081,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [66576] = 1, + [66384] = 1, ACTIONS(1781), 36, anon_sym_SEMI, anon_sym_LF, @@ -79215,7 +79119,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [66615] = 1, + [66423] = 1, ACTIONS(1813), 36, anon_sym_SEMI, anon_sym_LF, @@ -79253,7 +79157,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [66654] = 1, + [66462] = 1, ACTIONS(1773), 36, anon_sym_SEMI, anon_sym_LF, @@ -79291,8 +79195,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [66693] = 5, - ACTIONS(1873), 1, + [66501] = 5, + ACTIONS(1869), 1, sym_identifier, STATE(1963), 1, sym_namespace, @@ -79333,7 +79237,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [66740] = 2, + [66548] = 2, ACTIONS(1849), 3, anon_sym_SEMI, anon_sym_LF, @@ -79372,39 +79276,39 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [66781] = 15, - ACTIONS(762), 1, + [66589] = 15, + ACTIONS(760), 1, anon_sym_EQ, ACTIONS(1851), 1, - anon_sym_PIPE, - ACTIONS(1853), 1, - anon_sym_PIPE_AMP, - ACTIONS(1855), 1, anon_sym_CARET, - ACTIONS(1857), 1, + ACTIONS(1853), 1, anon_sym_STAR_STAR, - ACTIONS(1869), 1, + ACTIONS(1865), 1, anon_sym_in, - ACTIONS(1871), 1, + ACTIONS(1867), 1, anon_sym_AMP_AMP, + ACTIONS(1871), 1, + anon_sym_PIPE, + ACTIONS(1873), 1, + anon_sym_PIPE_AMP, ACTIONS(1875), 1, anon_sym_QMARK, ACTIONS(1877), 1, anon_sym_PIPE_PIPE, - ACTIONS(1861), 2, + ACTIONS(1857), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1863), 2, + ACTIONS(1859), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1867), 2, + ACTIONS(1863), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1859), 3, + ACTIONS(1855), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1865), 4, + ACTIONS(1861), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, @@ -79424,49 +79328,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_RBRACK, - [66848] = 15, - ACTIONS(776), 1, - anon_sym_EQ, + [66656] = 13, ACTIONS(1851), 1, - anon_sym_PIPE, - ACTIONS(1853), 1, - anon_sym_PIPE_AMP, - ACTIONS(1855), 1, anon_sym_CARET, - ACTIONS(1857), 1, + ACTIONS(1853), 1, anon_sym_STAR_STAR, - ACTIONS(1869), 1, + ACTIONS(1865), 1, anon_sym_in, - ACTIONS(1871), 1, + ACTIONS(1867), 1, anon_sym_AMP_AMP, ACTIONS(1875), 1, anon_sym_QMARK, ACTIONS(1877), 1, anon_sym_PIPE_PIPE, - ACTIONS(1861), 2, + ACTIONS(776), 2, + anon_sym_PIPE, + anon_sym_EQ, + ACTIONS(1857), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1863), 2, + ACTIONS(1859), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1867), 2, + ACTIONS(1863), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1859), 3, + ACTIONS(1855), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1865), 4, + ACTIONS(1861), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(778), 14, + ACTIONS(778), 15, sym_concatenating_space, anon_sym_COMMA, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_COLON, + anon_sym_PIPE_AMP, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -79476,7 +79378,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_RBRACK, - [66915] = 2, + [66719] = 2, ACTIONS(1849), 3, anon_sym_SEMI, anon_sym_LF, @@ -79515,7 +79417,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [66956] = 1, + [66760] = 1, ACTIONS(1809), 36, anon_sym_SEMI, anon_sym_LF, @@ -79553,7 +79455,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [66995] = 2, + [66799] = 2, ACTIONS(1849), 3, anon_sym_SEMI, anon_sym_LF, @@ -79592,7 +79494,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [67036] = 1, + [66840] = 1, ACTIONS(1841), 36, anon_sym_SEMI, anon_sym_LF, @@ -79630,7 +79532,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [67075] = 2, + [66879] = 2, ACTIONS(1849), 3, anon_sym_SEMI, anon_sym_LF, @@ -79669,7 +79571,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [67116] = 1, + [66920] = 1, ACTIONS(1801), 36, anon_sym_SEMI, anon_sym_LF, @@ -79707,7 +79609,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [67155] = 2, + [66959] = 2, ACTIONS(1849), 3, anon_sym_SEMI, anon_sym_LF, @@ -79746,7 +79648,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [67196] = 1, + [67000] = 1, ACTIONS(1797), 36, anon_sym_SEMI, anon_sym_LF, @@ -79784,7 +79686,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [67235] = 2, + [67039] = 2, ACTIONS(1849), 3, anon_sym_SEMI, anon_sym_LF, @@ -79823,7 +79725,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [67276] = 1, + [67080] = 1, ACTIONS(1793), 36, anon_sym_SEMI, anon_sym_LF, @@ -79861,7 +79763,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [67315] = 2, + [67119] = 2, ACTIONS(1849), 3, anon_sym_SEMI, anon_sym_LF, @@ -79900,7 +79802,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [67356] = 1, + [67160] = 1, ACTIONS(1789), 36, anon_sym_SEMI, anon_sym_LF, @@ -79938,7 +79840,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [67395] = 2, + [67199] = 2, ACTIONS(1849), 3, anon_sym_SEMI, anon_sym_LF, @@ -79977,7 +79879,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [67436] = 1, + [67240] = 1, ACTIONS(1777), 36, anon_sym_SEMI, anon_sym_LF, @@ -80015,7 +79917,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [67475] = 2, + [67279] = 2, ACTIONS(1849), 3, anon_sym_SEMI, anon_sym_LF, @@ -80054,7 +79956,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [67516] = 1, + [67320] = 1, ACTIONS(1769), 36, anon_sym_SEMI, anon_sym_LF, @@ -80092,7 +79994,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [67555] = 2, + [67359] = 2, ACTIONS(1849), 3, anon_sym_SEMI, anon_sym_LF, @@ -80131,7 +80033,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [67596] = 1, + [67400] = 1, ACTIONS(1757), 36, anon_sym_SEMI, anon_sym_LF, @@ -80169,10 +80071,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [67635] = 4, - ACTIONS(1855), 1, + [67439] = 4, + ACTIONS(1851), 1, anon_sym_CARET, - ACTIONS(1857), 1, + ACTIONS(1853), 1, anon_sym_STAR_STAR, ACTIONS(716), 9, anon_sym_LT, @@ -80210,7 +80112,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_RBRACK, - [67680] = 1, + [67484] = 1, ACTIONS(1753), 36, anon_sym_SEMI, anon_sym_LF, @@ -80248,15 +80150,15 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [67719] = 6, - ACTIONS(1855), 1, + [67523] = 6, + ACTIONS(1851), 1, anon_sym_CARET, - ACTIONS(1857), 1, + ACTIONS(1853), 1, anon_sym_STAR_STAR, - ACTIONS(1861), 2, + ACTIONS(1857), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1859), 3, + ACTIONS(1855), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -80291,7 +80193,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_RBRACK, - [67768] = 1, + [67572] = 1, ACTIONS(1817), 36, anon_sym_SEMI, anon_sym_LF, @@ -80329,42 +80231,40 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [67807] = 11, - ACTIONS(780), 1, - anon_sym_EQ, + [67611] = 9, ACTIONS(1851), 1, - anon_sym_PIPE, - ACTIONS(1853), 1, - anon_sym_PIPE_AMP, - ACTIONS(1855), 1, anon_sym_CARET, - ACTIONS(1857), 1, + ACTIONS(1853), 1, anon_sym_STAR_STAR, - ACTIONS(1861), 2, + ACTIONS(780), 2, + anon_sym_PIPE, + anon_sym_EQ, + ACTIONS(1857), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1863), 2, + ACTIONS(1859), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1867), 2, + ACTIONS(1863), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1859), 3, + ACTIONS(1855), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1865), 4, + ACTIONS(1861), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(782), 18, + ACTIONS(782), 19, sym_concatenating_space, anon_sym_COMMA, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_in, anon_sym_COLON, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -80377,7 +80277,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT_EQ, anon_sym_CARET_EQ, anon_sym_RBRACK, - [67866] = 6, + [67666] = 6, ACTIONS(632), 1, anon_sym_EQ, ACTIONS(1429), 1, @@ -80420,7 +80320,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [67915] = 2, + [67715] = 2, ACTIONS(1881), 1, sym__if_else_separator, ACTIONS(1879), 34, @@ -80458,7 +80358,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [67955] = 2, + [67755] = 2, ACTIONS(1883), 1, sym__if_else_separator, ACTIONS(1879), 34, @@ -80496,7 +80396,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [67995] = 5, + [67795] = 5, ACTIONS(622), 1, sym_concatenating_space, ACTIONS(1885), 1, @@ -80537,7 +80437,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [68041] = 5, + [67841] = 5, ACTIONS(622), 1, sym__if_else_separator, ACTIONS(1887), 1, @@ -80578,7 +80478,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [68087] = 4, + [67887] = 4, ACTIONS(1893), 1, anon_sym_POUND, STATE(1243), 2, @@ -80618,7 +80518,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, sym_identifier, aux_sym_number_token1, - [68131] = 10, + [67931] = 10, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(632), 1, @@ -80664,7 +80564,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [68187] = 10, + [67987] = 10, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(632), 1, @@ -80710,7 +80610,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [68243] = 10, + [68043] = 10, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(632), 1, @@ -80756,7 +80656,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [68299] = 10, + [68099] = 10, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(632), 1, @@ -80802,7 +80702,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [68355] = 2, + [68155] = 2, ACTIONS(1881), 1, sym__if_else_separator, ACTIONS(1879), 34, @@ -80840,7 +80740,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [68395] = 2, + [68195] = 2, ACTIONS(1883), 1, sym__if_else_separator, ACTIONS(1879), 34, @@ -80878,7 +80778,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [68435] = 7, + [68235] = 7, ACTIONS(1904), 1, sym_identifier, ACTIONS(1906), 1, @@ -80921,7 +80821,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [68485] = 10, + [68285] = 10, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(632), 1, @@ -80967,7 +80867,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [68541] = 10, + [68341] = 10, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(632), 1, @@ -81013,7 +80913,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [68597] = 9, + [68397] = 9, ACTIONS(632), 1, anon_sym_EQ, ACTIONS(808), 1, @@ -81057,7 +80957,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [68650] = 4, + [68450] = 4, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(1912), 1, @@ -81096,7 +80996,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [68693] = 9, + [68493] = 9, ACTIONS(632), 1, anon_sym_EQ, ACTIONS(808), 1, @@ -81140,7 +81040,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [68746] = 9, + [68546] = 9, ACTIONS(632), 1, anon_sym_EQ, ACTIONS(808), 1, @@ -81184,7 +81084,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [68799] = 7, + [68599] = 7, ACTIONS(622), 1, sym__if_else_separator, ACTIONS(1914), 1, @@ -81226,7 +81126,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [68848] = 4, + [68648] = 4, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(1912), 1, @@ -81265,7 +81165,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [68891] = 4, + [68691] = 4, ACTIONS(1918), 1, sym_identifier, STATE(1954), 1, @@ -81304,7 +81204,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [68934] = 9, + [68734] = 9, ACTIONS(632), 1, anon_sym_EQ, ACTIONS(808), 1, @@ -81348,7 +81248,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [68987] = 2, + [68787] = 2, ACTIONS(1849), 3, anon_sym_SEMI, anon_sym_LF, @@ -81385,7 +81285,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [69026] = 9, + [68826] = 9, ACTIONS(632), 1, anon_sym_EQ, ACTIONS(808), 1, @@ -81429,7 +81329,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [69079] = 7, + [68879] = 7, ACTIONS(622), 1, sym_concatenating_space, ACTIONS(1922), 1, @@ -81471,7 +81371,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [69128] = 9, + [68928] = 9, ACTIONS(632), 1, anon_sym_EQ, ACTIONS(808), 1, @@ -81515,7 +81415,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [69181] = 4, + [68981] = 4, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(586), 1, @@ -81553,7 +81453,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [69223] = 4, + [69023] = 4, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(586), 1, @@ -81591,7 +81491,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [69265] = 4, + [69065] = 4, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(578), 1, @@ -81629,7 +81529,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [69307] = 7, + [69107] = 7, ACTIONS(1930), 1, sym_identifier, ACTIONS(1932), 1, @@ -81670,7 +81570,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [69355] = 6, + [69155] = 6, ACTIONS(1934), 1, sym_identifier, ACTIONS(1936), 1, @@ -81710,7 +81610,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [69401] = 3, + [69201] = 3, ACTIONS(1912), 1, anon_sym_LBRACK, ACTIONS(578), 2, @@ -81747,7 +81647,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [69441] = 3, + [69241] = 3, ACTIONS(1912), 1, anon_sym_LBRACK, ACTIONS(586), 2, @@ -81784,7 +81684,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [69481] = 2, + [69281] = 2, ACTIONS(630), 2, sym_concatenating_space, sym__if_else_separator, @@ -81820,7 +81720,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LBRACK, - [69519] = 4, + [69319] = 4, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(578), 1, @@ -81858,7 +81758,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [69561] = 5, + [69361] = 5, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(1912), 1, @@ -81897,7 +81797,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [69605] = 2, + [69405] = 2, ACTIONS(1942), 12, anon_sym_LPAREN, anon_sym_LBRACE, @@ -81933,7 +81833,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, sym_identifier, aux_sym_number_token1, - [69643] = 2, + [69443] = 2, ACTIONS(574), 2, sym_concatenating_space, sym__if_else_separator, @@ -81969,7 +81869,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LBRACK, - [69681] = 2, + [69481] = 2, ACTIONS(574), 1, sym__if_else_separator, ACTIONS(572), 31, @@ -82004,7 +81904,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LBRACK, - [69718] = 2, + [69518] = 2, ACTIONS(714), 2, sym_concatenating_space, sym__if_else_separator, @@ -82039,7 +81939,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [69755] = 3, + [69555] = 3, ACTIONS(578), 1, sym__if_else_separator, ACTIONS(1926), 1, @@ -82075,7 +81975,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [69794] = 2, + [69594] = 2, ACTIONS(694), 2, sym_concatenating_space, sym__if_else_separator, @@ -82110,7 +82010,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [69831] = 3, + [69631] = 3, ACTIONS(586), 1, sym__if_else_separator, ACTIONS(1926), 1, @@ -82146,7 +82046,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [69870] = 3, + [69670] = 3, ACTIONS(586), 1, sym_concatenating_space, ACTIONS(1928), 1, @@ -82182,7 +82082,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [69909] = 2, + [69709] = 2, ACTIONS(722), 2, sym_concatenating_space, sym__if_else_separator, @@ -82217,7 +82117,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [69946] = 5, + [69746] = 5, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(578), 1, @@ -82255,7 +82155,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [69989] = 3, + [69789] = 3, ACTIONS(578), 1, sym_concatenating_space, ACTIONS(1928), 1, @@ -82291,7 +82191,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [70028] = 3, + [69828] = 3, ACTIONS(1946), 1, sym_regex_flags, ACTIONS(738), 2, @@ -82327,7 +82227,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [70067] = 7, + [69867] = 7, ACTIONS(622), 1, sym_concatenating_space, ACTIONS(1948), 1, @@ -82367,7 +82267,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [70114] = 2, + [69914] = 2, ACTIONS(630), 1, sym_concatenating_space, ACTIONS(628), 31, @@ -82402,7 +82302,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LBRACK, - [70151] = 3, + [69951] = 3, ACTIONS(566), 2, sym_concatenating_space, sym__if_else_separator, @@ -82438,7 +82338,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [70190] = 2, + [69990] = 2, ACTIONS(670), 2, sym_concatenating_space, sym__if_else_separator, @@ -82473,7 +82373,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [70227] = 2, + [70027] = 2, ACTIONS(574), 1, sym_concatenating_space, ACTIONS(572), 31, @@ -82508,7 +82408,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LBRACK, - [70264] = 4, + [70064] = 4, ACTIONS(1912), 1, anon_sym_LBRACK, ACTIONS(1938), 1, @@ -82545,7 +82445,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [70305] = 2, + [70105] = 2, ACTIONS(630), 1, sym__if_else_separator, ACTIONS(628), 31, @@ -82580,7 +82480,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LBRACK, - [70342] = 2, + [70142] = 2, ACTIONS(706), 2, sym_concatenating_space, sym__if_else_separator, @@ -82615,7 +82515,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [70379] = 2, + [70179] = 2, ACTIONS(690), 2, sym_concatenating_space, sym__if_else_separator, @@ -82650,7 +82550,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [70416] = 2, + [70216] = 2, ACTIONS(658), 2, sym_concatenating_space, sym__if_else_separator, @@ -82685,7 +82585,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [70453] = 2, + [70253] = 2, ACTIONS(710), 2, sym_concatenating_space, sym__if_else_separator, @@ -82720,7 +82620,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [70490] = 2, + [70290] = 2, ACTIONS(698), 2, sym_concatenating_space, sym__if_else_separator, @@ -82755,7 +82655,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [70527] = 2, + [70327] = 2, ACTIONS(686), 2, sym_concatenating_space, sym__if_else_separator, @@ -82790,7 +82690,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [70564] = 2, + [70364] = 2, ACTIONS(682), 2, sym_concatenating_space, sym__if_else_separator, @@ -82825,7 +82725,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [70601] = 3, + [70401] = 3, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(1952), 1, @@ -82861,7 +82761,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [70640] = 3, + [70440] = 3, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(1952), 1, @@ -82897,7 +82797,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [70679] = 2, + [70479] = 2, ACTIONS(678), 2, sym_concatenating_space, sym__if_else_separator, @@ -82932,7 +82832,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [70716] = 2, + [70516] = 2, ACTIONS(652), 2, sym_concatenating_space, sym__if_else_separator, @@ -82967,7 +82867,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [70753] = 2, + [70553] = 2, ACTIONS(674), 2, sym_concatenating_space, sym__if_else_separator, @@ -83002,7 +82902,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [70790] = 2, + [70590] = 2, ACTIONS(718), 2, sym_concatenating_space, sym__if_else_separator, @@ -83037,7 +82937,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [70827] = 2, + [70627] = 2, ACTIONS(586), 2, sym_concatenating_space, sym__if_else_separator, @@ -83072,7 +82972,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [70864] = 2, + [70664] = 2, ACTIONS(730), 2, sym_concatenating_space, sym__if_else_separator, @@ -83107,7 +83007,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [70901] = 5, + [70701] = 5, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(578), 1, @@ -83145,7 +83045,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [70944] = 7, + [70744] = 7, ACTIONS(622), 1, sym__if_else_separator, ACTIONS(1956), 1, @@ -83185,7 +83085,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [70991] = 2, + [70791] = 2, ACTIONS(682), 1, sym__if_else_separator, ACTIONS(680), 30, @@ -83219,7 +83119,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [71027] = 2, + [70827] = 2, ACTIONS(730), 1, sym_concatenating_space, ACTIONS(728), 30, @@ -83253,7 +83153,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [71063] = 4, + [70863] = 4, ACTIONS(578), 1, sym__if_else_separator, ACTIONS(1926), 1, @@ -83289,7 +83189,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [71103] = 3, + [70903] = 3, ACTIONS(570), 1, sym__if_else_separator, ACTIONS(1129), 1, @@ -83324,7 +83224,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [71141] = 4, + [70941] = 4, ACTIONS(578), 1, sym_concatenating_space, ACTIONS(1928), 1, @@ -83360,7 +83260,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [71181] = 5, + [70981] = 5, ACTIONS(774), 2, sym_concatenating_space, sym__if_else_separator, @@ -83397,7 +83297,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [71223] = 3, + [71023] = 3, ACTIONS(738), 1, sym__if_else_separator, ACTIONS(1966), 1, @@ -83432,7 +83332,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [71261] = 4, + [71061] = 4, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(1952), 1, @@ -83468,7 +83368,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [71301] = 3, + [71101] = 3, ACTIONS(738), 1, sym_concatenating_space, ACTIONS(1970), 1, @@ -83503,7 +83403,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [71339] = 1, + [71139] = 1, ACTIONS(572), 31, anon_sym_COMMA, anon_sym_SEMI, @@ -83536,7 +83436,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LBRACK, - [71373] = 2, + [71173] = 2, ACTIONS(694), 1, sym__if_else_separator, ACTIONS(692), 30, @@ -83570,7 +83470,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [71409] = 2, + [71209] = 2, ACTIONS(722), 1, sym__if_else_separator, ACTIONS(720), 30, @@ -83604,7 +83504,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [71445] = 5, + [71245] = 5, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(1912), 1, @@ -83641,7 +83541,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [71487] = 2, + [71287] = 2, ACTIONS(714), 1, sym__if_else_separator, ACTIONS(712), 30, @@ -83675,7 +83575,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [71523] = 2, + [71323] = 2, ACTIONS(710), 1, sym__if_else_separator, ACTIONS(708), 30, @@ -83709,7 +83609,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [71559] = 2, + [71359] = 2, ACTIONS(698), 1, sym__if_else_separator, ACTIONS(696), 30, @@ -83743,7 +83643,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [71595] = 2, + [71395] = 2, ACTIONS(686), 1, sym__if_else_separator, ACTIONS(684), 30, @@ -83777,7 +83677,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [71631] = 2, + [71431] = 2, ACTIONS(710), 1, sym_concatenating_space, ACTIONS(708), 30, @@ -83811,7 +83711,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [71667] = 2, + [71467] = 2, ACTIONS(652), 1, sym__if_else_separator, ACTIONS(650), 30, @@ -83845,7 +83745,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [71703] = 2, + [71503] = 2, ACTIONS(674), 1, sym__if_else_separator, ACTIONS(672), 30, @@ -83879,7 +83779,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [71739] = 2, + [71539] = 2, ACTIONS(1735), 12, anon_sym_LPAREN, anon_sym_LBRACE, @@ -83913,7 +83813,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, sym_identifier, aux_sym_number_token1, - [71775] = 2, + [71575] = 2, ACTIONS(586), 1, sym__if_else_separator, ACTIONS(584), 30, @@ -83947,7 +83847,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [71811] = 2, + [71611] = 2, ACTIONS(714), 1, sym_concatenating_space, ACTIONS(712), 30, @@ -83981,7 +83881,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [71847] = 2, + [71647] = 2, ACTIONS(1731), 12, anon_sym_LPAREN, anon_sym_LBRACE, @@ -84015,7 +83915,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, sym_identifier, aux_sym_number_token1, - [71883] = 2, + [71683] = 2, ACTIONS(698), 1, sym_concatenating_space, ACTIONS(696), 30, @@ -84049,7 +83949,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [71919] = 2, + [71719] = 2, ACTIONS(686), 1, sym_concatenating_space, ACTIONS(684), 30, @@ -84083,7 +83983,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [71955] = 12, + [71755] = 12, ACTIONS(1974), 1, anon_sym_in, ACTIONS(1980), 1, @@ -84118,7 +84018,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(762), 8, + ACTIONS(760), 8, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -84127,7 +84027,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_case, anon_sym_default, anon_sym_GT_GT, - [72011] = 2, + [71811] = 2, ACTIONS(682), 1, sym_concatenating_space, ACTIONS(680), 30, @@ -84161,7 +84061,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [72047] = 2, + [71847] = 2, ACTIONS(658), 1, sym_concatenating_space, ACTIONS(656), 30, @@ -84195,7 +84095,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [72083] = 2, + [71883] = 2, ACTIONS(678), 1, sym_concatenating_space, ACTIONS(676), 30, @@ -84229,7 +84129,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [72119] = 2, + [71919] = 2, ACTIONS(690), 1, sym_concatenating_space, ACTIONS(688), 30, @@ -84263,7 +84163,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [72155] = 2, + [71955] = 2, ACTIONS(652), 1, sym_concatenating_space, ACTIONS(650), 30, @@ -84297,7 +84197,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [72191] = 2, + [71991] = 2, ACTIONS(670), 1, sym_concatenating_space, ACTIONS(668), 30, @@ -84331,7 +84231,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [72227] = 2, + [72027] = 2, ACTIONS(674), 1, sym_concatenating_space, ACTIONS(672), 30, @@ -84365,7 +84265,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [72263] = 2, + [72063] = 2, ACTIONS(586), 1, sym_concatenating_space, ACTIONS(584), 30, @@ -84399,7 +84299,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [72299] = 1, + [72099] = 1, ACTIONS(628), 31, anon_sym_COMMA, anon_sym_SEMI, @@ -84432,7 +84332,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LBRACK, - [72333] = 2, + [72133] = 2, ACTIONS(694), 1, sym_concatenating_space, ACTIONS(692), 30, @@ -84466,7 +84366,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [72369] = 3, + [72169] = 3, ACTIONS(566), 1, sym_concatenating_space, ACTIONS(554), 9, @@ -84501,7 +84401,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [72407] = 12, + [72207] = 11, ACTIONS(1974), 1, anon_sym_in, ACTIONS(1980), 1, @@ -84519,9 +84419,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1964), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1978), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, ACTIONS(1982), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, @@ -84536,7 +84433,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(776), 8, + ACTIONS(776), 10, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -84545,7 +84442,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_case, anon_sym_default, anon_sym_GT_GT, - [72463] = 8, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + [72261] = 7, ACTIONS(782), 2, sym_concatenating_space, sym__if_else_separator, @@ -84555,9 +84454,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1964), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1978), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, ACTIONS(1982), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, @@ -84572,7 +84468,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(780), 12, + ACTIONS(780), 14, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -84582,10 +84478,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_case, anon_sym_default, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [72511] = 2, + [72307] = 2, ACTIONS(718), 1, sym_concatenating_space, ACTIONS(716), 30, @@ -84619,7 +84517,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [72547] = 2, + [72343] = 2, ACTIONS(722), 1, sym_concatenating_space, ACTIONS(720), 30, @@ -84653,7 +84551,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [72583] = 10, + [72379] = 9, ACTIONS(1974), 1, anon_sym_in, ACTIONS(1984), 1, @@ -84667,9 +84565,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1964), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1978), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, ACTIONS(1982), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, @@ -84684,7 +84579,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 10, + ACTIONS(716), 12, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -84693,9 +84588,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_case, anon_sym_default, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_PIPE_PIPE, - [72635] = 9, + [72429] = 8, ACTIONS(1974), 1, anon_sym_in, ACTIONS(718), 2, @@ -84707,9 +84604,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1964), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1978), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, ACTIONS(1982), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, @@ -84724,7 +84618,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 11, + ACTIONS(716), 13, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -84733,10 +84627,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_case, anon_sym_default, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [72685] = 7, + [72477] = 6, ACTIONS(718), 2, sym_concatenating_space, sym__if_else_separator, @@ -84746,9 +84642,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1964), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1978), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, ACTIONS(1962), 3, anon_sym_STAR, anon_sym_SLASH, @@ -84760,7 +84653,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 14, + ACTIONS(716), 16, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -84770,12 +84663,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_case, anon_sym_default, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_TILDE, anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [72731] = 4, + [72521] = 4, ACTIONS(718), 2, sym_concatenating_space, sym__if_else_separator, @@ -84811,7 +84706,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [72771] = 3, + [72561] = 3, ACTIONS(718), 2, sym_concatenating_space, sym__if_else_separator, @@ -84846,7 +84741,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [72809] = 6, + [72599] = 5, ACTIONS(718), 2, sym_concatenating_space, sym__if_else_separator, @@ -84856,14 +84751,11 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1964), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1978), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, ACTIONS(1962), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(716), 20, + ACTIONS(716), 22, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -84875,6 +84767,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_LT_EQ, anon_sym_GT_EQ, @@ -84884,8 +84778,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [72853] = 8, - ACTIONS(760), 2, + [72641] = 7, + ACTIONS(758), 2, sym_concatenating_space, sym__if_else_separator, ACTIONS(1960), 2, @@ -84894,9 +84788,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1964), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1978), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, ACTIONS(1982), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, @@ -84911,7 +84802,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(758), 12, + ACTIONS(756), 14, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -84921,10 +84812,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_case, anon_sym_default, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [72901] = 5, + [72687] = 5, ACTIONS(1988), 1, sym_identifier, STATE(1953), 1, @@ -84961,7 +84854,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [72943] = 2, + [72729] = 2, ACTIONS(678), 1, sym__if_else_separator, ACTIONS(676), 30, @@ -84995,7 +84888,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [72979] = 6, + [72765] = 6, ACTIONS(1990), 1, sym_identifier, ACTIONS(1992), 1, @@ -85033,7 +84926,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [73023] = 2, + [72809] = 2, ACTIONS(1952), 1, anon_sym_LBRACK, ACTIONS(576), 30, @@ -85067,7 +84960,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [73059] = 2, + [72845] = 2, ACTIONS(706), 1, sym_concatenating_space, ACTIONS(704), 30, @@ -85101,7 +84994,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [73095] = 2, + [72881] = 2, ACTIONS(1952), 1, anon_sym_LBRACK, ACTIONS(584), 30, @@ -85135,7 +85028,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [73131] = 7, + [72917] = 7, ACTIONS(1994), 1, sym_identifier, ACTIONS(1996), 1, @@ -85174,7 +85067,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [73177] = 1, + [72963] = 1, ACTIONS(584), 30, anon_sym_COMMA, anon_sym_SEMI, @@ -85206,23 +85099,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [73210] = 6, + [72996] = 5, ACTIONS(718), 1, sym_concatenating_space, ACTIONS(1998), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2000), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(2004), 2, + ACTIONS(2002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2002), 3, + ACTIONS(2000), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(716), 20, + ACTIONS(716), 22, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -85234,6 +85124,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_LT_EQ, anon_sym_GT_EQ, @@ -85243,7 +85135,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [73253] = 2, + [73037] = 2, ACTIONS(1147), 1, sym_concatenating_space, ACTIONS(556), 29, @@ -85276,10 +85168,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [73288] = 12, - ACTIONS(985), 1, + [73072] = 12, + ACTIONS(983), 1, anon_sym_COMMA, - ACTIONS(987), 1, + ACTIONS(985), 1, sym__if_else_separator, ACTIONS(1974), 1, anon_sym_in, @@ -85308,7 +85200,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(983), 10, + ACTIONS(981), 10, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, @@ -85319,8 +85211,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_PIPE, anon_sym_PIPE_AMP, - [73343] = 2, - ACTIONS(2006), 1, + [73127] = 2, + ACTIONS(2004), 1, sym_regex_flags, ACTIONS(734), 29, anon_sym_COMMA, @@ -85352,10 +85244,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [73378] = 13, - ACTIONS(985), 1, + [73162] = 12, + ACTIONS(983), 1, anon_sym_COMMA, - ACTIONS(997), 1, + ACTIONS(995), 1, sym__if_else_separator, ACTIONS(1974), 1, anon_sym_in, @@ -85374,9 +85266,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1982), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2008), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, ACTIONS(1962), 3, anon_sym_STAR, anon_sym_SLASH, @@ -85388,7 +85277,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(993), 7, + ACTIONS(993), 9, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, @@ -85396,7 +85285,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_case, anon_sym_default, anon_sym_GT_GT, - [73435] = 3, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + [73217] = 3, ACTIONS(1946), 1, sym_regex_flags, ACTIONS(738), 2, @@ -85430,16 +85321,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [73472] = 5, + [73254] = 5, ACTIONS(774), 1, sym_concatenating_space, - ACTIONS(2000), 2, + ACTIONS(1998), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(2004), 2, + ACTIONS(2002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2002), 3, + ACTIONS(2000), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -85466,7 +85357,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [73513] = 4, + [73295] = 4, ACTIONS(1912), 1, anon_sym_LBRACK, ACTIONS(1972), 1, @@ -85501,10 +85392,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [73552] = 7, - ACTIONS(2010), 1, + [73334] = 7, + ACTIONS(2006), 1, sym_identifier, - ACTIONS(2012), 1, + ACTIONS(2008), 1, anon_sym_LT, STATE(1462), 1, sym_array_ref, @@ -85539,14 +85430,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [73597] = 5, + [73379] = 5, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(578), 1, sym__if_else_separator, ACTIONS(1926), 1, anon_sym_LBRACK, - ACTIONS(2014), 1, + ACTIONS(2010), 1, anon_sym_LT, ACTIONS(576), 26, anon_sym_COMMA, @@ -85575,7 +85466,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [73638] = 1, + [73420] = 1, ACTIONS(692), 30, anon_sym_COMMA, anon_sym_SEMI, @@ -85607,8 +85498,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [73671] = 5, - ACTIONS(2016), 1, + [73453] = 5, + ACTIONS(2012), 1, sym_identifier, STATE(1942), 1, sym_namespace, @@ -85643,7 +85534,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [73712] = 1, + [73494] = 1, ACTIONS(720), 30, anon_sym_COMMA, anon_sym_SEMI, @@ -85675,7 +85566,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [73745] = 12, + [73527] = 12, ACTIONS(768), 1, sym__if_else_separator, ACTIONS(1974), 1, @@ -85695,7 +85586,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1982), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2008), 2, + ACTIONS(2014), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1962), 3, @@ -85709,7 +85600,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(762), 8, + ACTIONS(760), 8, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -85718,10 +85609,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_case, anon_sym_default, anon_sym_GT_GT, - [73800] = 12, + [73582] = 12, ACTIONS(768), 1, sym_concatenating_space, - ACTIONS(2018), 1, + ACTIONS(2016), 1, anon_sym_in, ACTIONS(2022), 1, anon_sym_QMARK, @@ -85730,29 +85621,29 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2028), 1, anon_sym_PIPE_PIPE, ACTIONS(1998), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2000), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(2004), 2, + ACTIONS(2002), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(2020), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, ACTIONS(2024), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2002), 3, + ACTIONS(2000), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2020), 6, + ACTIONS(2018), 6, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(762), 8, + ACTIONS(760), 8, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -85761,7 +85652,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_case, anon_sym_default, anon_sym_GT_GT, - [73855] = 5, + [73637] = 5, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(578), 1, @@ -85797,37 +85688,234 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [73896] = 10, + [73678] = 9, ACTIONS(718), 1, sym_concatenating_space, - ACTIONS(2018), 1, + ACTIONS(2016), 1, anon_sym_in, ACTIONS(2026), 1, anon_sym_AMP_AMP, ACTIONS(1998), 2, + anon_sym_CARET, + anon_sym_STAR_STAR, + ACTIONS(2002), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2024), 2, + anon_sym_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(2000), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2018), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(716), 12, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LF, + anon_sym_CR_LF, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, + anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + anon_sym_QMARK, + anon_sym_PIPE_PIPE, + [73727] = 1, + ACTIONS(650), 30, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LF, + anon_sym_CR_LF, + anon_sym_while, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, + anon_sym_LT, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + anon_sym_QMARK, + anon_sym_CARET, + anon_sym_STAR_STAR, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_TILDE, + anon_sym_BANG_TILDE, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [73760] = 1, + ACTIONS(676), 30, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LF, + anon_sym_CR_LF, + anon_sym_while, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, + anon_sym_LT, + anon_sym_GT, + anon_sym_GT_GT, anon_sym_PIPE, anon_sym_PIPE_AMP, - ACTIONS(2000), 2, + anon_sym_QMARK, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(2004), 2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_TILDE, + anon_sym_BANG_TILDE, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [73793] = 1, + ACTIONS(680), 30, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LF, + anon_sym_CR_LF, + anon_sym_while, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, + anon_sym_LT, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + anon_sym_QMARK, + anon_sym_CARET, + anon_sym_STAR_STAR, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_TILDE, + anon_sym_BANG_TILDE, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [73826] = 1, + ACTIONS(684), 30, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LF, + anon_sym_CR_LF, + anon_sym_while, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, + anon_sym_LT, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + anon_sym_QMARK, + anon_sym_CARET, + anon_sym_STAR_STAR, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_TILDE, + anon_sym_BANG_TILDE, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [73859] = 3, + ACTIONS(1952), 1, + anon_sym_LBRACK, + ACTIONS(1968), 1, + anon_sym_LT, + ACTIONS(576), 28, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LF, + anon_sym_CR_LF, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + anon_sym_QMARK, + anon_sym_CARET, + anon_sym_STAR_STAR, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_TILDE, + anon_sym_BANG_TILDE, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [73896] = 8, + ACTIONS(718), 1, + sym_concatenating_space, + ACTIONS(2016), 1, + anon_sym_in, + ACTIONS(1998), 2, + anon_sym_CARET, + anon_sym_STAR_STAR, + ACTIONS(2002), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2024), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2002), 3, + ACTIONS(2000), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2020), 6, + ACTIONS(2018), 6, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 10, + ACTIONS(716), 13, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -85836,10 +85924,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_case, anon_sym_default, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, + anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [73947] = 1, - ACTIONS(650), 30, + [73943] = 1, + ACTIONS(696), 30, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -85870,40 +85961,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [73980] = 1, - ACTIONS(676), 30, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LF, - anon_sym_CR_LF, - anon_sym_while, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - anon_sym_LT, - anon_sym_GT, - anon_sym_GT_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_QMARK, - anon_sym_CARET, - anon_sym_STAR_STAR, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_TILDE, - anon_sym_BANG_TILDE, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [74013] = 1, - ACTIONS(680), 30, + [73976] = 1, + ACTIONS(708), 30, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -85934,8 +85993,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [74046] = 1, - ACTIONS(684), 30, + [74009] = 1, + ACTIONS(712), 30, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -85966,221 +86025,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [74079] = 3, - ACTIONS(1952), 1, - anon_sym_LBRACK, - ACTIONS(1968), 1, - anon_sym_LT, - ACTIONS(576), 28, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LF, - anon_sym_CR_LF, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - anon_sym_GT, - anon_sym_GT_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_QMARK, - anon_sym_CARET, - anon_sym_STAR_STAR, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_TILDE, - anon_sym_BANG_TILDE, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [74116] = 9, + [74042] = 6, ACTIONS(718), 1, sym_concatenating_space, - ACTIONS(2018), 1, - anon_sym_in, ACTIONS(1998), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2000), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(2004), 2, + ACTIONS(2002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2024), 2, - anon_sym_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(2002), 3, + ACTIONS(2000), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2020), 6, + ACTIONS(2018), 6, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 11, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LF, - anon_sym_CR_LF, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - anon_sym_GT_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [74165] = 1, - ACTIONS(696), 30, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LF, - anon_sym_CR_LF, - anon_sym_while, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - anon_sym_LT, - anon_sym_GT, - anon_sym_GT_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_QMARK, - anon_sym_CARET, - anon_sym_STAR_STAR, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_TILDE, - anon_sym_BANG_TILDE, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [74198] = 1, - ACTIONS(708), 30, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LF, - anon_sym_CR_LF, - anon_sym_while, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - anon_sym_LT, - anon_sym_GT, - anon_sym_GT_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_QMARK, - anon_sym_CARET, - anon_sym_STAR_STAR, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_TILDE, - anon_sym_BANG_TILDE, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [74231] = 1, - ACTIONS(712), 30, + ACTIONS(716), 16, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, - anon_sym_while, anon_sym_in, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - anon_sym_LT, - anon_sym_GT, anon_sym_GT_GT, anon_sym_PIPE, anon_sym_PIPE_AMP, anon_sym_QMARK, - anon_sym_CARET, - anon_sym_STAR_STAR, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_TILDE, anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [74264] = 7, + [74085] = 4, ACTIONS(718), 1, sym_concatenating_space, ACTIONS(1998), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2000), 2, - anon_sym_CARET, - anon_sym_STAR_STAR, - ACTIONS(2004), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2002), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2020), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(716), 14, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LF, - anon_sym_CR_LF, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - anon_sym_GT_GT, - anon_sym_QMARK, - anon_sym_TILDE, - anon_sym_BANG_TILDE, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [74309] = 4, - ACTIONS(718), 1, - sym_concatenating_space, - ACTIONS(2000), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(2002), 3, + ACTIONS(2000), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -86209,7 +86097,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [74348] = 1, + [74124] = 1, ACTIONS(672), 30, anon_sym_COMMA, anon_sym_SEMI, @@ -86241,10 +86129,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [74381] = 3, + [74157] = 3, ACTIONS(718), 1, sym_concatenating_space, - ACTIONS(2000), 2, + ACTIONS(1998), 2, anon_sym_CARET, anon_sym_STAR_STAR, ACTIONS(716), 27, @@ -86275,10 +86163,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [74418] = 12, + [74194] = 11, ACTIONS(778), 1, sym_concatenating_space, - ACTIONS(2018), 1, + ACTIONS(2016), 1, anon_sym_in, ACTIONS(2022), 1, anon_sym_QMARK, @@ -86287,29 +86175,26 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2028), 1, anon_sym_PIPE_PIPE, ACTIONS(1998), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2000), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(2004), 2, + ACTIONS(2002), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2024), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2002), 3, + ACTIONS(2000), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2020), 6, + ACTIONS(2018), 6, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(776), 8, + ACTIONS(776), 10, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -86318,33 +86203,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_case, anon_sym_default, anon_sym_GT_GT, - [74473] = 8, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + [74247] = 7, ACTIONS(782), 1, sym_concatenating_space, ACTIONS(1998), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2000), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(2004), 2, + ACTIONS(2002), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2024), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2002), 3, + ACTIONS(2000), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2020), 6, + ACTIONS(2018), 6, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(780), 12, + ACTIONS(780), 14, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -86354,36 +86238,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_case, anon_sym_default, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [74520] = 8, - ACTIONS(760), 1, + [74292] = 7, + ACTIONS(758), 1, sym_concatenating_space, ACTIONS(1998), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2000), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(2004), 2, + ACTIONS(2002), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2024), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2002), 3, + ACTIONS(2000), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2020), 6, + ACTIONS(2018), 6, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(758), 12, + ACTIONS(756), 14, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -86393,10 +86276,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_case, anon_sym_default, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [74567] = 3, + [74337] = 3, ACTIONS(718), 2, sym_concatenating_space, sym__if_else_separator, @@ -86429,8 +86314,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [74603] = 11, - ACTIONS(2018), 1, + [74373] = 11, + ACTIONS(2016), 1, anon_sym_in, ACTIONS(2022), 1, anon_sym_QMARK, @@ -86438,10 +86323,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(2028), 1, anon_sym_PIPE_PIPE, - ACTIONS(2000), 2, + ACTIONS(1998), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(2004), 2, + ACTIONS(2002), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2024), 2, @@ -86450,18 +86335,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2034), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - ACTIONS(2002), 3, + ACTIONS(2000), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2020), 6, + ACTIONS(2018), 6, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(762), 8, + ACTIONS(760), 8, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -86470,7 +86355,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_case, anon_sym_default, anon_sym_GT_GT, - [74655] = 5, + [74425] = 5, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(2036), 1, @@ -86505,7 +86390,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [74695] = 3, + [74465] = 3, ACTIONS(738), 1, sym__if_else_separator, ACTIONS(1966), 1, @@ -86538,7 +86423,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [74731] = 12, + [74501] = 12, ACTIONS(2040), 1, anon_sym_in, ACTIONS(2044), 1, @@ -86566,7 +86451,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(762), 6, + ACTIONS(760), 6, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -86580,10 +86465,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [74785] = 12, - ACTIONS(985), 1, + [74555] = 11, + ACTIONS(983), 1, anon_sym_COMMA, - ACTIONS(2018), 1, + ACTIONS(2016), 1, anon_sym_in, ACTIONS(2022), 1, anon_sym_QMARK, @@ -86591,30 +86476,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(2028), 1, anon_sym_PIPE_PIPE, - ACTIONS(2000), 2, + ACTIONS(1998), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(2004), 2, + ACTIONS(2002), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2024), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2034), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2002), 3, + ACTIONS(2000), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2020), 6, + ACTIONS(2018), 6, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(993), 7, + ACTIONS(993), 9, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, @@ -86622,10 +86504,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_case, anon_sym_default, anon_sym_GT_GT, - [74839] = 11, - ACTIONS(985), 1, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + [74607] = 11, + ACTIONS(983), 1, anon_sym_COMMA, - ACTIONS(2018), 1, + ACTIONS(2016), 1, anon_sym_in, ACTIONS(2022), 1, anon_sym_QMARK, @@ -86633,26 +86517,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(2028), 1, anon_sym_PIPE_PIPE, - ACTIONS(2000), 2, + ACTIONS(1998), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(2004), 2, + ACTIONS(2002), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2024), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2002), 3, + ACTIONS(2000), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2020), 5, + ACTIONS(2018), 5, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(983), 10, + ACTIONS(981), 10, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, @@ -86663,7 +86547,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_PIPE, anon_sym_PIPE_AMP, - [74891] = 4, + [74659] = 4, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(2038), 1, @@ -86697,7 +86581,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [74929] = 5, + [74697] = 5, ACTIONS(774), 2, sym_concatenating_space, sym__if_else_separator, @@ -86732,13 +86616,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [74969] = 8, - ACTIONS(760), 2, + [74737] = 7, + ACTIONS(758), 2, sym_concatenating_space, sym__if_else_separator, - ACTIONS(1978), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, ACTIONS(2032), 2, anon_sym_CARET, anon_sym_STAR_STAR, @@ -86759,7 +86640,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(758), 10, + ACTIONS(756), 12, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -86767,16 +86648,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_in, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [75015] = 6, + [74781] = 5, ACTIONS(718), 2, sym_concatenating_space, sym__if_else_separator, - ACTIONS(1978), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, ACTIONS(2032), 2, anon_sym_CARET, anon_sym_STAR_STAR, @@ -86787,7 +86667,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(716), 18, + ACTIONS(716), 20, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -86797,6 +86677,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_LT_EQ, anon_sym_GT_EQ, @@ -86806,12 +86688,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [75057] = 4, + [74821] = 4, ACTIONS(578), 1, sym__if_else_separator, ACTIONS(1926), 1, anon_sym_LBRACK, - ACTIONS(2014), 1, + ACTIONS(2010), 1, anon_sym_LT, ACTIONS(576), 26, anon_sym_COMMA, @@ -86840,7 +86722,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [75095] = 4, + [74859] = 4, ACTIONS(718), 2, sym_concatenating_space, sym__if_else_separator, @@ -86874,13 +86756,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [75133] = 7, + [74897] = 6, ACTIONS(718), 2, sym_concatenating_space, sym__if_else_separator, - ACTIONS(1978), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, ACTIONS(2032), 2, anon_sym_CARET, anon_sym_STAR_STAR, @@ -86898,7 +86777,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 12, + ACTIONS(716), 14, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -86906,20 +86785,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_in, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_TILDE, anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [75177] = 9, + [74939] = 8, ACTIONS(2040), 1, anon_sym_in, ACTIONS(718), 2, sym_concatenating_space, sym__if_else_separator, - ACTIONS(1978), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, ACTIONS(2032), 2, anon_sym_CARET, anon_sym_STAR_STAR, @@ -86940,17 +86818,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 9, + ACTIONS(716), 11, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, anon_sym_while, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [75225] = 10, + [74985] = 9, ACTIONS(2040), 1, anon_sym_in, ACTIONS(2052), 1, @@ -86958,9 +86838,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(718), 2, sym_concatenating_space, sym__if_else_separator, - ACTIONS(1978), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, ACTIONS(2032), 2, anon_sym_CARET, anon_sym_STAR_STAR, @@ -86981,16 +86858,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 8, + ACTIONS(716), 10, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, anon_sym_while, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_PIPE_PIPE, - [75275] = 12, + [75033] = 11, ACTIONS(2040), 1, anon_sym_in, ACTIONS(2044), 1, @@ -87002,9 +86881,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(778), 2, sym_concatenating_space, sym__if_else_separator, - ACTIONS(1978), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, ACTIONS(2032), 2, anon_sym_CARET, anon_sym_STAR_STAR, @@ -87018,13 +86894,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(776), 6, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LF, - anon_sym_CR_LF, - anon_sym_while, - anon_sym_GT_GT, ACTIONS(2042), 6, anon_sym_LT, anon_sym_GT, @@ -87032,7 +86901,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [75329] = 3, + ACTIONS(776), 8, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LF, + anon_sym_CR_LF, + anon_sym_while, + anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + [75085] = 3, ACTIONS(570), 1, sym__if_else_separator, ACTIONS(1185), 1, @@ -87065,7 +86943,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [75365] = 4, + [75121] = 4, ACTIONS(578), 1, sym_concatenating_space, ACTIONS(1928), 1, @@ -87099,7 +86977,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [75403] = 4, + [75159] = 4, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(1952), 1, @@ -87133,7 +87011,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [75441] = 3, + [75197] = 3, ACTIONS(738), 1, sym_concatenating_space, ACTIONS(1970), 1, @@ -87166,7 +87044,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [75477] = 4, + [75233] = 4, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(2038), 1, @@ -87200,13 +87078,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [75515] = 8, + [75271] = 7, ACTIONS(782), 2, sym_concatenating_space, sym__if_else_separator, - ACTIONS(1978), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, ACTIONS(2032), 2, anon_sym_CARET, anon_sym_STAR_STAR, @@ -87227,7 +87102,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(780), 10, + ACTIONS(780), 12, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -87235,10 +87110,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_in, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [75561] = 12, + [75315] = 12, ACTIONS(768), 1, sym_concatenating_space, ACTIONS(2058), 1, @@ -87249,7 +87126,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(2074), 1, anon_sym_PIPE_PIPE, - ACTIONS(1998), 2, + ACTIONS(2020), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(2064), 2, @@ -87265,7 +87142,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(762), 6, + ACTIONS(760), 6, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -87279,7 +87156,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [75614] = 2, + [75368] = 2, ACTIONS(572), 4, anon_sym_LT, anon_sym_GT, @@ -87310,7 +87187,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_LBRACK, anon_sym_RBRACK, - [75647] = 2, + [75401] = 2, ACTIONS(572), 4, anon_sym_LT, anon_sym_GT, @@ -87341,7 +87218,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_LBRACK, anon_sym_RBRACK, - [75680] = 3, + [75434] = 3, ACTIONS(1952), 1, anon_sym_LBRACK, ACTIONS(2056), 1, @@ -87373,7 +87250,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [75715] = 4, + [75469] = 4, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(2076), 1, @@ -87406,7 +87283,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [75752] = 3, + [75506] = 3, ACTIONS(718), 1, sym_concatenating_space, ACTIONS(2064), 2, @@ -87438,7 +87315,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [75787] = 5, + [75541] = 5, ACTIONS(774), 1, sym_concatenating_space, ACTIONS(2064), 2, @@ -87472,7 +87349,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [75826] = 3, + [75580] = 3, ACTIONS(2078), 1, sym_regex_flags, ACTIONS(734), 5, @@ -87504,10 +87381,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [75861] = 13, - ACTIONS(985), 1, + [75615] = 12, + ACTIONS(983), 1, anon_sym_COMMA, - ACTIONS(997), 1, + ACTIONS(995), 1, sym__if_else_separator, ACTIONS(2040), 1, anon_sym_in, @@ -87517,9 +87394,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(2054), 1, anon_sym_PIPE_PIPE, - ACTIONS(2008), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, ACTIONS(2032), 2, anon_sym_CARET, anon_sym_STAR_STAR, @@ -87533,12 +87407,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(993), 5, - anon_sym_SEMI, - anon_sym_LF, - anon_sym_CR_LF, - anon_sym_while, - anon_sym_GT_GT, ACTIONS(2042), 6, anon_sym_LT, anon_sym_GT, @@ -87546,10 +87414,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [75916] = 12, - ACTIONS(985), 1, + ACTIONS(993), 7, + anon_sym_SEMI, + anon_sym_LF, + anon_sym_CR_LF, + anon_sym_while, + anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + [75668] = 12, + ACTIONS(983), 1, anon_sym_COMMA, - ACTIONS(987), 1, + ACTIONS(985), 1, sym__if_else_separator, ACTIONS(2040), 1, anon_sym_in, @@ -87578,7 +87454,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(983), 8, + ACTIONS(981), 8, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, @@ -87587,7 +87463,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_PIPE, anon_sym_PIPE_AMP, - [75969] = 3, + [75721] = 3, ACTIONS(2038), 1, anon_sym_LBRACK, ACTIONS(584), 4, @@ -87619,12 +87495,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [76004] = 7, + [75756] = 6, ACTIONS(718), 1, sym_concatenating_space, - ACTIONS(1998), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, ACTIONS(2064), 2, anon_sym_CARET, anon_sym_STAR_STAR, @@ -87642,7 +87515,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 12, + ACTIONS(716), 14, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -87650,12 +87523,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_in, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_TILDE, anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [76047] = 4, + [75797] = 4, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(2076), 1, @@ -87688,7 +87563,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [76084] = 5, + [75834] = 5, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(2076), 1, @@ -87722,7 +87597,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [76123] = 4, + [75873] = 4, ACTIONS(718), 1, sym_concatenating_space, ACTIONS(2064), 2, @@ -87755,7 +87630,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [76160] = 2, + [75910] = 2, ACTIONS(1259), 1, sym_concatenating_space, ACTIONS(556), 27, @@ -87786,12 +87661,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [76193] = 8, - ACTIONS(760), 1, + [75943] = 7, + ACTIONS(758), 1, sym_concatenating_space, - ACTIONS(1998), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, ACTIONS(2064), 2, anon_sym_CARET, anon_sym_STAR_STAR, @@ -87812,7 +87684,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(758), 10, + ACTIONS(756), 12, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -87820,10 +87692,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_in, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [76238] = 12, + [75986] = 12, ACTIONS(768), 1, sym__if_else_separator, ACTIONS(2040), 1, @@ -87834,7 +87708,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(2054), 1, anon_sym_PIPE_PIPE, - ACTIONS(2008), 2, + ACTIONS(2014), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(2032), 2, @@ -87850,7 +87724,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(762), 6, + ACTIONS(760), 6, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -87864,7 +87738,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [76291] = 12, + [76039] = 12, ACTIONS(218), 1, sym__if_else_separator, ACTIONS(1974), 1, @@ -87884,7 +87758,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1982), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2008), 2, + ACTIONS(2014), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1962), 3, @@ -87905,8 +87779,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [76344] = 12, - ACTIONS(1027), 1, + [76092] = 12, + ACTIONS(1023), 1, sym__if_else_separator, ACTIONS(1974), 1, anon_sym_in, @@ -87925,14 +87799,14 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1982), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2008), 2, + ACTIONS(2014), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1962), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1025), 6, + ACTIONS(1021), 6, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, @@ -87946,8 +87820,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [76397] = 12, - ACTIONS(1023), 1, + [76145] = 12, + ACTIONS(1019), 1, sym__if_else_separator, ACTIONS(1974), 1, anon_sym_in, @@ -87966,14 +87840,14 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1982), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2008), 2, + ACTIONS(2014), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1962), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1021), 6, + ACTIONS(1017), 6, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, @@ -87987,8 +87861,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [76450] = 12, - ACTIONS(1045), 1, + [76198] = 12, + ACTIONS(1041), 1, sym__if_else_separator, ACTIONS(1974), 1, anon_sym_in, @@ -88007,14 +87881,14 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1982), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2008), 2, + ACTIONS(2014), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1962), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1043), 6, + ACTIONS(1039), 6, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, @@ -88028,7 +87902,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [76503] = 4, + [76251] = 4, ACTIONS(2036), 1, anon_sym_LT, ACTIONS(2038), 1, @@ -88061,8 +87935,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [76540] = 12, - ACTIONS(1041), 1, + [76288] = 12, + ACTIONS(1037), 1, sym__if_else_separator, ACTIONS(1974), 1, anon_sym_in, @@ -88081,14 +87955,14 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1982), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2008), 2, + ACTIONS(2014), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1962), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1039), 6, + ACTIONS(1035), 6, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, @@ -88102,8 +87976,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [76593] = 2, - ACTIONS(2006), 1, + [76341] = 2, + ACTIONS(2004), 1, sym_regex_flags, ACTIONS(734), 27, anon_sym_COMMA, @@ -88133,7 +88007,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [76626] = 3, + [76374] = 3, ACTIONS(2038), 1, anon_sym_LBRACK, ACTIONS(576), 4, @@ -88165,7 +88039,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [76661] = 2, + [76409] = 2, ACTIONS(628), 4, anon_sym_LT, anon_sym_GT, @@ -88196,12 +88070,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_LBRACK, anon_sym_RBRACK, - [76694] = 6, + [76442] = 5, ACTIONS(718), 1, sym_concatenating_space, - ACTIONS(1998), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, ACTIONS(2064), 2, anon_sym_CARET, anon_sym_STAR_STAR, @@ -88212,7 +88083,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(716), 18, + ACTIONS(716), 20, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -88222,6 +88093,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_LT_EQ, anon_sym_GT_EQ, @@ -88231,7 +88104,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [76735] = 12, + [76481] = 11, ACTIONS(778), 1, sym_concatenating_space, ACTIONS(2058), 1, @@ -88242,9 +88115,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(2074), 1, anon_sym_PIPE_PIPE, - ACTIONS(1998), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, ACTIONS(2064), 2, anon_sym_CARET, anon_sym_STAR_STAR, @@ -88258,13 +88128,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(776), 6, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LF, - anon_sym_CR_LF, - anon_sym_while, - anon_sym_GT_GT, ACTIONS(2060), 6, anon_sym_LT, anon_sym_GT, @@ -88272,12 +88135,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [76788] = 8, - ACTIONS(782), 1, - sym_concatenating_space, - ACTIONS(1998), 2, + ACTIONS(776), 8, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LF, + anon_sym_CR_LF, + anon_sym_while, + anon_sym_GT_GT, anon_sym_PIPE, anon_sym_PIPE_AMP, + [76532] = 7, + ACTIONS(782), 1, + sym_concatenating_space, ACTIONS(2064), 2, anon_sym_CARET, anon_sym_STAR_STAR, @@ -88298,7 +88167,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(780), 10, + ACTIONS(780), 12, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -88306,19 +88175,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_while, anon_sym_in, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [76833] = 10, + [76575] = 9, ACTIONS(718), 1, sym_concatenating_space, ACTIONS(2058), 1, anon_sym_in, ACTIONS(2072), 1, anon_sym_AMP_AMP, - ACTIONS(1998), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, ACTIONS(2064), 2, anon_sym_CARET, anon_sym_STAR_STAR, @@ -88339,23 +88207,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 8, + ACTIONS(716), 10, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, anon_sym_while, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_PIPE_PIPE, - [76882] = 9, + [76622] = 8, ACTIONS(718), 1, sym_concatenating_space, ACTIONS(2058), 1, anon_sym_in, - ACTIONS(1998), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, ACTIONS(2064), 2, anon_sym_CARET, anon_sym_STAR_STAR, @@ -88376,17 +88243,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(716), 9, + ACTIONS(716), 11, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, anon_sym_while, anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [76929] = 6, + [76667] = 6, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2082), 2, @@ -88420,15 +88289,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [76969] = 11, + [76707] = 10, + ACTIONS(716), 1, + anon_sym_PIPE, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, anon_sym_in, - ACTIONS(2094), 1, - anon_sym_PIPE, - ACTIONS(2096), 1, - anon_sym_PIPE_AMP, ACTIONS(2082), 2, anon_sym_CARET, anon_sym_STAR_STAR, @@ -88441,25 +88308,26 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(718), 9, + ACTIONS(718), 10, sym_concatenating_space, anon_sym_COMMA, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_COLON, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [77019] = 2, + [76755] = 2, ACTIONS(656), 4, anon_sym_LT, anon_sym_GT, @@ -88489,7 +88357,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [77051] = 3, + [76787] = 3, ACTIONS(1429), 1, sym_concatenating_space, ACTIONS(556), 4, @@ -88520,7 +88388,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [77085] = 2, + [76821] = 2, ACTIONS(688), 4, anon_sym_LT, anon_sym_GT, @@ -88550,12 +88418,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [77117] = 4, + [76853] = 4, ACTIONS(13), 1, anon_sym_LBRACE, STATE(1519), 1, sym_block, - ACTIONS(2104), 12, + ACTIONS(2100), 12, anon_sym_BEGIN, anon_sym_END, anon_sym_BEGINFILE, @@ -88568,7 +88436,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token1, anon_sym_function, anon_sym_func, - ACTIONS(2102), 13, + ACTIONS(2098), 13, ts_builtin_sym_end, anon_sym_ATinclude, anon_sym_ATload, @@ -88582,7 +88450,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [77153] = 3, + [76889] = 3, ACTIONS(2076), 1, anon_sym_LBRACK, ACTIONS(576), 4, @@ -88613,7 +88481,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [77187] = 4, + [76923] = 4, ACTIONS(2076), 1, anon_sym_LBRACK, ACTIONS(2080), 1, @@ -88645,7 +88513,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [77223] = 3, + [76959] = 3, ACTIONS(2076), 1, anon_sym_LBRACK, ACTIONS(584), 4, @@ -88676,7 +88544,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [77257] = 2, + [76993] = 2, ACTIONS(704), 12, anon_sym_BEGIN, anon_sym_END, @@ -88706,8 +88574,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [77289] = 11, - ACTIONS(2018), 1, + [77025] = 11, + ACTIONS(2016), 1, anon_sym_in, ACTIONS(2022), 1, anon_sym_QMARK, @@ -88715,10 +88583,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(2028), 1, anon_sym_PIPE_PIPE, - ACTIONS(2000), 2, + ACTIONS(1998), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(2004), 2, + ACTIONS(2002), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2024), 2, @@ -88727,7 +88595,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2034), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - ACTIONS(2002), 3, + ACTIONS(2000), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -88738,14 +88606,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_case, anon_sym_default, - ACTIONS(2020), 6, + ACTIONS(2018), 6, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [77339] = 2, + [77075] = 2, ACTIONS(628), 4, anon_sym_LT, anon_sym_GT, @@ -88775,7 +88643,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_LBRACK, anon_sym_RBRACK, - [77371] = 2, + [77107] = 2, ACTIONS(1733), 13, anon_sym_BEGIN, anon_sym_END, @@ -88805,7 +88673,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [77403] = 2, + [77139] = 2, ACTIONS(728), 4, anon_sym_LT, anon_sym_GT, @@ -88835,8 +88703,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [77435] = 12, - ACTIONS(985), 1, + [77171] = 11, + ACTIONS(983), 1, anon_sym_COMMA, ACTIONS(2058), 1, anon_sym_in, @@ -88846,9 +88714,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(2074), 1, anon_sym_PIPE_PIPE, - ACTIONS(2034), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, ACTIONS(2064), 2, anon_sym_CARET, anon_sym_STAR_STAR, @@ -88862,12 +88727,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(993), 5, - anon_sym_SEMI, - anon_sym_LF, - anon_sym_CR_LF, - anon_sym_while, - anon_sym_GT_GT, ACTIONS(2060), 6, anon_sym_LT, anon_sym_GT, @@ -88875,8 +88734,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [77487] = 11, - ACTIONS(2018), 1, + ACTIONS(993), 7, + anon_sym_SEMI, + anon_sym_LF, + anon_sym_CR_LF, + anon_sym_while, + anon_sym_GT_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + [77221] = 11, + ACTIONS(2016), 1, anon_sym_in, ACTIONS(2022), 1, anon_sym_QMARK, @@ -88884,10 +88751,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(2028), 1, anon_sym_PIPE_PIPE, - ACTIONS(2000), 2, + ACTIONS(1998), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(2004), 2, + ACTIONS(2002), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2024), 2, @@ -88896,25 +88763,25 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2034), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - ACTIONS(2002), 3, + ACTIONS(2000), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1025), 6, + ACTIONS(1021), 6, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - ACTIONS(2020), 6, + ACTIONS(2018), 6, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [77537] = 2, + [77271] = 2, ACTIONS(1940), 13, anon_sym_BEGIN, anon_sym_END, @@ -88944,7 +88811,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [77569] = 2, + [77303] = 2, ACTIONS(668), 4, anon_sym_LT, anon_sym_GT, @@ -88974,8 +88841,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [77601] = 11, - ACTIONS(2018), 1, + [77335] = 11, + ACTIONS(2016), 1, anon_sym_in, ACTIONS(2022), 1, anon_sym_QMARK, @@ -88983,10 +88850,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(2028), 1, anon_sym_PIPE_PIPE, - ACTIONS(2000), 2, + ACTIONS(1998), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(2004), 2, + ACTIONS(2002), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2024), 2, @@ -88995,26 +88862,26 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2034), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - ACTIONS(2002), 3, + ACTIONS(2000), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1021), 6, + ACTIONS(1017), 6, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - ACTIONS(2020), 6, + ACTIONS(2018), 6, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [77651] = 11, - ACTIONS(985), 1, + [77385] = 11, + ACTIONS(983), 1, anon_sym_COMMA, ACTIONS(2058), 1, anon_sym_in, @@ -89043,7 +88910,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(983), 8, + ACTIONS(981), 8, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, @@ -89052,8 +88919,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_PIPE, anon_sym_PIPE_AMP, - [77701] = 11, - ACTIONS(2018), 1, + [77435] = 11, + ACTIONS(2016), 1, anon_sym_in, ACTIONS(2022), 1, anon_sym_QMARK, @@ -89061,10 +88928,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(2028), 1, anon_sym_PIPE_PIPE, - ACTIONS(2000), 2, + ACTIONS(1998), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(2004), 2, + ACTIONS(2002), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2024), 2, @@ -89073,25 +88940,25 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2034), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - ACTIONS(2002), 3, + ACTIONS(2000), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1043), 6, + ACTIONS(1039), 6, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - ACTIONS(2020), 6, + ACTIONS(2018), 6, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [77751] = 2, + [77485] = 2, ACTIONS(584), 4, anon_sym_LT, anon_sym_GT, @@ -89121,8 +88988,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [77783] = 11, - ACTIONS(2018), 1, + [77517] = 11, + ACTIONS(2016), 1, anon_sym_in, ACTIONS(2022), 1, anon_sym_QMARK, @@ -89130,10 +88997,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(2028), 1, anon_sym_PIPE_PIPE, - ACTIONS(2000), 2, + ACTIONS(1998), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(2004), 2, + ACTIONS(2002), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2024), 2, @@ -89142,26 +89009,26 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2034), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - ACTIONS(2002), 3, + ACTIONS(2000), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1039), 6, + ACTIONS(1035), 6, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - ACTIONS(2020), 6, + ACTIONS(2018), 6, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [77833] = 3, - ACTIONS(2106), 1, + [77567] = 3, + ACTIONS(2102), 1, sym_regex_flags, ACTIONS(734), 5, anon_sym_in, @@ -89191,7 +89058,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [77867] = 2, + [77601] = 2, ACTIONS(650), 4, anon_sym_LT, anon_sym_GT, @@ -89221,7 +89088,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [77899] = 2, + [77633] = 2, ACTIONS(676), 4, anon_sym_LT, anon_sym_GT, @@ -89251,7 +89118,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [77931] = 2, + [77665] = 2, ACTIONS(680), 4, anon_sym_LT, anon_sym_GT, @@ -89281,7 +89148,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [77963] = 2, + [77697] = 2, ACTIONS(684), 4, anon_sym_LT, anon_sym_GT, @@ -89311,7 +89178,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [77995] = 3, + [77729] = 3, ACTIONS(556), 4, anon_sym_LT, anon_sym_GT, @@ -89342,7 +89209,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [78029] = 2, + [77763] = 2, ACTIONS(720), 4, anon_sym_LT, anon_sym_GT, @@ -89372,7 +89239,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [78061] = 2, + [77795] = 2, ACTIONS(728), 12, anon_sym_BEGIN, anon_sym_END, @@ -89402,7 +89269,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [78093] = 2, + [77827] = 2, ACTIONS(1729), 13, anon_sym_BEGIN, anon_sym_END, @@ -89432,14 +89299,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [78125] = 14, + [77859] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, anon_sym_in, - ACTIONS(2094), 1, + ACTIONS(2104), 1, anon_sym_PIPE, - ACTIONS(2096), 1, + ACTIONS(2106), 1, anon_sym_PIPE_AMP, ACTIONS(2108), 1, anon_sym_QMARK, @@ -89459,10 +89326,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, @@ -89474,13 +89341,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, - [78181] = 10, + [77915] = 9, + ACTIONS(756), 1, + anon_sym_PIPE, ACTIONS(2084), 1, anon_sym_STAR, - ACTIONS(2094), 1, - anon_sym_PIPE, - ACTIONS(2096), 1, - anon_sym_PIPE_AMP, ACTIONS(2082), 2, anon_sym_CARET, anon_sym_STAR_STAR, @@ -89493,26 +89358,27 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(760), 10, + ACTIONS(758), 11, sym_concatenating_space, anon_sym_COMMA, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_in, anon_sym_COLON, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [78229] = 2, + [77961] = 2, ACTIONS(696), 4, anon_sym_LT, anon_sym_GT, @@ -89542,7 +89408,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [78261] = 2, + [77993] = 2, ACTIONS(708), 4, anon_sym_LT, anon_sym_GT, @@ -89572,16 +89438,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [78293] = 8, + [78025] = 6, ACTIONS(2084), 1, anon_sym_STAR, - ACTIONS(2094), 1, - anon_sym_PIPE, - ACTIONS(2096), 1, - anon_sym_PIPE_AMP, - ACTIONS(716), 2, - anon_sym_LT, - anon_sym_GT, ACTIONS(2082), 2, anon_sym_CARET, anon_sym_STAR_STAR, @@ -89591,13 +89450,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2088), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(718), 16, + ACTIONS(716), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + ACTIONS(718), 17, sym_concatenating_space, anon_sym_COMMA, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_in, anon_sym_COLON, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_LT_EQ, anon_sym_GT_EQ, @@ -89608,7 +89472,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [78337] = 11, + [78065] = 11, ACTIONS(2058), 1, anon_sym_in, ACTIONS(2062), 1, @@ -89633,7 +89497,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(762), 6, + ACTIONS(760), 6, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LF, @@ -89647,7 +89511,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [78387] = 2, + [78115] = 2, ACTIONS(712), 4, anon_sym_LT, anon_sym_GT, @@ -89677,7 +89541,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [78419] = 2, + [78147] = 2, ACTIONS(716), 4, anon_sym_LT, anon_sym_GT, @@ -89707,7 +89571,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [78451] = 3, + [78179] = 3, ACTIONS(2082), 2, anon_sym_CARET, anon_sym_STAR_STAR, @@ -89738,15 +89602,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [78485] = 14, + [78213] = 13, + ACTIONS(776), 1, + anon_sym_PIPE, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, anon_sym_in, - ACTIONS(2094), 1, - anon_sym_PIPE, - ACTIONS(2096), 1, - anon_sym_PIPE_AMP, ACTIONS(2108), 1, anon_sym_QMARK, ACTIONS(2110), 1, @@ -89765,22 +89627,23 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(778), 6, + ACTIONS(778), 7, sym_concatenating_space, anon_sym_COMMA, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_COLON, + anon_sym_PIPE_AMP, anon_sym_RBRACK, - [78541] = 2, + [78267] = 2, ACTIONS(704), 4, anon_sym_LT, anon_sym_GT, @@ -89810,7 +89673,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [78573] = 5, + [78299] = 5, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2082), 2, @@ -89843,7 +89706,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [78611] = 2, + [78337] = 2, ACTIONS(672), 4, anon_sym_LT, anon_sym_GT, @@ -89873,13 +89736,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [78643] = 10, + [78369] = 9, + ACTIONS(780), 1, + anon_sym_PIPE, ACTIONS(2084), 1, anon_sym_STAR, - ACTIONS(2094), 1, - anon_sym_PIPE, - ACTIONS(2096), 1, - anon_sym_PIPE_AMP, ACTIONS(2082), 2, anon_sym_CARET, anon_sym_STAR_STAR, @@ -89892,26 +89753,27 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(782), 10, + ACTIONS(782), 11, sym_concatenating_space, anon_sym_COMMA, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_in, anon_sym_COLON, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [78691] = 2, + [78415] = 2, ACTIONS(692), 4, anon_sym_LT, anon_sym_GT, @@ -89941,13 +89803,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [78723] = 9, + [78447] = 8, + ACTIONS(716), 1, + anon_sym_PIPE, ACTIONS(2084), 1, anon_sym_STAR, - ACTIONS(2094), 1, - anon_sym_PIPE, - ACTIONS(2096), 1, - anon_sym_PIPE_AMP, ACTIONS(2082), 2, anon_sym_CARET, anon_sym_STAR_STAR, @@ -89960,33 +89820,32 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(718), 12, + ACTIONS(718), 13, sym_concatenating_space, anon_sym_COMMA, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_in, anon_sym_COLON, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_TILDE, anon_sym_BANG_TILDE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [78769] = 12, + [78491] = 11, + ACTIONS(716), 1, + anon_sym_PIPE, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, anon_sym_in, - ACTIONS(2094), 1, - anon_sym_PIPE, - ACTIONS(2096), 1, - anon_sym_PIPE_AMP, ACTIONS(2110), 1, anon_sym_AMP_AMP, ACTIONS(2082), 2, @@ -90001,24 +89860,25 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(718), 8, + ACTIONS(718), 9, sym_concatenating_space, anon_sym_COMMA, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_COLON, + anon_sym_PIPE_AMP, anon_sym_QMARK, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [78821] = 2, + [78541] = 2, ACTIONS(708), 4, anon_sym_LT, anon_sym_GT, @@ -90047,7 +89907,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [78852] = 2, + [78572] = 2, ACTIONS(692), 4, anon_sym_LT, anon_sym_GT, @@ -90076,8 +89936,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [78883] = 12, - ACTIONS(1027), 1, + [78603] = 12, + ACTIONS(1023), 1, sym__if_else_separator, ACTIONS(2040), 1, anon_sym_in, @@ -90087,7 +89947,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(2054), 1, anon_sym_PIPE_PIPE, - ACTIONS(2008), 2, + ACTIONS(2014), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(2032), 2, @@ -90103,7 +89963,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1025), 4, + ACTIONS(1021), 4, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, @@ -90115,7 +89975,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [78934] = 2, + [78654] = 2, ACTIONS(712), 4, anon_sym_LT, anon_sym_GT, @@ -90144,7 +90004,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [78965] = 2, + [78685] = 2, ACTIONS(2116), 12, anon_sym_BEGIN, anon_sym_END, @@ -90173,7 +90033,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [78996] = 2, + [78716] = 2, ACTIONS(2120), 12, anon_sym_BEGIN, anon_sym_END, @@ -90202,7 +90062,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [79027] = 12, + [78747] = 12, ACTIONS(218), 1, sym__if_else_separator, ACTIONS(2040), 1, @@ -90213,7 +90073,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(2054), 1, anon_sym_PIPE_PIPE, - ACTIONS(2008), 2, + ACTIONS(2014), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(2032), 2, @@ -90241,8 +90101,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [79078] = 12, - ACTIONS(1045), 1, + [78798] = 12, + ACTIONS(1041), 1, sym__if_else_separator, ACTIONS(2040), 1, anon_sym_in, @@ -90252,7 +90112,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(2054), 1, anon_sym_PIPE_PIPE, - ACTIONS(2008), 2, + ACTIONS(2014), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(2032), 2, @@ -90268,7 +90128,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1043), 4, + ACTIONS(1039), 4, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, @@ -90280,7 +90140,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [79129] = 2, + [78849] = 2, ACTIONS(684), 4, anon_sym_LT, anon_sym_GT, @@ -90309,7 +90169,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [79160] = 2, + [78880] = 2, ACTIONS(1099), 12, anon_sym_BEGIN, anon_sym_END, @@ -90338,8 +90198,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [79191] = 2, - ACTIONS(2104), 12, + [78911] = 2, + ACTIONS(2100), 12, anon_sym_BEGIN, anon_sym_END, anon_sym_BEGINFILE, @@ -90352,7 +90212,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token1, anon_sym_function, anon_sym_func, - ACTIONS(2102), 14, + ACTIONS(2098), 14, ts_builtin_sym_end, anon_sym_ATinclude, anon_sym_ATload, @@ -90367,7 +90227,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [79222] = 2, + [78942] = 2, ACTIONS(672), 4, anon_sym_LT, anon_sym_GT, @@ -90396,7 +90256,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [79253] = 2, + [78973] = 2, ACTIONS(584), 4, anon_sym_LT, anon_sym_GT, @@ -90425,7 +90285,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [79284] = 2, + [79004] = 2, ACTIONS(696), 4, anon_sym_LT, anon_sym_GT, @@ -90454,7 +90314,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [79315] = 2, + [79035] = 2, ACTIONS(2124), 12, anon_sym_BEGIN, anon_sym_END, @@ -90483,7 +90343,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [79346] = 2, + [79066] = 2, ACTIONS(680), 4, anon_sym_LT, anon_sym_GT, @@ -90512,8 +90372,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [79377] = 12, - ACTIONS(1023), 1, + [79097] = 12, + ACTIONS(1019), 1, sym__if_else_separator, ACTIONS(2040), 1, anon_sym_in, @@ -90523,7 +90383,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(2054), 1, anon_sym_PIPE_PIPE, - ACTIONS(2008), 2, + ACTIONS(2014), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(2032), 2, @@ -90539,7 +90399,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1021), 4, + ACTIONS(1017), 4, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, @@ -90551,7 +90411,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [79428] = 2, + [79148] = 2, ACTIONS(650), 4, anon_sym_LT, anon_sym_GT, @@ -90580,7 +90440,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [79459] = 2, + [79179] = 2, ACTIONS(676), 4, anon_sym_LT, anon_sym_GT, @@ -90609,7 +90469,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [79490] = 2, + [79210] = 2, ACTIONS(720), 4, anon_sym_LT, anon_sym_GT, @@ -90638,7 +90498,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, - [79521] = 2, + [79241] = 2, ACTIONS(2128), 12, anon_sym_BEGIN, anon_sym_END, @@ -90667,7 +90527,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DQUOTE, anon_sym_POUND, - [79552] = 14, + [79272] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -90694,10 +90554,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, @@ -90708,8 +90568,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, - [79607] = 12, - ACTIONS(1041), 1, + [79327] = 12, + ACTIONS(1037), 1, sym__if_else_separator, ACTIONS(2040), 1, anon_sym_in, @@ -90719,7 +90579,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(2054), 1, anon_sym_PIPE_PIPE, - ACTIONS(2008), 2, + ACTIONS(2014), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(2032), 2, @@ -90735,7 +90595,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1039), 4, + ACTIONS(1035), 4, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, @@ -90747,7 +90607,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [79658] = 11, + [79378] = 11, ACTIONS(2058), 1, anon_sym_in, ACTIONS(2062), 1, @@ -90784,7 +90644,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [79706] = 11, + [79426] = 11, ACTIONS(2058), 1, anon_sym_in, ACTIONS(2062), 1, @@ -90809,7 +90669,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1043), 4, + ACTIONS(1039), 4, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, @@ -90821,7 +90681,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [79754] = 11, + [79474] = 11, ACTIONS(2058), 1, anon_sym_in, ACTIONS(2062), 1, @@ -90846,7 +90706,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1039), 4, + ACTIONS(1035), 4, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, @@ -90858,7 +90718,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [79802] = 11, + [79522] = 11, ACTIONS(2058), 1, anon_sym_in, ACTIONS(2062), 1, @@ -90883,7 +90743,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1025), 4, + ACTIONS(1021), 4, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, @@ -90895,7 +90755,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [79850] = 11, + [79570] = 11, ACTIONS(2058), 1, anon_sym_in, ACTIONS(2062), 1, @@ -90920,7 +90780,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1021), 4, + ACTIONS(1017), 4, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, @@ -90932,7 +90792,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [79898] = 16, + [79618] = 16, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -90965,15 +90825,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [79955] = 15, + [79675] = 15, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -90990,7 +90850,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_AMP, ACTIONS(2138), 1, anon_sym_COMMA, - ACTIONS(997), 2, + ACTIONS(995), 2, anon_sym_RPAREN, anon_sym_RBRACK, ACTIONS(2082), 2, @@ -91005,15 +90865,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [80010] = 15, + [79730] = 15, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -91044,15 +90904,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [80064] = 15, + [79784] = 15, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -91083,15 +90943,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [80118] = 15, + [79838] = 15, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -91122,15 +90982,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [80172] = 15, + [79892] = 15, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -91161,15 +91021,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [80226] = 15, + [79946] = 15, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -91200,15 +91060,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [80280] = 15, + [80000] = 15, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -91239,15 +91099,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [80334] = 15, + [80054] = 15, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -91278,15 +91138,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [80388] = 15, + [80108] = 15, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -91317,15 +91177,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [80442] = 15, + [80162] = 15, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -91356,15 +91216,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [80496] = 15, + [80216] = 15, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -91395,15 +91255,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [80550] = 15, + [80270] = 15, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -91434,15 +91294,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [80604] = 15, + [80324] = 15, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -91473,15 +91333,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [80658] = 15, + [80378] = 15, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -91512,15 +91372,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [80712] = 15, + [80432] = 15, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -91551,15 +91411,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [80766] = 15, + [80486] = 15, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -91590,16 +91450,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [80820] = 15, - ACTIONS(987), 1, + [80540] = 15, + ACTIONS(985), 1, anon_sym_RPAREN, ACTIONS(2084), 1, anon_sym_STAR, @@ -91629,15 +91489,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [80874] = 15, + [80594] = 15, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -91668,15 +91528,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [80928] = 15, + [80648] = 15, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -91707,15 +91567,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [80982] = 15, + [80702] = 15, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -91746,15 +91606,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [81036] = 15, + [80756] = 15, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -91785,15 +91645,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [81090] = 15, + [80810] = 15, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -91824,15 +91684,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [81144] = 15, + [80864] = 15, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -91863,15 +91723,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [81198] = 15, + [80918] = 15, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -91902,15 +91762,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [81252] = 15, + [80972] = 15, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -91941,15 +91801,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [81306] = 14, + [81026] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -91976,18 +91836,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, ACTIONS(2186), 2, anon_sym_COMMA, anon_sym_RPAREN, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [81358] = 15, + [81078] = 15, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -92018,16 +91878,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [81412] = 15, - ACTIONS(987), 1, + [81132] = 15, + ACTIONS(985), 1, anon_sym_RPAREN, ACTIONS(2084), 1, anon_sym_STAR, @@ -92057,15 +91917,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [81466] = 14, + [81186] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -92094,15 +91954,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [81517] = 14, + [81237] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -92131,15 +91991,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [81568] = 14, + [81288] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -92168,15 +92028,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [81619] = 14, + [81339] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -92205,15 +92065,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [81670] = 14, + [81390] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -92242,15 +92102,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [81721] = 14, + [81441] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -92279,15 +92139,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [81772] = 14, + [81492] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -92316,15 +92176,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [81823] = 14, + [81543] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -92353,15 +92213,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [81874] = 14, + [81594] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -92390,15 +92250,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [81925] = 14, + [81645] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -92427,15 +92287,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [81976] = 14, + [81696] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -92464,15 +92324,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [82027] = 14, + [81747] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -92501,15 +92361,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [82078] = 14, + [81798] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -92538,15 +92398,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [82129] = 14, + [81849] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -92575,15 +92435,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [82180] = 14, + [81900] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -92612,15 +92472,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [82231] = 14, + [81951] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -92649,15 +92509,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [82282] = 14, + [82002] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -92686,15 +92546,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [82333] = 14, + [82053] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -92723,15 +92583,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [82384] = 14, + [82104] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -92760,15 +92620,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [82435] = 14, + [82155] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -92797,15 +92657,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [82486] = 14, + [82206] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -92834,15 +92694,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [82537] = 14, + [82257] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -92871,15 +92731,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [82588] = 14, + [82308] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -92908,15 +92768,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [82639] = 14, + [82359] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -92945,15 +92805,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [82690] = 14, + [82410] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -92982,15 +92842,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [82741] = 14, + [82461] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -93019,15 +92879,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [82792] = 14, + [82512] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -93056,15 +92916,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [82843] = 14, + [82563] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -93093,15 +92953,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [82894] = 14, + [82614] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -93130,15 +92990,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [82945] = 14, + [82665] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -93167,15 +93027,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [82996] = 14, + [82716] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -93204,15 +93064,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [83047] = 14, + [82767] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -93241,15 +93101,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [83098] = 14, + [82818] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -93278,15 +93138,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [83149] = 14, + [82869] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -93315,15 +93175,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [83200] = 14, + [82920] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -93352,15 +93212,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [83251] = 14, + [82971] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -93389,15 +93249,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [83302] = 14, + [83022] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -93426,15 +93286,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [83353] = 14, + [83073] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -93463,15 +93323,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [83404] = 14, + [83124] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -93500,15 +93360,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [83455] = 14, + [83175] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -93537,15 +93397,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [83506] = 14, + [83226] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -93574,15 +93434,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [83557] = 14, + [83277] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -93611,15 +93471,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [83608] = 14, + [83328] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -93648,15 +93508,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [83659] = 14, + [83379] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -93685,15 +93545,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [83710] = 14, + [83430] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -93722,15 +93582,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [83761] = 14, + [83481] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -93759,15 +93619,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [83812] = 14, + [83532] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -93796,15 +93656,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [83863] = 14, + [83583] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -93833,15 +93693,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [83914] = 14, + [83634] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -93870,15 +93730,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [83965] = 14, + [83685] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -93907,15 +93767,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [84016] = 14, + [83736] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -93944,15 +93804,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [84067] = 14, + [83787] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -93981,15 +93841,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [84118] = 14, + [83838] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -94018,15 +93878,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [84169] = 14, + [83889] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -94055,15 +93915,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [84220] = 14, + [83940] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -94092,15 +93952,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [84271] = 14, + [83991] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -94129,15 +93989,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [84322] = 14, + [84042] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -94166,15 +94026,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [84373] = 14, + [84093] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -94203,15 +94063,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [84424] = 14, + [84144] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -94240,15 +94100,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [84475] = 14, + [84195] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -94277,15 +94137,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [84526] = 14, + [84246] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -94314,15 +94174,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [84577] = 14, + [84297] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -94351,15 +94211,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [84628] = 14, + [84348] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -94388,15 +94248,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [84679] = 14, + [84399] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -94425,15 +94285,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [84730] = 14, + [84450] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -94462,15 +94322,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [84781] = 14, + [84501] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -94499,15 +94359,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [84832] = 14, + [84552] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -94536,15 +94396,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [84883] = 14, + [84603] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -94573,15 +94433,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [84934] = 14, + [84654] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -94610,15 +94470,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [84985] = 14, + [84705] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -94647,15 +94507,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [85036] = 14, + [84756] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -94684,15 +94544,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [85087] = 14, + [84807] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -94721,15 +94581,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [85138] = 14, + [84858] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -94758,15 +94618,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [85189] = 14, + [84909] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -94795,15 +94655,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [85240] = 14, + [84960] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -94832,15 +94692,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [85291] = 14, + [85011] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -94869,15 +94729,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [85342] = 14, + [85062] = 14, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -94906,20 +94766,20 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [85393] = 13, - ACTIONS(1859), 1, + [85113] = 13, + ACTIONS(1855), 1, anon_sym_STAR, - ACTIONS(1869), 1, + ACTIONS(1865), 1, anon_sym_in, - ACTIONS(1871), 1, + ACTIONS(1867), 1, anon_sym_AMP_AMP, ACTIONS(1875), 1, anon_sym_QMARK, @@ -94929,13 +94789,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, ACTIONS(2132), 1, anon_sym_PIPE_AMP, - ACTIONS(1857), 2, + ACTIONS(1853), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(1863), 2, + ACTIONS(1859), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1867), 2, + ACTIONS(1863), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, ACTIONS(2342), 2, @@ -94944,12 +94804,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2344), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1865), 4, + ACTIONS(1861), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [85441] = 13, + [85161] = 13, ACTIONS(2084), 1, anon_sym_STAR, ACTIONS(2090), 1, @@ -94976,16 +94836,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2092), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2100), 2, + ACTIONS(2096), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2098), 4, + ACTIONS(2094), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [85489] = 13, - ACTIONS(750), 1, + [85209] = 13, + ACTIONS(748), 1, anon_sym_STAR, ACTIONS(2130), 1, anon_sym_PIPE, @@ -95019,7 +94879,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [85537] = 13, + [85257] = 13, ACTIONS(2046), 1, anon_sym_STAR, ACTIONS(2130), 1, @@ -95054,14 +94914,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [85585] = 13, + [85305] = 13, ACTIONS(1009), 1, anon_sym_STAR, - ACTIONS(1033), 1, + ACTIONS(1029), 1, anon_sym_QMARK, - ACTIONS(1035), 1, + ACTIONS(1031), 1, anon_sym_AMP_AMP, - ACTIONS(1037), 1, + ACTIONS(1033), 1, anon_sym_PIPE_PIPE, ACTIONS(2130), 1, anon_sym_PIPE, @@ -95075,7 +94935,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1013), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1031), 2, + ACTIONS(1027), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, ACTIONS(2384), 2, @@ -95084,12 +94944,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2386), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1019), 4, + ACTIONS(1015), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [85633] = 13, + [85353] = 13, ACTIONS(967), 1, anon_sym_STAR, ACTIONS(2130), 1, @@ -95124,7 +94984,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [85681] = 13, + [85401] = 13, ACTIONS(1962), 1, anon_sym_STAR, ACTIONS(2130), 1, @@ -95159,8 +95019,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [85729] = 13, - ACTIONS(2002), 1, + [85449] = 13, + ACTIONS(2000), 1, anon_sym_STAR, ACTIONS(2130), 1, anon_sym_PIPE, @@ -95174,7 +95034,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(2440), 1, anon_sym_PIPE_PIPE, - ACTIONS(2020), 2, + ACTIONS(2018), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2428), 2, @@ -95194,8 +95054,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [85777] = 13, - ACTIONS(1287), 1, + [85497] = 13, + ACTIONS(1285), 1, anon_sym_STAR, ACTIONS(2130), 1, anon_sym_PIPE, @@ -95229,8 +95089,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [85825] = 13, - ACTIONS(1213), 1, + [85545] = 13, + ACTIONS(1211), 1, anon_sym_STAR, ACTIONS(2130), 1, anon_sym_PIPE, @@ -95264,8 +95124,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [85873] = 13, - ACTIONS(794), 1, + [85593] = 13, + ACTIONS(792), 1, anon_sym_STAR, ACTIONS(2130), 1, anon_sym_PIPE, @@ -95299,7 +95159,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [85921] = 13, + [85641] = 13, ACTIONS(1613), 1, anon_sym_STAR, ACTIONS(2130), 1, @@ -95334,14 +95194,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [85969] = 13, - ACTIONS(1077), 1, + [85689] = 13, + ACTIONS(1073), 1, anon_sym_QMARK, - ACTIONS(1081), 1, + ACTIONS(1077), 1, anon_sym_STAR, - ACTIONS(1091), 1, + ACTIONS(1087), 1, anon_sym_AMP_AMP, - ACTIONS(1093), 1, + ACTIONS(1089), 1, anon_sym_PIPE_PIPE, ACTIONS(2130), 1, anon_sym_PIPE, @@ -95352,24 +95212,24 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1071), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1079), 2, + ACTIONS(1075), 2, anon_sym_CARET, anon_sym_STAR_STAR, - ACTIONS(1083), 2, + ACTIONS(1079), 2, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1089), 2, + ACTIONS(1085), 2, anon_sym_TILDE, anon_sym_BANG_TILDE, ACTIONS(2516), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(1087), 4, + ACTIONS(1083), 4, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [86017] = 13, + [85737] = 13, ACTIONS(2066), 1, anon_sym_STAR, ACTIONS(2130), 1, @@ -95404,7 +95264,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [86065] = 13, + [85785] = 13, ACTIONS(1713), 1, anon_sym_STAR, ACTIONS(2130), 1, @@ -95439,8 +95299,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [86113] = 13, - ACTIONS(919), 1, + [85833] = 13, + ACTIONS(917), 1, anon_sym_STAR, ACTIONS(2130), 1, anon_sym_PIPE, @@ -95454,7 +95314,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(2570), 1, anon_sym_PIPE_PIPE, - ACTIONS(939), 2, + ACTIONS(937), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2558), 2, @@ -95474,7 +95334,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [86161] = 2, + [85881] = 2, ACTIONS(2572), 5, anon_sym_getline, anon_sym_PLUS, @@ -95491,7 +95351,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, aux_sym_number_token2, anon_sym_DQUOTE, - [86180] = 4, + [85900] = 4, ACTIONS(1329), 1, sym__if_else_separator, ACTIONS(2576), 2, @@ -95507,7 +95367,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [86200] = 3, + [85920] = 3, ACTIONS(2580), 2, anon_sym_GT, anon_sym_GT_GT, @@ -95521,7 +95381,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [86217] = 4, + [85937] = 4, ACTIONS(1329), 1, sym__if_else_separator, ACTIONS(2584), 2, @@ -95535,7 +95395,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LF, anon_sym_CR_LF, anon_sym_while, - [86235] = 5, + [85955] = 5, ACTIONS(2588), 1, anon_sym_SLASH, ACTIONS(2590), 1, @@ -95549,7 +95409,7 @@ static const uint16_t ts_small_parse_table[] = { sym__primitive, sym_number, sym_string, - [86254] = 3, + [85974] = 3, ACTIONS(2596), 2, anon_sym_GT, anon_sym_GT_GT, @@ -95561,7 +95421,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LF, anon_sym_CR_LF, anon_sym_while, - [86269] = 2, + [85989] = 2, ACTIONS(2600), 1, sym__if_else_separator, ACTIONS(1879), 6, @@ -95571,7 +95431,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [86281] = 2, + [86001] = 2, ACTIONS(2602), 1, sym__if_else_separator, ACTIONS(1879), 6, @@ -95581,7 +95441,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [86293] = 2, + [86013] = 2, ACTIONS(2602), 1, sym__if_else_separator, ACTIONS(1879), 6, @@ -95591,7 +95451,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [86305] = 2, + [86025] = 2, ACTIONS(2600), 1, sym__if_else_separator, ACTIONS(1879), 6, @@ -95601,7 +95461,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [86317] = 6, + [86037] = 6, ACTIONS(1447), 1, anon_sym_SLASH, ACTIONS(2604), 1, @@ -95614,7 +95474,7 @@ static const uint16_t ts_small_parse_table[] = { sym_namespace, STATE(1974), 1, sym_ns_qualified_name, - [86336] = 2, + [86056] = 2, ACTIONS(290), 3, anon_sym_RBRACE, anon_sym_case, @@ -95623,7 +95483,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, - [86347] = 6, + [86067] = 6, ACTIONS(254), 1, anon_sym_SLASH, ACTIONS(2606), 1, @@ -95636,7 +95496,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ns_qualified_name, STATE(1942), 1, sym_namespace, - [86366] = 6, + [86086] = 6, ACTIONS(17), 1, anon_sym_SLASH, ACTIONS(2608), 1, @@ -95649,7 +95509,7 @@ static const uint16_t ts_small_parse_table[] = { sym_namespace, STATE(2020), 1, sym_ns_qualified_name, - [86385] = 6, + [86105] = 6, ACTIONS(316), 1, anon_sym_SLASH, ACTIONS(2610), 1, @@ -95662,7 +95522,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ns_qualified_name, STATE(1942), 1, sym_namespace, - [86404] = 6, + [86124] = 6, ACTIONS(1555), 1, anon_sym_SLASH, ACTIONS(2612), 1, @@ -95675,7 +95535,7 @@ static const uint16_t ts_small_parse_table[] = { sym_namespace, STATE(1991), 1, sym_ns_qualified_name, - [86423] = 5, + [86143] = 5, ACTIONS(25), 1, anon_sym_DOLLAR, ACTIONS(2614), 1, @@ -95687,7 +95547,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(297), 2, sym_array_ref, sym_ns_qualified_name, - [86440] = 5, + [86160] = 5, ACTIONS(2616), 1, sym_identifier, ACTIONS(2618), 1, @@ -95699,7 +95559,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1281), 2, sym_array_ref, sym_ns_qualified_name, - [86457] = 5, + [86177] = 5, ACTIONS(324), 1, anon_sym_DOLLAR, ACTIONS(2620), 1, @@ -95711,7 +95571,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(178), 2, sym_array_ref, sym_ns_qualified_name, - [86474] = 6, + [86194] = 6, ACTIONS(1603), 1, anon_sym_SLASH, ACTIONS(2622), 1, @@ -95724,7 +95584,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ns_qualified_name, STATE(1942), 1, sym_namespace, - [86493] = 5, + [86213] = 5, ACTIONS(2624), 1, sym_identifier, ACTIONS(2626), 1, @@ -95736,7 +95596,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1365), 2, sym_array_ref, sym_ns_qualified_name, - [86510] = 6, + [86230] = 6, ACTIONS(1579), 1, anon_sym_SLASH, ACTIONS(2628), 1, @@ -95749,7 +95609,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ns_qualified_name, STATE(1942), 1, sym_namespace, - [86529] = 5, + [86249] = 5, ACTIONS(2630), 1, sym_identifier, ACTIONS(2632), 1, @@ -95761,7 +95621,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1271), 2, sym_array_ref, sym_ns_qualified_name, - [86546] = 6, + [86266] = 6, ACTIONS(1649), 1, anon_sym_SLASH, ACTIONS(2634), 1, @@ -95774,7 +95634,7 @@ static const uint16_t ts_small_parse_table[] = { sym_namespace, STATE(1946), 1, sym_ns_qualified_name, - [86565] = 6, + [86285] = 6, ACTIONS(1461), 1, anon_sym_SLASH, ACTIONS(2636), 1, @@ -95787,7 +95647,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ns_qualified_name, STATE(1942), 1, sym_namespace, - [86584] = 4, + [86304] = 4, ACTIONS(2638), 1, anon_sym_RBRACE, ACTIONS(2640), 1, @@ -95798,7 +95658,7 @@ static const uint16_t ts_small_parse_table[] = { sym_switch_case, sym_switch_default, aux_sym_switch_body_repeat1, - [86599] = 5, + [86319] = 5, ACTIONS(400), 1, anon_sym_DOLLAR, ACTIONS(2620), 1, @@ -95810,7 +95670,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(178), 2, sym_array_ref, sym_ns_qualified_name, - [86616] = 5, + [86336] = 5, ACTIONS(1167), 1, anon_sym_DOLLAR, ACTIONS(2614), 1, @@ -95822,7 +95682,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(297), 2, sym_array_ref, sym_ns_qualified_name, - [86633] = 6, + [86353] = 6, ACTIONS(358), 1, anon_sym_SLASH, ACTIONS(2606), 1, @@ -95835,7 +95695,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ns_qualified_name, STATE(1942), 1, sym_namespace, - [86652] = 6, + [86372] = 6, ACTIONS(1671), 1, anon_sym_SLASH, ACTIONS(2636), 1, @@ -95848,7 +95708,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ns_qualified_name, STATE(1942), 1, sym_namespace, - [86671] = 5, + [86391] = 5, ACTIONS(466), 1, anon_sym_DOLLAR, ACTIONS(2620), 1, @@ -95860,7 +95720,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(178), 2, sym_array_ref, sym_ns_qualified_name, - [86688] = 5, + [86408] = 5, ACTIONS(2644), 1, sym_identifier, ACTIONS(2646), 1, @@ -95872,7 +95732,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1434), 2, sym_array_ref, sym_ns_qualified_name, - [86705] = 6, + [86425] = 6, ACTIONS(1481), 1, anon_sym_SLASH, ACTIONS(2648), 1, @@ -95885,7 +95745,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ns_qualified_name, STATE(1942), 1, sym_namespace, - [86724] = 6, + [86444] = 6, ACTIONS(1159), 1, anon_sym_SLASH, ACTIONS(2650), 1, @@ -95898,7 +95758,7 @@ static const uint16_t ts_small_parse_table[] = { sym_namespace, STATE(2013), 1, sym_ns_qualified_name, - [86743] = 5, + [86463] = 5, ACTIONS(2652), 1, sym_identifier, ACTIONS(2654), 1, @@ -95910,7 +95770,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(345), 2, sym_array_ref, sym_ns_qualified_name, - [86760] = 4, + [86480] = 4, ACTIONS(2640), 1, anon_sym_case, ACTIONS(2642), 1, @@ -95921,7 +95781,7 @@ static const uint16_t ts_small_parse_table[] = { sym_switch_case, sym_switch_default, aux_sym_switch_body_repeat1, - [86775] = 6, + [86495] = 6, ACTIONS(460), 1, anon_sym_SLASH, ACTIONS(2610), 1, @@ -95934,7 +95794,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ns_qualified_name, STATE(1942), 1, sym_namespace, - [86794] = 5, + [86514] = 5, ACTIONS(2658), 1, sym_identifier, ACTIONS(2660), 1, @@ -95946,7 +95806,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1282), 2, sym_array_ref, sym_ns_qualified_name, - [86811] = 5, + [86531] = 5, ACTIONS(2630), 1, sym_identifier, ACTIONS(2662), 1, @@ -95958,7 +95818,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1271), 2, sym_array_ref, sym_ns_qualified_name, - [86828] = 5, + [86548] = 5, ACTIONS(2624), 1, sym_identifier, ACTIONS(2664), 1, @@ -95970,7 +95830,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1365), 2, sym_array_ref, sym_ns_qualified_name, - [86845] = 5, + [86565] = 5, ACTIONS(2666), 1, sym_identifier, ACTIONS(2668), 1, @@ -95982,7 +95842,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1464), 2, sym_array_ref, sym_ns_qualified_name, - [86862] = 6, + [86582] = 6, ACTIONS(1685), 1, anon_sym_SLASH, ACTIONS(2670), 1, @@ -95995,7 +95855,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ns_qualified_name, STATE(1942), 1, sym_namespace, - [86881] = 6, + [86601] = 6, ACTIONS(392), 1, anon_sym_SLASH, ACTIONS(2672), 1, @@ -96008,7 +95868,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ns_qualified_name, STATE(1942), 1, sym_namespace, - [86900] = 5, + [86620] = 5, ACTIONS(2674), 1, sym_identifier, ACTIONS(2676), 1, @@ -96020,7 +95880,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(506), 2, sym_array_ref, sym_ns_qualified_name, - [86917] = 5, + [86637] = 5, ACTIONS(2678), 1, sym_identifier, ACTIONS(2680), 1, @@ -96032,7 +95892,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(388), 2, sym_array_ref, sym_ns_qualified_name, - [86934] = 2, + [86654] = 2, ACTIONS(1849), 3, anon_sym_SEMI, anon_sym_LF, @@ -96041,7 +95901,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [86945] = 2, + [86665] = 2, ACTIONS(1849), 3, anon_sym_SEMI, anon_sym_LF, @@ -96050,7 +95910,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [86956] = 4, + [86676] = 4, ACTIONS(2640), 1, anon_sym_case, ACTIONS(2642), 1, @@ -96061,7 +95921,7 @@ static const uint16_t ts_small_parse_table[] = { sym_switch_case, sym_switch_default, aux_sym_switch_body_repeat1, - [86971] = 6, + [86691] = 6, ACTIONS(1513), 1, anon_sym_SLASH, ACTIONS(2634), 1, @@ -96074,7 +95934,7 @@ static const uint16_t ts_small_parse_table[] = { sym_namespace, STATE(1946), 1, sym_ns_qualified_name, - [86990] = 5, + [86710] = 5, ACTIONS(2616), 1, sym_identifier, ACTIONS(2688), 1, @@ -96086,7 +95946,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1281), 2, sym_array_ref, sym_ns_qualified_name, - [87007] = 5, + [86727] = 5, ACTIONS(2690), 1, sym_identifier, ACTIONS(2692), 1, @@ -96098,7 +95958,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(368), 2, sym_array_ref, sym_ns_qualified_name, - [87024] = 4, + [86744] = 4, ACTIONS(2694), 1, anon_sym_RBRACE, ACTIONS(2696), 1, @@ -96109,7 +95969,7 @@ static const uint16_t ts_small_parse_table[] = { sym_switch_case, sym_switch_default, aux_sym_switch_body_repeat1, - [87039] = 5, + [86759] = 5, ACTIONS(262), 1, anon_sym_DOLLAR, ACTIONS(2702), 1, @@ -96121,7 +95981,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(185), 2, sym_array_ref, sym_ns_qualified_name, - [87056] = 6, + [86776] = 6, ACTIONS(1491), 1, anon_sym_SLASH, ACTIONS(2622), 1, @@ -96134,7 +95994,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ns_qualified_name, STATE(1942), 1, sym_namespace, - [87075] = 6, + [86795] = 6, ACTIONS(71), 1, anon_sym_SLASH, ACTIONS(2704), 1, @@ -96147,7 +96007,7 @@ static const uint16_t ts_small_parse_table[] = { sym_namespace, STATE(1994), 1, sym_ns_qualified_name, - [87094] = 5, + [86814] = 5, ACTIONS(2658), 1, sym_identifier, ACTIONS(2706), 1, @@ -96159,7 +96019,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1282), 2, sym_array_ref, sym_ns_qualified_name, - [87111] = 5, + [86831] = 5, ACTIONS(79), 1, anon_sym_DOLLAR, ACTIONS(2702), 1, @@ -96171,7 +96031,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(185), 2, sym_array_ref, sym_ns_qualified_name, - [87128] = 6, + [86848] = 6, ACTIONS(1501), 1, anon_sym_SLASH, ACTIONS(2708), 1, @@ -96184,7 +96044,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ns_qualified_name, STATE(1942), 1, sym_namespace, - [87147] = 6, + [86867] = 6, ACTIONS(1631), 1, anon_sym_SLASH, ACTIONS(2708), 1, @@ -96197,7 +96057,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ns_qualified_name, STATE(1942), 1, sym_namespace, - [87166] = 5, + [86886] = 5, ACTIONS(366), 1, anon_sym_DOLLAR, ACTIONS(2702), 1, @@ -96209,7 +96069,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(185), 2, sym_array_ref, sym_ns_qualified_name, - [87183] = 4, + [86903] = 4, ACTIONS(2640), 1, anon_sym_case, ACTIONS(2642), 1, @@ -96220,7 +96080,7 @@ static const uint16_t ts_small_parse_table[] = { sym_switch_case, sym_switch_default, aux_sym_switch_body_repeat1, - [87198] = 5, + [86918] = 5, ACTIONS(2712), 1, sym_identifier, ACTIONS(2714), 1, @@ -96232,7 +96092,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(410), 2, sym_array_ref, sym_ns_qualified_name, - [87215] = 6, + [86935] = 6, ACTIONS(1589), 1, anon_sym_SLASH, ACTIONS(2670), 1, @@ -96245,7 +96105,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ns_qualified_name, STATE(1942), 1, sym_namespace, - [87234] = 6, + [86954] = 6, ACTIONS(1535), 1, anon_sym_SLASH, ACTIONS(2670), 1, @@ -96258,7 +96118,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ns_qualified_name, STATE(1942), 1, sym_namespace, - [87253] = 2, + [86973] = 2, ACTIONS(1849), 3, anon_sym_SEMI, anon_sym_LF, @@ -96267,7 +96127,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [87264] = 5, + [86984] = 5, ACTIONS(2718), 1, sym_identifier, ACTIONS(2720), 1, @@ -96279,7 +96139,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(526), 2, sym_array_ref, sym_ns_qualified_name, - [87281] = 6, + [87001] = 6, ACTIONS(1565), 1, anon_sym_SLASH, ACTIONS(2636), 1, @@ -96292,7 +96152,7 @@ static const uint16_t ts_small_parse_table[] = { sym_ns_qualified_name, STATE(1942), 1, sym_namespace, - [87300] = 4, + [87020] = 4, ACTIONS(37), 1, anon_sym_POUND, ACTIONS(2722), 1, @@ -96302,7 +96162,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1723), 2, sym_comment, aux_sym_if_statement_repeat1, - [87314] = 4, + [87034] = 4, ACTIONS(37), 1, anon_sym_POUND, ACTIONS(2722), 1, @@ -96312,7 +96172,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1727), 2, sym_comment, aux_sym_if_statement_repeat1, - [87328] = 4, + [87048] = 4, ACTIONS(37), 1, anon_sym_POUND, ACTIONS(2724), 1, @@ -96322,7 +96182,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1730), 2, sym_comment, aux_sym_if_statement_repeat1, - [87342] = 4, + [87062] = 4, ACTIONS(37), 1, anon_sym_POUND, ACTIONS(2726), 1, @@ -96332,7 +96192,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1737), 2, sym_comment, aux_sym_if_statement_repeat1, - [87356] = 4, + [87076] = 4, ACTIONS(37), 1, anon_sym_POUND, ACTIONS(2728), 1, @@ -96342,7 +96202,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1727), 2, sym_comment, aux_sym_if_statement_repeat1, - [87370] = 3, + [87090] = 3, ACTIONS(2730), 1, anon_sym_POUND, ACTIONS(1891), 2, @@ -96351,7 +96211,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1727), 2, sym_comment, aux_sym_if_statement_repeat1, - [87382] = 4, + [87102] = 4, ACTIONS(37), 1, anon_sym_POUND, ACTIONS(2733), 1, @@ -96361,7 +96221,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1731), 2, sym_comment, aux_sym_if_statement_repeat1, - [87396] = 4, + [87116] = 4, ACTIONS(37), 1, anon_sym_POUND, ACTIONS(2735), 1, @@ -96371,7 +96231,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1733), 2, sym_comment, aux_sym_if_statement_repeat1, - [87410] = 4, + [87130] = 4, ACTIONS(37), 1, anon_sym_POUND, ACTIONS(2724), 1, @@ -96381,7 +96241,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1727), 2, sym_comment, aux_sym_if_statement_repeat1, - [87424] = 4, + [87144] = 4, ACTIONS(37), 1, anon_sym_POUND, ACTIONS(2733), 1, @@ -96391,7 +96251,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1727), 2, sym_comment, aux_sym_if_statement_repeat1, - [87438] = 4, + [87158] = 4, ACTIONS(37), 1, anon_sym_POUND, ACTIONS(2728), 1, @@ -96401,7 +96261,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1726), 2, sym_comment, aux_sym_if_statement_repeat1, - [87452] = 4, + [87172] = 4, ACTIONS(37), 1, anon_sym_POUND, ACTIONS(2735), 1, @@ -96411,7 +96271,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1727), 2, sym_comment, aux_sym_if_statement_repeat1, - [87466] = 4, + [87186] = 4, ACTIONS(37), 1, anon_sym_POUND, ACTIONS(2737), 1, @@ -96421,7 +96281,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1735), 2, sym_comment, aux_sym_if_statement_repeat1, - [87480] = 4, + [87200] = 4, ACTIONS(37), 1, anon_sym_POUND, ACTIONS(2737), 1, @@ -96431,7 +96291,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1727), 2, sym_comment, aux_sym_if_statement_repeat1, - [87494] = 4, + [87214] = 4, ACTIONS(37), 1, anon_sym_POUND, ACTIONS(2739), 1, @@ -96441,7 +96301,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1727), 2, sym_comment, aux_sym_if_statement_repeat1, - [87508] = 4, + [87228] = 4, ACTIONS(37), 1, anon_sym_POUND, ACTIONS(2726), 1, @@ -96451,7 +96311,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1727), 2, sym_comment, aux_sym_if_statement_repeat1, - [87522] = 2, + [87242] = 2, ACTIONS(2741), 1, sym__if_else_separator, ACTIONS(1879), 4, @@ -96459,7 +96319,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LF, anon_sym_CR_LF, anon_sym_while, - [87532] = 4, + [87252] = 4, ACTIONS(37), 1, anon_sym_POUND, ACTIONS(2739), 1, @@ -96469,7 +96329,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1736), 2, sym_comment, aux_sym_if_statement_repeat1, - [87546] = 2, + [87266] = 2, ACTIONS(2741), 1, sym__if_else_separator, ACTIONS(1879), 4, @@ -96477,7 +96337,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LF, anon_sym_CR_LF, anon_sym_while, - [87556] = 2, + [87276] = 2, ACTIONS(2743), 1, sym__if_else_separator, ACTIONS(1879), 4, @@ -96485,7 +96345,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LF, anon_sym_CR_LF, anon_sym_while, - [87566] = 2, + [87286] = 2, ACTIONS(2743), 1, sym__if_else_separator, ACTIONS(1879), 4, @@ -96493,7 +96353,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LF, anon_sym_CR_LF, anon_sym_while, - [87576] = 3, + [87296] = 3, ACTIONS(2745), 1, anon_sym_DQUOTE, STATE(1768), 1, @@ -96501,7 +96361,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2747), 2, aux_sym_string_token1, sym_escape_sequence, - [87587] = 3, + [87307] = 3, ACTIONS(2749), 1, anon_sym_DQUOTE, STATE(1749), 1, @@ -96509,7 +96369,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2751), 2, aux_sym_string_token1, sym_escape_sequence, - [87598] = 3, + [87318] = 3, ACTIONS(2753), 1, anon_sym_DQUOTE, STATE(1743), 1, @@ -96517,7 +96377,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2755), 2, aux_sym_string_token1, sym_escape_sequence, - [87609] = 3, + [87329] = 3, ACTIONS(2757), 1, anon_sym_DQUOTE, STATE(1756), 1, @@ -96525,14 +96385,14 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2759), 2, aux_sym_string_token1, sym_escape_sequence, - [87620] = 2, + [87340] = 2, ACTIONS(2761), 1, anon_sym_while, ACTIONS(1849), 3, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, - [87629] = 3, + [87349] = 3, ACTIONS(2763), 1, sym_identifier, STATE(1877), 1, @@ -96540,7 +96400,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1804), 2, sym_array_ref, sym_ns_qualified_name, - [87640] = 3, + [87360] = 3, ACTIONS(2765), 1, anon_sym_DQUOTE, STATE(1768), 1, @@ -96548,7 +96408,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2747), 2, aux_sym_string_token1, sym_escape_sequence, - [87651] = 3, + [87371] = 3, ACTIONS(2767), 1, anon_sym_DQUOTE, STATE(1768), 1, @@ -96556,7 +96416,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2747), 2, aux_sym_string_token1, sym_escape_sequence, - [87662] = 3, + [87382] = 3, ACTIONS(2769), 1, sym_identifier, STATE(1877), 1, @@ -96564,7 +96424,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1817), 2, sym_array_ref, sym_ns_qualified_name, - [87673] = 3, + [87393] = 3, ACTIONS(2771), 1, sym_identifier, STATE(1959), 1, @@ -96572,7 +96432,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1041), 2, sym_array_ref, sym_ns_qualified_name, - [87684] = 3, + [87404] = 3, ACTIONS(2773), 1, anon_sym_DQUOTE, STATE(1763), 1, @@ -96580,7 +96440,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2775), 2, aux_sym_string_token1, sym_escape_sequence, - [87695] = 3, + [87415] = 3, ACTIONS(2777), 1, anon_sym_DQUOTE, STATE(1750), 1, @@ -96588,14 +96448,14 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2779), 2, aux_sym_string_token1, sym_escape_sequence, - [87706] = 2, + [87426] = 2, ACTIONS(2781), 1, anon_sym_while, ACTIONS(1849), 3, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, - [87715] = 3, + [87435] = 3, ACTIONS(2783), 1, anon_sym_DQUOTE, STATE(1768), 1, @@ -96603,7 +96463,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2747), 2, aux_sym_string_token1, sym_escape_sequence, - [87726] = 3, + [87446] = 3, ACTIONS(2785), 1, anon_sym_DQUOTE, STATE(1765), 1, @@ -96611,7 +96471,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2787), 2, aux_sym_string_token1, sym_escape_sequence, - [87737] = 3, + [87457] = 3, ACTIONS(2789), 1, sym_identifier, STATE(1877), 1, @@ -96619,7 +96479,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1801), 2, sym_array_ref, sym_ns_qualified_name, - [87748] = 3, + [87468] = 3, ACTIONS(2791), 1, anon_sym_DQUOTE, STATE(1768), 1, @@ -96627,7 +96487,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2747), 2, aux_sym_string_token1, sym_escape_sequence, - [87759] = 3, + [87479] = 3, ACTIONS(2793), 1, anon_sym_DQUOTE, STATE(1761), 1, @@ -96635,7 +96495,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2795), 2, aux_sym_string_token1, sym_escape_sequence, - [87770] = 3, + [87490] = 3, ACTIONS(2797), 1, anon_sym_DQUOTE, STATE(1768), 1, @@ -96643,7 +96503,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2747), 2, aux_sym_string_token1, sym_escape_sequence, - [87781] = 3, + [87501] = 3, ACTIONS(2799), 1, anon_sym_DQUOTE, STATE(1768), 1, @@ -96651,7 +96511,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2747), 2, aux_sym_string_token1, sym_escape_sequence, - [87792] = 3, + [87512] = 3, ACTIONS(2801), 1, anon_sym_DQUOTE, STATE(1768), 1, @@ -96659,7 +96519,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2747), 2, aux_sym_string_token1, sym_escape_sequence, - [87803] = 3, + [87523] = 3, ACTIONS(2803), 1, anon_sym_DQUOTE, STATE(1759), 1, @@ -96667,7 +96527,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2805), 2, aux_sym_string_token1, sym_escape_sequence, - [87814] = 3, + [87534] = 3, ACTIONS(2807), 1, anon_sym_DQUOTE, STATE(1768), 1, @@ -96675,7 +96535,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2747), 2, aux_sym_string_token1, sym_escape_sequence, - [87825] = 3, + [87545] = 3, ACTIONS(2809), 1, sym_identifier, STATE(1949), 1, @@ -96683,7 +96543,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1106), 2, sym_array_ref, sym_ns_qualified_name, - [87836] = 3, + [87556] = 3, ACTIONS(2811), 1, anon_sym_DQUOTE, STATE(1768), 1, @@ -96691,7 +96551,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2747), 2, aux_sym_string_token1, sym_escape_sequence, - [87847] = 3, + [87567] = 3, ACTIONS(2813), 1, anon_sym_DQUOTE, STATE(1768), 1, @@ -96699,14 +96559,14 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2815), 2, aux_sym_string_token1, sym_escape_sequence, - [87858] = 2, + [87578] = 2, ACTIONS(2818), 1, anon_sym_while, ACTIONS(1849), 3, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, - [87867] = 3, + [87587] = 3, ACTIONS(2820), 1, anon_sym_DQUOTE, STATE(1762), 1, @@ -96714,7 +96574,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2822), 2, aux_sym_string_token1, sym_escape_sequence, - [87878] = 3, + [87598] = 3, ACTIONS(2824), 1, anon_sym_DQUOTE, STATE(1767), 1, @@ -96722,7 +96582,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2826), 2, aux_sym_string_token1, sym_escape_sequence, - [87889] = 3, + [87609] = 3, ACTIONS(2828), 1, sym_identifier, STATE(1877), 1, @@ -96730,7 +96590,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1800), 2, sym_array_ref, sym_ns_qualified_name, - [87900] = 3, + [87620] = 3, ACTIONS(2830), 1, sym_identifier, STATE(1877), 1, @@ -96738,7 +96598,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1833), 2, sym_array_ref, sym_ns_qualified_name, - [87911] = 3, + [87631] = 3, ACTIONS(2832), 1, sym_identifier, STATE(1877), 1, @@ -96746,992 +96606,992 @@ static const uint16_t ts_small_parse_table[] = { STATE(1806), 2, sym_array_ref, sym_ns_qualified_name, - [87922] = 2, + [87642] = 2, ACTIONS(2834), 1, anon_sym_while, ACTIONS(1849), 3, anon_sym_SEMI, anon_sym_LF, anon_sym_CR_LF, - [87931] = 3, + [87651] = 3, ACTIONS(2836), 1, anon_sym_COMMA, ACTIONS(2839), 1, anon_sym_RPAREN, STATE(1776), 1, aux_sym_param_list_repeat1, - [87941] = 3, + [87661] = 3, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(1063), 1, anon_sym_LBRACK, ACTIONS(2841), 1, anon_sym_RPAREN, - [87951] = 3, + [87671] = 3, ACTIONS(2843), 1, sym_identifier, STATE(1877), 1, sym_namespace, STATE(2015), 1, sym_ns_qualified_name, - [87961] = 3, + [87681] = 3, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(1063), 1, anon_sym_LBRACK, ACTIONS(2845), 1, anon_sym_RPAREN, - [87971] = 3, + [87691] = 3, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(1063), 1, anon_sym_LBRACK, ACTIONS(2847), 1, anon_sym_RPAREN, - [87981] = 3, + [87701] = 3, ACTIONS(2849), 1, sym_identifier, ACTIONS(2851), 1, anon_sym_RPAREN, STATE(1924), 1, sym_param_list, - [87991] = 3, + [87711] = 3, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(1063), 1, anon_sym_LBRACK, ACTIONS(2853), 1, anon_sym_RPAREN, - [88001] = 3, + [87721] = 3, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(1063), 1, anon_sym_LBRACK, ACTIONS(2855), 1, anon_sym_RPAREN, - [88011] = 3, + [87731] = 3, ACTIONS(2134), 1, anon_sym_COMMA, ACTIONS(2857), 1, anon_sym_RPAREN, STATE(1786), 1, aux_sym_args_repeat1, - [88021] = 3, + [87741] = 3, ACTIONS(2859), 1, anon_sym_COMMA, ACTIONS(2861), 1, anon_sym_RPAREN, STATE(1787), 1, aux_sym_param_list_repeat1, - [88031] = 3, + [87751] = 3, ACTIONS(2186), 1, anon_sym_RPAREN, ACTIONS(2863), 1, anon_sym_COMMA, STATE(1786), 1, aux_sym_args_repeat1, - [88041] = 3, + [87761] = 3, ACTIONS(2859), 1, anon_sym_COMMA, ACTIONS(2866), 1, anon_sym_RPAREN, STATE(1776), 1, aux_sym_param_list_repeat1, - [88051] = 3, + [87771] = 3, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(1063), 1, anon_sym_LBRACK, ACTIONS(2868), 1, anon_sym_RPAREN, - [88061] = 2, + [87781] = 2, ACTIONS(2594), 1, anon_sym_DQUOTE, STATE(1525), 1, sym_string, - [88068] = 1, + [87788] = 1, ACTIONS(2839), 2, anon_sym_COMMA, anon_sym_RPAREN, - [88073] = 2, + [87793] = 2, ACTIONS(2870), 1, anon_sym_getline, STATE(200), 1, sym_getline_input, - [88080] = 2, + [87800] = 2, ACTIONS(2872), 1, anon_sym_getline, STATE(224), 1, sym_getline_input, - [88087] = 2, + [87807] = 2, ACTIONS(2874), 1, anon_sym_getline, STATE(421), 1, sym_getline_input, - [88094] = 2, + [87814] = 2, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(2876), 1, anon_sym_LPAREN2, - [88101] = 2, + [87821] = 2, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(2878), 1, anon_sym_LPAREN, - [88108] = 2, + [87828] = 2, ACTIONS(2880), 1, anon_sym_getline, STATE(1490), 1, sym_getline_input, - [88115] = 2, + [87835] = 2, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(2882), 1, anon_sym_LPAREN2, - [88122] = 2, + [87842] = 2, ACTIONS(2884), 1, anon_sym_getline, STATE(548), 1, sym_getline_input, - [88129] = 2, + [87849] = 2, ACTIONS(2886), 1, anon_sym_getline, STATE(454), 1, sym_getline_input, - [88136] = 2, + [87856] = 2, ACTIONS(1063), 1, anon_sym_LBRACK, ACTIONS(2841), 1, anon_sym_RPAREN, - [88143] = 2, + [87863] = 2, ACTIONS(1063), 1, anon_sym_LBRACK, ACTIONS(2847), 1, anon_sym_RPAREN, - [88150] = 2, + [87870] = 2, ACTIONS(2888), 1, anon_sym_getline, STATE(224), 1, sym_getline_input, - [88157] = 2, + [87877] = 2, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(2890), 1, anon_sym_LPAREN2, - [88164] = 2, + [87884] = 2, ACTIONS(1063), 1, anon_sym_LBRACK, ACTIONS(2853), 1, anon_sym_RPAREN, - [88171] = 2, + [87891] = 2, ACTIONS(2892), 1, anon_sym_getline, STATE(325), 1, sym_getline_input, - [88178] = 2, + [87898] = 2, ACTIONS(1063), 1, anon_sym_LBRACK, ACTIONS(2855), 1, anon_sym_RPAREN, - [88185] = 2, + [87905] = 2, ACTIONS(2894), 1, anon_sym_getline, STATE(528), 1, sym_getline_input, - [88192] = 2, + [87912] = 2, ACTIONS(564), 1, anon_sym_COLON_COLON, - ACTIONS(927), 1, + ACTIONS(925), 1, anon_sym_LPAREN2, - [88199] = 2, + [87919] = 2, ACTIONS(2896), 1, anon_sym_getline, STATE(1335), 1, sym_getline_input, - [88206] = 2, + [87926] = 2, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(804), 1, anon_sym_LPAREN2, - [88213] = 2, + [87933] = 2, ACTIONS(2898), 1, anon_sym_getline, STATE(1518), 1, sym_getline_input, - [88220] = 2, + [87940] = 2, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(1267), 1, anon_sym_LPAREN2, - [88227] = 2, + [87947] = 2, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(2900), 1, anon_sym_LPAREN2, - [88234] = 2, + [87954] = 2, ACTIONS(2902), 1, anon_sym_getline, STATE(394), 1, sym_getline_input, - [88241] = 2, + [87961] = 2, ACTIONS(2904), 1, anon_sym_getline, STATE(1391), 1, sym_getline_input, - [88248] = 2, + [87968] = 2, ACTIONS(13), 1, anon_sym_LBRACE, STATE(1510), 1, sym_block, - [88255] = 2, + [87975] = 2, ACTIONS(1063), 1, anon_sym_LBRACK, ACTIONS(2868), 1, anon_sym_RPAREN, - [88262] = 2, + [87982] = 2, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(660), 1, anon_sym_LPAREN2, - [88269] = 2, + [87989] = 2, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(2906), 1, anon_sym_LPAREN2, - [88276] = 2, + [87996] = 2, ACTIONS(2908), 1, anon_sym_getline, STATE(1326), 1, sym_getline_input, - [88283] = 2, + [88003] = 2, ACTIONS(2910), 1, anon_sym_getline, STATE(361), 1, sym_getline_input, - [88290] = 2, + [88010] = 2, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(608), 1, anon_sym_LPAREN2, - [88297] = 2, + [88017] = 2, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(1131), 1, anon_sym_LPAREN2, - [88304] = 2, + [88024] = 2, ACTIONS(2912), 1, anon_sym_getline, STATE(1298), 1, sym_getline_input, - [88311] = 2, + [88031] = 2, ACTIONS(2914), 1, anon_sym_getline, STATE(325), 1, sym_getline_input, - [88318] = 2, + [88038] = 2, ACTIONS(738), 1, anon_sym_COLON, ACTIONS(2916), 1, sym_regex_flags, - [88325] = 2, + [88045] = 2, ACTIONS(558), 1, anon_sym_LPAREN2, ACTIONS(564), 1, anon_sym_COLON_COLON, - [88332] = 2, + [88052] = 2, ACTIONS(2918), 1, anon_sym_getline, STATE(200), 1, sym_getline_input, - [88339] = 2, + [88059] = 2, ACTIONS(13), 1, anon_sym_LBRACE, STATE(1509), 1, sym_block, - [88346] = 2, + [88066] = 2, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(1115), 1, anon_sym_LPAREN2, - [88353] = 2, + [88073] = 2, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(580), 1, anon_sym_LPAREN2, - [88360] = 2, + [88080] = 2, ACTIONS(564), 1, anon_sym_COLON_COLON, ACTIONS(2920), 1, anon_sym_LPAREN2, - [88367] = 2, + [88087] = 2, ACTIONS(1063), 1, anon_sym_LBRACK, ACTIONS(2845), 1, anon_sym_RPAREN, - [88374] = 1, + [88094] = 1, ACTIONS(2922), 1, anon_sym_LPAREN, - [88378] = 1, + [88098] = 1, ACTIONS(2924), 1, anon_sym_while, - [88382] = 1, + [88102] = 1, ACTIONS(2926), 1, anon_sym_SLASH2, - [88386] = 1, + [88106] = 1, ACTIONS(2928), 1, anon_sym_RPAREN, - [88390] = 1, + [88110] = 1, ACTIONS(2160), 1, anon_sym_RBRACK, - [88394] = 1, + [88114] = 1, ACTIONS(2930), 1, sym_identifier, - [88398] = 1, + [88118] = 1, ACTIONS(2932), 1, anon_sym_in, - [88402] = 1, + [88122] = 1, ACTIONS(2934), 1, anon_sym_SLASH2, - [88406] = 1, + [88126] = 1, ACTIONS(2936), 1, anon_sym_in, - [88410] = 1, + [88130] = 1, ACTIONS(2938), 1, anon_sym_RPAREN, - [88414] = 1, + [88134] = 1, ACTIONS(2158), 1, anon_sym_RBRACK, - [88418] = 1, + [88138] = 1, ACTIONS(2940), 1, sym_identifier, - [88422] = 1, + [88142] = 1, ACTIONS(2942), 1, anon_sym_LPAREN, - [88426] = 1, + [88146] = 1, ACTIONS(2944), 1, anon_sym_in, - [88430] = 1, + [88150] = 1, ACTIONS(2946), 1, anon_sym_SLASH2, - [88434] = 1, + [88154] = 1, ACTIONS(2948), 1, anon_sym_RPAREN, - [88438] = 1, + [88158] = 1, ACTIONS(2950), 1, anon_sym_LPAREN, - [88442] = 1, + [88162] = 1, ACTIONS(2146), 1, anon_sym_RBRACK, - [88446] = 1, + [88166] = 1, ACTIONS(2952), 1, anon_sym_in, - [88450] = 1, + [88170] = 1, ACTIONS(2954), 1, sym_identifier, - [88454] = 1, + [88174] = 1, ACTIONS(2956), 1, anon_sym_LPAREN, - [88458] = 1, + [88178] = 1, ACTIONS(2958), 1, anon_sym_COLON_COLON, - [88462] = 1, + [88182] = 1, ACTIONS(2960), 1, sym_regex_pattern, - [88466] = 1, + [88186] = 1, ACTIONS(2962), 1, sym_regex_pattern, - [88470] = 1, + [88190] = 1, ACTIONS(2964), 1, sym_regex_pattern, - [88474] = 1, + [88194] = 1, ACTIONS(2966), 1, sym_regex_pattern, - [88478] = 1, + [88198] = 1, ACTIONS(2968), 1, sym_regex_pattern, - [88482] = 1, + [88202] = 1, ACTIONS(2970), 1, sym_regex_pattern, - [88486] = 1, + [88206] = 1, ACTIONS(2972), 1, sym_regex_pattern, - [88490] = 1, + [88210] = 1, ACTIONS(2974), 1, sym__no_space, - [88494] = 1, + [88214] = 1, ACTIONS(2976), 1, sym_regex_pattern, - [88498] = 1, + [88218] = 1, ACTIONS(2978), 1, sym__no_space, - [88502] = 1, + [88222] = 1, ACTIONS(2980), 1, sym_regex_pattern, - [88506] = 1, + [88226] = 1, ACTIONS(2982), 1, anon_sym_RPAREN, - [88510] = 1, + [88230] = 1, ACTIONS(2984), 1, sym__no_space, - [88514] = 1, + [88234] = 1, ACTIONS(2986), 1, anon_sym_RPAREN, - [88518] = 1, + [88238] = 1, ACTIONS(2988), 1, sym_regex_pattern, - [88522] = 1, + [88242] = 1, ACTIONS(2990), 1, anon_sym_RPAREN, - [88526] = 1, + [88246] = 1, ACTIONS(2992), 1, sym__no_space, - [88530] = 1, + [88250] = 1, ACTIONS(2994), 1, anon_sym_RPAREN, - [88534] = 1, + [88254] = 1, ACTIONS(2996), 1, anon_sym_SLASH2, - [88538] = 1, + [88258] = 1, ACTIONS(2998), 1, anon_sym_RPAREN, - [88542] = 1, + [88262] = 1, ACTIONS(1115), 1, anon_sym_LPAREN2, - [88546] = 1, + [88266] = 1, ACTIONS(3000), 1, anon_sym_COLON_COLON, - [88550] = 1, + [88270] = 1, ACTIONS(3002), 1, anon_sym_LPAREN, - [88554] = 1, + [88274] = 1, ACTIONS(3004), 1, sym_regex_pattern, - [88558] = 1, + [88278] = 1, ACTIONS(3006), 1, sym__no_space, - [88562] = 1, + [88282] = 1, ACTIONS(2906), 1, anon_sym_LPAREN2, - [88566] = 1, + [88286] = 1, ACTIONS(3008), 1, sym_regex_pattern, - [88570] = 1, + [88290] = 1, ACTIONS(3010), 1, sym__no_space, - [88574] = 1, + [88294] = 1, ACTIONS(558), 1, anon_sym_LPAREN2, - [88578] = 1, + [88298] = 1, ACTIONS(3012), 1, sym_regex_pattern, - [88582] = 1, + [88302] = 1, ACTIONS(3014), 1, sym__no_space, - [88586] = 1, + [88306] = 1, ACTIONS(3016), 1, anon_sym_RPAREN, - [88590] = 1, + [88310] = 1, ACTIONS(608), 1, anon_sym_LPAREN2, - [88594] = 1, + [88314] = 1, ACTIONS(3018), 1, sym_regex_pattern, - [88598] = 1, + [88318] = 1, ACTIONS(3020), 1, sym__no_space, - [88602] = 1, + [88322] = 1, ACTIONS(2920), 1, anon_sym_LPAREN2, - [88606] = 1, + [88326] = 1, ACTIONS(3022), 1, anon_sym_RPAREN, - [88610] = 1, + [88330] = 1, ACTIONS(3024), 1, sym_regex_pattern, - [88614] = 1, + [88334] = 1, ACTIONS(3026), 1, sym__no_space, - [88618] = 1, + [88338] = 1, ACTIONS(1131), 1, anon_sym_LPAREN2, - [88622] = 1, + [88342] = 1, ACTIONS(3028), 1, anon_sym_COLON, - [88626] = 1, + [88346] = 1, ACTIONS(3030), 1, sym_regex_pattern, - [88630] = 1, + [88350] = 1, ACTIONS(3032), 1, sym__no_space, - [88634] = 1, + [88354] = 1, ACTIONS(3034), 1, anon_sym_COLON, - [88638] = 1, + [88358] = 1, ACTIONS(2176), 1, anon_sym_RBRACK, - [88642] = 1, + [88362] = 1, ACTIONS(3036), 1, sym_identifier, - [88646] = 1, + [88366] = 1, ACTIONS(580), 1, anon_sym_LPAREN2, - [88650] = 1, + [88370] = 1, ACTIONS(3038), 1, anon_sym_RPAREN, - [88654] = 1, + [88374] = 1, ACTIONS(3040), 1, sym_regex_pattern, - [88658] = 1, + [88378] = 1, ACTIONS(3042), 1, anon_sym_SLASH2, - [88662] = 1, + [88382] = 1, ACTIONS(3044), 1, sym__no_space, - [88666] = 1, + [88386] = 1, ACTIONS(3046), 1, sym__no_space, - [88670] = 1, + [88390] = 1, ACTIONS(3048), 1, sym_identifier, - [88674] = 1, + [88394] = 1, ACTIONS(3050), 1, anon_sym_RPAREN, - [88678] = 1, + [88398] = 1, ACTIONS(3052), 1, anon_sym_in, - [88682] = 1, + [88402] = 1, ACTIONS(3054), 1, anon_sym_in, - [88686] = 1, + [88406] = 1, ACTIONS(3056), 1, sym_regex_pattern, - [88690] = 1, + [88410] = 1, ACTIONS(3058), 1, sym__no_space, - [88694] = 1, + [88414] = 1, ACTIONS(3060), 1, sym_identifier, - [88698] = 1, + [88418] = 1, ACTIONS(2168), 1, anon_sym_RBRACK, - [88702] = 1, + [88422] = 1, ACTIONS(3062), 1, anon_sym_RPAREN, - [88706] = 1, + [88426] = 1, ACTIONS(3064), 1, aux_sym_comment_token1, - [88710] = 1, + [88430] = 1, ACTIONS(3066), 1, anon_sym_RPAREN, - [88714] = 1, + [88434] = 1, ACTIONS(2900), 1, anon_sym_LPAREN2, - [88718] = 1, + [88438] = 1, ACTIONS(3068), 1, anon_sym_RPAREN, - [88722] = 1, + [88442] = 1, ACTIONS(3070), 1, sym_identifier, - [88726] = 1, + [88446] = 1, ACTIONS(3072), 1, anon_sym_SLASH2, - [88730] = 1, + [88450] = 1, ACTIONS(3074), 1, sym_regex_pattern, - [88734] = 1, + [88454] = 1, ACTIONS(3076), 1, anon_sym_RPAREN, - [88738] = 1, + [88458] = 1, ACTIONS(3078), 1, anon_sym_RPAREN, - [88742] = 1, + [88462] = 1, ACTIONS(3080), 1, sym_identifier, - [88746] = 1, + [88466] = 1, ACTIONS(3082), 1, sym_identifier, - [88750] = 1, + [88470] = 1, ACTIONS(3084), 1, anon_sym_in, - [88754] = 1, + [88474] = 1, ACTIONS(3086), 1, anon_sym_SLASH2, - [88758] = 1, + [88478] = 1, ACTIONS(1267), 1, anon_sym_LPAREN2, - [88762] = 1, + [88482] = 1, ACTIONS(3088), 1, anon_sym_in, - [88766] = 1, + [88486] = 1, ACTIONS(3090), 1, anon_sym_SLASH2, - [88770] = 1, + [88490] = 1, ACTIONS(3092), 1, anon_sym_RPAREN, - [88774] = 1, + [88494] = 1, ACTIONS(3094), 1, sym_regex_pattern, - [88778] = 1, + [88498] = 1, ACTIONS(3096), 1, anon_sym_RPAREN, - [88782] = 1, + [88502] = 1, ACTIONS(3098), 1, sym_identifier, - [88786] = 1, + [88506] = 1, ACTIONS(3100), 1, sym__no_space, - [88790] = 1, + [88510] = 1, ACTIONS(3102), 1, anon_sym_RPAREN, - [88794] = 1, + [88514] = 1, ACTIONS(3104), 1, anon_sym_RPAREN, - [88798] = 1, + [88518] = 1, ACTIONS(3106), 1, anon_sym_RPAREN, - [88802] = 1, + [88522] = 1, ACTIONS(3108), 1, anon_sym_in, - [88806] = 1, + [88526] = 1, ACTIONS(3110), 1, anon_sym_COLON_COLON, - [88810] = 1, + [88530] = 1, ACTIONS(3112), 1, anon_sym_LPAREN, - [88814] = 1, + [88534] = 1, ACTIONS(3114), 1, anon_sym_RPAREN, - [88818] = 1, + [88538] = 1, ACTIONS(658), 1, anon_sym_COLON, - [88822] = 1, + [88542] = 1, ACTIONS(804), 1, anon_sym_LPAREN2, - [88826] = 1, + [88546] = 1, ACTIONS(2144), 1, anon_sym_RBRACK, - [88830] = 1, + [88550] = 1, ACTIONS(3116), 1, anon_sym_LPAREN, - [88834] = 1, + [88554] = 1, ACTIONS(3118), 1, anon_sym_COLON_COLON, - [88838] = 1, + [88558] = 1, ACTIONS(3120), 1, anon_sym_RPAREN, - [88842] = 1, + [88562] = 1, ACTIONS(3122), 1, anon_sym_COLON_COLON, - [88846] = 1, + [88566] = 1, ACTIONS(3124), 1, anon_sym_COLON_COLON, - [88850] = 1, + [88570] = 1, ACTIONS(3126), 1, anon_sym_COLON_COLON, - [88854] = 1, + [88574] = 1, ACTIONS(3128), 1, anon_sym_COLON_COLON, - [88858] = 1, + [88578] = 1, ACTIONS(3130), 1, anon_sym_COLON_COLON, - [88862] = 1, + [88582] = 1, ACTIONS(3132), 1, anon_sym_COLON_COLON, - [88866] = 1, + [88586] = 1, ACTIONS(3134), 1, anon_sym_COLON_COLON, - [88870] = 1, + [88590] = 1, ACTIONS(3136), 1, anon_sym_COLON_COLON, - [88874] = 1, + [88594] = 1, ACTIONS(3138), 1, anon_sym_COLON_COLON, - [88878] = 1, + [88598] = 1, ACTIONS(3140), 1, anon_sym_COLON_COLON, - [88882] = 1, + [88602] = 1, ACTIONS(3142), 1, anon_sym_COLON_COLON, - [88886] = 1, + [88606] = 1, ACTIONS(3144), 1, anon_sym_COLON_COLON, - [88890] = 1, + [88610] = 1, ACTIONS(3146), 1, anon_sym_COLON_COLON, - [88894] = 1, + [88614] = 1, ACTIONS(3148), 1, anon_sym_LPAREN, - [88898] = 1, + [88618] = 1, ACTIONS(3150), 1, anon_sym_LPAREN, - [88902] = 1, + [88622] = 1, ACTIONS(3152), 1, anon_sym_LPAREN, - [88906] = 1, + [88626] = 1, ACTIONS(3154), 1, anon_sym_LPAREN, - [88910] = 1, + [88630] = 1, ACTIONS(3156), 1, sym_regex_pattern, - [88914] = 1, + [88634] = 1, ACTIONS(3158), 1, anon_sym_while, - [88918] = 1, + [88638] = 1, ACTIONS(2182), 1, anon_sym_RBRACK, - [88922] = 1, + [88642] = 1, ACTIONS(3160), 1, sym_identifier, - [88926] = 1, + [88646] = 1, ACTIONS(3162), 1, sym__no_space, - [88930] = 1, + [88650] = 1, ACTIONS(3164), 1, anon_sym_while, - [88934] = 1, - ACTIONS(927), 1, + [88654] = 1, + ACTIONS(925), 1, anon_sym_LPAREN2, - [88938] = 1, + [88658] = 1, ACTIONS(3166), 1, anon_sym_RPAREN, - [88942] = 1, + [88662] = 1, ACTIONS(3168), 1, sym_identifier, - [88946] = 1, + [88666] = 1, ACTIONS(3170), 1, anon_sym_RPAREN, - [88950] = 1, + [88670] = 1, ACTIONS(3172), 1, sym_regex_pattern, - [88954] = 1, + [88674] = 1, ACTIONS(3174), 1, anon_sym_RPAREN, - [88958] = 1, + [88678] = 1, ACTIONS(3176), 1, anon_sym_SLASH2, - [88962] = 1, + [88682] = 1, ACTIONS(3178), 1, anon_sym_RPAREN, - [88966] = 1, + [88686] = 1, ACTIONS(3180), 1, sym_identifier, - [88970] = 1, + [88690] = 1, ACTIONS(2152), 1, anon_sym_RBRACK, - [88974] = 1, + [88694] = 1, ACTIONS(2162), 1, anon_sym_RBRACK, - [88978] = 1, + [88698] = 1, ACTIONS(2164), 1, anon_sym_RBRACK, - [88982] = 1, + [88702] = 1, ACTIONS(3182), 1, sym_identifier, - [88986] = 1, + [88706] = 1, ACTIONS(3184), 1, anon_sym_RPAREN, - [88990] = 1, + [88710] = 1, ACTIONS(3186), 1, anon_sym_in, - [88994] = 1, + [88714] = 1, ACTIONS(2184), 1, anon_sym_RBRACK, - [88998] = 1, + [88718] = 1, ACTIONS(3188), 1, anon_sym_SLASH2, - [89002] = 1, + [88722] = 1, ACTIONS(660), 1, anon_sym_LPAREN2, - [89006] = 1, + [88726] = 1, ACTIONS(3190), 1, sym__no_space, - [89010] = 1, + [88730] = 1, ACTIONS(2172), 1, anon_sym_RBRACK, - [89014] = 1, + [88734] = 1, ACTIONS(2890), 1, anon_sym_LPAREN2, - [89018] = 1, + [88738] = 1, ACTIONS(3192), 1, anon_sym_SLASH2, - [89022] = 1, + [88742] = 1, ACTIONS(3194), 1, anon_sym_in, - [89026] = 1, + [88746] = 1, ACTIONS(3196), 1, anon_sym_RPAREN, - [89030] = 1, + [88750] = 1, ACTIONS(3198), 1, anon_sym_RPAREN, - [89034] = 1, + [88754] = 1, ACTIONS(3200), 1, sym_regex_pattern, - [89038] = 1, + [88758] = 1, ACTIONS(3202), 1, anon_sym_SLASH2, - [89042] = 1, + [88762] = 1, ACTIONS(3204), 1, anon_sym_SLASH2, - [89046] = 1, + [88766] = 1, ACTIONS(3206), 1, anon_sym_SLASH2, - [89050] = 1, + [88770] = 1, ACTIONS(3208), 1, anon_sym_SLASH2, - [89054] = 1, + [88774] = 1, ACTIONS(3210), 1, anon_sym_while, - [89058] = 1, + [88778] = 1, ACTIONS(3212), 1, anon_sym_in, - [89062] = 1, + [88782] = 1, ACTIONS(3214), 1, anon_sym_RPAREN, - [89066] = 1, + [88786] = 1, ACTIONS(2154), 1, anon_sym_RBRACK, - [89070] = 1, + [88790] = 1, ACTIONS(3216), 1, anon_sym_in, - [89074] = 1, + [88794] = 1, ACTIONS(3218), 1, sym_identifier, - [89078] = 1, + [88798] = 1, ACTIONS(3220), 1, sym__no_space, - [89082] = 1, + [88802] = 1, ACTIONS(3222), 1, sym__no_space, - [89086] = 1, + [88806] = 1, ACTIONS(3224), 1, sym_identifier, - [89090] = 1, + [88810] = 1, ACTIONS(2882), 1, anon_sym_LPAREN2, - [89094] = 1, + [88814] = 1, ACTIONS(3226), 1, anon_sym_RPAREN, - [89098] = 1, + [88818] = 1, ACTIONS(2878), 1, anon_sym_LPAREN, - [89102] = 1, + [88822] = 1, ACTIONS(3228), 1, anon_sym_in, - [89106] = 1, + [88826] = 1, ACTIONS(2170), 1, anon_sym_RBRACK, - [89110] = 1, + [88830] = 1, ACTIONS(3230), 1, anon_sym_RPAREN, - [89114] = 1, + [88834] = 1, ACTIONS(3232), 1, sym_regex_pattern, - [89118] = 1, + [88838] = 1, ACTIONS(2876), 1, anon_sym_LPAREN2, - [89122] = 1, + [88842] = 1, ACTIONS(3234), 1, anon_sym_in, - [89126] = 1, + [88846] = 1, ACTIONS(3236), 1, anon_sym_RPAREN, - [89130] = 1, + [88850] = 1, ACTIONS(2142), 1, anon_sym_RBRACK, - [89134] = 1, + [88854] = 1, ACTIONS(3238), 1, sym_identifier, - [89138] = 1, + [88858] = 1, ACTIONS(3240), 1, anon_sym_SLASH2, - [89142] = 1, + [88862] = 1, ACTIONS(3242), 1, anon_sym_SLASH2, - [89146] = 1, + [88866] = 1, ACTIONS(3244), 1, anon_sym_LPAREN, - [89150] = 1, + [88870] = 1, ACTIONS(3246), 1, anon_sym_SLASH2, - [89154] = 1, + [88874] = 1, ACTIONS(3248), 1, anon_sym_LPAREN, - [89158] = 1, + [88878] = 1, ACTIONS(3250), 1, anon_sym_LPAREN, - [89162] = 1, + [88882] = 1, ACTIONS(3252), 1, anon_sym_LPAREN, - [89166] = 1, + [88886] = 1, ACTIONS(3254), 1, anon_sym_LPAREN, - [89170] = 1, + [88890] = 1, ACTIONS(3256), 1, anon_sym_LPAREN, - [89174] = 1, + [88894] = 1, ACTIONS(3258), 1, anon_sym_LPAREN, - [89178] = 1, + [88898] = 1, ACTIONS(3260), 1, anon_sym_SLASH2, - [89182] = 1, + [88902] = 1, ACTIONS(3262), 1, anon_sym_RPAREN, - [89186] = 1, + [88906] = 1, ACTIONS(3264), 1, anon_sym_SLASH2, - [89190] = 1, + [88910] = 1, ACTIONS(3266), 1, anon_sym_SLASH2, - [89194] = 1, + [88914] = 1, ACTIONS(3268), 1, anon_sym_COLON_COLON, - [89198] = 1, + [88918] = 1, ACTIONS(3270), 1, anon_sym_SLASH2, - [89202] = 1, + [88922] = 1, ACTIONS(3272), 1, anon_sym_SLASH2, - [89206] = 1, + [88926] = 1, ACTIONS(3274), 1, sym_identifier, - [89210] = 1, + [88930] = 1, ACTIONS(3276), 1, ts_builtin_sym_end, - [89214] = 1, + [88934] = 1, ACTIONS(3278), 1, aux_sym_comment_token1, - [89218] = 1, + [88938] = 1, ACTIONS(3280), 1, anon_sym_in, - [89222] = 1, + [88942] = 1, ACTIONS(3282), 1, anon_sym_SLASH2, - [89226] = 1, + [88946] = 1, ACTIONS(3284), 1, anon_sym_LPAREN, - [89230] = 1, + [88950] = 1, ACTIONS(3286), 1, anon_sym_LPAREN, - [89234] = 1, + [88954] = 1, ACTIONS(3288), 1, anon_sym_LPAREN, - [89238] = 1, + [88958] = 1, ACTIONS(3290), 1, sym_identifier, - [89242] = 1, + [88962] = 1, ACTIONS(3292), 1, anon_sym_LPAREN, - [89246] = 1, + [88966] = 1, ACTIONS(3294), 1, anon_sym_SLASH2, - [89250] = 1, + [88970] = 1, ACTIONS(3296), 1, sym_regex_pattern, - [89254] = 1, + [88974] = 1, ACTIONS(3298), 1, anon_sym_LPAREN, - [89258] = 1, + [88978] = 1, ACTIONS(3300), 1, anon_sym_LPAREN, }; @@ -97768,1813 +97628,1813 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(246)] = 1998, [SMALL_STATE(247)] = 2067, [SMALL_STATE(248)] = 2136, - [SMALL_STATE(249)] = 2220, - [SMALL_STATE(250)] = 2288, - [SMALL_STATE(251)] = 2368, - [SMALL_STATE(252)] = 2444, - [SMALL_STATE(253)] = 2516, - [SMALL_STATE(254)] = 2586, - [SMALL_STATE(255)] = 2658, - [SMALL_STATE(256)] = 2736, - [SMALL_STATE(257)] = 2810, - [SMALL_STATE(258)] = 2898, - [SMALL_STATE(259)] = 2968, - [SMALL_STATE(260)] = 3042, - [SMALL_STATE(261)] = 3124, - [SMALL_STATE(262)] = 3198, - [SMALL_STATE(263)] = 3272, - [SMALL_STATE(264)] = 3360, - [SMALL_STATE(265)] = 3432, - [SMALL_STATE(266)] = 3512, - [SMALL_STATE(267)] = 3583, - [SMALL_STATE(268)] = 3670, - [SMALL_STATE(269)] = 3749, - [SMALL_STATE(270)] = 3832, - [SMALL_STATE(271)] = 3913, - [SMALL_STATE(272)] = 3990, - [SMALL_STATE(273)] = 4061, - [SMALL_STATE(274)] = 4132, - [SMALL_STATE(275)] = 4211, - [SMALL_STATE(276)] = 4280, - [SMALL_STATE(277)] = 4353, - [SMALL_STATE(278)] = 4440, - [SMALL_STATE(279)] = 4515, - [SMALL_STATE(280)] = 4588, - [SMALL_STATE(281)] = 4665, - [SMALL_STATE(282)] = 4739, - [SMALL_STATE(283)] = 4807, - [SMALL_STATE(284)] = 4871, - [SMALL_STATE(285)] = 4941, - [SMALL_STATE(286)] = 5059, - [SMALL_STATE(287)] = 5157, - [SMALL_STATE(288)] = 5255, - [SMALL_STATE(289)] = 5323, - [SMALL_STATE(290)] = 5393, - [SMALL_STATE(291)] = 5511, - [SMALL_STATE(292)] = 5585, - [SMALL_STATE(293)] = 5654, - [SMALL_STATE(294)] = 5723, - [SMALL_STATE(295)] = 5818, - [SMALL_STATE(296)] = 5913, - [SMALL_STATE(297)] = 5986, - [SMALL_STATE(298)] = 6051, - [SMALL_STATE(299)] = 6116, - [SMALL_STATE(300)] = 6179, - [SMALL_STATE(301)] = 6248, - [SMALL_STATE(302)] = 6315, - [SMALL_STATE(303)] = 6378, - [SMALL_STATE(304)] = 6445, - [SMALL_STATE(305)] = 6512, - [SMALL_STATE(306)] = 6583, - [SMALL_STATE(307)] = 6646, - [SMALL_STATE(308)] = 6719, - [SMALL_STATE(309)] = 6794, - [SMALL_STATE(310)] = 6858, - [SMALL_STATE(311)] = 6920, - [SMALL_STATE(312)] = 6982, - [SMALL_STATE(313)] = 7054, - [SMALL_STATE(314)] = 7116, - [SMALL_STATE(315)] = 7178, - [SMALL_STATE(316)] = 7240, - [SMALL_STATE(317)] = 7306, - [SMALL_STATE(318)] = 7368, - [SMALL_STATE(319)] = 7436, - [SMALL_STATE(320)] = 7500, - [SMALL_STATE(321)] = 7562, - [SMALL_STATE(322)] = 7624, - [SMALL_STATE(323)] = 7686, - [SMALL_STATE(324)] = 7752, - [SMALL_STATE(325)] = 7814, - [SMALL_STATE(326)] = 7876, - [SMALL_STATE(327)] = 7938, - [SMALL_STATE(328)] = 8000, - [SMALL_STATE(329)] = 8062, - [SMALL_STATE(330)] = 8122, - [SMALL_STATE(331)] = 8188, - [SMALL_STATE(332)] = 8250, - [SMALL_STATE(333)] = 8312, - [SMALL_STATE(334)] = 8376, - [SMALL_STATE(335)] = 8438, - [SMALL_STATE(336)] = 8500, - [SMALL_STATE(337)] = 8560, - [SMALL_STATE(338)] = 8628, - [SMALL_STATE(339)] = 8694, - [SMALL_STATE(340)] = 8762, - [SMALL_STATE(341)] = 8832, - [SMALL_STATE(342)] = 8898, - [SMALL_STATE(343)] = 8960, - [SMALL_STATE(344)] = 9026, - [SMALL_STATE(345)] = 9092, - [SMALL_STATE(346)] = 9156, - [SMALL_STATE(347)] = 9217, - [SMALL_STATE(348)] = 9286, - [SMALL_STATE(349)] = 9347, - [SMALL_STATE(350)] = 9408, - [SMALL_STATE(351)] = 9471, - [SMALL_STATE(352)] = 9536, - [SMALL_STATE(353)] = 9597, - [SMALL_STATE(354)] = 9658, - [SMALL_STATE(355)] = 9731, - [SMALL_STATE(356)] = 9794, - [SMALL_STATE(357)] = 9857, - [SMALL_STATE(358)] = 9918, - [SMALL_STATE(359)] = 9981, - [SMALL_STATE(360)] = 10062, - [SMALL_STATE(361)] = 10137, - [SMALL_STATE(362)] = 10198, - [SMALL_STATE(363)] = 10259, - [SMALL_STATE(364)] = 10320, - [SMALL_STATE(365)] = 10381, - [SMALL_STATE(366)] = 10462, - [SMALL_STATE(367)] = 10523, - [SMALL_STATE(368)] = 10584, - [SMALL_STATE(369)] = 10647, - [SMALL_STATE(370)] = 10714, - [SMALL_STATE(371)] = 10775, - [SMALL_STATE(372)] = 10848, - [SMALL_STATE(373)] = 10923, - [SMALL_STATE(374)] = 10984, - [SMALL_STATE(375)] = 11047, - [SMALL_STATE(376)] = 11124, - [SMALL_STATE(377)] = 11185, - [SMALL_STATE(378)] = 11248, - [SMALL_STATE(379)] = 11325, - [SMALL_STATE(380)] = 11386, - [SMALL_STATE(381)] = 11453, - [SMALL_STATE(382)] = 11516, - [SMALL_STATE(383)] = 11577, - [SMALL_STATE(384)] = 11648, - [SMALL_STATE(385)] = 11709, - [SMALL_STATE(386)] = 11770, - [SMALL_STATE(387)] = 11835, - [SMALL_STATE(388)] = 11908, - [SMALL_STATE(389)] = 11971, - [SMALL_STATE(390)] = 12036, - [SMALL_STATE(391)] = 12107, - [SMALL_STATE(392)] = 12170, - [SMALL_STATE(393)] = 12235, - [SMALL_STATE(394)] = 12298, - [SMALL_STATE(395)] = 12358, - [SMALL_STATE(396)] = 12418, - [SMALL_STATE(397)] = 12478, - [SMALL_STATE(398)] = 12538, - [SMALL_STATE(399)] = 12602, - [SMALL_STATE(400)] = 12662, - [SMALL_STATE(401)] = 12734, - [SMALL_STATE(402)] = 12808, - [SMALL_STATE(403)] = 12878, - [SMALL_STATE(404)] = 12952, - [SMALL_STATE(405)] = 13028, - [SMALL_STATE(406)] = 13088, - [SMALL_STATE(407)] = 13148, - [SMALL_STATE(408)] = 13208, - [SMALL_STATE(409)] = 13268, - [SMALL_STATE(410)] = 13334, - [SMALL_STATE(411)] = 13394, - [SMALL_STATE(412)] = 13460, - [SMALL_STATE(413)] = 13522, - [SMALL_STATE(414)] = 13582, - [SMALL_STATE(415)] = 13652, - [SMALL_STATE(416)] = 13720, - [SMALL_STATE(417)] = 13780, - [SMALL_STATE(418)] = 13840, - [SMALL_STATE(419)] = 13900, - [SMALL_STATE(420)] = 13960, - [SMALL_STATE(421)] = 14020, - [SMALL_STATE(422)] = 14080, - [SMALL_STATE(423)] = 14152, - [SMALL_STATE(424)] = 14224, - [SMALL_STATE(425)] = 14284, - [SMALL_STATE(426)] = 14364, - [SMALL_STATE(427)] = 14424, - [SMALL_STATE(428)] = 14504, - [SMALL_STATE(429)] = 14564, - [SMALL_STATE(430)] = 14626, - [SMALL_STATE(431)] = 14706, - [SMALL_STATE(432)] = 14788, - [SMALL_STATE(433)] = 14848, - [SMALL_STATE(434)] = 14908, - [SMALL_STATE(435)] = 14968, - [SMALL_STATE(436)] = 15028, - [SMALL_STATE(437)] = 15088, - [SMALL_STATE(438)] = 15148, - [SMALL_STATE(439)] = 15208, - [SMALL_STATE(440)] = 15288, - [SMALL_STATE(441)] = 15348, - [SMALL_STATE(442)] = 15408, - [SMALL_STATE(443)] = 15468, - [SMALL_STATE(444)] = 15528, - [SMALL_STATE(445)] = 15588, - [SMALL_STATE(446)] = 15650, - [SMALL_STATE(447)] = 15711, - [SMALL_STATE(448)] = 15768, - [SMALL_STATE(449)] = 15827, - [SMALL_STATE(450)] = 15904, - [SMALL_STATE(451)] = 15983, - [SMALL_STATE(452)] = 16046, - [SMALL_STATE(453)] = 16115, - [SMALL_STATE(454)] = 16172, - [SMALL_STATE(455)] = 16229, - [SMALL_STATE(456)] = 16286, - [SMALL_STATE(457)] = 16343, - [SMALL_STATE(458)] = 16420, - [SMALL_STATE(459)] = 16477, - [SMALL_STATE(460)] = 16534, - [SMALL_STATE(461)] = 16591, - [SMALL_STATE(462)] = 16648, - [SMALL_STATE(463)] = 16705, - [SMALL_STATE(464)] = 16772, - [SMALL_STATE(465)] = 16829, - [SMALL_STATE(466)] = 16893, - [SMALL_STATE(467)] = 16991, - [SMALL_STATE(468)] = 17053, - [SMALL_STATE(469)] = 17119, - [SMALL_STATE(470)] = 17193, - [SMALL_STATE(471)] = 17271, - [SMALL_STATE(472)] = 17349, - [SMALL_STATE(473)] = 17427, - [SMALL_STATE(474)] = 17491, - [SMALL_STATE(475)] = 17561, - [SMALL_STATE(476)] = 17637, - [SMALL_STATE(477)] = 17721, - [SMALL_STATE(478)] = 17801, - [SMALL_STATE(479)] = 17877, - [SMALL_STATE(480)] = 17955, - [SMALL_STATE(481)] = 18033, - [SMALL_STATE(482)] = 18117, - [SMALL_STATE(483)] = 18183, - [SMALL_STATE(484)] = 18261, - [SMALL_STATE(485)] = 18356, - [SMALL_STATE(486)] = 18431, - [SMALL_STATE(487)] = 18506, - [SMALL_STATE(488)] = 18581, - [SMALL_STATE(489)] = 18656, - [SMALL_STATE(490)] = 18731, - [SMALL_STATE(491)] = 18827, - [SMALL_STATE(492)] = 18920, - [SMALL_STATE(493)] = 18984, - [SMALL_STATE(494)] = 19044, - [SMALL_STATE(495)] = 19103, - [SMALL_STATE(496)] = 19160, - [SMALL_STATE(497)] = 19223, - [SMALL_STATE(498)] = 19282, - [SMALL_STATE(499)] = 19339, - [SMALL_STATE(500)] = 19391, - [SMALL_STATE(501)] = 19443, - [SMALL_STATE(502)] = 19499, - [SMALL_STATE(503)] = 19551, - [SMALL_STATE(504)] = 19603, - [SMALL_STATE(505)] = 19657, - [SMALL_STATE(506)] = 19713, - [SMALL_STATE(507)] = 19767, - [SMALL_STATE(508)] = 19823, - [SMALL_STATE(509)] = 19877, - [SMALL_STATE(510)] = 19935, - [SMALL_STATE(511)] = 19986, - [SMALL_STATE(512)] = 20063, - [SMALL_STATE(513)] = 20114, - [SMALL_STATE(514)] = 20171, - [SMALL_STATE(515)] = 20238, - [SMALL_STATE(516)] = 20293, - [SMALL_STATE(517)] = 20348, - [SMALL_STATE(518)] = 20401, - [SMALL_STATE(519)] = 20454, - [SMALL_STATE(520)] = 20505, - [SMALL_STATE(521)] = 20556, - [SMALL_STATE(522)] = 20627, - [SMALL_STATE(523)] = 20680, - [SMALL_STATE(524)] = 20731, - [SMALL_STATE(525)] = 20782, - [SMALL_STATE(526)] = 20855, - [SMALL_STATE(527)] = 20908, - [SMALL_STATE(528)] = 20959, - [SMALL_STATE(529)] = 21010, - [SMALL_STATE(530)] = 21061, - [SMALL_STATE(531)] = 21138, - [SMALL_STATE(532)] = 21207, - [SMALL_STATE(533)] = 21258, - [SMALL_STATE(534)] = 21327, - [SMALL_STATE(535)] = 21390, - [SMALL_STATE(536)] = 21441, - [SMALL_STATE(537)] = 21492, - [SMALL_STATE(538)] = 21543, - [SMALL_STATE(539)] = 21594, - [SMALL_STATE(540)] = 21653, - [SMALL_STATE(541)] = 21704, - [SMALL_STATE(542)] = 21757, - [SMALL_STATE(543)] = 21808, - [SMALL_STATE(544)] = 21859, - [SMALL_STATE(545)] = 21910, - [SMALL_STATE(546)] = 21960, - [SMALL_STATE(547)] = 22010, - [SMALL_STATE(548)] = 22066, - [SMALL_STATE(549)] = 22116, - [SMALL_STATE(550)] = 22200, - [SMALL_STATE(551)] = 22250, - [SMALL_STATE(552)] = 22300, - [SMALL_STATE(553)] = 22378, - [SMALL_STATE(554)] = 22454, - [SMALL_STATE(555)] = 22504, - [SMALL_STATE(556)] = 22588, - [SMALL_STATE(557)] = 22638, - [SMALL_STATE(558)] = 22688, - [SMALL_STATE(559)] = 22738, - [SMALL_STATE(560)] = 22788, - [SMALL_STATE(561)] = 22843, - [SMALL_STATE(562)] = 22902, - [SMALL_STATE(563)] = 22977, - [SMALL_STATE(564)] = 23058, - [SMALL_STATE(565)] = 23139, - [SMALL_STATE(566)] = 23200, - [SMALL_STATE(567)] = 23282, - [SMALL_STATE(568)] = 23340, - [SMALL_STATE(569)] = 23398, - [SMALL_STATE(570)] = 23456, - [SMALL_STATE(571)] = 23538, - [SMALL_STATE(572)] = 23598, - [SMALL_STATE(573)] = 23658, - [SMALL_STATE(574)] = 23711, - [SMALL_STATE(575)] = 23768, - [SMALL_STATE(576)] = 23825, - [SMALL_STATE(577)] = 23904, - [SMALL_STATE(578)] = 23961, - [SMALL_STATE(579)] = 24018, - [SMALL_STATE(580)] = 24097, - [SMALL_STATE(581)] = 24152, - [SMALL_STATE(582)] = 24209, - [SMALL_STATE(583)] = 24265, - [SMALL_STATE(584)] = 24319, - [SMALL_STATE(585)] = 24403, - [SMALL_STATE(586)] = 24487, - [SMALL_STATE(587)] = 24543, - [SMALL_STATE(588)] = 24595, - [SMALL_STATE(589)] = 24679, - [SMALL_STATE(590)] = 24737, - [SMALL_STATE(591)] = 24821, - [SMALL_STATE(592)] = 24905, - [SMALL_STATE(593)] = 24989, - [SMALL_STATE(594)] = 25073, - [SMALL_STATE(595)] = 25157, - [SMALL_STATE(596)] = 25203, - [SMALL_STATE(597)] = 25257, - [SMALL_STATE(598)] = 25305, - [SMALL_STATE(599)] = 25389, - [SMALL_STATE(600)] = 25435, - [SMALL_STATE(601)] = 25481, - [SMALL_STATE(602)] = 25565, - [SMALL_STATE(603)] = 25615, - [SMALL_STATE(604)] = 25661, - [SMALL_STATE(605)] = 25715, - [SMALL_STATE(606)] = 25767, - [SMALL_STATE(607)] = 25826, - [SMALL_STATE(608)] = 25881, - [SMALL_STATE(609)] = 25964, - [SMALL_STATE(610)] = 26047, - [SMALL_STATE(611)] = 26098, - [SMALL_STATE(612)] = 26181, - [SMALL_STATE(613)] = 26264, - [SMALL_STATE(614)] = 26347, - [SMALL_STATE(615)] = 26430, - [SMALL_STATE(616)] = 26479, - [SMALL_STATE(617)] = 26562, - [SMALL_STATE(618)] = 26645, - [SMALL_STATE(619)] = 26728, - [SMALL_STATE(620)] = 26811, - [SMALL_STATE(621)] = 26894, - [SMALL_STATE(622)] = 26945, - [SMALL_STATE(623)] = 27028, - [SMALL_STATE(624)] = 27111, - [SMALL_STATE(625)] = 27194, - [SMALL_STATE(626)] = 27277, - [SMALL_STATE(627)] = 27328, - [SMALL_STATE(628)] = 27411, - [SMALL_STATE(629)] = 27462, - [SMALL_STATE(630)] = 27511, - [SMALL_STATE(631)] = 27558, - [SMALL_STATE(632)] = 27641, - [SMALL_STATE(633)] = 27724, - [SMALL_STATE(634)] = 27807, - [SMALL_STATE(635)] = 27890, - [SMALL_STATE(636)] = 27973, - [SMALL_STATE(637)] = 28056, - [SMALL_STATE(638)] = 28139, - [SMALL_STATE(639)] = 28222, - [SMALL_STATE(640)] = 28305, - [SMALL_STATE(641)] = 28388, - [SMALL_STATE(642)] = 28471, - [SMALL_STATE(643)] = 28554, - [SMALL_STATE(644)] = 28637, - [SMALL_STATE(645)] = 28720, - [SMALL_STATE(646)] = 28803, - [SMALL_STATE(647)] = 28886, - [SMALL_STATE(648)] = 28969, - [SMALL_STATE(649)] = 29052, - [SMALL_STATE(650)] = 29135, - [SMALL_STATE(651)] = 29186, - [SMALL_STATE(652)] = 29269, - [SMALL_STATE(653)] = 29312, - [SMALL_STATE(654)] = 29355, - [SMALL_STATE(655)] = 29438, - [SMALL_STATE(656)] = 29521, - [SMALL_STATE(657)] = 29604, - [SMALL_STATE(658)] = 29687, - [SMALL_STATE(659)] = 29770, - [SMALL_STATE(660)] = 29835, - [SMALL_STATE(661)] = 29918, - [SMALL_STATE(662)] = 30001, - [SMALL_STATE(663)] = 30084, - [SMALL_STATE(664)] = 30149, - [SMALL_STATE(665)] = 30192, - [SMALL_STATE(666)] = 30235, - [SMALL_STATE(667)] = 30292, - [SMALL_STATE(668)] = 30347, - [SMALL_STATE(669)] = 30398, - [SMALL_STATE(670)] = 30459, - [SMALL_STATE(671)] = 30542, - [SMALL_STATE(672)] = 30597, - [SMALL_STATE(673)] = 30680, - [SMALL_STATE(674)] = 30729, - [SMALL_STATE(675)] = 30776, - [SMALL_STATE(676)] = 30829, - [SMALL_STATE(677)] = 30886, - [SMALL_STATE(678)] = 30939, - [SMALL_STATE(679)] = 30994, - [SMALL_STATE(680)] = 31049, - [SMALL_STATE(681)] = 31105, - [SMALL_STATE(682)] = 31185, - [SMALL_STATE(683)] = 31233, - [SMALL_STATE(684)] = 31285, - [SMALL_STATE(685)] = 31337, - [SMALL_STATE(686)] = 31401, - [SMALL_STATE(687)] = 31451, - [SMALL_STATE(688)] = 31507, - [SMALL_STATE(689)] = 31587, - [SMALL_STATE(690)] = 31667, - [SMALL_STATE(691)] = 31747, - [SMALL_STATE(692)] = 31807, - [SMALL_STATE(693)] = 31887, - [SMALL_STATE(694)] = 31945, - [SMALL_STATE(695)] = 32025, - [SMALL_STATE(696)] = 32105, - [SMALL_STATE(697)] = 32159, - [SMALL_STATE(698)] = 32239, - [SMALL_STATE(699)] = 32287, - [SMALL_STATE(700)] = 32333, - [SMALL_STATE(701)] = 32413, - [SMALL_STATE(702)] = 32493, - [SMALL_STATE(703)] = 32545, - [SMALL_STATE(704)] = 32597, - [SMALL_STATE(705)] = 32653, - [SMALL_STATE(706)] = 32733, - [SMALL_STATE(707)] = 32813, - [SMALL_STATE(708)] = 32893, - [SMALL_STATE(709)] = 32957, - [SMALL_STATE(710)] = 33037, - [SMALL_STATE(711)] = 33117, - [SMALL_STATE(712)] = 33165, - [SMALL_STATE(713)] = 33245, - [SMALL_STATE(714)] = 33325, - [SMALL_STATE(715)] = 33405, - [SMALL_STATE(716)] = 33485, - [SMALL_STATE(717)] = 33565, - [SMALL_STATE(718)] = 33645, - [SMALL_STATE(719)] = 33725, - [SMALL_STATE(720)] = 33805, - [SMALL_STATE(721)] = 33885, - [SMALL_STATE(722)] = 33965, - [SMALL_STATE(723)] = 34045, - [SMALL_STATE(724)] = 34125, - [SMALL_STATE(725)] = 34205, - [SMALL_STATE(726)] = 34285, - [SMALL_STATE(727)] = 34335, - [SMALL_STATE(728)] = 34415, - [SMALL_STATE(729)] = 34495, - [SMALL_STATE(730)] = 34575, - [SMALL_STATE(731)] = 34623, - [SMALL_STATE(732)] = 34703, - [SMALL_STATE(733)] = 34783, - [SMALL_STATE(734)] = 34863, - [SMALL_STATE(735)] = 34943, - [SMALL_STATE(736)] = 35023, - [SMALL_STATE(737)] = 35103, - [SMALL_STATE(738)] = 35183, - [SMALL_STATE(739)] = 35263, - [SMALL_STATE(740)] = 35343, - [SMALL_STATE(741)] = 35403, - [SMALL_STATE(742)] = 35451, - [SMALL_STATE(743)] = 35509, - [SMALL_STATE(744)] = 35589, - [SMALL_STATE(745)] = 35669, - [SMALL_STATE(746)] = 35749, - [SMALL_STATE(747)] = 35797, - [SMALL_STATE(748)] = 35847, - [SMALL_STATE(749)] = 35927, - [SMALL_STATE(750)] = 35973, - [SMALL_STATE(751)] = 36053, - [SMALL_STATE(752)] = 36133, - [SMALL_STATE(753)] = 36213, - [SMALL_STATE(754)] = 36293, - [SMALL_STATE(755)] = 36373, - [SMALL_STATE(756)] = 36450, - [SMALL_STATE(757)] = 36525, - [SMALL_STATE(758)] = 36602, - [SMALL_STATE(759)] = 36677, - [SMALL_STATE(760)] = 36754, - [SMALL_STATE(761)] = 36829, - [SMALL_STATE(762)] = 36904, - [SMALL_STATE(763)] = 36979, - [SMALL_STATE(764)] = 37054, - [SMALL_STATE(765)] = 37129, - [SMALL_STATE(766)] = 37204, - [SMALL_STATE(767)] = 37279, - [SMALL_STATE(768)] = 37354, - [SMALL_STATE(769)] = 37429, - [SMALL_STATE(770)] = 37506, - [SMALL_STATE(771)] = 37581, - [SMALL_STATE(772)] = 37656, - [SMALL_STATE(773)] = 37731, - [SMALL_STATE(774)] = 37806, - [SMALL_STATE(775)] = 37881, - [SMALL_STATE(776)] = 37956, - [SMALL_STATE(777)] = 38031, - [SMALL_STATE(778)] = 38106, - [SMALL_STATE(779)] = 38183, - [SMALL_STATE(780)] = 38258, - [SMALL_STATE(781)] = 38333, - [SMALL_STATE(782)] = 38408, - [SMALL_STATE(783)] = 38483, - [SMALL_STATE(784)] = 38558, - [SMALL_STATE(785)] = 38633, - [SMALL_STATE(786)] = 38708, - [SMALL_STATE(787)] = 38783, - [SMALL_STATE(788)] = 38858, - [SMALL_STATE(789)] = 38933, - [SMALL_STATE(790)] = 39008, - [SMALL_STATE(791)] = 39083, - [SMALL_STATE(792)] = 39160, - [SMALL_STATE(793)] = 39237, - [SMALL_STATE(794)] = 39314, - [SMALL_STATE(795)] = 39391, - [SMALL_STATE(796)] = 39466, - [SMALL_STATE(797)] = 39541, - [SMALL_STATE(798)] = 39616, - [SMALL_STATE(799)] = 39691, - [SMALL_STATE(800)] = 39766, - [SMALL_STATE(801)] = 39841, - [SMALL_STATE(802)] = 39916, - [SMALL_STATE(803)] = 39991, - [SMALL_STATE(804)] = 40066, - [SMALL_STATE(805)] = 40141, - [SMALL_STATE(806)] = 40216, - [SMALL_STATE(807)] = 40271, - [SMALL_STATE(808)] = 40346, - [SMALL_STATE(809)] = 40397, - [SMALL_STATE(810)] = 40442, - [SMALL_STATE(811)] = 40517, - [SMALL_STATE(812)] = 40592, - [SMALL_STATE(813)] = 40639, - [SMALL_STATE(814)] = 40714, - [SMALL_STATE(815)] = 40789, - [SMALL_STATE(816)] = 40864, - [SMALL_STATE(817)] = 40939, - [SMALL_STATE(818)] = 41014, - [SMALL_STATE(819)] = 41089, - [SMALL_STATE(820)] = 41164, - [SMALL_STATE(821)] = 41239, - [SMALL_STATE(822)] = 41314, - [SMALL_STATE(823)] = 41389, - [SMALL_STATE(824)] = 41464, - [SMALL_STATE(825)] = 41539, - [SMALL_STATE(826)] = 41614, - [SMALL_STATE(827)] = 41689, - [SMALL_STATE(828)] = 41764, - [SMALL_STATE(829)] = 41839, - [SMALL_STATE(830)] = 41914, - [SMALL_STATE(831)] = 41989, - [SMALL_STATE(832)] = 42064, - [SMALL_STATE(833)] = 42117, - [SMALL_STATE(834)] = 42192, - [SMALL_STATE(835)] = 42249, - [SMALL_STATE(836)] = 42308, - [SMALL_STATE(837)] = 42383, - [SMALL_STATE(838)] = 42458, - [SMALL_STATE(839)] = 42513, - [SMALL_STATE(840)] = 42576, - [SMALL_STATE(841)] = 42651, - [SMALL_STATE(842)] = 42726, - [SMALL_STATE(843)] = 42801, - [SMALL_STATE(844)] = 42876, - [SMALL_STATE(845)] = 42951, - [SMALL_STATE(846)] = 43026, - [SMALL_STATE(847)] = 43101, - [SMALL_STATE(848)] = 43176, - [SMALL_STATE(849)] = 43251, - [SMALL_STATE(850)] = 43326, - [SMALL_STATE(851)] = 43401, - [SMALL_STATE(852)] = 43476, - [SMALL_STATE(853)] = 43551, - [SMALL_STATE(854)] = 43596, - [SMALL_STATE(855)] = 43671, - [SMALL_STATE(856)] = 43746, - [SMALL_STATE(857)] = 43821, - [SMALL_STATE(858)] = 43896, - [SMALL_STATE(859)] = 43971, - [SMALL_STATE(860)] = 44048, - [SMALL_STATE(861)] = 44123, - [SMALL_STATE(862)] = 44200, - [SMALL_STATE(863)] = 44275, - [SMALL_STATE(864)] = 44350, - [SMALL_STATE(865)] = 44425, - [SMALL_STATE(866)] = 44500, - [SMALL_STATE(867)] = 44575, - [SMALL_STATE(868)] = 44650, - [SMALL_STATE(869)] = 44727, - [SMALL_STATE(870)] = 44802, - [SMALL_STATE(871)] = 44865, - [SMALL_STATE(872)] = 44940, - [SMALL_STATE(873)] = 45015, - [SMALL_STATE(874)] = 45090, - [SMALL_STATE(875)] = 45165, - [SMALL_STATE(876)] = 45240, - [SMALL_STATE(877)] = 45315, - [SMALL_STATE(878)] = 45390, - [SMALL_STATE(879)] = 45465, - [SMALL_STATE(880)] = 45542, - [SMALL_STATE(881)] = 45617, - [SMALL_STATE(882)] = 45692, - [SMALL_STATE(883)] = 45767, - [SMALL_STATE(884)] = 45842, - [SMALL_STATE(885)] = 45919, - [SMALL_STATE(886)] = 45994, - [SMALL_STATE(887)] = 46069, - [SMALL_STATE(888)] = 46144, - [SMALL_STATE(889)] = 46219, - [SMALL_STATE(890)] = 46294, - [SMALL_STATE(891)] = 46369, - [SMALL_STATE(892)] = 46444, - [SMALL_STATE(893)] = 46521, - [SMALL_STATE(894)] = 46596, - [SMALL_STATE(895)] = 46671, - [SMALL_STATE(896)] = 46746, - [SMALL_STATE(897)] = 46821, - [SMALL_STATE(898)] = 46896, - [SMALL_STATE(899)] = 46971, - [SMALL_STATE(900)] = 47046, - [SMALL_STATE(901)] = 47123, - [SMALL_STATE(902)] = 47200, - [SMALL_STATE(903)] = 47275, - [SMALL_STATE(904)] = 47352, - [SMALL_STATE(905)] = 47427, - [SMALL_STATE(906)] = 47504, - [SMALL_STATE(907)] = 47579, - [SMALL_STATE(908)] = 47654, - [SMALL_STATE(909)] = 47731, - [SMALL_STATE(910)] = 47806, - [SMALL_STATE(911)] = 47881, - [SMALL_STATE(912)] = 47958, - [SMALL_STATE(913)] = 48033, - [SMALL_STATE(914)] = 48110, - [SMALL_STATE(915)] = 48185, - [SMALL_STATE(916)] = 48260, - [SMALL_STATE(917)] = 48335, - [SMALL_STATE(918)] = 48410, - [SMALL_STATE(919)] = 48487, - [SMALL_STATE(920)] = 48562, - [SMALL_STATE(921)] = 48637, - [SMALL_STATE(922)] = 48712, - [SMALL_STATE(923)] = 48787, - [SMALL_STATE(924)] = 48862, - [SMALL_STATE(925)] = 48937, - [SMALL_STATE(926)] = 49012, - [SMALL_STATE(927)] = 49087, - [SMALL_STATE(928)] = 49162, - [SMALL_STATE(929)] = 49239, - [SMALL_STATE(930)] = 49316, - [SMALL_STATE(931)] = 49393, - [SMALL_STATE(932)] = 49468, - [SMALL_STATE(933)] = 49543, - [SMALL_STATE(934)] = 49618, - [SMALL_STATE(935)] = 49665, - [SMALL_STATE(936)] = 49710, - [SMALL_STATE(937)] = 49785, - [SMALL_STATE(938)] = 49860, - [SMALL_STATE(939)] = 49935, - [SMALL_STATE(940)] = 50012, - [SMALL_STATE(941)] = 50087, - [SMALL_STATE(942)] = 50162, - [SMALL_STATE(943)] = 50239, - [SMALL_STATE(944)] = 50314, - [SMALL_STATE(945)] = 50389, - [SMALL_STATE(946)] = 50464, - [SMALL_STATE(947)] = 50539, - [SMALL_STATE(948)] = 50614, - [SMALL_STATE(949)] = 50689, - [SMALL_STATE(950)] = 50764, - [SMALL_STATE(951)] = 50841, - [SMALL_STATE(952)] = 50916, - [SMALL_STATE(953)] = 50993, - [SMALL_STATE(954)] = 51068, - [SMALL_STATE(955)] = 51143, - [SMALL_STATE(956)] = 51218, - [SMALL_STATE(957)] = 51295, - [SMALL_STATE(958)] = 51372, - [SMALL_STATE(959)] = 51447, - [SMALL_STATE(960)] = 51524, - [SMALL_STATE(961)] = 51601, - [SMALL_STATE(962)] = 51678, - [SMALL_STATE(963)] = 51755, - [SMALL_STATE(964)] = 51804, - [SMALL_STATE(965)] = 51879, - [SMALL_STATE(966)] = 51954, - [SMALL_STATE(967)] = 52029, - [SMALL_STATE(968)] = 52104, - [SMALL_STATE(969)] = 52179, - [SMALL_STATE(970)] = 52254, - [SMALL_STATE(971)] = 52329, - [SMALL_STATE(972)] = 52404, - [SMALL_STATE(973)] = 52479, - [SMALL_STATE(974)] = 52556, - [SMALL_STATE(975)] = 52633, - [SMALL_STATE(976)] = 52710, - [SMALL_STATE(977)] = 52785, - [SMALL_STATE(978)] = 52860, - [SMALL_STATE(979)] = 52935, - [SMALL_STATE(980)] = 52980, - [SMALL_STATE(981)] = 53057, - [SMALL_STATE(982)] = 53106, - [SMALL_STATE(983)] = 53183, - [SMALL_STATE(984)] = 53258, - [SMALL_STATE(985)] = 53335, - [SMALL_STATE(986)] = 53412, - [SMALL_STATE(987)] = 53489, - [SMALL_STATE(988)] = 53566, - [SMALL_STATE(989)] = 53641, - [SMALL_STATE(990)] = 53718, - [SMALL_STATE(991)] = 53793, - [SMALL_STATE(992)] = 53868, - [SMALL_STATE(993)] = 53943, - [SMALL_STATE(994)] = 54018, - [SMALL_STATE(995)] = 54095, - [SMALL_STATE(996)] = 54170, - [SMALL_STATE(997)] = 54245, - [SMALL_STATE(998)] = 54320, - [SMALL_STATE(999)] = 54395, - [SMALL_STATE(1000)] = 54472, - [SMALL_STATE(1001)] = 54547, - [SMALL_STATE(1002)] = 54624, - [SMALL_STATE(1003)] = 54701, - [SMALL_STATE(1004)] = 54776, - [SMALL_STATE(1005)] = 54851, - [SMALL_STATE(1006)] = 54926, - [SMALL_STATE(1007)] = 55001, - [SMALL_STATE(1008)] = 55078, - [SMALL_STATE(1009)] = 55155, - [SMALL_STATE(1010)] = 55232, - [SMALL_STATE(1011)] = 55309, - [SMALL_STATE(1012)] = 55386, - [SMALL_STATE(1013)] = 55461, - [SMALL_STATE(1014)] = 55538, - [SMALL_STATE(1015)] = 55613, - [SMALL_STATE(1016)] = 55688, - [SMALL_STATE(1017)] = 55763, - [SMALL_STATE(1018)] = 55840, - [SMALL_STATE(1019)] = 55915, - [SMALL_STATE(1020)] = 55990, - [SMALL_STATE(1021)] = 56065, - [SMALL_STATE(1022)] = 56140, - [SMALL_STATE(1023)] = 56215, - [SMALL_STATE(1024)] = 56262, - [SMALL_STATE(1025)] = 56337, - [SMALL_STATE(1026)] = 56412, - [SMALL_STATE(1027)] = 56487, - [SMALL_STATE(1028)] = 56536, - [SMALL_STATE(1029)] = 56613, - [SMALL_STATE(1030)] = 56662, - [SMALL_STATE(1031)] = 56739, - [SMALL_STATE(1032)] = 56814, - [SMALL_STATE(1033)] = 56867, - [SMALL_STATE(1034)] = 56942, - [SMALL_STATE(1035)] = 57017, - [SMALL_STATE(1036)] = 57094, - [SMALL_STATE(1037)] = 57143, - [SMALL_STATE(1038)] = 57220, - [SMALL_STATE(1039)] = 57297, - [SMALL_STATE(1040)] = 57372, - [SMALL_STATE(1041)] = 57449, - [SMALL_STATE(1042)] = 57494, - [SMALL_STATE(1043)] = 57571, - [SMALL_STATE(1044)] = 57646, - [SMALL_STATE(1045)] = 57723, - [SMALL_STATE(1046)] = 57800, - [SMALL_STATE(1047)] = 57875, - [SMALL_STATE(1048)] = 57952, - [SMALL_STATE(1049)] = 58007, - [SMALL_STATE(1050)] = 58082, - [SMALL_STATE(1051)] = 58157, - [SMALL_STATE(1052)] = 58232, - [SMALL_STATE(1053)] = 58309, - [SMALL_STATE(1054)] = 58386, - [SMALL_STATE(1055)] = 58461, - [SMALL_STATE(1056)] = 58536, - [SMALL_STATE(1057)] = 58611, - [SMALL_STATE(1058)] = 58686, - [SMALL_STATE(1059)] = 58761, - [SMALL_STATE(1060)] = 58836, - [SMALL_STATE(1061)] = 58911, - [SMALL_STATE(1062)] = 58986, - [SMALL_STATE(1063)] = 59063, - [SMALL_STATE(1064)] = 59140, - [SMALL_STATE(1065)] = 59217, - [SMALL_STATE(1066)] = 59294, - [SMALL_STATE(1067)] = 59371, - [SMALL_STATE(1068)] = 59448, - [SMALL_STATE(1069)] = 59525, - [SMALL_STATE(1070)] = 59600, - [SMALL_STATE(1071)] = 59677, - [SMALL_STATE(1072)] = 59752, - [SMALL_STATE(1073)] = 59829, - [SMALL_STATE(1074)] = 59906, - [SMALL_STATE(1075)] = 59983, - [SMALL_STATE(1076)] = 60058, - [SMALL_STATE(1077)] = 60133, - [SMALL_STATE(1078)] = 60208, - [SMALL_STATE(1079)] = 60285, - [SMALL_STATE(1080)] = 60360, - [SMALL_STATE(1081)] = 60435, - [SMALL_STATE(1082)] = 60512, - [SMALL_STATE(1083)] = 60587, - [SMALL_STATE(1084)] = 60664, - [SMALL_STATE(1085)] = 60739, - [SMALL_STATE(1086)] = 60814, - [SMALL_STATE(1087)] = 60889, - [SMALL_STATE(1088)] = 60966, - [SMALL_STATE(1089)] = 61043, - [SMALL_STATE(1090)] = 61118, - [SMALL_STATE(1091)] = 61193, - [SMALL_STATE(1092)] = 61248, - [SMALL_STATE(1093)] = 61323, - [SMALL_STATE(1094)] = 61400, - [SMALL_STATE(1095)] = 61477, - [SMALL_STATE(1096)] = 61552, - [SMALL_STATE(1097)] = 61627, - [SMALL_STATE(1098)] = 61702, - [SMALL_STATE(1099)] = 61779, - [SMALL_STATE(1100)] = 61823, - [SMALL_STATE(1101)] = 61865, - [SMALL_STATE(1102)] = 61909, - [SMALL_STATE(1103)] = 61953, - [SMALL_STATE(1104)] = 61995, - [SMALL_STATE(1105)] = 62045, - [SMALL_STATE(1106)] = 62099, - [SMALL_STATE(1107)] = 62141, - [SMALL_STATE(1108)] = 62183, - [SMALL_STATE(1109)] = 62239, - [SMALL_STATE(1110)] = 62297, - [SMALL_STATE(1111)] = 62339, - [SMALL_STATE(1112)] = 62381, - [SMALL_STATE(1113)] = 62435, - [SMALL_STATE(1114)] = 62497, - [SMALL_STATE(1115)] = 62539, - [SMALL_STATE(1116)] = 62581, - [SMALL_STATE(1117)] = 62623, - [SMALL_STATE(1118)] = 62665, - [SMALL_STATE(1119)] = 62713, - [SMALL_STATE(1120)] = 62775, - [SMALL_STATE(1121)] = 62819, - [SMALL_STATE(1122)] = 62863, - [SMALL_STATE(1123)] = 62909, - [SMALL_STATE(1124)] = 62951, - [SMALL_STATE(1125)] = 62993, - [SMALL_STATE(1126)] = 63035, - [SMALL_STATE(1127)] = 63081, - [SMALL_STATE(1128)] = 63125, - [SMALL_STATE(1129)] = 63169, - [SMALL_STATE(1130)] = 63211, - [SMALL_STATE(1131)] = 63253, - [SMALL_STATE(1132)] = 63297, - [SMALL_STATE(1133)] = 63341, - [SMALL_STATE(1134)] = 63383, - [SMALL_STATE(1135)] = 63435, - [SMALL_STATE(1136)] = 63477, - [SMALL_STATE(1137)] = 63519, - [SMALL_STATE(1138)] = 63563, - [SMALL_STATE(1139)] = 63605, - [SMALL_STATE(1140)] = 63649, - [SMALL_STATE(1141)] = 63691, - [SMALL_STATE(1142)] = 63735, - [SMALL_STATE(1143)] = 63777, - [SMALL_STATE(1144)] = 63821, - [SMALL_STATE(1145)] = 63863, - [SMALL_STATE(1146)] = 63907, - [SMALL_STATE(1147)] = 63949, - [SMALL_STATE(1148)] = 63993, - [SMALL_STATE(1149)] = 64035, - [SMALL_STATE(1150)] = 64079, - [SMALL_STATE(1151)] = 64121, - [SMALL_STATE(1152)] = 64165, - [SMALL_STATE(1153)] = 64207, - [SMALL_STATE(1154)] = 64251, - [SMALL_STATE(1155)] = 64293, - [SMALL_STATE(1156)] = 64335, - [SMALL_STATE(1157)] = 64377, - [SMALL_STATE(1158)] = 64419, - [SMALL_STATE(1159)] = 64465, - [SMALL_STATE(1160)] = 64507, - [SMALL_STATE(1161)] = 64549, - [SMALL_STATE(1162)] = 64593, - [SMALL_STATE(1163)] = 64635, - [SMALL_STATE(1164)] = 64679, - [SMALL_STATE(1165)] = 64723, - [SMALL_STATE(1166)] = 64765, - [SMALL_STATE(1167)] = 64809, - [SMALL_STATE(1168)] = 64851, - [SMALL_STATE(1169)] = 64897, - [SMALL_STATE(1170)] = 64949, - [SMALL_STATE(1171)] = 64999, - [SMALL_STATE(1172)] = 65040, - [SMALL_STATE(1173)] = 65079, - [SMALL_STATE(1174)] = 65120, - [SMALL_STATE(1175)] = 65159, - [SMALL_STATE(1176)] = 65200, - [SMALL_STATE(1177)] = 65239, - [SMALL_STATE(1178)] = 65280, - [SMALL_STATE(1179)] = 65319, - [SMALL_STATE(1180)] = 65360, - [SMALL_STATE(1181)] = 65399, - [SMALL_STATE(1182)] = 65438, - [SMALL_STATE(1183)] = 65491, - [SMALL_STATE(1184)] = 65550, - [SMALL_STATE(1185)] = 65589, - [SMALL_STATE(1186)] = 65628, - [SMALL_STATE(1187)] = 65667, - [SMALL_STATE(1188)] = 65708, - [SMALL_STATE(1189)] = 65755, - [SMALL_STATE(1190)] = 65796, - [SMALL_STATE(1191)] = 65835, - [SMALL_STATE(1192)] = 65898, - [SMALL_STATE(1193)] = 65937, - [SMALL_STATE(1194)] = 65976, - [SMALL_STATE(1195)] = 66015, - [SMALL_STATE(1196)] = 66054, - [SMALL_STATE(1197)] = 66095, - [SMALL_STATE(1198)] = 66134, - [SMALL_STATE(1199)] = 66173, - [SMALL_STATE(1200)] = 66212, - [SMALL_STATE(1201)] = 66251, - [SMALL_STATE(1202)] = 66292, - [SMALL_STATE(1203)] = 66353, - [SMALL_STATE(1204)] = 66410, - [SMALL_STATE(1205)] = 66449, - [SMALL_STATE(1206)] = 66496, - [SMALL_STATE(1207)] = 66535, - [SMALL_STATE(1208)] = 66576, - [SMALL_STATE(1209)] = 66615, - [SMALL_STATE(1210)] = 66654, - [SMALL_STATE(1211)] = 66693, - [SMALL_STATE(1212)] = 66740, - [SMALL_STATE(1213)] = 66781, - [SMALL_STATE(1214)] = 66848, - [SMALL_STATE(1215)] = 66915, - [SMALL_STATE(1216)] = 66956, - [SMALL_STATE(1217)] = 66995, - [SMALL_STATE(1218)] = 67036, - [SMALL_STATE(1219)] = 67075, - [SMALL_STATE(1220)] = 67116, - [SMALL_STATE(1221)] = 67155, - [SMALL_STATE(1222)] = 67196, - [SMALL_STATE(1223)] = 67235, - [SMALL_STATE(1224)] = 67276, - [SMALL_STATE(1225)] = 67315, - [SMALL_STATE(1226)] = 67356, - [SMALL_STATE(1227)] = 67395, - [SMALL_STATE(1228)] = 67436, - [SMALL_STATE(1229)] = 67475, - [SMALL_STATE(1230)] = 67516, - [SMALL_STATE(1231)] = 67555, - [SMALL_STATE(1232)] = 67596, - [SMALL_STATE(1233)] = 67635, - [SMALL_STATE(1234)] = 67680, - [SMALL_STATE(1235)] = 67719, - [SMALL_STATE(1236)] = 67768, - [SMALL_STATE(1237)] = 67807, - [SMALL_STATE(1238)] = 67866, - [SMALL_STATE(1239)] = 67915, - [SMALL_STATE(1240)] = 67955, - [SMALL_STATE(1241)] = 67995, - [SMALL_STATE(1242)] = 68041, - [SMALL_STATE(1243)] = 68087, - [SMALL_STATE(1244)] = 68131, - [SMALL_STATE(1245)] = 68187, - [SMALL_STATE(1246)] = 68243, - [SMALL_STATE(1247)] = 68299, - [SMALL_STATE(1248)] = 68355, - [SMALL_STATE(1249)] = 68395, - [SMALL_STATE(1250)] = 68435, - [SMALL_STATE(1251)] = 68485, - [SMALL_STATE(1252)] = 68541, - [SMALL_STATE(1253)] = 68597, - [SMALL_STATE(1254)] = 68650, - [SMALL_STATE(1255)] = 68693, - [SMALL_STATE(1256)] = 68746, - [SMALL_STATE(1257)] = 68799, - [SMALL_STATE(1258)] = 68848, - [SMALL_STATE(1259)] = 68891, - [SMALL_STATE(1260)] = 68934, - [SMALL_STATE(1261)] = 68987, - [SMALL_STATE(1262)] = 69026, - [SMALL_STATE(1263)] = 69079, - [SMALL_STATE(1264)] = 69128, - [SMALL_STATE(1265)] = 69181, - [SMALL_STATE(1266)] = 69223, - [SMALL_STATE(1267)] = 69265, - [SMALL_STATE(1268)] = 69307, - [SMALL_STATE(1269)] = 69355, - [SMALL_STATE(1270)] = 69401, - [SMALL_STATE(1271)] = 69441, - [SMALL_STATE(1272)] = 69481, - [SMALL_STATE(1273)] = 69519, - [SMALL_STATE(1274)] = 69561, - [SMALL_STATE(1275)] = 69605, - [SMALL_STATE(1276)] = 69643, - [SMALL_STATE(1277)] = 69681, - [SMALL_STATE(1278)] = 69718, - [SMALL_STATE(1279)] = 69755, - [SMALL_STATE(1280)] = 69794, - [SMALL_STATE(1281)] = 69831, - [SMALL_STATE(1282)] = 69870, - [SMALL_STATE(1283)] = 69909, - [SMALL_STATE(1284)] = 69946, - [SMALL_STATE(1285)] = 69989, - [SMALL_STATE(1286)] = 70028, - [SMALL_STATE(1287)] = 70067, - [SMALL_STATE(1288)] = 70114, - [SMALL_STATE(1289)] = 70151, - [SMALL_STATE(1290)] = 70190, - [SMALL_STATE(1291)] = 70227, - [SMALL_STATE(1292)] = 70264, - [SMALL_STATE(1293)] = 70305, - [SMALL_STATE(1294)] = 70342, - [SMALL_STATE(1295)] = 70379, - [SMALL_STATE(1296)] = 70416, - [SMALL_STATE(1297)] = 70453, - [SMALL_STATE(1298)] = 70490, - [SMALL_STATE(1299)] = 70527, - [SMALL_STATE(1300)] = 70564, - [SMALL_STATE(1301)] = 70601, - [SMALL_STATE(1302)] = 70640, - [SMALL_STATE(1303)] = 70679, - [SMALL_STATE(1304)] = 70716, - [SMALL_STATE(1305)] = 70753, - [SMALL_STATE(1306)] = 70790, - [SMALL_STATE(1307)] = 70827, - [SMALL_STATE(1308)] = 70864, - [SMALL_STATE(1309)] = 70901, - [SMALL_STATE(1310)] = 70944, - [SMALL_STATE(1311)] = 70991, - [SMALL_STATE(1312)] = 71027, - [SMALL_STATE(1313)] = 71063, - [SMALL_STATE(1314)] = 71103, - [SMALL_STATE(1315)] = 71141, - [SMALL_STATE(1316)] = 71181, - [SMALL_STATE(1317)] = 71223, - [SMALL_STATE(1318)] = 71261, - [SMALL_STATE(1319)] = 71301, - [SMALL_STATE(1320)] = 71339, - [SMALL_STATE(1321)] = 71373, - [SMALL_STATE(1322)] = 71409, - [SMALL_STATE(1323)] = 71445, - [SMALL_STATE(1324)] = 71487, - [SMALL_STATE(1325)] = 71523, - [SMALL_STATE(1326)] = 71559, - [SMALL_STATE(1327)] = 71595, - [SMALL_STATE(1328)] = 71631, - [SMALL_STATE(1329)] = 71667, - [SMALL_STATE(1330)] = 71703, - [SMALL_STATE(1331)] = 71739, - [SMALL_STATE(1332)] = 71775, - [SMALL_STATE(1333)] = 71811, - [SMALL_STATE(1334)] = 71847, - [SMALL_STATE(1335)] = 71883, - [SMALL_STATE(1336)] = 71919, - [SMALL_STATE(1337)] = 71955, - [SMALL_STATE(1338)] = 72011, - [SMALL_STATE(1339)] = 72047, - [SMALL_STATE(1340)] = 72083, - [SMALL_STATE(1341)] = 72119, - [SMALL_STATE(1342)] = 72155, - [SMALL_STATE(1343)] = 72191, - [SMALL_STATE(1344)] = 72227, - [SMALL_STATE(1345)] = 72263, - [SMALL_STATE(1346)] = 72299, - [SMALL_STATE(1347)] = 72333, - [SMALL_STATE(1348)] = 72369, - [SMALL_STATE(1349)] = 72407, - [SMALL_STATE(1350)] = 72463, - [SMALL_STATE(1351)] = 72511, - [SMALL_STATE(1352)] = 72547, - [SMALL_STATE(1353)] = 72583, - [SMALL_STATE(1354)] = 72635, - [SMALL_STATE(1355)] = 72685, - [SMALL_STATE(1356)] = 72731, - [SMALL_STATE(1357)] = 72771, - [SMALL_STATE(1358)] = 72809, - [SMALL_STATE(1359)] = 72853, - [SMALL_STATE(1360)] = 72901, - [SMALL_STATE(1361)] = 72943, - [SMALL_STATE(1362)] = 72979, - [SMALL_STATE(1363)] = 73023, - [SMALL_STATE(1364)] = 73059, - [SMALL_STATE(1365)] = 73095, - [SMALL_STATE(1366)] = 73131, - [SMALL_STATE(1367)] = 73177, - [SMALL_STATE(1368)] = 73210, - [SMALL_STATE(1369)] = 73253, - [SMALL_STATE(1370)] = 73288, - [SMALL_STATE(1371)] = 73343, - [SMALL_STATE(1372)] = 73378, - [SMALL_STATE(1373)] = 73435, - [SMALL_STATE(1374)] = 73472, - [SMALL_STATE(1375)] = 73513, - [SMALL_STATE(1376)] = 73552, - [SMALL_STATE(1377)] = 73597, - [SMALL_STATE(1378)] = 73638, - [SMALL_STATE(1379)] = 73671, - [SMALL_STATE(1380)] = 73712, - [SMALL_STATE(1381)] = 73745, - [SMALL_STATE(1382)] = 73800, - [SMALL_STATE(1383)] = 73855, - [SMALL_STATE(1384)] = 73896, - [SMALL_STATE(1385)] = 73947, - [SMALL_STATE(1386)] = 73980, - [SMALL_STATE(1387)] = 74013, - [SMALL_STATE(1388)] = 74046, - [SMALL_STATE(1389)] = 74079, - [SMALL_STATE(1390)] = 74116, - [SMALL_STATE(1391)] = 74165, - [SMALL_STATE(1392)] = 74198, - [SMALL_STATE(1393)] = 74231, - [SMALL_STATE(1394)] = 74264, - [SMALL_STATE(1395)] = 74309, - [SMALL_STATE(1396)] = 74348, - [SMALL_STATE(1397)] = 74381, - [SMALL_STATE(1398)] = 74418, - [SMALL_STATE(1399)] = 74473, - [SMALL_STATE(1400)] = 74520, - [SMALL_STATE(1401)] = 74567, - [SMALL_STATE(1402)] = 74603, - [SMALL_STATE(1403)] = 74655, - [SMALL_STATE(1404)] = 74695, - [SMALL_STATE(1405)] = 74731, - [SMALL_STATE(1406)] = 74785, - [SMALL_STATE(1407)] = 74839, - [SMALL_STATE(1408)] = 74891, - [SMALL_STATE(1409)] = 74929, - [SMALL_STATE(1410)] = 74969, - [SMALL_STATE(1411)] = 75015, - [SMALL_STATE(1412)] = 75057, - [SMALL_STATE(1413)] = 75095, - [SMALL_STATE(1414)] = 75133, - [SMALL_STATE(1415)] = 75177, - [SMALL_STATE(1416)] = 75225, - [SMALL_STATE(1417)] = 75275, - [SMALL_STATE(1418)] = 75329, - [SMALL_STATE(1419)] = 75365, - [SMALL_STATE(1420)] = 75403, - [SMALL_STATE(1421)] = 75441, - [SMALL_STATE(1422)] = 75477, - [SMALL_STATE(1423)] = 75515, - [SMALL_STATE(1424)] = 75561, - [SMALL_STATE(1425)] = 75614, - [SMALL_STATE(1426)] = 75647, - [SMALL_STATE(1427)] = 75680, - [SMALL_STATE(1428)] = 75715, - [SMALL_STATE(1429)] = 75752, - [SMALL_STATE(1430)] = 75787, - [SMALL_STATE(1431)] = 75826, - [SMALL_STATE(1432)] = 75861, - [SMALL_STATE(1433)] = 75916, - [SMALL_STATE(1434)] = 75969, - [SMALL_STATE(1435)] = 76004, - [SMALL_STATE(1436)] = 76047, - [SMALL_STATE(1437)] = 76084, - [SMALL_STATE(1438)] = 76123, - [SMALL_STATE(1439)] = 76160, - [SMALL_STATE(1440)] = 76193, - [SMALL_STATE(1441)] = 76238, - [SMALL_STATE(1442)] = 76291, - [SMALL_STATE(1443)] = 76344, - [SMALL_STATE(1444)] = 76397, - [SMALL_STATE(1445)] = 76450, - [SMALL_STATE(1446)] = 76503, - [SMALL_STATE(1447)] = 76540, - [SMALL_STATE(1448)] = 76593, - [SMALL_STATE(1449)] = 76626, - [SMALL_STATE(1450)] = 76661, - [SMALL_STATE(1451)] = 76694, - [SMALL_STATE(1452)] = 76735, - [SMALL_STATE(1453)] = 76788, - [SMALL_STATE(1454)] = 76833, - [SMALL_STATE(1455)] = 76882, - [SMALL_STATE(1456)] = 76929, - [SMALL_STATE(1457)] = 76969, - [SMALL_STATE(1458)] = 77019, - [SMALL_STATE(1459)] = 77051, - [SMALL_STATE(1460)] = 77085, - [SMALL_STATE(1461)] = 77117, - [SMALL_STATE(1462)] = 77153, - [SMALL_STATE(1463)] = 77187, - [SMALL_STATE(1464)] = 77223, - [SMALL_STATE(1465)] = 77257, - [SMALL_STATE(1466)] = 77289, - [SMALL_STATE(1467)] = 77339, - [SMALL_STATE(1468)] = 77371, - [SMALL_STATE(1469)] = 77403, - [SMALL_STATE(1470)] = 77435, - [SMALL_STATE(1471)] = 77487, - [SMALL_STATE(1472)] = 77537, - [SMALL_STATE(1473)] = 77569, - [SMALL_STATE(1474)] = 77601, - [SMALL_STATE(1475)] = 77651, - [SMALL_STATE(1476)] = 77701, - [SMALL_STATE(1477)] = 77751, - [SMALL_STATE(1478)] = 77783, - [SMALL_STATE(1479)] = 77833, - [SMALL_STATE(1480)] = 77867, - [SMALL_STATE(1481)] = 77899, - [SMALL_STATE(1482)] = 77931, - [SMALL_STATE(1483)] = 77963, - [SMALL_STATE(1484)] = 77995, - [SMALL_STATE(1485)] = 78029, - [SMALL_STATE(1486)] = 78061, - [SMALL_STATE(1487)] = 78093, - [SMALL_STATE(1488)] = 78125, - [SMALL_STATE(1489)] = 78181, - [SMALL_STATE(1490)] = 78229, - [SMALL_STATE(1491)] = 78261, - [SMALL_STATE(1492)] = 78293, - [SMALL_STATE(1493)] = 78337, - [SMALL_STATE(1494)] = 78387, - [SMALL_STATE(1495)] = 78419, - [SMALL_STATE(1496)] = 78451, - [SMALL_STATE(1497)] = 78485, - [SMALL_STATE(1498)] = 78541, - [SMALL_STATE(1499)] = 78573, - [SMALL_STATE(1500)] = 78611, - [SMALL_STATE(1501)] = 78643, - [SMALL_STATE(1502)] = 78691, - [SMALL_STATE(1503)] = 78723, - [SMALL_STATE(1504)] = 78769, - [SMALL_STATE(1505)] = 78821, - [SMALL_STATE(1506)] = 78852, - [SMALL_STATE(1507)] = 78883, - [SMALL_STATE(1508)] = 78934, - [SMALL_STATE(1509)] = 78965, - [SMALL_STATE(1510)] = 78996, - [SMALL_STATE(1511)] = 79027, - [SMALL_STATE(1512)] = 79078, - [SMALL_STATE(1513)] = 79129, - [SMALL_STATE(1514)] = 79160, - [SMALL_STATE(1515)] = 79191, - [SMALL_STATE(1516)] = 79222, - [SMALL_STATE(1517)] = 79253, - [SMALL_STATE(1518)] = 79284, - [SMALL_STATE(1519)] = 79315, - [SMALL_STATE(1520)] = 79346, - [SMALL_STATE(1521)] = 79377, - [SMALL_STATE(1522)] = 79428, - [SMALL_STATE(1523)] = 79459, - [SMALL_STATE(1524)] = 79490, - [SMALL_STATE(1525)] = 79521, - [SMALL_STATE(1526)] = 79552, - [SMALL_STATE(1527)] = 79607, - [SMALL_STATE(1528)] = 79658, - [SMALL_STATE(1529)] = 79706, - [SMALL_STATE(1530)] = 79754, - [SMALL_STATE(1531)] = 79802, - [SMALL_STATE(1532)] = 79850, - [SMALL_STATE(1533)] = 79898, - [SMALL_STATE(1534)] = 79955, - [SMALL_STATE(1535)] = 80010, - [SMALL_STATE(1536)] = 80064, - [SMALL_STATE(1537)] = 80118, - [SMALL_STATE(1538)] = 80172, - [SMALL_STATE(1539)] = 80226, - [SMALL_STATE(1540)] = 80280, - [SMALL_STATE(1541)] = 80334, - [SMALL_STATE(1542)] = 80388, - [SMALL_STATE(1543)] = 80442, - [SMALL_STATE(1544)] = 80496, - [SMALL_STATE(1545)] = 80550, - [SMALL_STATE(1546)] = 80604, - [SMALL_STATE(1547)] = 80658, - [SMALL_STATE(1548)] = 80712, - [SMALL_STATE(1549)] = 80766, - [SMALL_STATE(1550)] = 80820, - [SMALL_STATE(1551)] = 80874, - [SMALL_STATE(1552)] = 80928, - [SMALL_STATE(1553)] = 80982, - [SMALL_STATE(1554)] = 81036, - [SMALL_STATE(1555)] = 81090, - [SMALL_STATE(1556)] = 81144, - [SMALL_STATE(1557)] = 81198, - [SMALL_STATE(1558)] = 81252, - [SMALL_STATE(1559)] = 81306, - [SMALL_STATE(1560)] = 81358, - [SMALL_STATE(1561)] = 81412, - [SMALL_STATE(1562)] = 81466, - [SMALL_STATE(1563)] = 81517, - [SMALL_STATE(1564)] = 81568, - [SMALL_STATE(1565)] = 81619, - [SMALL_STATE(1566)] = 81670, - [SMALL_STATE(1567)] = 81721, - [SMALL_STATE(1568)] = 81772, - [SMALL_STATE(1569)] = 81823, - [SMALL_STATE(1570)] = 81874, - [SMALL_STATE(1571)] = 81925, - [SMALL_STATE(1572)] = 81976, - [SMALL_STATE(1573)] = 82027, - [SMALL_STATE(1574)] = 82078, - [SMALL_STATE(1575)] = 82129, - [SMALL_STATE(1576)] = 82180, - [SMALL_STATE(1577)] = 82231, - [SMALL_STATE(1578)] = 82282, - [SMALL_STATE(1579)] = 82333, - [SMALL_STATE(1580)] = 82384, - [SMALL_STATE(1581)] = 82435, - [SMALL_STATE(1582)] = 82486, - [SMALL_STATE(1583)] = 82537, - [SMALL_STATE(1584)] = 82588, - [SMALL_STATE(1585)] = 82639, - [SMALL_STATE(1586)] = 82690, - [SMALL_STATE(1587)] = 82741, - [SMALL_STATE(1588)] = 82792, - [SMALL_STATE(1589)] = 82843, - [SMALL_STATE(1590)] = 82894, - [SMALL_STATE(1591)] = 82945, - [SMALL_STATE(1592)] = 82996, - [SMALL_STATE(1593)] = 83047, - [SMALL_STATE(1594)] = 83098, - [SMALL_STATE(1595)] = 83149, - [SMALL_STATE(1596)] = 83200, - [SMALL_STATE(1597)] = 83251, - [SMALL_STATE(1598)] = 83302, - [SMALL_STATE(1599)] = 83353, - [SMALL_STATE(1600)] = 83404, - [SMALL_STATE(1601)] = 83455, - [SMALL_STATE(1602)] = 83506, - [SMALL_STATE(1603)] = 83557, - [SMALL_STATE(1604)] = 83608, - [SMALL_STATE(1605)] = 83659, - [SMALL_STATE(1606)] = 83710, - [SMALL_STATE(1607)] = 83761, - [SMALL_STATE(1608)] = 83812, - [SMALL_STATE(1609)] = 83863, - [SMALL_STATE(1610)] = 83914, - [SMALL_STATE(1611)] = 83965, - [SMALL_STATE(1612)] = 84016, - [SMALL_STATE(1613)] = 84067, - [SMALL_STATE(1614)] = 84118, - [SMALL_STATE(1615)] = 84169, - [SMALL_STATE(1616)] = 84220, - [SMALL_STATE(1617)] = 84271, - [SMALL_STATE(1618)] = 84322, - [SMALL_STATE(1619)] = 84373, - [SMALL_STATE(1620)] = 84424, - [SMALL_STATE(1621)] = 84475, - [SMALL_STATE(1622)] = 84526, - [SMALL_STATE(1623)] = 84577, - [SMALL_STATE(1624)] = 84628, - [SMALL_STATE(1625)] = 84679, - [SMALL_STATE(1626)] = 84730, - [SMALL_STATE(1627)] = 84781, - [SMALL_STATE(1628)] = 84832, - [SMALL_STATE(1629)] = 84883, - [SMALL_STATE(1630)] = 84934, - [SMALL_STATE(1631)] = 84985, - [SMALL_STATE(1632)] = 85036, - [SMALL_STATE(1633)] = 85087, - [SMALL_STATE(1634)] = 85138, - [SMALL_STATE(1635)] = 85189, - [SMALL_STATE(1636)] = 85240, - [SMALL_STATE(1637)] = 85291, - [SMALL_STATE(1638)] = 85342, - [SMALL_STATE(1639)] = 85393, - [SMALL_STATE(1640)] = 85441, - [SMALL_STATE(1641)] = 85489, - [SMALL_STATE(1642)] = 85537, - [SMALL_STATE(1643)] = 85585, - [SMALL_STATE(1644)] = 85633, - [SMALL_STATE(1645)] = 85681, - [SMALL_STATE(1646)] = 85729, - [SMALL_STATE(1647)] = 85777, - [SMALL_STATE(1648)] = 85825, - [SMALL_STATE(1649)] = 85873, - [SMALL_STATE(1650)] = 85921, - [SMALL_STATE(1651)] = 85969, - [SMALL_STATE(1652)] = 86017, - [SMALL_STATE(1653)] = 86065, - [SMALL_STATE(1654)] = 86113, - [SMALL_STATE(1655)] = 86161, - [SMALL_STATE(1656)] = 86180, - [SMALL_STATE(1657)] = 86200, - [SMALL_STATE(1658)] = 86217, - [SMALL_STATE(1659)] = 86235, - [SMALL_STATE(1660)] = 86254, - [SMALL_STATE(1661)] = 86269, - [SMALL_STATE(1662)] = 86281, - [SMALL_STATE(1663)] = 86293, - [SMALL_STATE(1664)] = 86305, - [SMALL_STATE(1665)] = 86317, - [SMALL_STATE(1666)] = 86336, - [SMALL_STATE(1667)] = 86347, - [SMALL_STATE(1668)] = 86366, - [SMALL_STATE(1669)] = 86385, - [SMALL_STATE(1670)] = 86404, - [SMALL_STATE(1671)] = 86423, - [SMALL_STATE(1672)] = 86440, - [SMALL_STATE(1673)] = 86457, - [SMALL_STATE(1674)] = 86474, - [SMALL_STATE(1675)] = 86493, - [SMALL_STATE(1676)] = 86510, - [SMALL_STATE(1677)] = 86529, - [SMALL_STATE(1678)] = 86546, - [SMALL_STATE(1679)] = 86565, - [SMALL_STATE(1680)] = 86584, - [SMALL_STATE(1681)] = 86599, - [SMALL_STATE(1682)] = 86616, - [SMALL_STATE(1683)] = 86633, - [SMALL_STATE(1684)] = 86652, - [SMALL_STATE(1685)] = 86671, - [SMALL_STATE(1686)] = 86688, - [SMALL_STATE(1687)] = 86705, - [SMALL_STATE(1688)] = 86724, - [SMALL_STATE(1689)] = 86743, - [SMALL_STATE(1690)] = 86760, - [SMALL_STATE(1691)] = 86775, - [SMALL_STATE(1692)] = 86794, - [SMALL_STATE(1693)] = 86811, - [SMALL_STATE(1694)] = 86828, - [SMALL_STATE(1695)] = 86845, - [SMALL_STATE(1696)] = 86862, - [SMALL_STATE(1697)] = 86881, - [SMALL_STATE(1698)] = 86900, - [SMALL_STATE(1699)] = 86917, - [SMALL_STATE(1700)] = 86934, - [SMALL_STATE(1701)] = 86945, - [SMALL_STATE(1702)] = 86956, - [SMALL_STATE(1703)] = 86971, - [SMALL_STATE(1704)] = 86990, - [SMALL_STATE(1705)] = 87007, - [SMALL_STATE(1706)] = 87024, - [SMALL_STATE(1707)] = 87039, - [SMALL_STATE(1708)] = 87056, - [SMALL_STATE(1709)] = 87075, - [SMALL_STATE(1710)] = 87094, - [SMALL_STATE(1711)] = 87111, - [SMALL_STATE(1712)] = 87128, - [SMALL_STATE(1713)] = 87147, - [SMALL_STATE(1714)] = 87166, - [SMALL_STATE(1715)] = 87183, - [SMALL_STATE(1716)] = 87198, - [SMALL_STATE(1717)] = 87215, - [SMALL_STATE(1718)] = 87234, - [SMALL_STATE(1719)] = 87253, - [SMALL_STATE(1720)] = 87264, - [SMALL_STATE(1721)] = 87281, - [SMALL_STATE(1722)] = 87300, - [SMALL_STATE(1723)] = 87314, - [SMALL_STATE(1724)] = 87328, - [SMALL_STATE(1725)] = 87342, - [SMALL_STATE(1726)] = 87356, - [SMALL_STATE(1727)] = 87370, - [SMALL_STATE(1728)] = 87382, - [SMALL_STATE(1729)] = 87396, - [SMALL_STATE(1730)] = 87410, - [SMALL_STATE(1731)] = 87424, - [SMALL_STATE(1732)] = 87438, - [SMALL_STATE(1733)] = 87452, - [SMALL_STATE(1734)] = 87466, - [SMALL_STATE(1735)] = 87480, - [SMALL_STATE(1736)] = 87494, - [SMALL_STATE(1737)] = 87508, - [SMALL_STATE(1738)] = 87522, - [SMALL_STATE(1739)] = 87532, - [SMALL_STATE(1740)] = 87546, - [SMALL_STATE(1741)] = 87556, - [SMALL_STATE(1742)] = 87566, - [SMALL_STATE(1743)] = 87576, - [SMALL_STATE(1744)] = 87587, - [SMALL_STATE(1745)] = 87598, - [SMALL_STATE(1746)] = 87609, - [SMALL_STATE(1747)] = 87620, - [SMALL_STATE(1748)] = 87629, - [SMALL_STATE(1749)] = 87640, - [SMALL_STATE(1750)] = 87651, - [SMALL_STATE(1751)] = 87662, - [SMALL_STATE(1752)] = 87673, - [SMALL_STATE(1753)] = 87684, - [SMALL_STATE(1754)] = 87695, - [SMALL_STATE(1755)] = 87706, - [SMALL_STATE(1756)] = 87715, - [SMALL_STATE(1757)] = 87726, - [SMALL_STATE(1758)] = 87737, - [SMALL_STATE(1759)] = 87748, - [SMALL_STATE(1760)] = 87759, - [SMALL_STATE(1761)] = 87770, - [SMALL_STATE(1762)] = 87781, - [SMALL_STATE(1763)] = 87792, - [SMALL_STATE(1764)] = 87803, - [SMALL_STATE(1765)] = 87814, - [SMALL_STATE(1766)] = 87825, - [SMALL_STATE(1767)] = 87836, - [SMALL_STATE(1768)] = 87847, - [SMALL_STATE(1769)] = 87858, - [SMALL_STATE(1770)] = 87867, - [SMALL_STATE(1771)] = 87878, - [SMALL_STATE(1772)] = 87889, - [SMALL_STATE(1773)] = 87900, - [SMALL_STATE(1774)] = 87911, - [SMALL_STATE(1775)] = 87922, - [SMALL_STATE(1776)] = 87931, - [SMALL_STATE(1777)] = 87941, - [SMALL_STATE(1778)] = 87951, - [SMALL_STATE(1779)] = 87961, - [SMALL_STATE(1780)] = 87971, - [SMALL_STATE(1781)] = 87981, - [SMALL_STATE(1782)] = 87991, - [SMALL_STATE(1783)] = 88001, - [SMALL_STATE(1784)] = 88011, - [SMALL_STATE(1785)] = 88021, - [SMALL_STATE(1786)] = 88031, - [SMALL_STATE(1787)] = 88041, - [SMALL_STATE(1788)] = 88051, - [SMALL_STATE(1789)] = 88061, - [SMALL_STATE(1790)] = 88068, - [SMALL_STATE(1791)] = 88073, - [SMALL_STATE(1792)] = 88080, - [SMALL_STATE(1793)] = 88087, - [SMALL_STATE(1794)] = 88094, - [SMALL_STATE(1795)] = 88101, - [SMALL_STATE(1796)] = 88108, - [SMALL_STATE(1797)] = 88115, - [SMALL_STATE(1798)] = 88122, - [SMALL_STATE(1799)] = 88129, - [SMALL_STATE(1800)] = 88136, - [SMALL_STATE(1801)] = 88143, - [SMALL_STATE(1802)] = 88150, - [SMALL_STATE(1803)] = 88157, - [SMALL_STATE(1804)] = 88164, - [SMALL_STATE(1805)] = 88171, - [SMALL_STATE(1806)] = 88178, - [SMALL_STATE(1807)] = 88185, - [SMALL_STATE(1808)] = 88192, - [SMALL_STATE(1809)] = 88199, - [SMALL_STATE(1810)] = 88206, - [SMALL_STATE(1811)] = 88213, - [SMALL_STATE(1812)] = 88220, - [SMALL_STATE(1813)] = 88227, - [SMALL_STATE(1814)] = 88234, - [SMALL_STATE(1815)] = 88241, - [SMALL_STATE(1816)] = 88248, - [SMALL_STATE(1817)] = 88255, - [SMALL_STATE(1818)] = 88262, - [SMALL_STATE(1819)] = 88269, - [SMALL_STATE(1820)] = 88276, - [SMALL_STATE(1821)] = 88283, - [SMALL_STATE(1822)] = 88290, - [SMALL_STATE(1823)] = 88297, - [SMALL_STATE(1824)] = 88304, - [SMALL_STATE(1825)] = 88311, - [SMALL_STATE(1826)] = 88318, - [SMALL_STATE(1827)] = 88325, - [SMALL_STATE(1828)] = 88332, - [SMALL_STATE(1829)] = 88339, - [SMALL_STATE(1830)] = 88346, - [SMALL_STATE(1831)] = 88353, - [SMALL_STATE(1832)] = 88360, - [SMALL_STATE(1833)] = 88367, - [SMALL_STATE(1834)] = 88374, - [SMALL_STATE(1835)] = 88378, - [SMALL_STATE(1836)] = 88382, - [SMALL_STATE(1837)] = 88386, - [SMALL_STATE(1838)] = 88390, - [SMALL_STATE(1839)] = 88394, - [SMALL_STATE(1840)] = 88398, - [SMALL_STATE(1841)] = 88402, - [SMALL_STATE(1842)] = 88406, - [SMALL_STATE(1843)] = 88410, - [SMALL_STATE(1844)] = 88414, - [SMALL_STATE(1845)] = 88418, - [SMALL_STATE(1846)] = 88422, - [SMALL_STATE(1847)] = 88426, - [SMALL_STATE(1848)] = 88430, - [SMALL_STATE(1849)] = 88434, - [SMALL_STATE(1850)] = 88438, - [SMALL_STATE(1851)] = 88442, - [SMALL_STATE(1852)] = 88446, - [SMALL_STATE(1853)] = 88450, - [SMALL_STATE(1854)] = 88454, - [SMALL_STATE(1855)] = 88458, - [SMALL_STATE(1856)] = 88462, - [SMALL_STATE(1857)] = 88466, - [SMALL_STATE(1858)] = 88470, - [SMALL_STATE(1859)] = 88474, - [SMALL_STATE(1860)] = 88478, - [SMALL_STATE(1861)] = 88482, - [SMALL_STATE(1862)] = 88486, - [SMALL_STATE(1863)] = 88490, - [SMALL_STATE(1864)] = 88494, - [SMALL_STATE(1865)] = 88498, - [SMALL_STATE(1866)] = 88502, - [SMALL_STATE(1867)] = 88506, - [SMALL_STATE(1868)] = 88510, - [SMALL_STATE(1869)] = 88514, - [SMALL_STATE(1870)] = 88518, - [SMALL_STATE(1871)] = 88522, - [SMALL_STATE(1872)] = 88526, - [SMALL_STATE(1873)] = 88530, - [SMALL_STATE(1874)] = 88534, - [SMALL_STATE(1875)] = 88538, - [SMALL_STATE(1876)] = 88542, - [SMALL_STATE(1877)] = 88546, - [SMALL_STATE(1878)] = 88550, - [SMALL_STATE(1879)] = 88554, - [SMALL_STATE(1880)] = 88558, - [SMALL_STATE(1881)] = 88562, - [SMALL_STATE(1882)] = 88566, - [SMALL_STATE(1883)] = 88570, - [SMALL_STATE(1884)] = 88574, - [SMALL_STATE(1885)] = 88578, - [SMALL_STATE(1886)] = 88582, - [SMALL_STATE(1887)] = 88586, - [SMALL_STATE(1888)] = 88590, - [SMALL_STATE(1889)] = 88594, - [SMALL_STATE(1890)] = 88598, - [SMALL_STATE(1891)] = 88602, - [SMALL_STATE(1892)] = 88606, - [SMALL_STATE(1893)] = 88610, - [SMALL_STATE(1894)] = 88614, - [SMALL_STATE(1895)] = 88618, - [SMALL_STATE(1896)] = 88622, - [SMALL_STATE(1897)] = 88626, - [SMALL_STATE(1898)] = 88630, - [SMALL_STATE(1899)] = 88634, - [SMALL_STATE(1900)] = 88638, - [SMALL_STATE(1901)] = 88642, - [SMALL_STATE(1902)] = 88646, - [SMALL_STATE(1903)] = 88650, - [SMALL_STATE(1904)] = 88654, - [SMALL_STATE(1905)] = 88658, - [SMALL_STATE(1906)] = 88662, - [SMALL_STATE(1907)] = 88666, - [SMALL_STATE(1908)] = 88670, - [SMALL_STATE(1909)] = 88674, - [SMALL_STATE(1910)] = 88678, - [SMALL_STATE(1911)] = 88682, - [SMALL_STATE(1912)] = 88686, - [SMALL_STATE(1913)] = 88690, - [SMALL_STATE(1914)] = 88694, - [SMALL_STATE(1915)] = 88698, - [SMALL_STATE(1916)] = 88702, - [SMALL_STATE(1917)] = 88706, - [SMALL_STATE(1918)] = 88710, - [SMALL_STATE(1919)] = 88714, - [SMALL_STATE(1920)] = 88718, - [SMALL_STATE(1921)] = 88722, - [SMALL_STATE(1922)] = 88726, - [SMALL_STATE(1923)] = 88730, - [SMALL_STATE(1924)] = 88734, - [SMALL_STATE(1925)] = 88738, - [SMALL_STATE(1926)] = 88742, - [SMALL_STATE(1927)] = 88746, - [SMALL_STATE(1928)] = 88750, - [SMALL_STATE(1929)] = 88754, - [SMALL_STATE(1930)] = 88758, - [SMALL_STATE(1931)] = 88762, - [SMALL_STATE(1932)] = 88766, - [SMALL_STATE(1933)] = 88770, - [SMALL_STATE(1934)] = 88774, - [SMALL_STATE(1935)] = 88778, - [SMALL_STATE(1936)] = 88782, - [SMALL_STATE(1937)] = 88786, - [SMALL_STATE(1938)] = 88790, - [SMALL_STATE(1939)] = 88794, - [SMALL_STATE(1940)] = 88798, - [SMALL_STATE(1941)] = 88802, - [SMALL_STATE(1942)] = 88806, - [SMALL_STATE(1943)] = 88810, - [SMALL_STATE(1944)] = 88814, - [SMALL_STATE(1945)] = 88818, - [SMALL_STATE(1946)] = 88822, - [SMALL_STATE(1947)] = 88826, - [SMALL_STATE(1948)] = 88830, - [SMALL_STATE(1949)] = 88834, - [SMALL_STATE(1950)] = 88838, - [SMALL_STATE(1951)] = 88842, - [SMALL_STATE(1952)] = 88846, - [SMALL_STATE(1953)] = 88850, - [SMALL_STATE(1954)] = 88854, - [SMALL_STATE(1955)] = 88858, - [SMALL_STATE(1956)] = 88862, - [SMALL_STATE(1957)] = 88866, - [SMALL_STATE(1958)] = 88870, - [SMALL_STATE(1959)] = 88874, - [SMALL_STATE(1960)] = 88878, - [SMALL_STATE(1961)] = 88882, - [SMALL_STATE(1962)] = 88886, - [SMALL_STATE(1963)] = 88890, - [SMALL_STATE(1964)] = 88894, - [SMALL_STATE(1965)] = 88898, - [SMALL_STATE(1966)] = 88902, - [SMALL_STATE(1967)] = 88906, - [SMALL_STATE(1968)] = 88910, - [SMALL_STATE(1969)] = 88914, - [SMALL_STATE(1970)] = 88918, - [SMALL_STATE(1971)] = 88922, - [SMALL_STATE(1972)] = 88926, - [SMALL_STATE(1973)] = 88930, - [SMALL_STATE(1974)] = 88934, - [SMALL_STATE(1975)] = 88938, - [SMALL_STATE(1976)] = 88942, - [SMALL_STATE(1977)] = 88946, - [SMALL_STATE(1978)] = 88950, - [SMALL_STATE(1979)] = 88954, - [SMALL_STATE(1980)] = 88958, - [SMALL_STATE(1981)] = 88962, - [SMALL_STATE(1982)] = 88966, - [SMALL_STATE(1983)] = 88970, - [SMALL_STATE(1984)] = 88974, - [SMALL_STATE(1985)] = 88978, - [SMALL_STATE(1986)] = 88982, - [SMALL_STATE(1987)] = 88986, - [SMALL_STATE(1988)] = 88990, - [SMALL_STATE(1989)] = 88994, - [SMALL_STATE(1990)] = 88998, - [SMALL_STATE(1991)] = 89002, - [SMALL_STATE(1992)] = 89006, - [SMALL_STATE(1993)] = 89010, - [SMALL_STATE(1994)] = 89014, - [SMALL_STATE(1995)] = 89018, - [SMALL_STATE(1996)] = 89022, - [SMALL_STATE(1997)] = 89026, - [SMALL_STATE(1998)] = 89030, - [SMALL_STATE(1999)] = 89034, - [SMALL_STATE(2000)] = 89038, - [SMALL_STATE(2001)] = 89042, - [SMALL_STATE(2002)] = 89046, - [SMALL_STATE(2003)] = 89050, - [SMALL_STATE(2004)] = 89054, - [SMALL_STATE(2005)] = 89058, - [SMALL_STATE(2006)] = 89062, - [SMALL_STATE(2007)] = 89066, - [SMALL_STATE(2008)] = 89070, - [SMALL_STATE(2009)] = 89074, - [SMALL_STATE(2010)] = 89078, - [SMALL_STATE(2011)] = 89082, - [SMALL_STATE(2012)] = 89086, - [SMALL_STATE(2013)] = 89090, - [SMALL_STATE(2014)] = 89094, - [SMALL_STATE(2015)] = 89098, - [SMALL_STATE(2016)] = 89102, - [SMALL_STATE(2017)] = 89106, - [SMALL_STATE(2018)] = 89110, - [SMALL_STATE(2019)] = 89114, - [SMALL_STATE(2020)] = 89118, - [SMALL_STATE(2021)] = 89122, - [SMALL_STATE(2022)] = 89126, - [SMALL_STATE(2023)] = 89130, - [SMALL_STATE(2024)] = 89134, - [SMALL_STATE(2025)] = 89138, - [SMALL_STATE(2026)] = 89142, - [SMALL_STATE(2027)] = 89146, - [SMALL_STATE(2028)] = 89150, - [SMALL_STATE(2029)] = 89154, - [SMALL_STATE(2030)] = 89158, - [SMALL_STATE(2031)] = 89162, - [SMALL_STATE(2032)] = 89166, - [SMALL_STATE(2033)] = 89170, - [SMALL_STATE(2034)] = 89174, - [SMALL_STATE(2035)] = 89178, - [SMALL_STATE(2036)] = 89182, - [SMALL_STATE(2037)] = 89186, - [SMALL_STATE(2038)] = 89190, - [SMALL_STATE(2039)] = 89194, - [SMALL_STATE(2040)] = 89198, - [SMALL_STATE(2041)] = 89202, - [SMALL_STATE(2042)] = 89206, - [SMALL_STATE(2043)] = 89210, - [SMALL_STATE(2044)] = 89214, - [SMALL_STATE(2045)] = 89218, - [SMALL_STATE(2046)] = 89222, - [SMALL_STATE(2047)] = 89226, - [SMALL_STATE(2048)] = 89230, - [SMALL_STATE(2049)] = 89234, - [SMALL_STATE(2050)] = 89238, - [SMALL_STATE(2051)] = 89242, - [SMALL_STATE(2052)] = 89246, - [SMALL_STATE(2053)] = 89250, - [SMALL_STATE(2054)] = 89254, - [SMALL_STATE(2055)] = 89258, + [SMALL_STATE(249)] = 2218, + [SMALL_STATE(250)] = 2286, + [SMALL_STATE(251)] = 2364, + [SMALL_STATE(252)] = 2438, + [SMALL_STATE(253)] = 2510, + [SMALL_STATE(254)] = 2580, + [SMALL_STATE(255)] = 2652, + [SMALL_STATE(256)] = 2728, + [SMALL_STATE(257)] = 2802, + [SMALL_STATE(258)] = 2890, + [SMALL_STATE(259)] = 2960, + [SMALL_STATE(260)] = 3034, + [SMALL_STATE(261)] = 3114, + [SMALL_STATE(262)] = 3188, + [SMALL_STATE(263)] = 3262, + [SMALL_STATE(264)] = 3348, + [SMALL_STATE(265)] = 3420, + [SMALL_STATE(266)] = 3498, + [SMALL_STATE(267)] = 3569, + [SMALL_STATE(268)] = 3654, + [SMALL_STATE(269)] = 3731, + [SMALL_STATE(270)] = 3812, + [SMALL_STATE(271)] = 3891, + [SMALL_STATE(272)] = 3966, + [SMALL_STATE(273)] = 4037, + [SMALL_STATE(274)] = 4108, + [SMALL_STATE(275)] = 4185, + [SMALL_STATE(276)] = 4254, + [SMALL_STATE(277)] = 4327, + [SMALL_STATE(278)] = 4414, + [SMALL_STATE(279)] = 4487, + [SMALL_STATE(280)] = 4560, + [SMALL_STATE(281)] = 4637, + [SMALL_STATE(282)] = 4711, + [SMALL_STATE(283)] = 4779, + [SMALL_STATE(284)] = 4843, + [SMALL_STATE(285)] = 4913, + [SMALL_STATE(286)] = 5031, + [SMALL_STATE(287)] = 5129, + [SMALL_STATE(288)] = 5227, + [SMALL_STATE(289)] = 5295, + [SMALL_STATE(290)] = 5365, + [SMALL_STATE(291)] = 5483, + [SMALL_STATE(292)] = 5557, + [SMALL_STATE(293)] = 5626, + [SMALL_STATE(294)] = 5695, + [SMALL_STATE(295)] = 5790, + [SMALL_STATE(296)] = 5885, + [SMALL_STATE(297)] = 5958, + [SMALL_STATE(298)] = 6023, + [SMALL_STATE(299)] = 6088, + [SMALL_STATE(300)] = 6151, + [SMALL_STATE(301)] = 6220, + [SMALL_STATE(302)] = 6287, + [SMALL_STATE(303)] = 6350, + [SMALL_STATE(304)] = 6417, + [SMALL_STATE(305)] = 6484, + [SMALL_STATE(306)] = 6555, + [SMALL_STATE(307)] = 6618, + [SMALL_STATE(308)] = 6691, + [SMALL_STATE(309)] = 6766, + [SMALL_STATE(310)] = 6830, + [SMALL_STATE(311)] = 6892, + [SMALL_STATE(312)] = 6954, + [SMALL_STATE(313)] = 7026, + [SMALL_STATE(314)] = 7088, + [SMALL_STATE(315)] = 7150, + [SMALL_STATE(316)] = 7212, + [SMALL_STATE(317)] = 7278, + [SMALL_STATE(318)] = 7340, + [SMALL_STATE(319)] = 7408, + [SMALL_STATE(320)] = 7472, + [SMALL_STATE(321)] = 7534, + [SMALL_STATE(322)] = 7596, + [SMALL_STATE(323)] = 7658, + [SMALL_STATE(324)] = 7724, + [SMALL_STATE(325)] = 7786, + [SMALL_STATE(326)] = 7848, + [SMALL_STATE(327)] = 7910, + [SMALL_STATE(328)] = 7972, + [SMALL_STATE(329)] = 8034, + [SMALL_STATE(330)] = 8094, + [SMALL_STATE(331)] = 8160, + [SMALL_STATE(332)] = 8222, + [SMALL_STATE(333)] = 8284, + [SMALL_STATE(334)] = 8348, + [SMALL_STATE(335)] = 8410, + [SMALL_STATE(336)] = 8472, + [SMALL_STATE(337)] = 8532, + [SMALL_STATE(338)] = 8600, + [SMALL_STATE(339)] = 8666, + [SMALL_STATE(340)] = 8734, + [SMALL_STATE(341)] = 8804, + [SMALL_STATE(342)] = 8870, + [SMALL_STATE(343)] = 8932, + [SMALL_STATE(344)] = 8998, + [SMALL_STATE(345)] = 9064, + [SMALL_STATE(346)] = 9128, + [SMALL_STATE(347)] = 9189, + [SMALL_STATE(348)] = 9256, + [SMALL_STATE(349)] = 9317, + [SMALL_STATE(350)] = 9378, + [SMALL_STATE(351)] = 9441, + [SMALL_STATE(352)] = 9506, + [SMALL_STATE(353)] = 9567, + [SMALL_STATE(354)] = 9628, + [SMALL_STATE(355)] = 9701, + [SMALL_STATE(356)] = 9764, + [SMALL_STATE(357)] = 9827, + [SMALL_STATE(358)] = 9888, + [SMALL_STATE(359)] = 9951, + [SMALL_STATE(360)] = 10032, + [SMALL_STATE(361)] = 10105, + [SMALL_STATE(362)] = 10166, + [SMALL_STATE(363)] = 10227, + [SMALL_STATE(364)] = 10288, + [SMALL_STATE(365)] = 10349, + [SMALL_STATE(366)] = 10428, + [SMALL_STATE(367)] = 10489, + [SMALL_STATE(368)] = 10550, + [SMALL_STATE(369)] = 10613, + [SMALL_STATE(370)] = 10680, + [SMALL_STATE(371)] = 10741, + [SMALL_STATE(372)] = 10812, + [SMALL_STATE(373)] = 10887, + [SMALL_STATE(374)] = 10948, + [SMALL_STATE(375)] = 11011, + [SMALL_STATE(376)] = 11086, + [SMALL_STATE(377)] = 11147, + [SMALL_STATE(378)] = 11210, + [SMALL_STATE(379)] = 11287, + [SMALL_STATE(380)] = 11348, + [SMALL_STATE(381)] = 11415, + [SMALL_STATE(382)] = 11478, + [SMALL_STATE(383)] = 11539, + [SMALL_STATE(384)] = 11608, + [SMALL_STATE(385)] = 11669, + [SMALL_STATE(386)] = 11730, + [SMALL_STATE(387)] = 11795, + [SMALL_STATE(388)] = 11866, + [SMALL_STATE(389)] = 11929, + [SMALL_STATE(390)] = 11994, + [SMALL_STATE(391)] = 12065, + [SMALL_STATE(392)] = 12128, + [SMALL_STATE(393)] = 12193, + [SMALL_STATE(394)] = 12256, + [SMALL_STATE(395)] = 12316, + [SMALL_STATE(396)] = 12376, + [SMALL_STATE(397)] = 12436, + [SMALL_STATE(398)] = 12496, + [SMALL_STATE(399)] = 12560, + [SMALL_STATE(400)] = 12620, + [SMALL_STATE(401)] = 12692, + [SMALL_STATE(402)] = 12766, + [SMALL_STATE(403)] = 12834, + [SMALL_STATE(404)] = 12906, + [SMALL_STATE(405)] = 12980, + [SMALL_STATE(406)] = 13040, + [SMALL_STATE(407)] = 13100, + [SMALL_STATE(408)] = 13160, + [SMALL_STATE(409)] = 13220, + [SMALL_STATE(410)] = 13286, + [SMALL_STATE(411)] = 13346, + [SMALL_STATE(412)] = 13412, + [SMALL_STATE(413)] = 13474, + [SMALL_STATE(414)] = 13534, + [SMALL_STATE(415)] = 13604, + [SMALL_STATE(416)] = 13670, + [SMALL_STATE(417)] = 13730, + [SMALL_STATE(418)] = 13790, + [SMALL_STATE(419)] = 13850, + [SMALL_STATE(420)] = 13910, + [SMALL_STATE(421)] = 13970, + [SMALL_STATE(422)] = 14030, + [SMALL_STATE(423)] = 14100, + [SMALL_STATE(424)] = 14170, + [SMALL_STATE(425)] = 14230, + [SMALL_STATE(426)] = 14310, + [SMALL_STATE(427)] = 14370, + [SMALL_STATE(428)] = 14448, + [SMALL_STATE(429)] = 14508, + [SMALL_STATE(430)] = 14570, + [SMALL_STATE(431)] = 14650, + [SMALL_STATE(432)] = 14730, + [SMALL_STATE(433)] = 14790, + [SMALL_STATE(434)] = 14850, + [SMALL_STATE(435)] = 14910, + [SMALL_STATE(436)] = 14970, + [SMALL_STATE(437)] = 15030, + [SMALL_STATE(438)] = 15090, + [SMALL_STATE(439)] = 15150, + [SMALL_STATE(440)] = 15230, + [SMALL_STATE(441)] = 15290, + [SMALL_STATE(442)] = 15350, + [SMALL_STATE(443)] = 15410, + [SMALL_STATE(444)] = 15470, + [SMALL_STATE(445)] = 15530, + [SMALL_STATE(446)] = 15592, + [SMALL_STATE(447)] = 15653, + [SMALL_STATE(448)] = 15710, + [SMALL_STATE(449)] = 15769, + [SMALL_STATE(450)] = 15846, + [SMALL_STATE(451)] = 15923, + [SMALL_STATE(452)] = 15986, + [SMALL_STATE(453)] = 16055, + [SMALL_STATE(454)] = 16112, + [SMALL_STATE(455)] = 16169, + [SMALL_STATE(456)] = 16226, + [SMALL_STATE(457)] = 16283, + [SMALL_STATE(458)] = 16360, + [SMALL_STATE(459)] = 16417, + [SMALL_STATE(460)] = 16474, + [SMALL_STATE(461)] = 16531, + [SMALL_STATE(462)] = 16588, + [SMALL_STATE(463)] = 16645, + [SMALL_STATE(464)] = 16712, + [SMALL_STATE(465)] = 16769, + [SMALL_STATE(466)] = 16833, + [SMALL_STATE(467)] = 16931, + [SMALL_STATE(468)] = 16993, + [SMALL_STATE(469)] = 17059, + [SMALL_STATE(470)] = 17129, + [SMALL_STATE(471)] = 17207, + [SMALL_STATE(472)] = 17285, + [SMALL_STATE(473)] = 17359, + [SMALL_STATE(474)] = 17423, + [SMALL_STATE(475)] = 17489, + [SMALL_STATE(476)] = 17561, + [SMALL_STATE(477)] = 17641, + [SMALL_STATE(478)] = 17717, + [SMALL_STATE(479)] = 17789, + [SMALL_STATE(480)] = 17867, + [SMALL_STATE(481)] = 17945, + [SMALL_STATE(482)] = 18029, + [SMALL_STATE(483)] = 18095, + [SMALL_STATE(484)] = 18173, + [SMALL_STATE(485)] = 18268, + [SMALL_STATE(486)] = 18343, + [SMALL_STATE(487)] = 18418, + [SMALL_STATE(488)] = 18493, + [SMALL_STATE(489)] = 18568, + [SMALL_STATE(490)] = 18643, + [SMALL_STATE(491)] = 18739, + [SMALL_STATE(492)] = 18832, + [SMALL_STATE(493)] = 18896, + [SMALL_STATE(494)] = 18956, + [SMALL_STATE(495)] = 19015, + [SMALL_STATE(496)] = 19072, + [SMALL_STATE(497)] = 19135, + [SMALL_STATE(498)] = 19194, + [SMALL_STATE(499)] = 19251, + [SMALL_STATE(500)] = 19303, + [SMALL_STATE(501)] = 19355, + [SMALL_STATE(502)] = 19411, + [SMALL_STATE(503)] = 19463, + [SMALL_STATE(504)] = 19515, + [SMALL_STATE(505)] = 19569, + [SMALL_STATE(506)] = 19625, + [SMALL_STATE(507)] = 19679, + [SMALL_STATE(508)] = 19735, + [SMALL_STATE(509)] = 19789, + [SMALL_STATE(510)] = 19847, + [SMALL_STATE(511)] = 19898, + [SMALL_STATE(512)] = 19971, + [SMALL_STATE(513)] = 20022, + [SMALL_STATE(514)] = 20079, + [SMALL_STATE(515)] = 20142, + [SMALL_STATE(516)] = 20197, + [SMALL_STATE(517)] = 20252, + [SMALL_STATE(518)] = 20305, + [SMALL_STATE(519)] = 20358, + [SMALL_STATE(520)] = 20409, + [SMALL_STATE(521)] = 20460, + [SMALL_STATE(522)] = 20527, + [SMALL_STATE(523)] = 20580, + [SMALL_STATE(524)] = 20631, + [SMALL_STATE(525)] = 20682, + [SMALL_STATE(526)] = 20751, + [SMALL_STATE(527)] = 20804, + [SMALL_STATE(528)] = 20855, + [SMALL_STATE(529)] = 20906, + [SMALL_STATE(530)] = 20957, + [SMALL_STATE(531)] = 21034, + [SMALL_STATE(532)] = 21099, + [SMALL_STATE(533)] = 21150, + [SMALL_STATE(534)] = 21215, + [SMALL_STATE(535)] = 21274, + [SMALL_STATE(536)] = 21325, + [SMALL_STATE(537)] = 21376, + [SMALL_STATE(538)] = 21427, + [SMALL_STATE(539)] = 21478, + [SMALL_STATE(540)] = 21537, + [SMALL_STATE(541)] = 21588, + [SMALL_STATE(542)] = 21641, + [SMALL_STATE(543)] = 21692, + [SMALL_STATE(544)] = 21743, + [SMALL_STATE(545)] = 21794, + [SMALL_STATE(546)] = 21844, + [SMALL_STATE(547)] = 21894, + [SMALL_STATE(548)] = 21950, + [SMALL_STATE(549)] = 22000, + [SMALL_STATE(550)] = 22084, + [SMALL_STATE(551)] = 22134, + [SMALL_STATE(552)] = 22184, + [SMALL_STATE(553)] = 22262, + [SMALL_STATE(554)] = 22338, + [SMALL_STATE(555)] = 22388, + [SMALL_STATE(556)] = 22472, + [SMALL_STATE(557)] = 22522, + [SMALL_STATE(558)] = 22572, + [SMALL_STATE(559)] = 22622, + [SMALL_STATE(560)] = 22672, + [SMALL_STATE(561)] = 22727, + [SMALL_STATE(562)] = 22786, + [SMALL_STATE(563)] = 22861, + [SMALL_STATE(564)] = 22942, + [SMALL_STATE(565)] = 23023, + [SMALL_STATE(566)] = 23084, + [SMALL_STATE(567)] = 23166, + [SMALL_STATE(568)] = 23224, + [SMALL_STATE(569)] = 23282, + [SMALL_STATE(570)] = 23340, + [SMALL_STATE(571)] = 23422, + [SMALL_STATE(572)] = 23482, + [SMALL_STATE(573)] = 23542, + [SMALL_STATE(574)] = 23595, + [SMALL_STATE(575)] = 23652, + [SMALL_STATE(576)] = 23709, + [SMALL_STATE(577)] = 23788, + [SMALL_STATE(578)] = 23845, + [SMALL_STATE(579)] = 23902, + [SMALL_STATE(580)] = 23981, + [SMALL_STATE(581)] = 24036, + [SMALL_STATE(582)] = 24093, + [SMALL_STATE(583)] = 24149, + [SMALL_STATE(584)] = 24203, + [SMALL_STATE(585)] = 24287, + [SMALL_STATE(586)] = 24371, + [SMALL_STATE(587)] = 24427, + [SMALL_STATE(588)] = 24479, + [SMALL_STATE(589)] = 24563, + [SMALL_STATE(590)] = 24621, + [SMALL_STATE(591)] = 24705, + [SMALL_STATE(592)] = 24789, + [SMALL_STATE(593)] = 24873, + [SMALL_STATE(594)] = 24957, + [SMALL_STATE(595)] = 25041, + [SMALL_STATE(596)] = 25087, + [SMALL_STATE(597)] = 25141, + [SMALL_STATE(598)] = 25189, + [SMALL_STATE(599)] = 25273, + [SMALL_STATE(600)] = 25319, + [SMALL_STATE(601)] = 25365, + [SMALL_STATE(602)] = 25449, + [SMALL_STATE(603)] = 25499, + [SMALL_STATE(604)] = 25545, + [SMALL_STATE(605)] = 25599, + [SMALL_STATE(606)] = 25651, + [SMALL_STATE(607)] = 25708, + [SMALL_STATE(608)] = 25763, + [SMALL_STATE(609)] = 25846, + [SMALL_STATE(610)] = 25929, + [SMALL_STATE(611)] = 25980, + [SMALL_STATE(612)] = 26063, + [SMALL_STATE(613)] = 26146, + [SMALL_STATE(614)] = 26229, + [SMALL_STATE(615)] = 26312, + [SMALL_STATE(616)] = 26361, + [SMALL_STATE(617)] = 26444, + [SMALL_STATE(618)] = 26527, + [SMALL_STATE(619)] = 26610, + [SMALL_STATE(620)] = 26693, + [SMALL_STATE(621)] = 26776, + [SMALL_STATE(622)] = 26827, + [SMALL_STATE(623)] = 26910, + [SMALL_STATE(624)] = 26993, + [SMALL_STATE(625)] = 27076, + [SMALL_STATE(626)] = 27159, + [SMALL_STATE(627)] = 27210, + [SMALL_STATE(628)] = 27293, + [SMALL_STATE(629)] = 27344, + [SMALL_STATE(630)] = 27393, + [SMALL_STATE(631)] = 27440, + [SMALL_STATE(632)] = 27523, + [SMALL_STATE(633)] = 27606, + [SMALL_STATE(634)] = 27689, + [SMALL_STATE(635)] = 27772, + [SMALL_STATE(636)] = 27855, + [SMALL_STATE(637)] = 27938, + [SMALL_STATE(638)] = 28021, + [SMALL_STATE(639)] = 28104, + [SMALL_STATE(640)] = 28187, + [SMALL_STATE(641)] = 28270, + [SMALL_STATE(642)] = 28353, + [SMALL_STATE(643)] = 28436, + [SMALL_STATE(644)] = 28519, + [SMALL_STATE(645)] = 28602, + [SMALL_STATE(646)] = 28685, + [SMALL_STATE(647)] = 28768, + [SMALL_STATE(648)] = 28851, + [SMALL_STATE(649)] = 28934, + [SMALL_STATE(650)] = 29017, + [SMALL_STATE(651)] = 29068, + [SMALL_STATE(652)] = 29151, + [SMALL_STATE(653)] = 29194, + [SMALL_STATE(654)] = 29237, + [SMALL_STATE(655)] = 29320, + [SMALL_STATE(656)] = 29403, + [SMALL_STATE(657)] = 29486, + [SMALL_STATE(658)] = 29569, + [SMALL_STATE(659)] = 29652, + [SMALL_STATE(660)] = 29717, + [SMALL_STATE(661)] = 29800, + [SMALL_STATE(662)] = 29883, + [SMALL_STATE(663)] = 29966, + [SMALL_STATE(664)] = 30029, + [SMALL_STATE(665)] = 30072, + [SMALL_STATE(666)] = 30115, + [SMALL_STATE(667)] = 30170, + [SMALL_STATE(668)] = 30225, + [SMALL_STATE(669)] = 30276, + [SMALL_STATE(670)] = 30335, + [SMALL_STATE(671)] = 30418, + [SMALL_STATE(672)] = 30471, + [SMALL_STATE(673)] = 30554, + [SMALL_STATE(674)] = 30603, + [SMALL_STATE(675)] = 30650, + [SMALL_STATE(676)] = 30701, + [SMALL_STATE(677)] = 30756, + [SMALL_STATE(678)] = 30809, + [SMALL_STATE(679)] = 30864, + [SMALL_STATE(680)] = 30919, + [SMALL_STATE(681)] = 30975, + [SMALL_STATE(682)] = 31055, + [SMALL_STATE(683)] = 31103, + [SMALL_STATE(684)] = 31155, + [SMALL_STATE(685)] = 31207, + [SMALL_STATE(686)] = 31269, + [SMALL_STATE(687)] = 31319, + [SMALL_STATE(688)] = 31373, + [SMALL_STATE(689)] = 31453, + [SMALL_STATE(690)] = 31533, + [SMALL_STATE(691)] = 31613, + [SMALL_STATE(692)] = 31671, + [SMALL_STATE(693)] = 31751, + [SMALL_STATE(694)] = 31807, + [SMALL_STATE(695)] = 31887, + [SMALL_STATE(696)] = 31967, + [SMALL_STATE(697)] = 32019, + [SMALL_STATE(698)] = 32099, + [SMALL_STATE(699)] = 32147, + [SMALL_STATE(700)] = 32193, + [SMALL_STATE(701)] = 32273, + [SMALL_STATE(702)] = 32353, + [SMALL_STATE(703)] = 32405, + [SMALL_STATE(704)] = 32455, + [SMALL_STATE(705)] = 32509, + [SMALL_STATE(706)] = 32589, + [SMALL_STATE(707)] = 32669, + [SMALL_STATE(708)] = 32749, + [SMALL_STATE(709)] = 32813, + [SMALL_STATE(710)] = 32893, + [SMALL_STATE(711)] = 32973, + [SMALL_STATE(712)] = 33021, + [SMALL_STATE(713)] = 33101, + [SMALL_STATE(714)] = 33181, + [SMALL_STATE(715)] = 33261, + [SMALL_STATE(716)] = 33341, + [SMALL_STATE(717)] = 33421, + [SMALL_STATE(718)] = 33501, + [SMALL_STATE(719)] = 33581, + [SMALL_STATE(720)] = 33661, + [SMALL_STATE(721)] = 33741, + [SMALL_STATE(722)] = 33821, + [SMALL_STATE(723)] = 33901, + [SMALL_STATE(724)] = 33981, + [SMALL_STATE(725)] = 34061, + [SMALL_STATE(726)] = 34141, + [SMALL_STATE(727)] = 34191, + [SMALL_STATE(728)] = 34271, + [SMALL_STATE(729)] = 34351, + [SMALL_STATE(730)] = 34431, + [SMALL_STATE(731)] = 34479, + [SMALL_STATE(732)] = 34559, + [SMALL_STATE(733)] = 34639, + [SMALL_STATE(734)] = 34719, + [SMALL_STATE(735)] = 34799, + [SMALL_STATE(736)] = 34879, + [SMALL_STATE(737)] = 34959, + [SMALL_STATE(738)] = 35039, + [SMALL_STATE(739)] = 35119, + [SMALL_STATE(740)] = 35199, + [SMALL_STATE(741)] = 35259, + [SMALL_STATE(742)] = 35307, + [SMALL_STATE(743)] = 35365, + [SMALL_STATE(744)] = 35445, + [SMALL_STATE(745)] = 35525, + [SMALL_STATE(746)] = 35605, + [SMALL_STATE(747)] = 35653, + [SMALL_STATE(748)] = 35703, + [SMALL_STATE(749)] = 35783, + [SMALL_STATE(750)] = 35829, + [SMALL_STATE(751)] = 35909, + [SMALL_STATE(752)] = 35989, + [SMALL_STATE(753)] = 36069, + [SMALL_STATE(754)] = 36149, + [SMALL_STATE(755)] = 36229, + [SMALL_STATE(756)] = 36306, + [SMALL_STATE(757)] = 36381, + [SMALL_STATE(758)] = 36458, + [SMALL_STATE(759)] = 36533, + [SMALL_STATE(760)] = 36610, + [SMALL_STATE(761)] = 36685, + [SMALL_STATE(762)] = 36760, + [SMALL_STATE(763)] = 36835, + [SMALL_STATE(764)] = 36910, + [SMALL_STATE(765)] = 36985, + [SMALL_STATE(766)] = 37060, + [SMALL_STATE(767)] = 37135, + [SMALL_STATE(768)] = 37210, + [SMALL_STATE(769)] = 37285, + [SMALL_STATE(770)] = 37362, + [SMALL_STATE(771)] = 37437, + [SMALL_STATE(772)] = 37512, + [SMALL_STATE(773)] = 37587, + [SMALL_STATE(774)] = 37662, + [SMALL_STATE(775)] = 37737, + [SMALL_STATE(776)] = 37812, + [SMALL_STATE(777)] = 37887, + [SMALL_STATE(778)] = 37962, + [SMALL_STATE(779)] = 38039, + [SMALL_STATE(780)] = 38114, + [SMALL_STATE(781)] = 38189, + [SMALL_STATE(782)] = 38264, + [SMALL_STATE(783)] = 38339, + [SMALL_STATE(784)] = 38414, + [SMALL_STATE(785)] = 38489, + [SMALL_STATE(786)] = 38564, + [SMALL_STATE(787)] = 38639, + [SMALL_STATE(788)] = 38714, + [SMALL_STATE(789)] = 38789, + [SMALL_STATE(790)] = 38864, + [SMALL_STATE(791)] = 38939, + [SMALL_STATE(792)] = 39016, + [SMALL_STATE(793)] = 39093, + [SMALL_STATE(794)] = 39170, + [SMALL_STATE(795)] = 39247, + [SMALL_STATE(796)] = 39322, + [SMALL_STATE(797)] = 39397, + [SMALL_STATE(798)] = 39472, + [SMALL_STATE(799)] = 39547, + [SMALL_STATE(800)] = 39622, + [SMALL_STATE(801)] = 39697, + [SMALL_STATE(802)] = 39772, + [SMALL_STATE(803)] = 39847, + [SMALL_STATE(804)] = 39922, + [SMALL_STATE(805)] = 39997, + [SMALL_STATE(806)] = 40072, + [SMALL_STATE(807)] = 40125, + [SMALL_STATE(808)] = 40200, + [SMALL_STATE(809)] = 40249, + [SMALL_STATE(810)] = 40294, + [SMALL_STATE(811)] = 40369, + [SMALL_STATE(812)] = 40444, + [SMALL_STATE(813)] = 40491, + [SMALL_STATE(814)] = 40566, + [SMALL_STATE(815)] = 40641, + [SMALL_STATE(816)] = 40716, + [SMALL_STATE(817)] = 40791, + [SMALL_STATE(818)] = 40866, + [SMALL_STATE(819)] = 40941, + [SMALL_STATE(820)] = 41016, + [SMALL_STATE(821)] = 41091, + [SMALL_STATE(822)] = 41166, + [SMALL_STATE(823)] = 41241, + [SMALL_STATE(824)] = 41316, + [SMALL_STATE(825)] = 41391, + [SMALL_STATE(826)] = 41466, + [SMALL_STATE(827)] = 41541, + [SMALL_STATE(828)] = 41616, + [SMALL_STATE(829)] = 41691, + [SMALL_STATE(830)] = 41766, + [SMALL_STATE(831)] = 41841, + [SMALL_STATE(832)] = 41916, + [SMALL_STATE(833)] = 41967, + [SMALL_STATE(834)] = 42042, + [SMALL_STATE(835)] = 42097, + [SMALL_STATE(836)] = 42154, + [SMALL_STATE(837)] = 42229, + [SMALL_STATE(838)] = 42304, + [SMALL_STATE(839)] = 42357, + [SMALL_STATE(840)] = 42418, + [SMALL_STATE(841)] = 42493, + [SMALL_STATE(842)] = 42568, + [SMALL_STATE(843)] = 42643, + [SMALL_STATE(844)] = 42718, + [SMALL_STATE(845)] = 42793, + [SMALL_STATE(846)] = 42868, + [SMALL_STATE(847)] = 42943, + [SMALL_STATE(848)] = 43018, + [SMALL_STATE(849)] = 43093, + [SMALL_STATE(850)] = 43168, + [SMALL_STATE(851)] = 43243, + [SMALL_STATE(852)] = 43318, + [SMALL_STATE(853)] = 43393, + [SMALL_STATE(854)] = 43438, + [SMALL_STATE(855)] = 43513, + [SMALL_STATE(856)] = 43588, + [SMALL_STATE(857)] = 43663, + [SMALL_STATE(858)] = 43738, + [SMALL_STATE(859)] = 43813, + [SMALL_STATE(860)] = 43890, + [SMALL_STATE(861)] = 43965, + [SMALL_STATE(862)] = 44042, + [SMALL_STATE(863)] = 44117, + [SMALL_STATE(864)] = 44192, + [SMALL_STATE(865)] = 44267, + [SMALL_STATE(866)] = 44342, + [SMALL_STATE(867)] = 44417, + [SMALL_STATE(868)] = 44492, + [SMALL_STATE(869)] = 44569, + [SMALL_STATE(870)] = 44644, + [SMALL_STATE(871)] = 44707, + [SMALL_STATE(872)] = 44782, + [SMALL_STATE(873)] = 44857, + [SMALL_STATE(874)] = 44932, + [SMALL_STATE(875)] = 45007, + [SMALL_STATE(876)] = 45082, + [SMALL_STATE(877)] = 45157, + [SMALL_STATE(878)] = 45232, + [SMALL_STATE(879)] = 45307, + [SMALL_STATE(880)] = 45384, + [SMALL_STATE(881)] = 45459, + [SMALL_STATE(882)] = 45534, + [SMALL_STATE(883)] = 45609, + [SMALL_STATE(884)] = 45684, + [SMALL_STATE(885)] = 45761, + [SMALL_STATE(886)] = 45836, + [SMALL_STATE(887)] = 45911, + [SMALL_STATE(888)] = 45986, + [SMALL_STATE(889)] = 46061, + [SMALL_STATE(890)] = 46136, + [SMALL_STATE(891)] = 46211, + [SMALL_STATE(892)] = 46286, + [SMALL_STATE(893)] = 46363, + [SMALL_STATE(894)] = 46438, + [SMALL_STATE(895)] = 46513, + [SMALL_STATE(896)] = 46588, + [SMALL_STATE(897)] = 46663, + [SMALL_STATE(898)] = 46738, + [SMALL_STATE(899)] = 46813, + [SMALL_STATE(900)] = 46888, + [SMALL_STATE(901)] = 46965, + [SMALL_STATE(902)] = 47042, + [SMALL_STATE(903)] = 47117, + [SMALL_STATE(904)] = 47194, + [SMALL_STATE(905)] = 47269, + [SMALL_STATE(906)] = 47346, + [SMALL_STATE(907)] = 47421, + [SMALL_STATE(908)] = 47496, + [SMALL_STATE(909)] = 47573, + [SMALL_STATE(910)] = 47648, + [SMALL_STATE(911)] = 47723, + [SMALL_STATE(912)] = 47800, + [SMALL_STATE(913)] = 47875, + [SMALL_STATE(914)] = 47952, + [SMALL_STATE(915)] = 48027, + [SMALL_STATE(916)] = 48102, + [SMALL_STATE(917)] = 48177, + [SMALL_STATE(918)] = 48252, + [SMALL_STATE(919)] = 48329, + [SMALL_STATE(920)] = 48404, + [SMALL_STATE(921)] = 48479, + [SMALL_STATE(922)] = 48554, + [SMALL_STATE(923)] = 48629, + [SMALL_STATE(924)] = 48704, + [SMALL_STATE(925)] = 48779, + [SMALL_STATE(926)] = 48854, + [SMALL_STATE(927)] = 48929, + [SMALL_STATE(928)] = 49004, + [SMALL_STATE(929)] = 49081, + [SMALL_STATE(930)] = 49158, + [SMALL_STATE(931)] = 49235, + [SMALL_STATE(932)] = 49310, + [SMALL_STATE(933)] = 49385, + [SMALL_STATE(934)] = 49460, + [SMALL_STATE(935)] = 49507, + [SMALL_STATE(936)] = 49552, + [SMALL_STATE(937)] = 49627, + [SMALL_STATE(938)] = 49702, + [SMALL_STATE(939)] = 49777, + [SMALL_STATE(940)] = 49854, + [SMALL_STATE(941)] = 49929, + [SMALL_STATE(942)] = 50004, + [SMALL_STATE(943)] = 50081, + [SMALL_STATE(944)] = 50156, + [SMALL_STATE(945)] = 50231, + [SMALL_STATE(946)] = 50306, + [SMALL_STATE(947)] = 50381, + [SMALL_STATE(948)] = 50456, + [SMALL_STATE(949)] = 50531, + [SMALL_STATE(950)] = 50606, + [SMALL_STATE(951)] = 50683, + [SMALL_STATE(952)] = 50758, + [SMALL_STATE(953)] = 50835, + [SMALL_STATE(954)] = 50910, + [SMALL_STATE(955)] = 50985, + [SMALL_STATE(956)] = 51060, + [SMALL_STATE(957)] = 51137, + [SMALL_STATE(958)] = 51214, + [SMALL_STATE(959)] = 51289, + [SMALL_STATE(960)] = 51366, + [SMALL_STATE(961)] = 51443, + [SMALL_STATE(962)] = 51520, + [SMALL_STATE(963)] = 51597, + [SMALL_STATE(964)] = 51646, + [SMALL_STATE(965)] = 51721, + [SMALL_STATE(966)] = 51796, + [SMALL_STATE(967)] = 51871, + [SMALL_STATE(968)] = 51946, + [SMALL_STATE(969)] = 52021, + [SMALL_STATE(970)] = 52096, + [SMALL_STATE(971)] = 52171, + [SMALL_STATE(972)] = 52246, + [SMALL_STATE(973)] = 52321, + [SMALL_STATE(974)] = 52398, + [SMALL_STATE(975)] = 52475, + [SMALL_STATE(976)] = 52552, + [SMALL_STATE(977)] = 52627, + [SMALL_STATE(978)] = 52702, + [SMALL_STATE(979)] = 52777, + [SMALL_STATE(980)] = 52822, + [SMALL_STATE(981)] = 52899, + [SMALL_STATE(982)] = 52948, + [SMALL_STATE(983)] = 53025, + [SMALL_STATE(984)] = 53100, + [SMALL_STATE(985)] = 53177, + [SMALL_STATE(986)] = 53254, + [SMALL_STATE(987)] = 53331, + [SMALL_STATE(988)] = 53408, + [SMALL_STATE(989)] = 53483, + [SMALL_STATE(990)] = 53560, + [SMALL_STATE(991)] = 53635, + [SMALL_STATE(992)] = 53710, + [SMALL_STATE(993)] = 53785, + [SMALL_STATE(994)] = 53860, + [SMALL_STATE(995)] = 53937, + [SMALL_STATE(996)] = 54012, + [SMALL_STATE(997)] = 54087, + [SMALL_STATE(998)] = 54162, + [SMALL_STATE(999)] = 54237, + [SMALL_STATE(1000)] = 54314, + [SMALL_STATE(1001)] = 54389, + [SMALL_STATE(1002)] = 54466, + [SMALL_STATE(1003)] = 54543, + [SMALL_STATE(1004)] = 54618, + [SMALL_STATE(1005)] = 54693, + [SMALL_STATE(1006)] = 54768, + [SMALL_STATE(1007)] = 54843, + [SMALL_STATE(1008)] = 54920, + [SMALL_STATE(1009)] = 54997, + [SMALL_STATE(1010)] = 55074, + [SMALL_STATE(1011)] = 55151, + [SMALL_STATE(1012)] = 55228, + [SMALL_STATE(1013)] = 55303, + [SMALL_STATE(1014)] = 55380, + [SMALL_STATE(1015)] = 55455, + [SMALL_STATE(1016)] = 55530, + [SMALL_STATE(1017)] = 55605, + [SMALL_STATE(1018)] = 55682, + [SMALL_STATE(1019)] = 55757, + [SMALL_STATE(1020)] = 55832, + [SMALL_STATE(1021)] = 55907, + [SMALL_STATE(1022)] = 55982, + [SMALL_STATE(1023)] = 56057, + [SMALL_STATE(1024)] = 56104, + [SMALL_STATE(1025)] = 56179, + [SMALL_STATE(1026)] = 56254, + [SMALL_STATE(1027)] = 56329, + [SMALL_STATE(1028)] = 56378, + [SMALL_STATE(1029)] = 56455, + [SMALL_STATE(1030)] = 56504, + [SMALL_STATE(1031)] = 56581, + [SMALL_STATE(1032)] = 56656, + [SMALL_STATE(1033)] = 56709, + [SMALL_STATE(1034)] = 56784, + [SMALL_STATE(1035)] = 56859, + [SMALL_STATE(1036)] = 56936, + [SMALL_STATE(1037)] = 56985, + [SMALL_STATE(1038)] = 57062, + [SMALL_STATE(1039)] = 57139, + [SMALL_STATE(1040)] = 57214, + [SMALL_STATE(1041)] = 57291, + [SMALL_STATE(1042)] = 57336, + [SMALL_STATE(1043)] = 57413, + [SMALL_STATE(1044)] = 57488, + [SMALL_STATE(1045)] = 57565, + [SMALL_STATE(1046)] = 57642, + [SMALL_STATE(1047)] = 57717, + [SMALL_STATE(1048)] = 57794, + [SMALL_STATE(1049)] = 57849, + [SMALL_STATE(1050)] = 57924, + [SMALL_STATE(1051)] = 57999, + [SMALL_STATE(1052)] = 58074, + [SMALL_STATE(1053)] = 58151, + [SMALL_STATE(1054)] = 58228, + [SMALL_STATE(1055)] = 58303, + [SMALL_STATE(1056)] = 58378, + [SMALL_STATE(1057)] = 58453, + [SMALL_STATE(1058)] = 58528, + [SMALL_STATE(1059)] = 58603, + [SMALL_STATE(1060)] = 58678, + [SMALL_STATE(1061)] = 58753, + [SMALL_STATE(1062)] = 58828, + [SMALL_STATE(1063)] = 58905, + [SMALL_STATE(1064)] = 58982, + [SMALL_STATE(1065)] = 59059, + [SMALL_STATE(1066)] = 59136, + [SMALL_STATE(1067)] = 59213, + [SMALL_STATE(1068)] = 59290, + [SMALL_STATE(1069)] = 59367, + [SMALL_STATE(1070)] = 59442, + [SMALL_STATE(1071)] = 59519, + [SMALL_STATE(1072)] = 59594, + [SMALL_STATE(1073)] = 59671, + [SMALL_STATE(1074)] = 59748, + [SMALL_STATE(1075)] = 59825, + [SMALL_STATE(1076)] = 59900, + [SMALL_STATE(1077)] = 59975, + [SMALL_STATE(1078)] = 60050, + [SMALL_STATE(1079)] = 60127, + [SMALL_STATE(1080)] = 60202, + [SMALL_STATE(1081)] = 60277, + [SMALL_STATE(1082)] = 60354, + [SMALL_STATE(1083)] = 60429, + [SMALL_STATE(1084)] = 60506, + [SMALL_STATE(1085)] = 60581, + [SMALL_STATE(1086)] = 60656, + [SMALL_STATE(1087)] = 60731, + [SMALL_STATE(1088)] = 60808, + [SMALL_STATE(1089)] = 60885, + [SMALL_STATE(1090)] = 60960, + [SMALL_STATE(1091)] = 61035, + [SMALL_STATE(1092)] = 61090, + [SMALL_STATE(1093)] = 61165, + [SMALL_STATE(1094)] = 61242, + [SMALL_STATE(1095)] = 61319, + [SMALL_STATE(1096)] = 61394, + [SMALL_STATE(1097)] = 61469, + [SMALL_STATE(1098)] = 61544, + [SMALL_STATE(1099)] = 61621, + [SMALL_STATE(1100)] = 61665, + [SMALL_STATE(1101)] = 61707, + [SMALL_STATE(1102)] = 61751, + [SMALL_STATE(1103)] = 61795, + [SMALL_STATE(1104)] = 61837, + [SMALL_STATE(1105)] = 61885, + [SMALL_STATE(1106)] = 61937, + [SMALL_STATE(1107)] = 61979, + [SMALL_STATE(1108)] = 62021, + [SMALL_STATE(1109)] = 62075, + [SMALL_STATE(1110)] = 62131, + [SMALL_STATE(1111)] = 62173, + [SMALL_STATE(1112)] = 62215, + [SMALL_STATE(1113)] = 62267, + [SMALL_STATE(1114)] = 62327, + [SMALL_STATE(1115)] = 62369, + [SMALL_STATE(1116)] = 62411, + [SMALL_STATE(1117)] = 62453, + [SMALL_STATE(1118)] = 62495, + [SMALL_STATE(1119)] = 62543, + [SMALL_STATE(1120)] = 62605, + [SMALL_STATE(1121)] = 62649, + [SMALL_STATE(1122)] = 62693, + [SMALL_STATE(1123)] = 62739, + [SMALL_STATE(1124)] = 62781, + [SMALL_STATE(1125)] = 62823, + [SMALL_STATE(1126)] = 62865, + [SMALL_STATE(1127)] = 62911, + [SMALL_STATE(1128)] = 62955, + [SMALL_STATE(1129)] = 62999, + [SMALL_STATE(1130)] = 63041, + [SMALL_STATE(1131)] = 63083, + [SMALL_STATE(1132)] = 63127, + [SMALL_STATE(1133)] = 63171, + [SMALL_STATE(1134)] = 63213, + [SMALL_STATE(1135)] = 63265, + [SMALL_STATE(1136)] = 63307, + [SMALL_STATE(1137)] = 63349, + [SMALL_STATE(1138)] = 63393, + [SMALL_STATE(1139)] = 63435, + [SMALL_STATE(1140)] = 63479, + [SMALL_STATE(1141)] = 63521, + [SMALL_STATE(1142)] = 63565, + [SMALL_STATE(1143)] = 63607, + [SMALL_STATE(1144)] = 63651, + [SMALL_STATE(1145)] = 63693, + [SMALL_STATE(1146)] = 63737, + [SMALL_STATE(1147)] = 63779, + [SMALL_STATE(1148)] = 63823, + [SMALL_STATE(1149)] = 63865, + [SMALL_STATE(1150)] = 63909, + [SMALL_STATE(1151)] = 63951, + [SMALL_STATE(1152)] = 63995, + [SMALL_STATE(1153)] = 64037, + [SMALL_STATE(1154)] = 64081, + [SMALL_STATE(1155)] = 64123, + [SMALL_STATE(1156)] = 64165, + [SMALL_STATE(1157)] = 64207, + [SMALL_STATE(1158)] = 64249, + [SMALL_STATE(1159)] = 64295, + [SMALL_STATE(1160)] = 64337, + [SMALL_STATE(1161)] = 64379, + [SMALL_STATE(1162)] = 64423, + [SMALL_STATE(1163)] = 64465, + [SMALL_STATE(1164)] = 64509, + [SMALL_STATE(1165)] = 64553, + [SMALL_STATE(1166)] = 64595, + [SMALL_STATE(1167)] = 64639, + [SMALL_STATE(1168)] = 64681, + [SMALL_STATE(1169)] = 64727, + [SMALL_STATE(1170)] = 64777, + [SMALL_STATE(1171)] = 64827, + [SMALL_STATE(1172)] = 64868, + [SMALL_STATE(1173)] = 64907, + [SMALL_STATE(1174)] = 64948, + [SMALL_STATE(1175)] = 64987, + [SMALL_STATE(1176)] = 65028, + [SMALL_STATE(1177)] = 65067, + [SMALL_STATE(1178)] = 65108, + [SMALL_STATE(1179)] = 65147, + [SMALL_STATE(1180)] = 65188, + [SMALL_STATE(1181)] = 65227, + [SMALL_STATE(1182)] = 65266, + [SMALL_STATE(1183)] = 65315, + [SMALL_STATE(1184)] = 65370, + [SMALL_STATE(1185)] = 65409, + [SMALL_STATE(1186)] = 65448, + [SMALL_STATE(1187)] = 65487, + [SMALL_STATE(1188)] = 65528, + [SMALL_STATE(1189)] = 65575, + [SMALL_STATE(1190)] = 65616, + [SMALL_STATE(1191)] = 65655, + [SMALL_STATE(1192)] = 65714, + [SMALL_STATE(1193)] = 65753, + [SMALL_STATE(1194)] = 65792, + [SMALL_STATE(1195)] = 65831, + [SMALL_STATE(1196)] = 65870, + [SMALL_STATE(1197)] = 65911, + [SMALL_STATE(1198)] = 65950, + [SMALL_STATE(1199)] = 65989, + [SMALL_STATE(1200)] = 66028, + [SMALL_STATE(1201)] = 66067, + [SMALL_STATE(1202)] = 66108, + [SMALL_STATE(1203)] = 66165, + [SMALL_STATE(1204)] = 66218, + [SMALL_STATE(1205)] = 66257, + [SMALL_STATE(1206)] = 66304, + [SMALL_STATE(1207)] = 66343, + [SMALL_STATE(1208)] = 66384, + [SMALL_STATE(1209)] = 66423, + [SMALL_STATE(1210)] = 66462, + [SMALL_STATE(1211)] = 66501, + [SMALL_STATE(1212)] = 66548, + [SMALL_STATE(1213)] = 66589, + [SMALL_STATE(1214)] = 66656, + [SMALL_STATE(1215)] = 66719, + [SMALL_STATE(1216)] = 66760, + [SMALL_STATE(1217)] = 66799, + [SMALL_STATE(1218)] = 66840, + [SMALL_STATE(1219)] = 66879, + [SMALL_STATE(1220)] = 66920, + [SMALL_STATE(1221)] = 66959, + [SMALL_STATE(1222)] = 67000, + [SMALL_STATE(1223)] = 67039, + [SMALL_STATE(1224)] = 67080, + [SMALL_STATE(1225)] = 67119, + [SMALL_STATE(1226)] = 67160, + [SMALL_STATE(1227)] = 67199, + [SMALL_STATE(1228)] = 67240, + [SMALL_STATE(1229)] = 67279, + [SMALL_STATE(1230)] = 67320, + [SMALL_STATE(1231)] = 67359, + [SMALL_STATE(1232)] = 67400, + [SMALL_STATE(1233)] = 67439, + [SMALL_STATE(1234)] = 67484, + [SMALL_STATE(1235)] = 67523, + [SMALL_STATE(1236)] = 67572, + [SMALL_STATE(1237)] = 67611, + [SMALL_STATE(1238)] = 67666, + [SMALL_STATE(1239)] = 67715, + [SMALL_STATE(1240)] = 67755, + [SMALL_STATE(1241)] = 67795, + [SMALL_STATE(1242)] = 67841, + [SMALL_STATE(1243)] = 67887, + [SMALL_STATE(1244)] = 67931, + [SMALL_STATE(1245)] = 67987, + [SMALL_STATE(1246)] = 68043, + [SMALL_STATE(1247)] = 68099, + [SMALL_STATE(1248)] = 68155, + [SMALL_STATE(1249)] = 68195, + [SMALL_STATE(1250)] = 68235, + [SMALL_STATE(1251)] = 68285, + [SMALL_STATE(1252)] = 68341, + [SMALL_STATE(1253)] = 68397, + [SMALL_STATE(1254)] = 68450, + [SMALL_STATE(1255)] = 68493, + [SMALL_STATE(1256)] = 68546, + [SMALL_STATE(1257)] = 68599, + [SMALL_STATE(1258)] = 68648, + [SMALL_STATE(1259)] = 68691, + [SMALL_STATE(1260)] = 68734, + [SMALL_STATE(1261)] = 68787, + [SMALL_STATE(1262)] = 68826, + [SMALL_STATE(1263)] = 68879, + [SMALL_STATE(1264)] = 68928, + [SMALL_STATE(1265)] = 68981, + [SMALL_STATE(1266)] = 69023, + [SMALL_STATE(1267)] = 69065, + [SMALL_STATE(1268)] = 69107, + [SMALL_STATE(1269)] = 69155, + [SMALL_STATE(1270)] = 69201, + [SMALL_STATE(1271)] = 69241, + [SMALL_STATE(1272)] = 69281, + [SMALL_STATE(1273)] = 69319, + [SMALL_STATE(1274)] = 69361, + [SMALL_STATE(1275)] = 69405, + [SMALL_STATE(1276)] = 69443, + [SMALL_STATE(1277)] = 69481, + [SMALL_STATE(1278)] = 69518, + [SMALL_STATE(1279)] = 69555, + [SMALL_STATE(1280)] = 69594, + [SMALL_STATE(1281)] = 69631, + [SMALL_STATE(1282)] = 69670, + [SMALL_STATE(1283)] = 69709, + [SMALL_STATE(1284)] = 69746, + [SMALL_STATE(1285)] = 69789, + [SMALL_STATE(1286)] = 69828, + [SMALL_STATE(1287)] = 69867, + [SMALL_STATE(1288)] = 69914, + [SMALL_STATE(1289)] = 69951, + [SMALL_STATE(1290)] = 69990, + [SMALL_STATE(1291)] = 70027, + [SMALL_STATE(1292)] = 70064, + [SMALL_STATE(1293)] = 70105, + [SMALL_STATE(1294)] = 70142, + [SMALL_STATE(1295)] = 70179, + [SMALL_STATE(1296)] = 70216, + [SMALL_STATE(1297)] = 70253, + [SMALL_STATE(1298)] = 70290, + [SMALL_STATE(1299)] = 70327, + [SMALL_STATE(1300)] = 70364, + [SMALL_STATE(1301)] = 70401, + [SMALL_STATE(1302)] = 70440, + [SMALL_STATE(1303)] = 70479, + [SMALL_STATE(1304)] = 70516, + [SMALL_STATE(1305)] = 70553, + [SMALL_STATE(1306)] = 70590, + [SMALL_STATE(1307)] = 70627, + [SMALL_STATE(1308)] = 70664, + [SMALL_STATE(1309)] = 70701, + [SMALL_STATE(1310)] = 70744, + [SMALL_STATE(1311)] = 70791, + [SMALL_STATE(1312)] = 70827, + [SMALL_STATE(1313)] = 70863, + [SMALL_STATE(1314)] = 70903, + [SMALL_STATE(1315)] = 70941, + [SMALL_STATE(1316)] = 70981, + [SMALL_STATE(1317)] = 71023, + [SMALL_STATE(1318)] = 71061, + [SMALL_STATE(1319)] = 71101, + [SMALL_STATE(1320)] = 71139, + [SMALL_STATE(1321)] = 71173, + [SMALL_STATE(1322)] = 71209, + [SMALL_STATE(1323)] = 71245, + [SMALL_STATE(1324)] = 71287, + [SMALL_STATE(1325)] = 71323, + [SMALL_STATE(1326)] = 71359, + [SMALL_STATE(1327)] = 71395, + [SMALL_STATE(1328)] = 71431, + [SMALL_STATE(1329)] = 71467, + [SMALL_STATE(1330)] = 71503, + [SMALL_STATE(1331)] = 71539, + [SMALL_STATE(1332)] = 71575, + [SMALL_STATE(1333)] = 71611, + [SMALL_STATE(1334)] = 71647, + [SMALL_STATE(1335)] = 71683, + [SMALL_STATE(1336)] = 71719, + [SMALL_STATE(1337)] = 71755, + [SMALL_STATE(1338)] = 71811, + [SMALL_STATE(1339)] = 71847, + [SMALL_STATE(1340)] = 71883, + [SMALL_STATE(1341)] = 71919, + [SMALL_STATE(1342)] = 71955, + [SMALL_STATE(1343)] = 71991, + [SMALL_STATE(1344)] = 72027, + [SMALL_STATE(1345)] = 72063, + [SMALL_STATE(1346)] = 72099, + [SMALL_STATE(1347)] = 72133, + [SMALL_STATE(1348)] = 72169, + [SMALL_STATE(1349)] = 72207, + [SMALL_STATE(1350)] = 72261, + [SMALL_STATE(1351)] = 72307, + [SMALL_STATE(1352)] = 72343, + [SMALL_STATE(1353)] = 72379, + [SMALL_STATE(1354)] = 72429, + [SMALL_STATE(1355)] = 72477, + [SMALL_STATE(1356)] = 72521, + [SMALL_STATE(1357)] = 72561, + [SMALL_STATE(1358)] = 72599, + [SMALL_STATE(1359)] = 72641, + [SMALL_STATE(1360)] = 72687, + [SMALL_STATE(1361)] = 72729, + [SMALL_STATE(1362)] = 72765, + [SMALL_STATE(1363)] = 72809, + [SMALL_STATE(1364)] = 72845, + [SMALL_STATE(1365)] = 72881, + [SMALL_STATE(1366)] = 72917, + [SMALL_STATE(1367)] = 72963, + [SMALL_STATE(1368)] = 72996, + [SMALL_STATE(1369)] = 73037, + [SMALL_STATE(1370)] = 73072, + [SMALL_STATE(1371)] = 73127, + [SMALL_STATE(1372)] = 73162, + [SMALL_STATE(1373)] = 73217, + [SMALL_STATE(1374)] = 73254, + [SMALL_STATE(1375)] = 73295, + [SMALL_STATE(1376)] = 73334, + [SMALL_STATE(1377)] = 73379, + [SMALL_STATE(1378)] = 73420, + [SMALL_STATE(1379)] = 73453, + [SMALL_STATE(1380)] = 73494, + [SMALL_STATE(1381)] = 73527, + [SMALL_STATE(1382)] = 73582, + [SMALL_STATE(1383)] = 73637, + [SMALL_STATE(1384)] = 73678, + [SMALL_STATE(1385)] = 73727, + [SMALL_STATE(1386)] = 73760, + [SMALL_STATE(1387)] = 73793, + [SMALL_STATE(1388)] = 73826, + [SMALL_STATE(1389)] = 73859, + [SMALL_STATE(1390)] = 73896, + [SMALL_STATE(1391)] = 73943, + [SMALL_STATE(1392)] = 73976, + [SMALL_STATE(1393)] = 74009, + [SMALL_STATE(1394)] = 74042, + [SMALL_STATE(1395)] = 74085, + [SMALL_STATE(1396)] = 74124, + [SMALL_STATE(1397)] = 74157, + [SMALL_STATE(1398)] = 74194, + [SMALL_STATE(1399)] = 74247, + [SMALL_STATE(1400)] = 74292, + [SMALL_STATE(1401)] = 74337, + [SMALL_STATE(1402)] = 74373, + [SMALL_STATE(1403)] = 74425, + [SMALL_STATE(1404)] = 74465, + [SMALL_STATE(1405)] = 74501, + [SMALL_STATE(1406)] = 74555, + [SMALL_STATE(1407)] = 74607, + [SMALL_STATE(1408)] = 74659, + [SMALL_STATE(1409)] = 74697, + [SMALL_STATE(1410)] = 74737, + [SMALL_STATE(1411)] = 74781, + [SMALL_STATE(1412)] = 74821, + [SMALL_STATE(1413)] = 74859, + [SMALL_STATE(1414)] = 74897, + [SMALL_STATE(1415)] = 74939, + [SMALL_STATE(1416)] = 74985, + [SMALL_STATE(1417)] = 75033, + [SMALL_STATE(1418)] = 75085, + [SMALL_STATE(1419)] = 75121, + [SMALL_STATE(1420)] = 75159, + [SMALL_STATE(1421)] = 75197, + [SMALL_STATE(1422)] = 75233, + [SMALL_STATE(1423)] = 75271, + [SMALL_STATE(1424)] = 75315, + [SMALL_STATE(1425)] = 75368, + [SMALL_STATE(1426)] = 75401, + [SMALL_STATE(1427)] = 75434, + [SMALL_STATE(1428)] = 75469, + [SMALL_STATE(1429)] = 75506, + [SMALL_STATE(1430)] = 75541, + [SMALL_STATE(1431)] = 75580, + [SMALL_STATE(1432)] = 75615, + [SMALL_STATE(1433)] = 75668, + [SMALL_STATE(1434)] = 75721, + [SMALL_STATE(1435)] = 75756, + [SMALL_STATE(1436)] = 75797, + [SMALL_STATE(1437)] = 75834, + [SMALL_STATE(1438)] = 75873, + [SMALL_STATE(1439)] = 75910, + [SMALL_STATE(1440)] = 75943, + [SMALL_STATE(1441)] = 75986, + [SMALL_STATE(1442)] = 76039, + [SMALL_STATE(1443)] = 76092, + [SMALL_STATE(1444)] = 76145, + [SMALL_STATE(1445)] = 76198, + [SMALL_STATE(1446)] = 76251, + [SMALL_STATE(1447)] = 76288, + [SMALL_STATE(1448)] = 76341, + [SMALL_STATE(1449)] = 76374, + [SMALL_STATE(1450)] = 76409, + [SMALL_STATE(1451)] = 76442, + [SMALL_STATE(1452)] = 76481, + [SMALL_STATE(1453)] = 76532, + [SMALL_STATE(1454)] = 76575, + [SMALL_STATE(1455)] = 76622, + [SMALL_STATE(1456)] = 76667, + [SMALL_STATE(1457)] = 76707, + [SMALL_STATE(1458)] = 76755, + [SMALL_STATE(1459)] = 76787, + [SMALL_STATE(1460)] = 76821, + [SMALL_STATE(1461)] = 76853, + [SMALL_STATE(1462)] = 76889, + [SMALL_STATE(1463)] = 76923, + [SMALL_STATE(1464)] = 76959, + [SMALL_STATE(1465)] = 76993, + [SMALL_STATE(1466)] = 77025, + [SMALL_STATE(1467)] = 77075, + [SMALL_STATE(1468)] = 77107, + [SMALL_STATE(1469)] = 77139, + [SMALL_STATE(1470)] = 77171, + [SMALL_STATE(1471)] = 77221, + [SMALL_STATE(1472)] = 77271, + [SMALL_STATE(1473)] = 77303, + [SMALL_STATE(1474)] = 77335, + [SMALL_STATE(1475)] = 77385, + [SMALL_STATE(1476)] = 77435, + [SMALL_STATE(1477)] = 77485, + [SMALL_STATE(1478)] = 77517, + [SMALL_STATE(1479)] = 77567, + [SMALL_STATE(1480)] = 77601, + [SMALL_STATE(1481)] = 77633, + [SMALL_STATE(1482)] = 77665, + [SMALL_STATE(1483)] = 77697, + [SMALL_STATE(1484)] = 77729, + [SMALL_STATE(1485)] = 77763, + [SMALL_STATE(1486)] = 77795, + [SMALL_STATE(1487)] = 77827, + [SMALL_STATE(1488)] = 77859, + [SMALL_STATE(1489)] = 77915, + [SMALL_STATE(1490)] = 77961, + [SMALL_STATE(1491)] = 77993, + [SMALL_STATE(1492)] = 78025, + [SMALL_STATE(1493)] = 78065, + [SMALL_STATE(1494)] = 78115, + [SMALL_STATE(1495)] = 78147, + [SMALL_STATE(1496)] = 78179, + [SMALL_STATE(1497)] = 78213, + [SMALL_STATE(1498)] = 78267, + [SMALL_STATE(1499)] = 78299, + [SMALL_STATE(1500)] = 78337, + [SMALL_STATE(1501)] = 78369, + [SMALL_STATE(1502)] = 78415, + [SMALL_STATE(1503)] = 78447, + [SMALL_STATE(1504)] = 78491, + [SMALL_STATE(1505)] = 78541, + [SMALL_STATE(1506)] = 78572, + [SMALL_STATE(1507)] = 78603, + [SMALL_STATE(1508)] = 78654, + [SMALL_STATE(1509)] = 78685, + [SMALL_STATE(1510)] = 78716, + [SMALL_STATE(1511)] = 78747, + [SMALL_STATE(1512)] = 78798, + [SMALL_STATE(1513)] = 78849, + [SMALL_STATE(1514)] = 78880, + [SMALL_STATE(1515)] = 78911, + [SMALL_STATE(1516)] = 78942, + [SMALL_STATE(1517)] = 78973, + [SMALL_STATE(1518)] = 79004, + [SMALL_STATE(1519)] = 79035, + [SMALL_STATE(1520)] = 79066, + [SMALL_STATE(1521)] = 79097, + [SMALL_STATE(1522)] = 79148, + [SMALL_STATE(1523)] = 79179, + [SMALL_STATE(1524)] = 79210, + [SMALL_STATE(1525)] = 79241, + [SMALL_STATE(1526)] = 79272, + [SMALL_STATE(1527)] = 79327, + [SMALL_STATE(1528)] = 79378, + [SMALL_STATE(1529)] = 79426, + [SMALL_STATE(1530)] = 79474, + [SMALL_STATE(1531)] = 79522, + [SMALL_STATE(1532)] = 79570, + [SMALL_STATE(1533)] = 79618, + [SMALL_STATE(1534)] = 79675, + [SMALL_STATE(1535)] = 79730, + [SMALL_STATE(1536)] = 79784, + [SMALL_STATE(1537)] = 79838, + [SMALL_STATE(1538)] = 79892, + [SMALL_STATE(1539)] = 79946, + [SMALL_STATE(1540)] = 80000, + [SMALL_STATE(1541)] = 80054, + [SMALL_STATE(1542)] = 80108, + [SMALL_STATE(1543)] = 80162, + [SMALL_STATE(1544)] = 80216, + [SMALL_STATE(1545)] = 80270, + [SMALL_STATE(1546)] = 80324, + [SMALL_STATE(1547)] = 80378, + [SMALL_STATE(1548)] = 80432, + [SMALL_STATE(1549)] = 80486, + [SMALL_STATE(1550)] = 80540, + [SMALL_STATE(1551)] = 80594, + [SMALL_STATE(1552)] = 80648, + [SMALL_STATE(1553)] = 80702, + [SMALL_STATE(1554)] = 80756, + [SMALL_STATE(1555)] = 80810, + [SMALL_STATE(1556)] = 80864, + [SMALL_STATE(1557)] = 80918, + [SMALL_STATE(1558)] = 80972, + [SMALL_STATE(1559)] = 81026, + [SMALL_STATE(1560)] = 81078, + [SMALL_STATE(1561)] = 81132, + [SMALL_STATE(1562)] = 81186, + [SMALL_STATE(1563)] = 81237, + [SMALL_STATE(1564)] = 81288, + [SMALL_STATE(1565)] = 81339, + [SMALL_STATE(1566)] = 81390, + [SMALL_STATE(1567)] = 81441, + [SMALL_STATE(1568)] = 81492, + [SMALL_STATE(1569)] = 81543, + [SMALL_STATE(1570)] = 81594, + [SMALL_STATE(1571)] = 81645, + [SMALL_STATE(1572)] = 81696, + [SMALL_STATE(1573)] = 81747, + [SMALL_STATE(1574)] = 81798, + [SMALL_STATE(1575)] = 81849, + [SMALL_STATE(1576)] = 81900, + [SMALL_STATE(1577)] = 81951, + [SMALL_STATE(1578)] = 82002, + [SMALL_STATE(1579)] = 82053, + [SMALL_STATE(1580)] = 82104, + [SMALL_STATE(1581)] = 82155, + [SMALL_STATE(1582)] = 82206, + [SMALL_STATE(1583)] = 82257, + [SMALL_STATE(1584)] = 82308, + [SMALL_STATE(1585)] = 82359, + [SMALL_STATE(1586)] = 82410, + [SMALL_STATE(1587)] = 82461, + [SMALL_STATE(1588)] = 82512, + [SMALL_STATE(1589)] = 82563, + [SMALL_STATE(1590)] = 82614, + [SMALL_STATE(1591)] = 82665, + [SMALL_STATE(1592)] = 82716, + [SMALL_STATE(1593)] = 82767, + [SMALL_STATE(1594)] = 82818, + [SMALL_STATE(1595)] = 82869, + [SMALL_STATE(1596)] = 82920, + [SMALL_STATE(1597)] = 82971, + [SMALL_STATE(1598)] = 83022, + [SMALL_STATE(1599)] = 83073, + [SMALL_STATE(1600)] = 83124, + [SMALL_STATE(1601)] = 83175, + [SMALL_STATE(1602)] = 83226, + [SMALL_STATE(1603)] = 83277, + [SMALL_STATE(1604)] = 83328, + [SMALL_STATE(1605)] = 83379, + [SMALL_STATE(1606)] = 83430, + [SMALL_STATE(1607)] = 83481, + [SMALL_STATE(1608)] = 83532, + [SMALL_STATE(1609)] = 83583, + [SMALL_STATE(1610)] = 83634, + [SMALL_STATE(1611)] = 83685, + [SMALL_STATE(1612)] = 83736, + [SMALL_STATE(1613)] = 83787, + [SMALL_STATE(1614)] = 83838, + [SMALL_STATE(1615)] = 83889, + [SMALL_STATE(1616)] = 83940, + [SMALL_STATE(1617)] = 83991, + [SMALL_STATE(1618)] = 84042, + [SMALL_STATE(1619)] = 84093, + [SMALL_STATE(1620)] = 84144, + [SMALL_STATE(1621)] = 84195, + [SMALL_STATE(1622)] = 84246, + [SMALL_STATE(1623)] = 84297, + [SMALL_STATE(1624)] = 84348, + [SMALL_STATE(1625)] = 84399, + [SMALL_STATE(1626)] = 84450, + [SMALL_STATE(1627)] = 84501, + [SMALL_STATE(1628)] = 84552, + [SMALL_STATE(1629)] = 84603, + [SMALL_STATE(1630)] = 84654, + [SMALL_STATE(1631)] = 84705, + [SMALL_STATE(1632)] = 84756, + [SMALL_STATE(1633)] = 84807, + [SMALL_STATE(1634)] = 84858, + [SMALL_STATE(1635)] = 84909, + [SMALL_STATE(1636)] = 84960, + [SMALL_STATE(1637)] = 85011, + [SMALL_STATE(1638)] = 85062, + [SMALL_STATE(1639)] = 85113, + [SMALL_STATE(1640)] = 85161, + [SMALL_STATE(1641)] = 85209, + [SMALL_STATE(1642)] = 85257, + [SMALL_STATE(1643)] = 85305, + [SMALL_STATE(1644)] = 85353, + [SMALL_STATE(1645)] = 85401, + [SMALL_STATE(1646)] = 85449, + [SMALL_STATE(1647)] = 85497, + [SMALL_STATE(1648)] = 85545, + [SMALL_STATE(1649)] = 85593, + [SMALL_STATE(1650)] = 85641, + [SMALL_STATE(1651)] = 85689, + [SMALL_STATE(1652)] = 85737, + [SMALL_STATE(1653)] = 85785, + [SMALL_STATE(1654)] = 85833, + [SMALL_STATE(1655)] = 85881, + [SMALL_STATE(1656)] = 85900, + [SMALL_STATE(1657)] = 85920, + [SMALL_STATE(1658)] = 85937, + [SMALL_STATE(1659)] = 85955, + [SMALL_STATE(1660)] = 85974, + [SMALL_STATE(1661)] = 85989, + [SMALL_STATE(1662)] = 86001, + [SMALL_STATE(1663)] = 86013, + [SMALL_STATE(1664)] = 86025, + [SMALL_STATE(1665)] = 86037, + [SMALL_STATE(1666)] = 86056, + [SMALL_STATE(1667)] = 86067, + [SMALL_STATE(1668)] = 86086, + [SMALL_STATE(1669)] = 86105, + [SMALL_STATE(1670)] = 86124, + [SMALL_STATE(1671)] = 86143, + [SMALL_STATE(1672)] = 86160, + [SMALL_STATE(1673)] = 86177, + [SMALL_STATE(1674)] = 86194, + [SMALL_STATE(1675)] = 86213, + [SMALL_STATE(1676)] = 86230, + [SMALL_STATE(1677)] = 86249, + [SMALL_STATE(1678)] = 86266, + [SMALL_STATE(1679)] = 86285, + [SMALL_STATE(1680)] = 86304, + [SMALL_STATE(1681)] = 86319, + [SMALL_STATE(1682)] = 86336, + [SMALL_STATE(1683)] = 86353, + [SMALL_STATE(1684)] = 86372, + [SMALL_STATE(1685)] = 86391, + [SMALL_STATE(1686)] = 86408, + [SMALL_STATE(1687)] = 86425, + [SMALL_STATE(1688)] = 86444, + [SMALL_STATE(1689)] = 86463, + [SMALL_STATE(1690)] = 86480, + [SMALL_STATE(1691)] = 86495, + [SMALL_STATE(1692)] = 86514, + [SMALL_STATE(1693)] = 86531, + [SMALL_STATE(1694)] = 86548, + [SMALL_STATE(1695)] = 86565, + [SMALL_STATE(1696)] = 86582, + [SMALL_STATE(1697)] = 86601, + [SMALL_STATE(1698)] = 86620, + [SMALL_STATE(1699)] = 86637, + [SMALL_STATE(1700)] = 86654, + [SMALL_STATE(1701)] = 86665, + [SMALL_STATE(1702)] = 86676, + [SMALL_STATE(1703)] = 86691, + [SMALL_STATE(1704)] = 86710, + [SMALL_STATE(1705)] = 86727, + [SMALL_STATE(1706)] = 86744, + [SMALL_STATE(1707)] = 86759, + [SMALL_STATE(1708)] = 86776, + [SMALL_STATE(1709)] = 86795, + [SMALL_STATE(1710)] = 86814, + [SMALL_STATE(1711)] = 86831, + [SMALL_STATE(1712)] = 86848, + [SMALL_STATE(1713)] = 86867, + [SMALL_STATE(1714)] = 86886, + [SMALL_STATE(1715)] = 86903, + [SMALL_STATE(1716)] = 86918, + [SMALL_STATE(1717)] = 86935, + [SMALL_STATE(1718)] = 86954, + [SMALL_STATE(1719)] = 86973, + [SMALL_STATE(1720)] = 86984, + [SMALL_STATE(1721)] = 87001, + [SMALL_STATE(1722)] = 87020, + [SMALL_STATE(1723)] = 87034, + [SMALL_STATE(1724)] = 87048, + [SMALL_STATE(1725)] = 87062, + [SMALL_STATE(1726)] = 87076, + [SMALL_STATE(1727)] = 87090, + [SMALL_STATE(1728)] = 87102, + [SMALL_STATE(1729)] = 87116, + [SMALL_STATE(1730)] = 87130, + [SMALL_STATE(1731)] = 87144, + [SMALL_STATE(1732)] = 87158, + [SMALL_STATE(1733)] = 87172, + [SMALL_STATE(1734)] = 87186, + [SMALL_STATE(1735)] = 87200, + [SMALL_STATE(1736)] = 87214, + [SMALL_STATE(1737)] = 87228, + [SMALL_STATE(1738)] = 87242, + [SMALL_STATE(1739)] = 87252, + [SMALL_STATE(1740)] = 87266, + [SMALL_STATE(1741)] = 87276, + [SMALL_STATE(1742)] = 87286, + [SMALL_STATE(1743)] = 87296, + [SMALL_STATE(1744)] = 87307, + [SMALL_STATE(1745)] = 87318, + [SMALL_STATE(1746)] = 87329, + [SMALL_STATE(1747)] = 87340, + [SMALL_STATE(1748)] = 87349, + [SMALL_STATE(1749)] = 87360, + [SMALL_STATE(1750)] = 87371, + [SMALL_STATE(1751)] = 87382, + [SMALL_STATE(1752)] = 87393, + [SMALL_STATE(1753)] = 87404, + [SMALL_STATE(1754)] = 87415, + [SMALL_STATE(1755)] = 87426, + [SMALL_STATE(1756)] = 87435, + [SMALL_STATE(1757)] = 87446, + [SMALL_STATE(1758)] = 87457, + [SMALL_STATE(1759)] = 87468, + [SMALL_STATE(1760)] = 87479, + [SMALL_STATE(1761)] = 87490, + [SMALL_STATE(1762)] = 87501, + [SMALL_STATE(1763)] = 87512, + [SMALL_STATE(1764)] = 87523, + [SMALL_STATE(1765)] = 87534, + [SMALL_STATE(1766)] = 87545, + [SMALL_STATE(1767)] = 87556, + [SMALL_STATE(1768)] = 87567, + [SMALL_STATE(1769)] = 87578, + [SMALL_STATE(1770)] = 87587, + [SMALL_STATE(1771)] = 87598, + [SMALL_STATE(1772)] = 87609, + [SMALL_STATE(1773)] = 87620, + [SMALL_STATE(1774)] = 87631, + [SMALL_STATE(1775)] = 87642, + [SMALL_STATE(1776)] = 87651, + [SMALL_STATE(1777)] = 87661, + [SMALL_STATE(1778)] = 87671, + [SMALL_STATE(1779)] = 87681, + [SMALL_STATE(1780)] = 87691, + [SMALL_STATE(1781)] = 87701, + [SMALL_STATE(1782)] = 87711, + [SMALL_STATE(1783)] = 87721, + [SMALL_STATE(1784)] = 87731, + [SMALL_STATE(1785)] = 87741, + [SMALL_STATE(1786)] = 87751, + [SMALL_STATE(1787)] = 87761, + [SMALL_STATE(1788)] = 87771, + [SMALL_STATE(1789)] = 87781, + [SMALL_STATE(1790)] = 87788, + [SMALL_STATE(1791)] = 87793, + [SMALL_STATE(1792)] = 87800, + [SMALL_STATE(1793)] = 87807, + [SMALL_STATE(1794)] = 87814, + [SMALL_STATE(1795)] = 87821, + [SMALL_STATE(1796)] = 87828, + [SMALL_STATE(1797)] = 87835, + [SMALL_STATE(1798)] = 87842, + [SMALL_STATE(1799)] = 87849, + [SMALL_STATE(1800)] = 87856, + [SMALL_STATE(1801)] = 87863, + [SMALL_STATE(1802)] = 87870, + [SMALL_STATE(1803)] = 87877, + [SMALL_STATE(1804)] = 87884, + [SMALL_STATE(1805)] = 87891, + [SMALL_STATE(1806)] = 87898, + [SMALL_STATE(1807)] = 87905, + [SMALL_STATE(1808)] = 87912, + [SMALL_STATE(1809)] = 87919, + [SMALL_STATE(1810)] = 87926, + [SMALL_STATE(1811)] = 87933, + [SMALL_STATE(1812)] = 87940, + [SMALL_STATE(1813)] = 87947, + [SMALL_STATE(1814)] = 87954, + [SMALL_STATE(1815)] = 87961, + [SMALL_STATE(1816)] = 87968, + [SMALL_STATE(1817)] = 87975, + [SMALL_STATE(1818)] = 87982, + [SMALL_STATE(1819)] = 87989, + [SMALL_STATE(1820)] = 87996, + [SMALL_STATE(1821)] = 88003, + [SMALL_STATE(1822)] = 88010, + [SMALL_STATE(1823)] = 88017, + [SMALL_STATE(1824)] = 88024, + [SMALL_STATE(1825)] = 88031, + [SMALL_STATE(1826)] = 88038, + [SMALL_STATE(1827)] = 88045, + [SMALL_STATE(1828)] = 88052, + [SMALL_STATE(1829)] = 88059, + [SMALL_STATE(1830)] = 88066, + [SMALL_STATE(1831)] = 88073, + [SMALL_STATE(1832)] = 88080, + [SMALL_STATE(1833)] = 88087, + [SMALL_STATE(1834)] = 88094, + [SMALL_STATE(1835)] = 88098, + [SMALL_STATE(1836)] = 88102, + [SMALL_STATE(1837)] = 88106, + [SMALL_STATE(1838)] = 88110, + [SMALL_STATE(1839)] = 88114, + [SMALL_STATE(1840)] = 88118, + [SMALL_STATE(1841)] = 88122, + [SMALL_STATE(1842)] = 88126, + [SMALL_STATE(1843)] = 88130, + [SMALL_STATE(1844)] = 88134, + [SMALL_STATE(1845)] = 88138, + [SMALL_STATE(1846)] = 88142, + [SMALL_STATE(1847)] = 88146, + [SMALL_STATE(1848)] = 88150, + [SMALL_STATE(1849)] = 88154, + [SMALL_STATE(1850)] = 88158, + [SMALL_STATE(1851)] = 88162, + [SMALL_STATE(1852)] = 88166, + [SMALL_STATE(1853)] = 88170, + [SMALL_STATE(1854)] = 88174, + [SMALL_STATE(1855)] = 88178, + [SMALL_STATE(1856)] = 88182, + [SMALL_STATE(1857)] = 88186, + [SMALL_STATE(1858)] = 88190, + [SMALL_STATE(1859)] = 88194, + [SMALL_STATE(1860)] = 88198, + [SMALL_STATE(1861)] = 88202, + [SMALL_STATE(1862)] = 88206, + [SMALL_STATE(1863)] = 88210, + [SMALL_STATE(1864)] = 88214, + [SMALL_STATE(1865)] = 88218, + [SMALL_STATE(1866)] = 88222, + [SMALL_STATE(1867)] = 88226, + [SMALL_STATE(1868)] = 88230, + [SMALL_STATE(1869)] = 88234, + [SMALL_STATE(1870)] = 88238, + [SMALL_STATE(1871)] = 88242, + [SMALL_STATE(1872)] = 88246, + [SMALL_STATE(1873)] = 88250, + [SMALL_STATE(1874)] = 88254, + [SMALL_STATE(1875)] = 88258, + [SMALL_STATE(1876)] = 88262, + [SMALL_STATE(1877)] = 88266, + [SMALL_STATE(1878)] = 88270, + [SMALL_STATE(1879)] = 88274, + [SMALL_STATE(1880)] = 88278, + [SMALL_STATE(1881)] = 88282, + [SMALL_STATE(1882)] = 88286, + [SMALL_STATE(1883)] = 88290, + [SMALL_STATE(1884)] = 88294, + [SMALL_STATE(1885)] = 88298, + [SMALL_STATE(1886)] = 88302, + [SMALL_STATE(1887)] = 88306, + [SMALL_STATE(1888)] = 88310, + [SMALL_STATE(1889)] = 88314, + [SMALL_STATE(1890)] = 88318, + [SMALL_STATE(1891)] = 88322, + [SMALL_STATE(1892)] = 88326, + [SMALL_STATE(1893)] = 88330, + [SMALL_STATE(1894)] = 88334, + [SMALL_STATE(1895)] = 88338, + [SMALL_STATE(1896)] = 88342, + [SMALL_STATE(1897)] = 88346, + [SMALL_STATE(1898)] = 88350, + [SMALL_STATE(1899)] = 88354, + [SMALL_STATE(1900)] = 88358, + [SMALL_STATE(1901)] = 88362, + [SMALL_STATE(1902)] = 88366, + [SMALL_STATE(1903)] = 88370, + [SMALL_STATE(1904)] = 88374, + [SMALL_STATE(1905)] = 88378, + [SMALL_STATE(1906)] = 88382, + [SMALL_STATE(1907)] = 88386, + [SMALL_STATE(1908)] = 88390, + [SMALL_STATE(1909)] = 88394, + [SMALL_STATE(1910)] = 88398, + [SMALL_STATE(1911)] = 88402, + [SMALL_STATE(1912)] = 88406, + [SMALL_STATE(1913)] = 88410, + [SMALL_STATE(1914)] = 88414, + [SMALL_STATE(1915)] = 88418, + [SMALL_STATE(1916)] = 88422, + [SMALL_STATE(1917)] = 88426, + [SMALL_STATE(1918)] = 88430, + [SMALL_STATE(1919)] = 88434, + [SMALL_STATE(1920)] = 88438, + [SMALL_STATE(1921)] = 88442, + [SMALL_STATE(1922)] = 88446, + [SMALL_STATE(1923)] = 88450, + [SMALL_STATE(1924)] = 88454, + [SMALL_STATE(1925)] = 88458, + [SMALL_STATE(1926)] = 88462, + [SMALL_STATE(1927)] = 88466, + [SMALL_STATE(1928)] = 88470, + [SMALL_STATE(1929)] = 88474, + [SMALL_STATE(1930)] = 88478, + [SMALL_STATE(1931)] = 88482, + [SMALL_STATE(1932)] = 88486, + [SMALL_STATE(1933)] = 88490, + [SMALL_STATE(1934)] = 88494, + [SMALL_STATE(1935)] = 88498, + [SMALL_STATE(1936)] = 88502, + [SMALL_STATE(1937)] = 88506, + [SMALL_STATE(1938)] = 88510, + [SMALL_STATE(1939)] = 88514, + [SMALL_STATE(1940)] = 88518, + [SMALL_STATE(1941)] = 88522, + [SMALL_STATE(1942)] = 88526, + [SMALL_STATE(1943)] = 88530, + [SMALL_STATE(1944)] = 88534, + [SMALL_STATE(1945)] = 88538, + [SMALL_STATE(1946)] = 88542, + [SMALL_STATE(1947)] = 88546, + [SMALL_STATE(1948)] = 88550, + [SMALL_STATE(1949)] = 88554, + [SMALL_STATE(1950)] = 88558, + [SMALL_STATE(1951)] = 88562, + [SMALL_STATE(1952)] = 88566, + [SMALL_STATE(1953)] = 88570, + [SMALL_STATE(1954)] = 88574, + [SMALL_STATE(1955)] = 88578, + [SMALL_STATE(1956)] = 88582, + [SMALL_STATE(1957)] = 88586, + [SMALL_STATE(1958)] = 88590, + [SMALL_STATE(1959)] = 88594, + [SMALL_STATE(1960)] = 88598, + [SMALL_STATE(1961)] = 88602, + [SMALL_STATE(1962)] = 88606, + [SMALL_STATE(1963)] = 88610, + [SMALL_STATE(1964)] = 88614, + [SMALL_STATE(1965)] = 88618, + [SMALL_STATE(1966)] = 88622, + [SMALL_STATE(1967)] = 88626, + [SMALL_STATE(1968)] = 88630, + [SMALL_STATE(1969)] = 88634, + [SMALL_STATE(1970)] = 88638, + [SMALL_STATE(1971)] = 88642, + [SMALL_STATE(1972)] = 88646, + [SMALL_STATE(1973)] = 88650, + [SMALL_STATE(1974)] = 88654, + [SMALL_STATE(1975)] = 88658, + [SMALL_STATE(1976)] = 88662, + [SMALL_STATE(1977)] = 88666, + [SMALL_STATE(1978)] = 88670, + [SMALL_STATE(1979)] = 88674, + [SMALL_STATE(1980)] = 88678, + [SMALL_STATE(1981)] = 88682, + [SMALL_STATE(1982)] = 88686, + [SMALL_STATE(1983)] = 88690, + [SMALL_STATE(1984)] = 88694, + [SMALL_STATE(1985)] = 88698, + [SMALL_STATE(1986)] = 88702, + [SMALL_STATE(1987)] = 88706, + [SMALL_STATE(1988)] = 88710, + [SMALL_STATE(1989)] = 88714, + [SMALL_STATE(1990)] = 88718, + [SMALL_STATE(1991)] = 88722, + [SMALL_STATE(1992)] = 88726, + [SMALL_STATE(1993)] = 88730, + [SMALL_STATE(1994)] = 88734, + [SMALL_STATE(1995)] = 88738, + [SMALL_STATE(1996)] = 88742, + [SMALL_STATE(1997)] = 88746, + [SMALL_STATE(1998)] = 88750, + [SMALL_STATE(1999)] = 88754, + [SMALL_STATE(2000)] = 88758, + [SMALL_STATE(2001)] = 88762, + [SMALL_STATE(2002)] = 88766, + [SMALL_STATE(2003)] = 88770, + [SMALL_STATE(2004)] = 88774, + [SMALL_STATE(2005)] = 88778, + [SMALL_STATE(2006)] = 88782, + [SMALL_STATE(2007)] = 88786, + [SMALL_STATE(2008)] = 88790, + [SMALL_STATE(2009)] = 88794, + [SMALL_STATE(2010)] = 88798, + [SMALL_STATE(2011)] = 88802, + [SMALL_STATE(2012)] = 88806, + [SMALL_STATE(2013)] = 88810, + [SMALL_STATE(2014)] = 88814, + [SMALL_STATE(2015)] = 88818, + [SMALL_STATE(2016)] = 88822, + [SMALL_STATE(2017)] = 88826, + [SMALL_STATE(2018)] = 88830, + [SMALL_STATE(2019)] = 88834, + [SMALL_STATE(2020)] = 88838, + [SMALL_STATE(2021)] = 88842, + [SMALL_STATE(2022)] = 88846, + [SMALL_STATE(2023)] = 88850, + [SMALL_STATE(2024)] = 88854, + [SMALL_STATE(2025)] = 88858, + [SMALL_STATE(2026)] = 88862, + [SMALL_STATE(2027)] = 88866, + [SMALL_STATE(2028)] = 88870, + [SMALL_STATE(2029)] = 88874, + [SMALL_STATE(2030)] = 88878, + [SMALL_STATE(2031)] = 88882, + [SMALL_STATE(2032)] = 88886, + [SMALL_STATE(2033)] = 88890, + [SMALL_STATE(2034)] = 88894, + [SMALL_STATE(2035)] = 88898, + [SMALL_STATE(2036)] = 88902, + [SMALL_STATE(2037)] = 88906, + [SMALL_STATE(2038)] = 88910, + [SMALL_STATE(2039)] = 88914, + [SMALL_STATE(2040)] = 88918, + [SMALL_STATE(2041)] = 88922, + [SMALL_STATE(2042)] = 88926, + [SMALL_STATE(2043)] = 88930, + [SMALL_STATE(2044)] = 88934, + [SMALL_STATE(2045)] = 88938, + [SMALL_STATE(2046)] = 88942, + [SMALL_STATE(2047)] = 88946, + [SMALL_STATE(2048)] = 88950, + [SMALL_STATE(2049)] = 88954, + [SMALL_STATE(2050)] = 88958, + [SMALL_STATE(2051)] = 88962, + [SMALL_STATE(2052)] = 88966, + [SMALL_STATE(2053)] = 88970, + [SMALL_STATE(2054)] = 88974, + [SMALL_STATE(2055)] = 88978, }; static const TSParseActionEntry ts_parse_actions[] = { @@ -99939,15 +99799,15 @@ static const TSParseActionEntry ts_parse_actions[] = { [740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(881), [742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(813), [744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(814), - [746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1828), - [748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(815), - [750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(816), - [752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(817), - [754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(818), - [756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(819), - [758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__binary_in, 3, .production_id = 10), - [760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binary_in, 3, .production_id = 10), - [762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_exp, 3, .production_id = 7), + [746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(815), + [748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(816), + [750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(817), + [752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(818), + [754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(819), + [756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__binary_in, 3, .production_id = 10), + [758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binary_in, 3, .production_id = 10), + [760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_exp, 3, .production_id = 7), + [762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1828), [764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1078), [766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(820), [768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_exp, 3, .production_id = 7), @@ -99960,14 +99820,14 @@ static const TSParseActionEntry ts_parse_actions[] = { [782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binary_in, 5, .production_id = 16), [784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(831), [786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(830), - [788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1802), - [790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1093), - [792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(829), - [794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(828), - [796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(827), - [798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(826), - [800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(822), - [802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(821), + [788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1093), + [790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(829), + [792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(828), + [794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(827), + [796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(826), + [798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(822), + [800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(821), + [802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1802), [804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), [806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), [808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), @@ -100015,19 +99875,19 @@ static const TSParseActionEntry ts_parse_actions[] = { [909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(374), [911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(351), [913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(975), - [915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1821), - [917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(762), - [919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(763), - [921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(764), - [923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(640), - [925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(961), - [927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), - [929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), - [931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(954), - [933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), - [935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426), - [937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(760), - [939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(761), + [915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(762), + [917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(763), + [919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(764), + [921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(640), + [923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(961), + [925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), + [927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), + [929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(954), + [931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), + [933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426), + [935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(760), + [937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(761), + [939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1821), [941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1087), [943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(765), [945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(766), @@ -100043,20 +99903,20 @@ static const TSParseActionEntry ts_parse_actions[] = { [965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(970), [967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(969), [969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(971), - [971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1793), - [973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(968), - [975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(972), - [977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(967), - [979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(966), - [981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(866), - [983] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__print_args, 1), - [985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1655), - [987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__print_args, 1), - [989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1072), - [991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(964), + [971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(968), + [973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(972), + [975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(967), + [977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(966), + [979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(866), + [981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__print_args, 1), + [983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1655), + [985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__print_args, 1), + [987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1072), + [989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(964), + [991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1793), [993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exp_list, 2), - [995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1814), - [997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exp_list, 2), + [995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exp_list, 2), + [997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1814), [999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(459), [1001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(314), [1003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1799), @@ -100065,22 +99925,22 @@ static const TSParseActionEntry ts_parse_actions[] = { [1009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(947), [1011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(946), [1013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(949), - [1015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1805), - [1017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), - [1019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), - [1021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2), - [1023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), - [1025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_statement, 2), - [1027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 2), - [1029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(951), - [1031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), - [1033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), - [1035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), - [1037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), - [1039] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_piped_io_statement, 3, .production_id = 12), - [1041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_piped_io_statement, 3, .production_id = 12), - [1043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirected_io_statement, 3, .production_id = 5), - [1045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirected_io_statement, 3, .production_id = 5), + [1015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), + [1017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2), + [1019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), + [1021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_statement, 2), + [1023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 2), + [1025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(951), + [1027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), + [1029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), + [1031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), + [1033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), + [1035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_piped_io_statement, 3, .production_id = 12), + [1037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_piped_io_statement, 3, .production_id = 12), + [1039] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirected_io_statement, 3, .production_id = 5), + [1041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirected_io_statement, 3, .production_id = 5), + [1043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1805), + [1045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), [1047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(497), [1049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(955), [1051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(495), @@ -100094,17 +99954,17 @@ static const TSParseActionEntry ts_parse_actions[] = { [1067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(962), [1069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(914), [1071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(916), - [1073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1807), - [1075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), - [1077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), - [1079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), - [1081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(920), - [1083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), - [1085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(922), - [1087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), - [1089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), - [1091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), - [1093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), + [1073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), + [1075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), + [1077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(920), + [1079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), + [1081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(922), + [1083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), + [1085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), + [1087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), + [1089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), + [1091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1807), + [1093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), [1095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(538), [1097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1), [1099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1), @@ -100162,27 +100022,27 @@ static const TSParseActionEntry ts_parse_actions[] = { [1203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_printf_statement, 4), [1205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1031), [1207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1026), - [1209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1791), - [1211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1025), - [1213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1024), - [1215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1021), - [1217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1019), - [1219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(981), - [1221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(907), - [1223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), - [1225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), - [1227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), - [1229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524), - [1231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), - [1233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), - [1235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [1237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), - [1239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), - [1241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(869), - [1243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), - [1245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), - [1247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), - [1249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), + [1209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1025), + [1211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1024), + [1213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1021), + [1215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1019), + [1217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(981), + [1219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(907), + [1221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), + [1223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), + [1225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), + [1227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524), + [1229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), + [1231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), + [1233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [1235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), + [1237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), + [1239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(869), + [1241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), + [1243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), + [1245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), + [1247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), + [1249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1791), [1251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(987), [1253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1014), [1255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1012), @@ -100198,26 +100058,26 @@ static const TSParseActionEntry ts_parse_actions[] = { [1275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), [1277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1075), [1279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1079), - [1281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1792), - [1283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(989), - [1285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1089), - [1287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1090), - [1289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1097), - [1291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1061), - [1293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1069), - [1295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071), - [1297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [1299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), - [1301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [1303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [1305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [1307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), - [1309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), - [1311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), - [1313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), - [1315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [1317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), - [1319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [1281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(989), + [1283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1089), + [1285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1090), + [1287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1097), + [1289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1061), + [1291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1069), + [1293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071), + [1295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), + [1297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [1299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [1301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), + [1303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [1305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [1307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), + [1309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [1311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), + [1313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [1315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), + [1317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [1319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1792), [1321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), [1323] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__io_statement, 1), [1325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1008), @@ -100477,18 +100337,18 @@ static const TSParseActionEntry ts_parse_actions[] = { [1845] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 22), [1847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 22), [1849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1199), - [1851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1825), - [1853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825), - [1855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1018), - [1857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), - [1859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1016), - [1861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(953), - [1863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1020), - [1865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), - [1867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), - [1869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), - [1871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), - [1873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1258), + [1851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1018), + [1853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), + [1855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1016), + [1857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(953), + [1859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1020), + [1861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), + [1863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), + [1865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), + [1867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), + [1869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1258), + [1871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1825), + [1873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825), [1875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), [1877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), [1879] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 19), @@ -100550,18 +100410,18 @@ static const TSParseActionEntry ts_parse_actions[] = { [1992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(792), [1994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1403), [1996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(845), - [1998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1809), - [2000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(896), - [2002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(895), - [2004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(894), - [2006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1393), - [2008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1820), - [2010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1437), - [2012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1073), - [2014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1030), - [2016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1428), - [2018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(906), - [2020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(897), + [1998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(896), + [2000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(895), + [2002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(894), + [2004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1393), + [2006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1437), + [2008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1073), + [2010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1030), + [2012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1428), + [2014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1820), + [2016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(906), + [2018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(897), + [2020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1809), [2022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1062), [2024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(893), [2026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(889), @@ -100598,13 +100458,13 @@ static const TSParseActionEntry ts_parse_actions[] = { [2088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), [2090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), [2092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1059), - [2094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1796), - [2096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796), - [2098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), - [2100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), - [2102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_rule, 1), - [2104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_rule, 1), - [2106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1508), + [2094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), + [2096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), + [2098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_rule, 1), + [2100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_rule, 1), + [2102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1508), + [2104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1796), + [2106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796), [2108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), [2110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), [2112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), diff --git a/test/corpus/statement.txt b/test/corpus/statement.txt index 3550b92..5510189 100644 --- a/test/corpus/statement.txt +++ b/test/corpus/statement.txt @@ -736,6 +736,26 @@ Print piped (string)) (string))))) +==================================== +Print list piped +==================================== + +{ + print "", "" | "some_command" +} + +------------------------------------ + +(program + (rule + (block + (piped_io_statement + (print_statement + (exp_list + (string) + (string))) + (string))))) + ==================================== Print with grouping and string concat ==================================== @@ -857,3 +877,23 @@ Printf piped (string) (string))) (string))))) + +==================================== +Printf list piped +==================================== + +{ + printf "%s", "" | "some_command" +} + +------------------------------------ + +(program + (rule + (block + (piped_io_statement + (printf_statement + (exp_list + (string) + (string))) + (string)))))